*{margin:0;padding:0;box-sizing:border-box;}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.6;color:#333;background:#fff;font-size:16px;}.container{max-width:1200px;margin:0 auto;padding:0 20px;}header{background:#1a1a1a;color:#fff;padding:15px 0;box-shadow:0 2px 4px rgba(0,0,0,0.1);}.logo{font-size:28px;font-weight:bold;margin-bottom:12px;text-align:center;}nav{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:5px;}nav a{color:#fff;text-decoration:none;padding:10px 15px;border-radius:4px;transition:background 0.3s;flex:1 1 0;min-width:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px;}nav a:hover{background:rgba(255,255,255,0.15);}@media (max-width:768px){nav{display:flex;flex-wrap:nowrap;justify-content:space-between;overflow-x:visible;}nav a{flex:1 1 0;min-width:0;font-size:13px;padding:8px 5px;}.logo{font-size:22px;}}main{padding:40px 0;min-height:60vh;}h1{font-size:32px;margin-bottom:20px;color:#1a1a1a;line-height:1.2;}h2{font-size:24px;margin:30px 0 15px;color:#333;border-left:4px solid #1e90ff;padding-left:12px;}h3{font-size:18px;margin-bottom:10px;}h3 a{color:#1a1a1a;text-decoration:none;transition:color 0.3s;}h3 a:hover{color:#1e90ff;}.breadcrumb{font-size:14px;color:#666;margin-bottom:20px;padding:10px 0;border-bottom:1px solid #eee;}.breadcrumb a{color:#1e90ff;text-decoration:none;}.breadcrumb a:hover{text-decoration:underline;}.intro{background:#f9f9f9;padding:20px;border-radius:8px;margin-bottom:30px;line-height:1.8;}.intro p{margin-bottom:10px;}.notice{background:#fff3cd;padding:15px;border-left:4px solid #ffc107;margin-top:15px;}.notice a{color:#1e90ff;text-decoration:none;font-weight:bold;}.notice a:hover{text-decoration:underline;}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;margin-top:20px;}@media (max-width:768px){.card-grid{grid-template-columns:1fr;gap:20px;}}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;transition:transform 0.3s,box-shadow 0.3s;}.card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,0.1);}.card .meta{font-size:14px;color:#666;margin:8px 0;}.card .one-line{color:#555;margin:12px 0;line-height:1.6;}.card .summary{font-size:14px;color:#777;margin:10px 0;line-height:1.5;}.card .review{font-size:14px;color:#888;font-style:italic;margin:10px 0;padding:10px;background:#f5f5f5;border-radius:4px;}.card .tags{font-size:13px;color:#999;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0;}.detail{max-width:900px;}.detail h1{font-size:36px;margin-bottom:15px;}.detail .meta{font-size:16px;color:#666;margin:15px 0;}.detail .meta span{margin-right:15px;}.detail .tags{font-size:14px;color:#999;margin:15px 0;padding:10px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;}.detail section{margin:30px 0;}.detail section h2{font-size:22px;margin-bottom:15px;}.detail section p{line-height:1.8;color:#444;margin-bottom:10px;}.detail .related{margin-top:50px;padding-top:30px;border-top:2px solid #eee;}footer{background:#f5f5f5;padding:30px 0;text-align:center;color:#666;margin-top:60px;border-top:1px solid #e0e0e0;}footer p{margin:5px 0;}.ui-style-0{--accent:#1e90ff;}.ui-style-1{--accent:#ff6b35;}.ui-style-2{--accent:#ff4757;}.ui-style-3{--accent:#ee5a6f;}.ui-style-4{--accent:#c23616;}.ui-style-5{--accent:#e74c3c;}.ui-style-6{--accent:#3498db;}.ui-style-7{--accent:#2980b9;}.ui-style-8{--accent:#27ae60;}.ui-style-9{--accent:#34495e;}.ui-style-10{--accent:#00c75a;}.ui-style-11{--accent:#0099ff;}.ui-style-12{--accent:#ff6700;}.ui-style-13{--accent:#00a1d6;}.ui-style-14{--accent:#2c3e50;}.list-content{margin-top:30px;}.hot-section,.entry-section,.latest-section{margin:40px 0;padding:30px 0;}.hot-section{border-top:3px solid #1e90ff;}.entry-section{border-top:3px solid #27ae60;}.latest-section{border-top:3px solid #e74c3c;}@media (max-width:768px){h1{font-size:26px;}h2{font-size:20px;}.detail h1{font-size:28px;}main{padding:20px 0;}}html{scroll-behavior:smooth;}a{color:#1e90ff;transition:color 0.3s;}a:hover{color:#1558b0;}body[class*="skeleton-"] .card-grid{gap:20px;}#back-to-top{position:fixed;bottom:40px;right:40px;background:#1a1a1a;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:20px;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,0.2);transition:all 0.3s;z-index:1000;}#back-to-top:hover{background:#333;transform:translateY(-3px);}#back-to-top.show{display:flex;}@media (max-width:768px){#back-to-top{bottom:20px;right:20px;width:45px;height:45px;}}