/* ui-style-7 - D Layout */:root{--primary-color:#0099FF;--secondary-color:#FF6700;--text-color:#333;--bg-color:#f5f5f5;--card-bg:#fff;--border-color:#e0e0e0;}body{font-size:16px;color:var(--text-color);background:var(--bg-color);}main{max-width:1200px;margin:0 auto;padding:20px;}/* Breadcrumb */ .breadcrumb{padding:10px 0;font-size:14px;color:#666;margin-bottom:20px;}.breadcrumb a{color:#0066cc;margin-right:5px;}.breadcrumb span{color:#999;}/* Hero Section */ .hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;padding:60px 40px;border-radius:12px;margin-bottom:40px;text-align:center;}.hero h1{font-size:2.5em;margin-bottom:20px;font-weight:700;}.hero .subtitle{font-size:1.2em;margin-bottom:30px;opacity:0.95;}.site-intro{background:rgba(255,255,255,0.1);padding:20px;border-radius:8px;line-height:1.8;max-width:800px;margin:0 auto;}/* Section */ .section{margin-bottom:50px;}.section h2{font-size:2em;margin-bottom:20px;padding-bottom:10px;border-bottom:3px solid var(--primary-color);}.section .links{list-style:disc;padding-left:20px;margin:20px 0;}.section .links li{margin:10px 0;line-height:1.8;}.section .more{text-align:center;margin-top:30px;font-size:1.1em;}/* Cards Grid */ .cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px;margin:20px 0;}@media (max-width:768px){.cards{grid-template-columns:1fr;}}/* Card */ .card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:20px;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.05);}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.1);}.card h3{font-size:1.4em;margin-bottom:10px;color:var(--primary-color);}.card h3 a{color:inherit;}.card .meta{color:#666;font-size:0.9em;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;}.card .oneline{font-size:1em;line-height:1.6;margin:15px 0;color:#555;font-weight:500;}.card .excerpt{font-size:0.95em;line-height:1.7;color:#666;margin:12px 0;}.card .review-excerpt{font-size:0.9em;line-height:1.6;color:#888;font-style:italic;margin:10px 0;padding-left:15px;border-left:3px solid #ddd;}.card .tags{margin-top:15px;font-size:0.85em;color:#999;}.card .rank{display:inline-block;background:var(--primary-color);color:white;padding:2px 10px;border-radius:4px;font-weight:bold;margin-right:10px;font-size:0.9em;}.card .date{display:inline-block;background:var(--secondary-color);color:white;padding:2px 10px;border-radius:4px;margin-right:10px;font-size:0.9em;}/* List Page */ .list-page{background:white;padding:40px;border-radius:8px;}.list-page h1{font-size:2.5em;margin-bottom:20px;color:var(--primary-color);}.list-page .page-desc{font-size:1.1em;color:#666;margin-bottom:30px;line-height:1.8;}.list-page .notice{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:20px;margin-bottom:30px;}.list-page .notice ul{list-style:disc;padding-left:20px;margin-top:10px;}.list-page .notice li{margin:8px 0;}/* Detail Page */ .detail-page{background:white;padding:40px;border-radius:8px;}.detail-page h1{font-size:2.5em;margin-bottom:20px;color:var(--text-color);}.detail-page .meta-info{margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #f0f0f0;}.detail-page .meta-info span{display:inline-block;background:#f8f9fa;padding:5px 15px;margin-right:10px;margin-bottom:10px;border-radius:4px;font-size:0.95em;}.detail-page .tags{margin-bottom:30px;}.detail-page .tag{display:inline-block;background:#e9ecef;padding:5px 12px;margin:0 8px 8px 0;border-radius:4px;font-size:0.9em;color:#495057;}.detail-page section{margin-bottom:40px;}.detail-page section h2{font-size:1.8em;margin-bottom:15px;color:var(--primary-color);padding-bottom:10px;border-bottom:2px solid #f0f0f0;}.detail-page section p{line-height:1.8;font-size:1.05em;color:#555;}.detail-page .review{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid var(--secondary-color);}.detail-page .related .cards{margin-top:20px;}/* Error Page */ .error-page{text-align:center;padding:100px 20px;background:white;border-radius:8px;}.error-page h1{font-size:3em;color:var(--primary-color);margin-bottom:20px;}.error-page p{font-size:1.2em;color:#666;margin-bottom:40px;}/* Actions */ .actions{text-align:center;margin-top:30px;}.btn{display:inline-block;background:var(--primary-color);color:white;padding:12px 30px;border-radius:6px;margin:0 10px;font-size:1em;text-decoration:none;transition:all 0.3s ease;}.btn:hover{background:#0077cc;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15);}/* Footer */ footer{text-align:center;padding:30px 20px;color:#666;border-top:1px solid var(--border-color);margin-top:60px;}footer a{color:var(--primary-color);margin:0 10px;}/* Layout D (杂志分栏) specific styles */ @media (min-width:1024px){.hero{display:grid;grid-template-columns:2fr 1fr;gap:40px;text-align:left;}.hero .site-intro{margin:0;}}