body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;font-size:16px;line-height:1.6;color:#333;background-color:#f5f5f5;}*{box-sizing:border-box;}a{color:#0066cc;text-decoration:none;transition:color 0.3s ease;}a:hover{color:#004499;text-decoration:underline;}nav{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1);position:sticky;top:0;z-index:100;}nav ul{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;list-style:none;max-width:1200px;margin:0 auto;padding:0;}nav li{flex:1 1 0;min-width:0;text-align:center;}nav a{display:block;padding:1rem 0.5rem;color:#333;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background 0.3s ease;}nav a:hover{background:#f0f0f0;text-decoration:none;}main{max-width:1200px;margin:0 auto;padding:2rem 1rem;}.breadcrumb{margin-bottom:1.5rem;font-size:0.9rem;color:#666;}.breadcrumb a{color:#0066cc;text-decoration:none;}.breadcrumb a:hover{text-decoration:underline;}.breadcrumb span{color:#999;}.site-header{text-align:center;margin-bottom:3rem;padding:2rem 1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.site-header h1{font-size:2rem;margin-bottom:0.5rem;color:#222;}.site-intro{background:#fff;padding:2rem;margin-bottom:3rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.site-intro h2{font-size:1.5rem;margin-bottom:1rem;color:#222;}.site-intro p{line-height:1.8;color:#555;}section{margin-bottom:3rem;}section h2{font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:2px solid #0066cc;color:#222;}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;}.card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease;position:relative;}.card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,0.15);}.card h3{font-size:1.2rem;margin-bottom:0.5rem;color:#222;}.card h3 a{color:#222;text-decoration:none;}.card h3 a:hover{color:#0066cc;}.card .meta{font-size:0.85rem;color:#777;margin-bottom:0.5rem;}.card .one-line{font-size:0.95rem;color:#555;margin-bottom:0.5rem;line-height:1.5;}.card .summary-snippet{font-size:0.9rem;color:#666;margin-bottom:0.5rem;line-height:1.5;}.card .tags{font-size:0.85rem;color:#888;margin-top:0.5rem;}.card-rank{position:absolute;top:1rem;right:1rem;background:#0066cc;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:0.9rem;}.entry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem;}.entry-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform 0.3s ease;}.entry-card:hover{transform:translateY(-4px);}.entry-card h3{font-size:1.3rem;margin-bottom:0.5rem;color:#222;}.entry-card a{color:#0066cc;text-decoration:none;}.entry-card a:hover{color:#004499;}.entry-card p{color:#666;font-size:0.95rem;}.mini-card{background:#fff;padding:1rem;margin-bottom:0.75rem;border-radius:6px;box-shadow:0 1px 4px rgba(0,0,0,0.1);font-size:0.95rem;}.mini-card a{font-weight:600;color:#0066cc;}.more-link{text-align:center;margin-top:2rem;}.more-link a{display:inline-block;padding:0.75rem 2rem;background:#0066cc;color:#fff;border-radius:6px;text-decoration:none;transition:background 0.3s ease;}.more-link a:hover{background:#004499;text-decoration:none;}.page-header{text-align:center;margin-bottom:2rem;padding:2rem 1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.page-header h1{font-size:2rem;margin-bottom:0.5rem;color:#222;}.page-header p{color:#666;font-size:1rem;}.notice{background:#fff3cd;border-left:4px solid #ffc107;padding:1.5rem;margin-bottom:2rem;border-radius:6px;}.notice p{margin-bottom:0.5rem;color:#856404;}.notice ul{list-style:none;padding-left:0;}.notice li{margin-bottom:0.25rem;}.notice a{color:#0066cc;}.list-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.detail-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.detail-header h1{font-size:2.5rem;margin-bottom:1rem;color:#222;}.detail-meta{font-size:1rem;color:#777;margin-bottom:1rem;}.detail-meta span{margin-right:0.5rem;}.detail-tags{margin-bottom:1.5rem;}.detail-tags .tag{display:inline-block;background:#e9ecef;color:#495057;padding:0.25rem 0.75rem;border-radius:4px;font-size:0.85rem;margin-right:0.5rem;margin-bottom:0.5rem;}.detail-oneline,.detail-summary,.detail-review,.detail-related{margin-bottom:2rem;}.detail-oneline h2,.detail-summary h2,.detail-review h2,.detail-related h2{font-size:1.5rem;margin-bottom:1rem;color:#222;border-bottom:2px solid #0066cc;padding-bottom:0.5rem;}.detail-oneline p,.detail-summary p,.detail-review p{font-size:1.05rem;line-height:1.8;color:#444;}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;}.related-card{background:#f8f9fa;padding:1rem;border-radius:6px;border:1px solid #e9ecef;transition:background 0.3s ease;}.related-card:hover{background:#e9ecef;}.related-card h3{font-size:1rem;margin-bottom:0.5rem;color:#222;}.related-card h3 a{color:#0066cc;text-decoration:none;}.related-card h3 a:hover{color:#004499;}.related-card p{font-size:0.9rem;color:#666;line-height:1.5;}.error-page{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.error-page h1{font-size:4rem;margin-bottom:1rem;color:#dc3545;}.error-page p{font-size:1.2rem;color:#666;margin-bottom:1rem;}@media (max-width:767px){nav ul{flex-wrap:nowrap;overflow-x:hidden;}nav li{flex:1 1 0;min-width:0;}nav a{font-size:0.85rem;padding:0.8rem 0.3rem;}main{padding:1rem 0.75rem;}.site-header h1{font-size:1.5rem;}.site-intro{padding:1.5rem;}section h2{font-size:1.5rem;}.card-grid{grid-template-columns:1fr;}.detail-header h1{font-size:1.8rem;}.error-page h1{font-size:3rem;}}.ui-style-0 body{background:linear-gradient(to bottom,#1a1a1a,#2a2a2a);color:#fff;}.ui-style-1 body{background:linear-gradient(135deg,#1e1e1e,#3a3a3a);}.ui-style-2 body{background:#ffffff;}.ui-style-3 body{background:#fafafa;}.ui-style-4 body{background:#f8f8f8;}.ui-style-5 body{background:linear-gradient(to bottom,#0a0a0a,#1a1a1a);color:#fff;}.ui-style-6 body{background:linear-gradient(135deg,#0d1b2a,#1b263b);color:#fff;}.ui-style-7 body{background:linear-gradient(to bottom,#0f2027,#203a43,#2c5364);color:#fff;}.ui-style-8 body{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff;}.ui-style-9 body{background:#000;color:#fff;}.ui-style-10 body{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);}.ui-style-11 body{background:#ffffff;}.ui-style-12 body{background:linear-gradient(135deg,#fff3e0,#ffe0b2);}.ui-style-13 body{background:linear-gradient(to bottom,#e3f2fd,#fff);}.ui-style-14 body{background:#f5f7fa;}.ui-style-0 .card,.ui-style-1 .card,.ui-style-5 .card,.ui-style-6 .card,.ui-style-7 .card,.ui-style-8 .card,.ui-style-9 .card{background:rgba(255,255,255,0.1);color:#fff;}.ui-style-0 .card h3 a,.ui-style-1 .card h3 a,.ui-style-5 .card h3 a,.ui-style-6 .card h3 a,.ui-style-7 .card h3 a,.ui-style-8 .card h3 a,.ui-style-9 .card h3 a{color:#fff;}.ui-style-0 nav,.ui-style-1 nav,.ui-style-5 nav,.ui-style-6 nav,.ui-style-7 nav,.ui-style-8 nav,.ui-style-9 nav{background:rgba(0,0,0,0.9);}.ui-style-0 nav a,.ui-style-1 nav a,.ui-style-5 nav a,.ui-style-6 nav a,.ui-style-7 nav a,.ui-style-8 nav a,.ui-style-9 nav a{color:#fff;}