*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:#f5f5f5;color:#333;line-height:1.6;font-size:16px}main{max-width:1200px;margin:0 auto;padding:2rem 1rem}h1,h2,h3,h4{margin:0 0 1rem 0;line-height:1.2}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:600;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem;margin-bottom:1.5rem}h3{font-size:1.25rem;font-weight:600}a{color:#06c;text-decoration:none;transition:all .2s}a:hover{color:#0052a3;text-decoration:underline}p{margin:0 0 1rem 0}nav{background:#222;color:#fff;padding:0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.1)}nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}nav li{flex:1 1 0;min-width:0;text-align:center}nav a{color:#fff;display:block;padding:1rem .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:3px solid transparent}nav a:hover,nav a[aria-current=page]{background:#444;text-decoration:none;border-bottom-color:#06c}.breadcrumb{font-size:.9rem;color:#666;margin-bottom:1.5rem;padding:.5rem 0}.breadcrumb a{color:#06c}.breadcrumb span{color:#333}.hero{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:3rem 2rem;border-radius:8px;margin-bottom:2rem;text-align:center}.hero h1{font-size:2.5rem;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.intro{background:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}section{margin-bottom:3rem}.entrance-section,.hot-section,.list-content,.new-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.card{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:1.5rem;transition:all .3s}.card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:#06c}.card h3{margin:0 0 .5rem 0;font-size:1.2rem}.card h3 a{color:#333}.card h3 a:hover{color:#06c}.card .meta{font-size:.85rem;color:#666;margin-bottom:.75rem}.card .oneline{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:.75rem}.card .excerpt{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.card .review-excerpt{color:#888;font-size:.85rem;font-style:italic;margin-bottom:.5rem}.card .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.tag{display:inline-block;background:#e0e7ff;color:#4c51bf;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.tag-site{background:#fef3c7;color:#92400e}.entrance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.entrance-card{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:2rem;border-radius:8px;text-align:center;transition:transform .3s}.entrance-card:hover{transform:scale(1.05)}.entrance-card h3{margin:0 0 .5rem 0}.entrance-card h3 a{color:#fff;font-size:1.3rem}.entrance-card p{margin:0;opacity:.9}.detail{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.detail header{border-bottom:2px solid #e0e0e0;padding-bottom:1rem;margin-bottom:2rem}.detail .subtitle{color:#666;font-size:1rem;margin-top:.5rem}.detail section{margin-bottom:2rem}.detail .info dl{display:grid;grid-template-columns:100px 1fr;gap:.5rem 1rem;margin:1rem 0}.detail .info dt{font-weight:600;color:#555}.detail .info dd{margin:0;color:#333}.card-small{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:1rem;transition:all .3s}.card-small:hover{transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.1);border-color:#06c}.card-small h3{font-size:1rem;margin:0 0 .5rem 0}.card-small .oneline{font-size:.9rem;color:#666;margin:0}.detail-invalid{text-align:center;padding:3rem 2rem}.return-nav{margin-top:2rem;display:flex;gap:1rem;justify-content:center}.btn{display:inline-block;background:#06c;color:#fff;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;transition:background .3s}.btn:hover{background:#0052a3;text-decoration:none}.notice{background:#fffbeb;border-left:4px solid #f59e0b;padding:1rem 1.5rem;margin:1.5rem 0;border-radius:4px}.notice ul{margin:.5rem 0 0 0;padding-left:1.5rem}.notice li{margin:.25rem 0}footer{background:#222;color:#fff;text-align:center;padding:2rem 1rem;margin-top:3rem}footer p{margin:0;font-size:.9rem}.error-page{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.error-page h1{color:#e53e3e;font-size:3rem;margin-bottom:1rem}@media (max-width:1024px){.card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}@media (max-width:767px){main{padding:1rem .5rem}h1{font-size:1.5rem}h2{font-size:1.25rem}.hero{padding:2rem 1rem}.hero h1{font-size:1.75rem}nav ul{flex-wrap:nowrap}nav li{flex:1 1 0;min-width:0}nav a{padding:.8rem .3rem;font-size:.85rem}.card-grid{grid-template-columns:1fr;gap:1rem}.entrance-grid{grid-template-columns:1fr;gap:1rem}.detail .info dl{grid-template-columns:80px 1fr;gap:.5rem .75rem}.return-nav{flex-direction:column}}body.ui-style-7{background:#1a1a2e;color:#eee}body.ui-style-7 .detail,body.ui-style-7 .entrance-section,body.ui-style-7 .hot-section,body.ui-style-7 .intro,body.ui-style-7 .list-content,body.ui-style-7 .new-section,body.ui-style-7 main{background:#16213e;color:#eee}body.ui-style-7 .card,body.ui-style-7 .card-small{background:#0f3460;border-color:#1a4d7a;color:#eee}body.ui-style-7 .card h3 a,body.ui-style-7 .card-small h3 a{color:#eee}body.ui-style-7 h2{border-bottom-color:#1a4d7a}body.ui-style-7 .hero{background:linear-gradient(135deg,#1e3a8a 0,#1e40af 100%)}body.ui-style-7 .entrance-card{background:linear-gradient(135deg,#fbbf24 0,#f59e0b 100%);color:#1a1a1a}body.ui-style-7 .entrance-card h3 a{color:#1a1a1a}