.faq-dropdown{
    position:relative;
    display:inline-block;
    margin-bottom:20px;
}

.faq-dropdown-btn{
    font-family:'Cinzel', serif;
    background:linear-gradient(#6a3c00,#2a1400);
    border:1px solid rgba(255,170,80,0.4);
    color:#ffd27a;
    padding:8px 16px;
    border-radius:4px;
    font-weight:bold;
    cursor:pointer;
}

.faq-dropdown-btn:hover{
    background:linear-gradient(#ff9a00,#8b2e00);
    color:#fff;
}

.faq-dropdown-menu{
    display:none;
    position:absolute;
    right:0;
    top:40px;
    min-width:220px;
    background:#1b140d;
    border:1px solid rgba(255,180,80,0.3);
    border-radius:4px;
    box-shadow:0 0 10px rgba(0,0,0,0.6);
    z-index:50;
}

.faq-dropdown-menu.show{
    display:block;
}

.faq-dropdown-menu a{
    display:block;
    padding:8px 12px;
    color:#e6d2a2;
}

.faq-dropdown-menu a:hover{
    background:#3a2816;
    color:#fff;
}

.faq-dropdown-menu a.logout-link{
    color:#ff4d4d !important;
    font-weight:700;
}

.faq-dropdown-menu a.logout-link:hover{
    color:#ff0000 !important;
    background:#3a1a1a;
    text-shadow:0 0 6px rgba(255,0,0,0.7);
}

.faq-dropdown{
    display:flex;
    justify-content:flex-end;
}

.toggle-all{
    display:inline-block;
    font-family:'Cinzel', serif;
    background:#1f150b;
    color:#ffd27a;
    padding:6px 14px;
    border:1px solid rgba(255,180,80,0.25);
    border-radius:4px;
    text-decoration:none;
    font-weight:600;
    transition:all 0.2s ease;
}

.toggle-all:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
    background:#3a2816;
}

.news-box{
    max-width:900px;
    margin:25px auto;
    background:#2a1e12;
    border:1px solid rgba(255,180,80,0.25);
    border-radius:6px;
    box-shadow:
        inset 0 0 20px rgba(0,0,0,0.4),
        0 0 25px rgba(0,0,0,0.4);
    overflow:hidden;
}

.news-header{
    display:flex;
    align-items:center;
    padding:12px 18px;
    background:#24180d;
    border-bottom:1px solid rgba(255,180,80,0.2);
    font-family:'Cinzel', serif;
}

.news-date{
    width:140px;
    font-size:13px;
    color:#ffcc66;
}

.news-title{
    flex:1;
    font-size:20px;
    color:#ffd27a;
    text-shadow:1px 1px 0 #000;
}

.news-author{
    font-size:13px;
    color:#caa25c;
}

.news-content{
    padding:18px;
    font-size:14px;
    line-height:1.6;
    color:#e6c27a;
}

.news-footer{
    text-align:right;
    padding:10px 18px 15px 18px;
    border-top:1px solid rgba(255,180,80,0.2);
}

.news-footer a{
    color:#ffd27a;
    text-decoration:none;
}

.news-footer a:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

#news-archive{
    width:100%;
}

.news-box{
    max-width:1000px;
    margin:auto;
    padding:20px;
    border-radius:6px;
    background:#2a1e12;
    border:1px solid rgba(255,180,80,0.25);
    box-shadow:
        inset 0 0 20px rgba(0,0,0,0.4),
        0 0 25px rgba(0,0,0,0.4);
}

.news-box h1{
    text-align:center;
    font-family:'Cinzel', serif;
    color:#e8c078;
    text-shadow:1px 1px 0 #000;
    margin-bottom:20px;
}

.news-table{
    width:100%;
    border-collapse:collapse;
    border:1px solid rgba(255,180,80,0.15);
    table-layout:fixed;
}

.news-table th{
    background:#1f150b;
    color:#ffd27a;
    padding:9px 10px;
    border-bottom:1px solid rgba(255,180,90,0.2);
    text-align:left;
}

.news-table td{
    background:#2a1e12;
    border-bottom:1px solid rgba(255,170,80,0.1);
    padding:10px;
    color:#e6d2a2;
    transition:background 0.15s ease;
}

.news-table tr:nth-child(even) td{
    background:#24180d;
}

.news-table tr:nth-child(odd) td{
    background:#2a1e12;
}

.news-table tr:hover td{
    background:#3a2816 !important;
}

.news-icon{
    text-align:center;
    width:60px;
}

.news-date{
    width:120px;
    color:#ffd27a;
    font-weight:bold;
}

.news-title a{
    color:#ffd27a;
    font-weight:600;
    text-decoration:none;
}

.news-title a:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

.faq-question{
    cursor:pointer;
    font-weight:600;
    color:#ffd27a;
}

.faq-answer{
    margin-top:8px;
    padding:10px;
    background:#24180d;
    border:1px solid rgba(255,180,80,0.15);
    border-radius:4px;
    display:none;
    color:#e6d2a2;
}

.toggle-all{
    color:#ffd27a;
    text-decoration:none;
}

.toggle-all:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

.faq-admin a{
    color:#ffd27a;
    text-decoration:none;
    margin-right:10px;
}

.faq-admin a:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

.changelog-icon{
    text-align:center;
}

.add-btn{
    display:inline-block;
    margin-bottom:12px;
    font-family:'Cinzel', serif;
    background:#1f150b;
    color:#ffd27a;
    padding:6px 14px;
    border:1px solid rgba(255,180,80,0.25);
    border-radius:4px;
    text-decoration:none;
}

.add-btn:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

.page-nav{
    margin-top:18px;
    display:flex;
    justify-content:space-between;
}

.page-nav a{
    color:#ffd27a;
    text-decoration:none;
}

.page-nav a:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

.admin-actions{
    white-space:nowrap;
    text-align:center;
}

.changelog-dropdown{
    position:relative;
    display:inline-block;
    margin-bottom:20px;
}

.changelog-dropdown-btn{
    font-family:'Cinzel', serif;
    background:linear-gradient(#6a3c00,#2a1400);
    border:1px solid rgba(255,170,80,0.4);
    color:#ffd27a;
    padding:8px 16px;
    border-radius:4px;
    font-weight:bold;
    cursor:pointer;
}

.changelog-dropdown-btn:hover{
    background:linear-gradient(#ff9a00,#8b2e00);
    color:#fff;
}

.changelog-dropdown-menu{
    display:none;
    position:absolute;
    right:0;
    top:40px;
    min-width:220px;
    background:#1b140d;
    border:1px solid rgba(255,180,80,0.3);
    border-radius:4px;
    box-shadow:0 0 10px rgba(0,0,0,0.6);
    z-index:50;
}

.changelog-dropdown-menu.show{
    display:block;
}

.changelog-dropdown-menu a{
    display:block;
    padding:8px 12px;
    color:#e6d2a2;
}

.changelog-dropdown-menu a:hover{
    background:#3a2816;
    color:#fff;
}

.changelog-admin .changelog-dropdown{
    display:flex;
    justify-content:flex-end;
}

#two{
    box-sizing:border-box;
    max-width:1000px;
    width:100%;
    margin:auto;
    padding:20px;

    border-radius:6px;

    background:#2a1e12;

    border:1px solid rgba(255,180,80,0.25);

    box-shadow:
        inset 0 0 20px rgba(0,0,0,0.4),
        0 0 25px rgba(0,0,0,0.4);
}

#two h1,
#two h2{
    font-family:'Cinzel', serif;
    color:#e8c078;
    text-shadow:1px 1px 0 #000;
    margin-bottom:20px;
}

#two > p,
.alert-box{
    background:#24180d;
    border:1px solid rgba(255,180,80,0.15);
    padding:12px;
    border-radius:4px;
    color:#e6d2a2;
    margin-bottom:20px;
}

#two a{
    color:#ffd27a;
    text-decoration:none;
    font-weight:600;
}

#two a:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

#two table{
    width:100%;
    border-collapse:collapse;
    border:1px solid rgba(255,180,80,0.15);
    margin-bottom:20px;
    table-layout:fixed;
}

#two th{
    background:rgba(20,15,10,0.9);
    color:#ffd27a;
    padding:10px;
    border-bottom:1px solid rgba(255,180,80,0.2);
}

#two td{
    background:#2a1e12;
    border-bottom:1px solid rgba(255,170,80,0.1);
    padding:10px;
    color:#e6d2a2;
    word-wrap:break-word;
    overflow-wrap:break-word;
}

#two tr:nth-child(even) td{
    background:#24180d;
}

#two tr{
    transition:background .15s ease;
}

#two tr:hover td{
    background:#3a2816 !important;
}

#two td:first-child{
    width:170px;
    color:#ffd27a;
    font-weight:600;
}

#two input:not([type="checkbox"]):not([type="radio"]),
#two select,
#two textarea{
    background:#24180d;
    border:1px solid rgba(255,180,80,0.25);
    color:#f5e6c5;
    padding:6px 8px;
    border-radius:3px;
    outline:none;
    width:260px;
}

#two textarea{
    width:100%;
    max-width:100%;
	box-sizing:border-box;
    resize:vertical;
}

#two input:focus,
#two select:focus,
#two textarea:focus{

    border-color:#ff9d3a;

    box-shadow:0 0 6px rgba(255,140,0,0.4);
}

#two input[type="radio"]{
    appearance:none;
    -webkit-appearance:none;
    width:14px;
    height:14px;
    border:1px solid rgba(255,180,80,0.5);
    border-radius:50%;
    background:#1b1209;
    cursor:pointer;
    position:relative;
}

#two input[type="radio"]:checked{
    border-color:#ffb86b;
}

#two input[type="radio"]:checked::after{
    content:"";
    position:absolute;
    width:6px;
    height:6px;
    background:#ffb86b;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

#two input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    width:14px;
    height:14px;
    border:1px solid rgba(255,180,80,0.5);
    border-radius:3px;
    background:#1b1209;
    cursor:pointer;
    position:relative;
}

#two input[type="checkbox"]:checked{
    border-color:#ffb86b;
}

#two input[type="checkbox"]:checked::after{
    content:"✔";
    position:absolute;
    font-size:11px;
    color:#ffb86b;
    top:50%;
    left:50%;
    transform:translate(-50%,-60%);
}

.account-buttons{
    display:flex;
    gap:10px;
}

.account-btn{
    font-family:'Cinzel', serif;
    background:#1f150b;
    color:#ffd27a;
    padding:8px 18px;
    border:1px solid rgba(255,180,80,0.25);
    border-radius:4px;
    cursor:pointer;
    transition:all 0.2s ease;
}

.account-btn:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

.delete-btn{
    border-color:rgba(255,80,80,0.4);
}

.delete-btn:hover{
    color:#ff9090;
    text-shadow:0 0 6px rgba(255,120,120,0.6);
}

.account-dropdown{
    position:relative;
    display:inline-block;
    margin-bottom:20px;
}

.account-dropdown-btn{
    font-family:'Cinzel', serif;
    background:linear-gradient(#6a3c00,#2a1400);
    border:1px solid rgba(255,170,80,0.4);
    color:#ffd27a;
    padding:8px 16px;
    border-radius:4px;
    font-weight:bold;
    cursor:pointer;
}

.account-dropdown-btn:hover{
    background:linear-gradient(#ff9a00,#8b2e00);
    color:#fff;
}

.account-dropdown-menu{
    display:none;
    position:absolute;
    right:0;
    top:40px;
    min-width:220px;
    background:#1b140d;
    border:1px solid rgba(255,180,80,0.3);
    border-radius:4px;
    box-shadow:0 0 10px rgba(0,0,0,0.6);
    z-index:50;
}

.account-dropdown-menu.show{
    display:block;
}

.account-dropdown-menu a{
    display:block;
    padding:8px 12px;
    color:#e6d2a2;
}

.account-dropdown-menu a:hover{
    background:#3a2816;
    color:#fff;
}

.account-dropdown-menu a.logout-link{
    color:#ff4d4d !important;
    font-weight:700;
}

.account-dropdown-menu a.logout-link:hover{
    color:#ff0000 !important;
    background:#3a1a1a;
    text-shadow:0 0 6px rgba(255,0,0,0.7);
}

.login-panel{
    max-width:1000px;
    margin:auto;
    padding:25px;
    border-radius:6px;
    background:#2a1e12;
    border:1px solid rgba(255,180,80,0.25);
    box-shadow:
        inset 0 0 20px rgba(0,0,0,0.4),
        0 0 25px rgba(0,0,0,0.4);
    color:#e6d2a2;
}

.login-panel h1{
    text-align:center;
    font-family:'Cinzel', serif;
    color:#e8c078;
    text-shadow:1px 1px 0 #000;
    margin-bottom:20px;
}

.login-panel label{
    margin-bottom:20px;
    display:block;
    color:#ffd27a;
    font-weight:600;
}

.login-panel input[type="text"],
.login-panel input[type="password"]{
	margin-bottom:35px;
    width:100%;
    box-sizing:border-box;
    background:#24180d;
    border:1px solid rgba(255,180,80,0.25);
    color:#f5e6c5;
    padding:8px;
    border-radius:3px;
}

.login-panel input:focus{
    border-color:#ff9d3a;
    box-shadow:0 0 6px rgba(255,140,0,0.4);
}

.login-panel .remember{
    margin-top:10px;
}

.login-success{
    max-width:600px;
    padding:22px;
    background:#2a1e12;
    border:1px solid rgba(255,180,80,0.2);
    border-radius:6px;
    box-shadow:
        inset 0 0 20px rgba(0,0,0,0.4),
        0 0 25px rgba(0,0,0,0.4);
    text-align:center;
}

.login-success h2{
    margin-top:0;
    color:#e8c078;
    font-family:'Cinzel', serif;
}

.login-success p{
    color:#e6d2a2;
}

.login-success a{
    color:#ffd27a;
    font-weight:bold;
    text-decoration:none;
}

.login-success a:hover{
    color:#fff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

.buttons{
    margin-top:15px;
}

.buttons form{
    display:inline-block;
    margin-right:10px;
}

.login-panel button,
.login-panel input[type="submit"]{
    font-family:'Cinzel', serif;
    background:#1f150b;
    color:#ffd27a;
    padding:8px 18px;
    border:1px solid rgba(255,180,80,0.25);
    border-radius:4px;
    cursor:pointer;
    transition:all 0.2s ease;
}

.login-panel button:hover,
.login-panel input[type="submit"]:hover{
    color:#ffffff;
    text-shadow:0 0 6px rgba(255,200,120,0.6);
}

.new-player{
    max-width:1000px;
    margin:auto;
    padding:25px;
    border-radius:6px;
    background:#2a1e12;
    border:1px solid rgba(255,180,80,0.25);
    box-shadow:
        inset 0 0 20px rgba(0,0,0,0.4),
        0 0 25px rgba(0,0,0,0.4);
    color:#e6d2a2;
}

.new-player h1{
    text-align:center;
    font-family:'Cinzel', serif;
    color:#e8c078;
    text-shadow:1px 1px 0 #000;
    margin-bottom:20px;
}

.new-player label{
    margin-bottom:20px;
    display:block;
    color:#ffd27a;
    font-weight:600;
}

.rules-check{
    display:flex;
    align-items:center;
    gap:8px;
    color:#e6d2a2;
    font-size:14px;
}
.rules-check a{
    color:#ffd27a;
    font-weight:600;
}

.rules-check a:hover{
    color:#ffffff;
}