:root {

    /*
    |--------------------------------------------------------------------------
    | BACKGROUND
    |--------------------------------------------------------------------------
    */

    --tk-bg: #f6f7fb;

    --tk-bg-soft: #ffffff;

    --tk-bg-soft-2: #f1f3f7;

    --tk-bg-dark: #e9edf5;

    /*
    |--------------------------------------------------------------------------
    | BORDER
    |--------------------------------------------------------------------------
    */

    --tk-border: #d9dee8;

    /*
    |--------------------------------------------------------------------------
    | TEXT
    |--------------------------------------------------------------------------
    */

    --tk-text: #2b2f38;
    --tk-textchap: #f4b740;

    --tk-text-muted: #6e7687;

    /*
    |--------------------------------------------------------------------------
    | PRIMARY
    |--------------------------------------------------------------------------
    */

    --tk-primary: #5b8def;

    /*
    |--------------------------------------------------------------------------
    | WARNING
    |--------------------------------------------------------------------------
    */

    --tk-warning: #f4b740;

    /*
    |--------------------------------------------------------------------------
    | SUCCESS
    |--------------------------------------------------------------------------
    */

    --tk-success-bg: #edf7f1;

    --tk-success-text: #2f7d4f;

    /*
    |--------------------------------------------------------------------------
    | ERROR
    |--------------------------------------------------------------------------
    */

    --tk-error-bg: #fdeeee;

    --tk-error-text: #b33a3a;

    /*
    |--------------------------------------------------------------------------
    | SPECIAL
    |--------------------------------------------------------------------------
    */

    --tk-register: #25D366;

    /*
    |--------------------------------------------------------------------------
    | SHADOW
    |--------------------------------------------------------------------------
    */

    --tk-shadow-primary:
        0 8px 24px rgba(91,141,239,.08);

}

*{
    color:#000
}

body{
    background:var(--tk-bg);
    color:var(--tk-text);
}

.tk-header{
    background:#ffffffcc;
    backdrop-filter:blur(12px);
    border-bottom:1px solid var(--tk-border);
}

.tk-header-logo{
    color:var(--tk-primary);
}
.tk-soft-btn{
background:var(--tk-error-bg);
color:var(--tk-text);
}
.tk-soft-btn-vip{
   background:var(--tk-warning); 
   color:var(--tk-error-text);
}
.tk-file-btn,
.tk-font-btn,
.tk-register-page button{
    background:var(--tk-primary);
}

.tk-account-item,
.tk-file-card,
.tk-soft-card,
.tk-font-card,
.tk-register-page{
    background:var(--tk-bg-soft);
    border:1px solid var(--tk-border);
    box-shadow:var(--tk-shadow-primary);
}


.tk-transfer-content{
    background:#f3f3f3;
}

.tk-recharge-page{
    color:#222;
    background:#f3f3f3;
}
#tk-amount{
    border:1px solid #ddd;
    background:#fff;
}

.tk-note-box{
    background:#fff8e8;
    border:1px solid #f0d68a;
}

#tk-transfer-content{
    background:#f5f5f5;
    padding:12px;
}

.tk-current-coin strong{
    color:#e67e22;
}.tk-account-item{
    
    border:1px solid #ececec;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.tk-account-item span{
    color:#f39c12;
}

.tk-coin-history{
    
    border:1px solid #ececec;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.tk-coin-history th{
    
    color:#666;
    border-bottom:1px solid #ececec;
}

.tk-coin-history td{
    border-bottom:1px solid #f3f3f3;
}

.tk-coin-history tr:hover{
    background:#f39c12;
}
.tk-file-page{
    background:#fff;
}

.tk-file-thumb{
    border:1px solid #eee;
}

.tk-file-meta{
    color:#666;
}

.tk-file-btn{
    background:#f39c12;
    color:#fff;
    border:none;
}

.tk-file-btn:hover{
    opacity:.9;
}

.tk-file-login-note{
    color:#e74c3c;
}/*
|--------------------------------------------------------------------------
| FILE
|--------------------------------------------------------------------------
*/

.tk-file-card,
.tk-file-page{
    background:#fff;
}

.tk-file-card-thumb,
.tk-file-thumb{
    border:1px solid #eee;
    border-radius:8px;
}

.tk-file-card{
    border:1px solid #eee;
    border-radius:12px;
}

.tk-file-card h3 a{
    color:#222;
    text-decoration:none;
}

.tk-file-meta{
    color:#666;
}

.tk-file-btn{
    background:#f39c12;
    color:#fff;
    border:none;
}

.tk-file-btn:hover{
    opacity:.9;
}

.tk-file-login-note{
    color:#e74c3c;
}

.tk-pagination a,
.tk-pagination span{
    padding:10px 14px;
    margin:0 4px;
    border-radius:6px;
    text-decoration:none;
    border:1px solid #ddd;
}

.tk-pagination .current{
    background:#f39c12;
    color:#fff;
}
.tk-soft-card{
    background:#fff;
    border:1px solid #eee;
}


.tk-font-card{
background:#fff;
border:1px solid #eee;
padding:20px;
}

.tk-font-btn{
background:#f39c12;
color:#fff;
padding:14px 24px;
text-decoration:none;
}.tk-register-page{
background:#fff;
border:1px solid #eee;
}

.tk-register-page button{
background:#f39c12;
color:#fff;
border:none;
cursor:pointer;
}

#tk-register-check{
color:red;
font-size:14px;
}
.tk-register-note{
color:#e67e22;
margin-bottom:16px;
}

.tk-find-account{
display:block;
text-align:center;
margin-top:16px;
color:#3498db;
text-decoration:none;
}
h1.titlepage {
    color: #000;
}
.tk-header{
    background:#fff;
    border-bottom:1px solid #eee;
}

.tk-header a{
    text-decoration:none;
    color:#333;
}

.tk-header-logo{
    font-size:28px;
    font-weight:700;
    color:#f39c12;
}
.body[data-theme="book"] .tk-reader-switch button{
    background:#b08968;
    color:#fff;
}

body[data-theme="book"]{

    --tk-bg: #f6f1e7;
    --tk-bg-soft: #fbf8f2;
    --tk-bg-soft-2: #f1eadf;

    --tk-border: #e6dccd;

    --tk-text: #4c4438;
    --tk-text-muted: #7d7467;

    --tk-primary: #c2a27d;
}
.tk-auth-box{
    background:var(--tk-bg-soft);
    border:1px solid var(--tk-border);
    box-shadow:var(--tk-shadow-primary);
}.tk-auth-box input{
    border:1px solid #dce4ef;
    border-radius:16px;
    background:#f8fbff;
}

.tk-auth-box input[type="submit"],
.tk-auth-box button{
    background:linear-gradient(
        135deg,
        #5b8def,
        #79a6ff
    );
    color:#fff;
    border:none;
    font-weight:600;
}

.tk-auth-box label{
    color:var(--tk-text);
    font-weight:500;
}
.tk-home-badge{
    display:inline-block;
    margin-left:8px;
    padding:3px 8px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    background:#ffe7b8;
    color:#9a6200;
}
.tk-bonus-banner{
    margin:18px auto;
    padding:14px 20px;
    max-width:100%;
    border-radius:18px;
    background:linear-gradient(
        135deg,
        #fffaf0,
        #f7f3ea
    );
    border:1px solid #e8dcc3;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
}

.tk-bonus-label{
    font-size:14px;
    font-weight:600;
    color:#7a6b4f;
}

.tk-bonus-percent{
    background:#ffe6a8;
    color:#8a5a00;
    padding:8px 14px;
    border-radius:999px;
    font-size:20px;
    font-weight:800;
    box-shadow:0 4px 12px rgba(255,190,50,.18);
}

.tk-bonus-note{
    color:#5f5f5f;
    font-size:15px;
    font-weight:500;
}

@media(max-width:768px){

    .tk-bonus-banner{
        padding:12px;
        gap:10px;
        border-radius:14px;
    }

    .tk-bonus-percent{
        font-size:17px;
        padding:6px 12px;
    }

}