@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
:root{--olive-50:#f6f6f0;--olive-100:#eaeade;--olive-200:#d5d5b8;--olive-300:#b5b58a;--olive-400:#8a8c65;--olive-500:#6b6d4a;--olive-600:#505134;--olive-700:#3d3e27;--olive-800:#2a2b1a;--olive-900:#1c1d11;--olive-950:#0f0f09;--orange-50:#fef3ee;--orange-100:#fde3d5;--orange-200:#fac4a9;--orange-300:#f89b73;--orange-400:#f4784f;--orange-500:#f05a29;--orange-600:#d44a1e;--orange-700:#b33d18;--orange-800:#8c3015;--orange-900:#6b2612;--neutral-0:#fff;--neutral-50:#fafaf7;--neutral-100:#f4f4ef;--neutral-150:#edede5;--neutral-200:#e4e4da;--neutral-300:#d0d0c4;--neutral-400:#a8a89a;--neutral-500:#7e7e70;--neutral-600:#5c5c4e;--neutral-700:#3e3e32;--neutral-800:#272720;--neutral-900:#171714;--neutral-950:#0c0c0a;--success:#22c55e;--success-light:#dcfce7;--warning:#f59e0b;--warning-light:#fef3c7;--danger:#ef4444;--danger-light:#fee2e2;--info:#3b82f6;--info-light:#dbeafe;--font-display:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","SF Mono","Fira Code",monospace;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:.9375rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.3125rem;--text-2xl:1.625rem;--text-3xl:2rem;--text-4xl:2.75rem;--text-5xl:3.5rem;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--sp-20:80px;--sp-24:96px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:28px;--radius-full:9999px;--shadow-xs:0 1px 2px #1c1d110a;--shadow-sm:0 1px 3px #1c1d110f,0 1px 2px #1c1d110a;--shadow-md:0 4px 8px -2px #1c1d110f,0 2px 4px -2px #1c1d110a;--shadow-lg:0 12px 24px -4px #1c1d1114,0 4px 8px -2px #1c1d110a;--shadow-xl:0 24px 48px -8px #1c1d111a,0 8px 16px -4px #1c1d110f;--shadow-glow-orange:0 0 0 1px #f05a291a,0 4px 16px #f05a291f;--shadow-glow-olive:0 0 0 1px #50513414,0 4px 16px #50513414;--shadow-card:0 1px 3px #1c1d110a,0 0 0 1px #1c1d1108;--shadow-card-hover:0 8px 24px -4px #1c1d1114,0 0 0 1px #f05a2926;--ease-out:cubic-bezier(.16,1,.3,1);--ease-in-out:cubic-bezier(.45,0,.55,1);--duration-fast:.15s;--duration-normal:.25s;--duration-slow:.4s;--max-width:1360px;--sidebar-w:280px;--header-h:64px;--glass-bg:#ffffffb8;--glass-border:#ffffff40;--glass-blur:16px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;text-rendering:optimizeLegibility;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--neutral-800);background:var(--neutral-50);letter-spacing:-.01em;min-height:100vh;font-weight:400;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}::selection{background:var(--orange-100);color:var(--orange-800)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--neutral-900);letter-spacing:-.025em;font-weight:700;line-height:1.2}h1{font-size:var(--text-4xl);font-weight:800}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}h5{font-size:var(--text-md);font-weight:600}p{color:var(--neutral-600);line-height:1.7}.btn{justify-content:center;align-items:center;gap:var(--sp-2);font-family:var(--font-body);white-space:nowrap;font-weight:600;line-height:1;font-size:var(--text-sm);border-radius:var(--radius-md);transition:all var(--duration-normal)var(--ease-out);-webkit-user-select:none;user-select:none;border:none;outline:none;padding:10px 20px;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;transition:opacity var(--duration-fast);background:linear-gradient(#ffffff1a 0%,#0000 100%);position:absolute;inset:0}.btn:hover:after{opacity:1}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg,var(--olive-600)0%,var(--olive-700)100%);color:#fff;box-shadow:0 1px 2px #5051344d,inset 0 1px #ffffff14}.btn-primary:hover{background:linear-gradient(135deg,var(--olive-700)0%,var(--olive-800)100%);transform:translateY(-1px);box-shadow:0 4px 12px #50513440,inset 0 1px #ffffff14}.btn-accent{background:linear-gradient(135deg,var(--orange-500)0%,var(--orange-600)100%);color:#fff;box-shadow:0 1px 2px #f05a294d,inset 0 1px #ffffff26}.btn-accent:hover{background:linear-gradient(135deg,var(--orange-400)0%,var(--orange-500)100%);transform:translateY(-1px);box-shadow:0 6px 20px #f05a2940,inset 0 1px #ffffff26}.btn-outline{background:var(--neutral-0);color:var(--neutral-700);box-shadow:var(--shadow-card)}.btn-outline:hover{box-shadow:var(--shadow-md);color:var(--olive-700);transform:translateY(-1px)}.btn-ghost{color:var(--neutral-500);background:0 0;padding:8px 12px}.btn-ghost:hover{background:var(--neutral-100);color:var(--neutral-700)}.btn-danger{background:linear-gradient(135deg,var(--danger)0%,#dc2626 100%);color:#fff;box-shadow:0 1px 2px #ef44444d}.btn-sm{font-size:var(--text-xs);border-radius:var(--radius-sm);padding:7px 14px}.btn-lg{font-size:var(--text-base);border-radius:var(--radius-lg);padding:14px 28px}.btn-icon{border-radius:var(--radius-sm);width:36px;height:36px;padding:8px}.btn-full{width:100%}.form-group{margin-bottom:var(--sp-5);flex-direction:column;gap:6px;display:flex}.form-label{font-size:var(--text-sm);color:var(--neutral-700);letter-spacing:-.01em;font-weight:600}.form-input,.form-textarea,.form-select{width:100%;font-family:var(--font-body);font-size:var(--text-base);color:var(--neutral-800);background:var(--neutral-0);border:1.5px solid var(--neutral-200);border-radius:var(--radius-md);transition:all var(--duration-normal)var(--ease-out);outline:none;padding:11px 16px}.form-input:hover,.form-textarea:hover,.form-select:hover{border-color:var(--neutral-300)}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--orange-500);box-shadow:0 0 0 3px #f05a2914,var(--shadow-xs)}.form-input::placeholder,.form-textarea::placeholder{color:var(--neutral-400)}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}.form-hint{font-size:var(--text-xs);color:var(--neutral-400);margin-top:2px}.form-error{font-size:var(--text-xs);color:var(--danger)}.card{background:var(--neutral-0);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:all var(--duration-slow)var(--ease-out);position:relative}.card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.card-flat{box-shadow:none;border:1px solid var(--neutral-150)}.card-flat:hover{border-color:var(--neutral-300);box-shadow:var(--shadow-md)}.card-p{padding:var(--sp-6)}.badge{font-size:var(--text-xs);border-radius:var(--radius-full);letter-spacing:0;align-items:center;gap:4px;padding:3px 10px;font-weight:600;display:inline-flex}.badge-olive{background:var(--olive-50);color:var(--olive-600);border:1px solid var(--olive-100)}.badge-orange{background:var(--orange-50);color:var(--orange-600);border:1px solid var(--orange-100)}.badge-success{background:var(--success-light);color:#15803d;border:1px solid #bbf7d0}.badge-warning{background:var(--warning-light);color:#92400e;border:1px solid #fde68a}.badge-danger{background:var(--danger-light);color:#b91c1c;border:1px solid #fecaca}.badge-neutral{background:var(--neutral-100);color:var(--neutral-600);border:1px solid var(--neutral-200)}.badge-status-pending{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.badge-status-approved{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.badge-status-rejected{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.avatar{border-radius:var(--radius-full);width:40px;height:40px;font-family:var(--font-display);font-weight:700;font-size:var(--text-sm);color:#fff;background:linear-gradient(135deg,var(--olive-500)0%,var(--olive-600)100%);box-shadow:0 0 0 2px var(--neutral-0),0 0 0 3px var(--neutral-150);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar-sm{width:32px;height:32px;font-size:var(--text-xs)}.avatar-lg{width:52px;height:52px;font-size:var(--text-lg)}.avatar-xl{width:72px;height:72px;font-size:var(--text-2xl)}.avatar-orange{background:linear-gradient(135deg,var(--orange-400)0%,var(--orange-600)100%)}.header{z-index:100;height:var(--header-h);background:linear-gradient(135deg,var(--olive-800)0%,var(--olive-950)100%);padding:0 var(--sp-8);align-items:center;display:flex;position:sticky;top:0}.header:after{content:"";background:linear-gradient(90deg,var(--orange-500)0%,var(--orange-300)50%,var(--orange-500)100%);height:3px;position:absolute;bottom:0;left:0;right:0}.header-inner{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;gap:var(--sp-8);margin:0 auto;display:flex}.header-logo{align-items:center;gap:var(--sp-3);color:#fff;font-family:var(--font-display);font-weight:800;font-size:var(--text-lg);letter-spacing:-.03em;text-decoration:none;display:flex}.header-logo:hover{color:var(--orange-300)}.header-logo svg{width:32px;height:32px}.header-nav{align-items:center;gap:var(--sp-1);display:flex}.header-nav a{color:#ffffff8c;font-size:var(--text-sm);border-radius:var(--radius-sm);transition:all var(--duration-fast)var(--ease-out);padding:6px 14px;font-weight:500}.header-nav a:hover{color:#fff;background:#ffffff0f}.header-nav a.active{color:#fff;background:#ffffff1a;font-weight:600}.header-actions{align-items:center;gap:var(--sp-3);display:flex}.layout{min-height:calc(100vh - var(--header-h));display:flex}.main-content{max-width:calc(var(--max-width) - var(--sidebar-w));padding:var(--sp-8)var(--sp-10);flex:1;width:100%}.sidebar{width:var(--sidebar-w);background:var(--neutral-0);border-right:1px solid var(--neutral-150);padding:var(--sp-6)var(--sp-5);top:var(--header-h);height:calc(100vh - var(--header-h));flex-shrink:0;position:sticky;overflow-y:auto}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:var(--neutral-200);border-radius:2px}.sidebar-section{margin-bottom:var(--sp-8)}.sidebar-title{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--neutral-400);padding:0 var(--sp-3);margin-bottom:var(--sp-3);font-weight:700}.sidebar-link{align-items:center;gap:var(--sp-3);color:var(--neutral-500);font-size:var(--text-sm);border-radius:var(--radius-sm);transition:all var(--duration-fast)var(--ease-out);margin-bottom:2px;padding:8px 12px;font-weight:500;display:flex;position:relative}.sidebar-link:hover{background:var(--neutral-100);color:var(--neutral-700)}.sidebar-link.active{background:var(--orange-50);color:var(--orange-600);font-weight:600}.sidebar-link.active:before{content:"";background:var(--orange-500);border-radius:0 3px 3px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.sidebar-link-icon{font-size:var(--text-lg);text-align:center;flex-shrink:0;width:24px}.sidebar-link-count{font-size:var(--text-xs);color:var(--neutral-400);background:var(--neutral-100);border-radius:var(--radius-full);text-align:center;min-width:24px;margin-left:auto;padding:2px 8px;font-weight:600}.footer{background:var(--olive-900);padding:var(--sp-8)var(--sp-6);text-align:center}.footer p{color:#fff6;font-size:var(--text-sm)}.footer strong{color:#fff9}.footer a{color:var(--orange-400)}.hero{background:linear-gradient(150deg,var(--olive-700)0%,var(--olive-900)50%,#1a2210 100%);border-radius:var(--radius-2xl);padding:var(--sp-10)var(--sp-10)var(--sp-8);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#f05a290f 0%,#0000 70%);width:70%;height:200%;position:absolute;top:-50%;right:-20%}.hero-pattern{opacity:.04;background-image:url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3Epath%7Bfill:none;stroke:white;stroke-width:0.5%7D%3C/style%3E%3C/defs%3E%3Cpath d='M20 100 Q60 60 100 80 Q140 100 180 70'/%3E%3Cpath d='M10 130 Q50 90 100 110 Q150 130 190 100'/%3E%3Cpath d='M0 160 Q40 120 90 140 Q140 160 200 130'/%3E%3Cpath d='M30 70 Q70 30 110 50 Q150 70 190 40'/%3E%3Cpath d='M0 40 Q50 10 100 30 Q150 50 200 20'/%3E%3Cpath d='M20 190 Q60 160 110 175 Q160 190 200 165'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero-badge{color:var(--orange-300);border-radius:var(--radius-full);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--sp-5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f05a291f;border:1px solid #f05a2933;align-items:center;gap:6px;padding:4px 14px;font-size:10px;font-weight:700;display:inline-flex}.hero h1{font-size:clamp(var(--text-xl),2.5vw,var(--text-3xl));color:#fff;margin-bottom:var(--sp-3);letter-spacing:-.02em;max-width:620px;font-weight:800;line-height:1.25}.hero p{color:#ffffff80;font-size:var(--text-sm);max-width:520px;margin-bottom:var(--sp-6);line-height:1.8}.hero-bottom{padding-top:var(--sp-5);border-top:1px solid #ffffff14}.hero-stats-row{align-items:center;gap:var(--sp-5);display:flex}.hero-stat-item{align-items:baseline;gap:var(--sp-2);display:flex}.hero-stat-num{font-family:var(--font-display);font-size:var(--text-xl);color:#fff;letter-spacing:-.02em;font-weight:800}.hero-stat-text{font-size:var(--text-xs);color:#fff6;font-weight:500}.hero-stat-divider{background:#ffffff1a;width:1px;height:20px}.hero-stats{gap:var(--sp-8);display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat-value{font-family:var(--font-display);font-size:var(--text-2xl);color:#fff;letter-spacing:-.02em;font-weight:800}.hero-stat-label{font-size:var(--text-xs);color:#fff6;margin-top:2px;font-weight:500}.section-header{margin-bottom:var(--sp-5);justify-content:space-between;align-items:center;display:flex}.section-title{font-family:var(--font-display);font-size:var(--text-xl);color:var(--neutral-900);letter-spacing:-.02em;font-weight:700}.category-grid{gap:var(--sp-4);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.category-card{align-items:flex-start;gap:var(--sp-4);padding:var(--sp-5)var(--sp-5);background:var(--neutral-0);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--duration-slow)var(--ease-out);cursor:pointer;display:flex;position:relative}.category-card:after{content:"";border-radius:inherit;opacity:0;transition:opacity var(--duration-slow);box-shadow:var(--shadow-glow-orange);position:absolute;inset:0}.category-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.category-card:hover:after{opacity:1}.category-icon{background:var(--neutral-100);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.category-card:hover .category-icon{background:var(--orange-50)}.category-info{flex:1;min-width:0}.category-name{font-family:var(--font-display);font-size:var(--text-base);color:var(--neutral-800);letter-spacing:-.01em;margin-bottom:4px;font-weight:700}.category-description{font-size:var(--text-sm);color:var(--neutral-500);line-height:1.5}.category-stats{gap:var(--sp-4);margin-top:var(--sp-3);display:flex}.category-stat{font-size:var(--text-xs);color:var(--neutral-400);align-items:center;gap:4px;font-weight:500;display:flex}.thread-list-header{gap:var(--sp-4);padding:var(--sp-3)var(--sp-5);font-size:var(--text-xs);color:var(--neutral-400);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--neutral-150);grid-template-columns:1fr 80px 80px 140px;font-weight:600;display:grid}.thread-item{gap:var(--sp-4);padding:var(--sp-4)var(--sp-5);transition:all var(--duration-fast)var(--ease-out);border-bottom:1px solid var(--neutral-100);grid-template-columns:1fr 80px 80px 140px;align-items:center;display:grid;position:relative}.thread-item:last-child{border-bottom:none}.thread-item:hover{background:var(--neutral-50)}.thread-item:hover:before{content:"";background:var(--orange-500);border-radius:0 3px 3px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.thread-main{align-items:center;gap:var(--sp-3);min-width:0;display:flex}.thread-title-wrap{flex:1;min-width:0}.thread-title{font-size:var(--text-base);color:var(--neutral-800);align-items:center;gap:var(--sp-2);letter-spacing:-.01em;font-weight:600;display:flex}.thread-title a{color:inherit;transition:color var(--duration-fast)}.thread-title a:hover{color:var(--orange-500)}.thread-footer{align-items:center;gap:var(--sp-2);font-size:var(--text-xs);color:var(--neutral-400);margin-top:4px;display:flex}.thread-author{color:var(--neutral-500);font-weight:500}.thread-stat-cell{text-align:center;font-size:var(--text-sm);color:var(--neutral-600);font-weight:600}.thread-stat-cell small{font-size:var(--text-xs);color:var(--neutral-400);margin-top:1px;font-weight:400;display:block}.thread-last-reply{align-items:center;gap:var(--sp-2);font-size:var(--text-xs);color:var(--neutral-400);display:flex}.thread-last-reply strong{color:var(--neutral-600);font-weight:600}.pin-badge{background:var(--orange-50);color:var(--orange-500);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;padding:2px 6px;font-size:10px;font-weight:700}.post{gap:var(--sp-6);padding:var(--sp-6);border-bottom:1px solid var(--neutral-100);transition:background var(--duration-fast);display:flex}.post:last-child{border-bottom:none}.post:hover{background:var(--neutral-50)}.post-author{text-align:center;width:140px;padding-top:var(--sp-2);flex-shrink:0}.post-author-name{font-family:var(--font-display);font-weight:600;font-size:var(--text-sm);color:var(--olive-600);margin-top:var(--sp-2);letter-spacing:-.01em}.post-author-org{font-size:var(--text-xs);color:var(--neutral-400);margin-top:2px}.post-author-badges{margin-top:var(--sp-2);flex-direction:column;align-items:center;gap:4px;display:flex}.post-content{flex:1;min-width:0}.post-content p{font-size:var(--text-base);color:var(--neutral-700);margin-bottom:var(--sp-3);line-height:1.7}.post-content ul,.post-content ol{margin:var(--sp-3)0;padding-left:var(--sp-5);color:var(--neutral-700)}.post-content li{margin-bottom:var(--sp-2);line-height:1.6}.post-header{margin-bottom:var(--sp-4);padding-bottom:var(--sp-3);border-bottom:1px solid var(--neutral-100);justify-content:space-between;align-items:center;display:flex}.post-date{font-size:var(--text-xs);color:var(--neutral-400)}.post-actions{gap:var(--sp-2);display:flex}.breadcrumbs{align-items:center;gap:var(--sp-2);font-size:var(--text-sm);color:var(--neutral-400);margin-bottom:var(--sp-6);display:flex}.breadcrumbs a{color:var(--neutral-500);transition:color var(--duration-fast)}.breadcrumbs a:hover{color:var(--orange-500)}.breadcrumbs-sep{color:var(--neutral-300);font-size:var(--text-xs)}.pagination{justify-content:center;align-items:center;gap:var(--sp-2);margin-top:var(--sp-8);display:flex}.pagination-btn{border:1px solid var(--neutral-200);border-radius:var(--radius-sm);width:36px;height:36px;font-size:var(--text-sm);color:var(--neutral-500);background:var(--neutral-0);cursor:pointer;transition:all var(--duration-fast)var(--ease-out);justify-content:center;align-items:center;font-weight:600;display:flex}.pagination-btn:hover{border-color:var(--orange-300);color:var(--orange-500)}.pagination-btn.active{background:linear-gradient(135deg,var(--orange-500),var(--orange-600));color:#fff;border-color:#0000;box-shadow:0 2px 8px #f05a2933}.empty-state{text-align:center;padding:var(--sp-20)var(--sp-8)}.empty-state-icon{margin-bottom:var(--sp-4);opacity:.4;font-size:3.5rem}.empty-state-title{font-family:var(--font-display);font-size:var(--text-xl);color:var(--neutral-600);margin-bottom:var(--sp-2);font-weight:700}.empty-state-text{font-size:var(--text-sm);color:var(--neutral-400);max-width:360px;margin:0 auto var(--sp-6)}.status-page{text-align:center;min-height:60vh;padding:var(--sp-8);flex-direction:column;justify-content:center;align-items:center;display:flex}.status-icon{border-radius:var(--radius-full);width:100px;height:100px;margin-bottom:var(--sp-6);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.status-icon-pending{background:var(--warning-light)}.status-icon-success{background:var(--success-light)}.alert-box{padding:var(--sp-4);border-radius:var(--radius-md);font-size:var(--text-sm);line-height:1.5}.alert-box-danger{background:var(--danger-light);color:#991b1b;border:1px solid #fecaca}.alert-box-warning{background:var(--warning-light);color:#92400e;border:1px solid #fde68a}.info-notice{padding:var(--sp-4);background:var(--olive-50);border:1px solid var(--olive-100);border-radius:var(--radius-md);font-size:var(--text-xs);color:var(--olive-600);line-height:1.6}.info-notice strong{font-size:var(--text-sm);margin-bottom:4px;display:block}.stat-card{background:var(--neutral-0);border-radius:var(--radius-lg);padding:var(--sp-5);box-shadow:var(--shadow-card);text-align:center;transition:all var(--duration-normal)var(--ease-out)}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card-icon{margin-bottom:var(--sp-2);font-size:1.25rem}.stat-card-value{font-family:var(--font-display);font-size:var(--text-3xl);letter-spacing:-.03em;font-weight:800}.stat-card-label{font-size:var(--text-xs);color:var(--neutral-400);margin-top:2px;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-in{animation:slideUp .4s var(--ease-out)both}.animate-delay-1{animation-delay:50ms}.animate-delay-2{animation-delay:.1s}.animate-delay-3{animation-delay:.15s}.skeleton{background:linear-gradient(90deg,var(--neutral-100)25%,var(--neutral-200)50%,var(--neutral-100)75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}@media (max-width:1024px){.main-content{padding:var(--sp-6)}.thread-list-header{display:none}.thread-item{gap:var(--sp-2);grid-template-columns:1fr}.thread-stat-cell,.thread-last-reply{display:none}.category-grid{grid-template-columns:1fr}}@media (max-width:768px){.header{padding:0 var(--sp-4)}.header-nav{display:none}.layout{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--neutral-150);width:100%;height:auto;padding:var(--sp-4);position:static}.main-content{padding:var(--sp-4);max-width:100%}.hero{padding:var(--sp-8)var(--sp-6);border-radius:var(--radius-xl)}.hero h1{font-size:var(--text-2xl)}.post{gap:var(--sp-4);flex-direction:column}.post-author{align-items:center;gap:var(--sp-3);text-align:left;width:100%;display:flex}.hero-stats{gap:var(--sp-5)}h1{font-size:var(--text-2xl)}}.text-center{text-align:center}.text-muted{color:var(--neutral-400)}.text-sm{font-size:var(--text-sm)}.text-xs{font-size:var(--text-xs)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--sp-2)}.gap-3{gap:var(--sp-3)}.gap-4{gap:var(--sp-4)}.gap-6{gap:var(--sp-6)}.mt-4{margin-top:var(--sp-4)}.mt-6{margin-top:var(--sp-6)}.mt-8{margin-top:var(--sp-8)}.mb-4{margin-bottom:var(--sp-4)}.mb-6{margin-bottom:var(--sp-6)}.mb-8{margin-bottom:var(--sp-8)}.w-full{width:100%}.container{max-width:var(--max-width);padding:0 var(--sp-6);margin:0 auto}.topo-bg{background-color:var(--neutral-50);background-image:url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3Epath%7Bfill:none;stroke:%23b5b58a;stroke-width:0.6;opacity:0.3%7D%3C/style%3E%3C/defs%3E%3Cpath d='M40 200Q120 120 200 160Q280 200 360 140'/%3E%3Cpath d='M20 260Q100 180 200 220Q300 260 380 200'/%3E%3Cpath d='M0 320Q80 240 180 280Q280 320 400 260'/%3E%3Cpath d='M60 140Q140 60 220 100Q300 140 380 80'/%3E%3Cpath d='M0 80Q100 20 200 60Q300 100 400 40'/%3E%3Cpath d='M40 380Q120 320 220 350Q320 380 400 330'/%3E%3Cpath d='M80 170Q160 90 240 130Q320 170 400 110'/%3E%3Cpath d='M0 230Q90 150 190 190Q290 230 390 170'/%3E%3Cpath d='M30 290Q110 210 210 250Q310 290 400 230'/%3E%3Cpath d='M0 350Q80 280 180 310Q280 350 380 290'/%3E%3C/svg%3E");background-size:400px 400px}.auth-page{min-height:100vh;display:flex}.auth-brand{background:linear-gradient(160deg,var(--olive-700)0%,var(--olive-900)50%,#151610 100%);width:45%;padding:var(--sp-12)var(--sp-10);color:#fff;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.auth-brand:before{content:"";opacity:.08;background-image:url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3Epath%7Bfill:none;stroke:white;stroke-width:0.7%7D%3C/style%3E%3C/defs%3E%3Cpath d='M40 200Q120 120 200 160Q280 200 360 140'/%3E%3Cpath d='M20 260Q100 180 200 220Q300 260 380 200'/%3E%3Cpath d='M0 320Q80 240 180 280Q280 320 400 260'/%3E%3Cpath d='M60 140Q140 60 220 100Q300 140 380 80'/%3E%3Cpath d='M0 80Q100 20 200 60Q300 100 400 40'/%3E%3Cpath d='M40 380Q120 320 220 350Q320 380 400 330'/%3E%3Cpath d='M80 170Q160 90 240 130Q320 170 400 110'/%3E%3Cpath d='M0 230Q90 150 190 190Q290 230 390 170'/%3E%3C/svg%3E");background-size:400px 400px;position:absolute;inset:0}.auth-brand-content{z-index:1;position:relative}.auth-brand h1{font-size:var(--text-4xl);color:#fff;letter-spacing:-.03em;margin-bottom:var(--sp-5);line-height:1.1}.auth-brand p{color:#ffffff8c;font-size:var(--text-base);max-width:380px;margin-bottom:var(--sp-8);line-height:1.7}.auth-brand-features{gap:var(--sp-4);flex-direction:column;list-style:none;display:flex}.auth-brand-features li{align-items:center;gap:var(--sp-3);color:#ffffffb3;font-size:var(--text-sm);display:flex}.auth-brand-features li:before{content:"";background:var(--orange-500);border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.auth-form-side{padding:var(--sp-10);background:var(--neutral-50);flex:1;justify-content:center;align-items:center;display:flex}.auth-form-card{width:100%;max-width:460px}.auth-form-card h2{font-size:var(--text-2xl);margin-bottom:var(--sp-8);text-align:center}.auth-centered-page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.auth-centered-page:before{content:"";opacity:.22;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3Epath%7Bfill:none;stroke:%23b5b58a;stroke-width:0.8%7D%3C/style%3E%3C/defs%3E%3Cpath d='M40 200Q120 120 200 160Q280 200 360 140'/%3E%3Cpath d='M20 260Q100 180 200 220Q300 260 380 200'/%3E%3Cpath d='M0 320Q80 240 180 280Q280 320 400 260'/%3E%3Cpath d='M60 140Q140 60 220 100Q300 140 380 80'/%3E%3Cpath d='M0 80Q100 20 200 60Q300 100 400 40'/%3E%3Cpath d='M40 380Q120 320 220 350Q320 380 400 330'/%3E%3C/svg%3E");background-size:400px 400px;position:absolute;inset:0}.auth-centered-topbar{background:var(--olive-800);height:40px;padding:0 var(--sp-6);font-size:var(--text-xs);color:#ffffff80;justify-content:space-between;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}.auth-centered-card{z-index:1;background:var(--neutral-0);border-radius:var(--radius-xl);padding:var(--sp-10);width:100%;max-width:420px;box-shadow:var(--shadow-xl);border:1px solid var(--olive-100);text-align:center;position:relative}.auth-centered-card h2{font-size:var(--text-2xl);margin-bottom:var(--sp-8)}.admin-page{color:#ffffffe6;background:#191b13;min-height:100vh}.admin-header{padding:var(--sp-4)var(--sp-8);background:#1e2016;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;display:flex}.admin-header:after{content:"";background:linear-gradient(90deg,var(--orange-500),var(--orange-300),var(--orange-500));height:2px;position:absolute;bottom:0;left:0;right:0}.admin-header-logo{align-items:center;gap:var(--sp-3);color:#fff;font-family:var(--font-display);font-weight:700;font-size:var(--text-sm);display:flex}.admin-header-label{color:var(--orange-400);font-weight:600;font-size:var(--text-sm);margin-left:var(--sp-4)}.admin-body{padding:var(--sp-8);max-width:1200px;margin:0 auto}.admin-stats-grid{gap:var(--sp-4);margin-bottom:var(--sp-8);grid-template-columns:repeat(5,1fr);display:grid}.admin-stat{border-radius:var(--radius-lg);padding:var(--sp-5);background:#222418;border:1px solid #ffffff0f;position:relative;overflow:hidden}.admin-stat-label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:#fff6;margin-bottom:var(--sp-3);font-weight:600}.admin-stat-value{font-family:var(--font-display);font-size:var(--text-4xl);color:#fff;letter-spacing:-.03em;font-weight:800}.admin-stat-change{font-size:var(--text-xs);margin-top:var(--sp-2);font-weight:600}.admin-stat-accent{border-color:#f05a2933}.admin-stat-accent .admin-stat-value{color:var(--orange-400)}.admin-stat-warning{border-color:#f59e0b33}.admin-stat-warning .admin-stat-value{color:var(--warning)}.admin-stat-danger{border-color:#ef444426}.admin-stat-danger .admin-stat-value{color:var(--danger)}.admin-two-col{gap:var(--sp-6);grid-template-columns:1fr 1fr;display:grid}.admin-section{border-radius:var(--radius-lg);background:#222418;border:1px solid #ffffff0f;overflow:hidden}.admin-section-header{padding:var(--sp-5)var(--sp-6);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;display:flex}.admin-section-title{font-family:var(--font-display);font-size:var(--text-md);color:#fff;font-weight:700}.admin-user-item{padding:var(--sp-4)var(--sp-6);align-items:center;gap:var(--sp-4);border-bottom:1px solid #ffffff0a;display:flex}.admin-user-item:last-child{border-bottom:none}.admin-user-info{flex:1}.admin-user-name{font-weight:600;font-size:var(--text-sm);color:#ffffffd9}.admin-user-meta{font-size:var(--text-xs);color:#ffffff59;margin-top:2px}.admin-user-actions{gap:var(--sp-2);display:flex}.admin-btn-approve{color:#4ade80;border-radius:var(--radius-sm);font-size:var(--text-xs);cursor:pointer;transition:all var(--duration-fast);background:#22c55e1f;border:1px solid #22c55e33;padding:5px 14px;font-weight:600}.admin-btn-approve:hover{background:#22c55e33}.admin-btn-reject{color:#f87171;border-radius:var(--radius-sm);font-size:var(--text-xs);cursor:pointer;transition:all var(--duration-fast);background:#ef44441a;border:1px solid #ef444433;padding:5px 14px;font-weight:600}.admin-btn-reject:hover{background:#ef444433}.radial-gauge{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.radial-gauge-inner{width:60px;height:60px;font-family:var(--font-display);font-size:var(--text-md);color:#fff;background:#222418;border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex}.admin-moderation-item{padding:var(--sp-5)var(--sp-6);align-items:center;gap:var(--sp-5);border-bottom:1px solid #ffffff0a;display:flex}.admin-moderation-item:last-child{border-bottom:none}.admin-moderation-info{flex:1}.admin-moderation-reason{font-size:var(--text-sm);color:#ffffffb3;margin-bottom:4px;font-weight:600}.admin-moderation-text{font-size:var(--text-xs);color:#ffffff59;line-height:1.5}.admin-moderation-actions{gap:var(--sp-2);margin-top:var(--sp-3);display:flex}.header-domain{font-size:var(--text-xs);color:#ffffff59;border-radius:var(--radius-full);letter-spacing:.02em;border:1px solid #ffffff14;padding:3px 10px;font-weight:500}.hero-stat-pill{align-items:center;gap:var(--sp-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);color:#fff;font-size:var(--text-sm);background:#ffffff1a;border:1px solid #ffffff1f;padding:8px 18px;font-weight:500;display:inline-flex}.hero-stat-pill strong{font-family:var(--font-display);font-size:var(--text-lg);font-weight:800}@media (max-width:768px){.auth-page{flex-direction:column}.auth-brand{width:100%;padding:var(--sp-8)var(--sp-6);min-height:280px}.auth-form-side{padding:var(--sp-6)}.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.admin-two-col{grid-template-columns:1fr}}
