/******************************************************************************/
/*  SAOIF TOOLS HELPER CASCADING STYLE SHEET ASSETS                           */
/*----------------------------------------------------------------------------*/
/*  Copyright (C) 2020 MINEVERSAL                                             */
/*  Licensed material of MINEVERSAL                                           */
/*----------------------------------------------------------------------------*/
/*  Object              : SAOIF-TH-CSSA (CASCADING STYLE SHEET ASSETS)        */
/*  Outline             : SAOIF-TH-CSSA (CASCADING STYLE SHEET ASSETS)        */
/*  File ID             : SAOIF-TH-CSSA-3                                     */
/*----------------------------------------------------------------------------*/
/*  Author              : Joe                                                 */
/*  Revision Author     : -                                                   */
/*  Created Time        : 2025/09/22 10:00 (UTC+07:00)                        */
/*  Modification Time   : 2025/09/22 10:00 (UTC+07:00)                        */
/*  Version             : 1 (Number of Version)                               */
/*  Revision            : 0 (Number of Revision)                              */
/******************************************************************************/

/******************************************************************************/
/*        CONTENT STYLE                                                       */
/******************************************************************************/

body {
    font-family: system-ui, Arial;
    padding: 18px;
    color: #111;
}

h1 {
    margin-bottom: 12px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

th,
td {
    padding: 8px 10px;
    border: 1px solid #e6e6e6;
    text-align: left;
    font-size: 14px;
}

th {
    background: #fafafa;
    font-weight: 600;
}

.card {
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

input[type="number"] {
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
}

.actions {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

button {
    padding: 8px 12px;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
    font-weight: 600;
}

button.calc {
    background: #0b75ff;
    color: white;
}

button.reset {
    background: #e3e3e3;
}

button.export {
    background: #28a745;
    color: white;
}

button.import {
    background: #ff9800;
    color: white;
}

.small {
    font-size: 13px;
    color: #444;
}

.detail {
    margin-top: 10px;
}

.weapon-title {
    margin: 10px 0 6px;
    font-weight: 700;
}

.note {
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
}

tfoot td {
    font-weight: 700;
    background: #fafafa;
}

#gdriveInput {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

#gdriveResult {
    margin-top: 8px;
    font-size: 13px;
    color: #444;
}

/******** END OF FILE *********************************************************/
