@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap";:root{--glass-border:#e5e7eb;--glass-bg:#fff;--accent-color:#e11d48;--text-primary:#111827;--text-secondary:#4b5563}*{box-sizing:border-box;font-family:Noto Sans KR,sans-serif}html{scroll-behavior:auto}body{color:#111827;background-color:#f3f4f6;margin:0;padding:0}.container{background:#fff;max-width:1100px;min-height:100vh;margin:0 auto;box-shadow:0 0 15px #0000000d}header{border-bottom:2px solid #e11d48;padding:1.5rem 2rem}header h1{color:#e11d48;letter-spacing:-1.5px;margin:0;font-size:2.2rem;font-weight:800}.gnb{z-index:50;background:#111827;justify-content:space-between;display:flex;position:sticky;top:0}.gnb a{color:#fff;text-align:center;border-right:1px solid #374151;flex:1;padding:1rem .5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s}.gnb a:last-child{border-right:none}.gnb a:hover{background:#e11d48}main{padding:2rem}.category-section{margin-bottom:3rem;scroll-margin-top:50px}.category-header{border-bottom:2px solid #111827;justify-content:space-between;align-items:flex-end;margin-bottom:15px;padding-bottom:8px;display:flex}.category-header h2{color:#111827;align-items:center;margin:0;font-size:1.3rem;font-weight:700;display:flex}.category-header h2:before{content:"";background:#e11d48;width:4px;height:18px;margin-right:8px;display:inline-block}.category-header span{color:#6b7280;font-size:.85rem}.links-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}@media (width<=768px){.links-grid{grid-template-columns:1fr}}.fab{color:#fff;cursor:pointer;z-index:1000;background:#10b981;border:none;border-radius:50px;align-items:center;gap:8px;padding:15px 25px;font-size:1rem;font-weight:700;transition:transform .2s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #10b98166}.fab:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 6px 20px #10b98199}.report-btn{color:#ef4444;cursor:pointer;opacity:.3;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:4px 8px;font-size:.8rem;font-weight:700;transition:all .2s}.site-item:hover .report-btn{opacity:1}.report-btn:hover{background:#fef2f2}.site-item.premium{background:linear-gradient(#fff 0%,#fffbeb 100%);border:2px solid #fbbf24;position:relative;box-shadow:0 0 10px #fbbf2466}.site-item.premium:before{content:"👑 추천";color:#fff;z-index:10;background:#f59e0b;border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:800;position:absolute;top:-12px;right:-5px;box-shadow:0 2px 4px #0003}.site-item{color:inherit;background:#fff;border:1px solid #e5e7eb;align-items:center;min-width:0;padding:12px;text-decoration:none;transition:all .2s;display:flex}.site-item:hover{background:#fdf2f8;border-color:#e11d48;box-shadow:0 2px 5px #e11d481a}.site-item .logo{object-fit:contain;background:#fff;border:1px solid #f3f4f6;border-radius:6px;width:50px;height:50px;margin-right:15px}.site-item .no-logo{color:#9ca3af;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:50px;height:50px;margin-right:15px;font-weight:700;display:flex}.site-item .info{flex:1;min-width:0;overflow:hidden}.site-item .title{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:1rem;font-weight:700;overflow:hidden}.site-item .url{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.site-item .action{color:#4b5563;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;margin-left:10px;padding:6px 12px;font-size:.85rem;font-weight:500;transition:all .2s}.site-item:hover .action{color:#fff;background:#e11d48;border-color:#e11d48}.banners-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:2.5rem;display:grid}@media (width<=768px){.banners-grid{grid-template-columns:1fr}}.banners-grid img{border:1px solid #e5e7eb;width:100%;height:auto;display:block}.glass-panel{box-shadow:0 4px 6px #0000000d;color:#111827!important;background:#fff!important;border:1px solid #e5e7eb!important}.glass-panel input{color:#111827!important;background:#fff!important;border:1px solid #d1d5db!important}.glass-panel table th{color:#111827!important;background:#f9fafb!important}.glass-panel table td{border-color:#e5e7eb!important}.header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.header-left{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.header-right{align-items:center;gap:10px;display:flex}@media (width<=768px){.header-top{flex-direction:column;justify-content:center;gap:12px}.header-left{flex-direction:column;justify-content:center;gap:10px}.header-right{justify-content:center;width:100%}}
