* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
html { scroll-behavior: smooth; }
body { background: linear-gradient(135deg, #0c2461 0%, #1e3799 50%, #4a69bd 100%); color: #f5f5f5; line-height: 1.8; min-height: 100vh; }
.site-header { background: rgba(12, 36, 97, 0.95); backdrop-filter: blur(10px); padding: 1rem 2rem; position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #f6b93b; }
.header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0 auto; }
.my-logo { font-size: 2.5rem; font-weight: 900; color: #f6b93b; text-decoration: none; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); transition: all 0.3s ease; background: linear-gradient(to right, #f6b93b, #ff9f43); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.my-logo:hover { transform: scale(1.05); text-shadow: 0 0 15px #ff9f43; }
.desktop-nav { display: flex; gap: 2rem; }
.desktop-nav a { color: #dff9fb; text-decoration: none; font-weight: 600; padding: 0.5rem 1rem; border-radius: 5px; transition: all 0.3s; }
.desktop-nav a:hover, .desktop-nav a.active { background: #f6b93b; color: #0c2461; }
.hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: #f6b93b; cursor: pointer; }
.mobile-nav { display: none; flex-direction: column; background: rgba(12, 36, 97, 0.98); position: absolute; top: 100%; left: 0; width: 100%; padding: 1rem; border-top: 1px solid #4a69bd; }
.mobile-nav.active { display: flex; }
.mobile-nav a { color: #dff9fb; padding: 0.8rem; border-bottom: 1px solid #1e3799; text-decoration: none; }
.mobile-nav a:hover { background: #1e3799; }
.breadcrumb { padding: 1rem 2rem; background: rgba(30, 55, 153, 0.4); font-size: 0.9rem; max-width: 1400px; margin: 0 auto; }
.breadcrumb a { color: #f6b93b; text-decoration: none; }
.breadcrumb span { color: #ccc; }
.main-container { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; max-width: 1400px; margin: 2rem auto; padding: 0 2rem; }
@media (max-width: 992px) { .main-container { grid-template-columns: 1fr; } }
article { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px); border-radius: 15px; padding: 3rem; border: 1px solid rgba(246, 185, 59, 0.3); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
article h1 { font-size: 3.5rem; color: #f6b93b; margin-bottom: 1.5rem; text-align: center; border-bottom: 3px solid #4a69bd; padding-bottom: 1rem; }
article h2 { font-size: 2.5rem; color: #ff9f43; margin: 2.5rem 0 1rem; padding-left: 0.5rem; border-left: 5px solid #f6b93b; }
article h3 { font-size: 1.8rem; color: #74b9ff; margin: 2rem 0 1rem; }
article h4 { font-size: 1.4rem; color: #81ecec; margin: 1.5rem 0 0.8rem; }
article p { margin-bottom: 1.5rem; font-size: 1.1rem; text-align: justify; }
article strong { color: #f6b93b; font-weight: 700; }
article em { color: #81ecec; font-style: italic; }
article a { color: #74b9ff; text-decoration: none; border-bottom: 1px dashed #74b9ff; transition: all 0.2s; }
article a:hover { color: #f6b93b; border-bottom: 2px solid #f6b93b; }
.article-img { width: 100%; max-width: 800px; height: auto; border-radius: 10px; border: 3px solid #f6b93b; margin: 2rem auto; display: block; box-shadow: 0 5px 15px rgba(0,0,0,0.5); transition: transform 0.5s; }
.article-img:hover { transform: scale(1.02); }
.update-time { text-align: center; font-style: italic; color: #aaa; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #4a69bd; }
.sidebar { display: flex; flex-direction: column; gap: 2rem; }
.sidebar-widget { background: rgba(255, 255, 255, 0.05); border-radius: 10px; padding: 1.5rem; border: 1px solid rgba(74, 105, 189, 0.5); }
.sidebar-widget h3 { color: #f6b93b; margin-bottom: 1rem; font-size: 1.5rem; }
.search-form { display: flex; }
.search-form input { flex: 1; padding: 0.8rem; border: none; border-radius: 5px 0 0 5px; background: #1e3799; color: white; }
.search-form button { background: #f6b93b; color: #0c2461; border: none; padding: 0.8rem 1.2rem; border-radius: 0 5px 5px 0; cursor: pointer; font-weight: bold; transition: background 0.3s; }
.search-form button:hover { background: #ff9f43; }
.rating-widget { text-align: center; }
.stars { font-size: 2rem; color: #4a69bd; cursor: pointer; margin: 0.5rem 0; }
.stars .active { color: #f6b93b; }
#rating-value { font-size: 1.5rem; color: #f6b93b; font-weight: bold; }
.comment-form textarea { width: 100%; padding: 1rem; border-radius: 5px; background: #1e3799; color: white; border: 1px solid #4a69bd; margin-bottom: 1rem; resize: vertical; min-height: 120px; }
.comment-form button { width: 100%; padding: 0.8rem; background: #4a69bd; color: white; border: none; border-radius: 5px; cursor: pointer; transition: background 0.3s; }
.comment-form button:hover { background: #1e3799; }
.quick-links a { display: block; color: #74b9ff; padding: 0.5rem 0; border-bottom: 1px solid rgba(116, 185, 255, 0.2); text-decoration: none; transition: all 0.3s; }
.quick-links a:hover { color: #f6b93b; padding-left: 10px; }
.site-footer { background: rgba(12, 36, 97, 0.95); margin-top: 4rem; padding: 3rem 2rem; border-top: 3px solid #f6b93b; }
.footer-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
friend-link { display: block; margin: 0.5rem 0; }
friend-link a { color: #74b9ff; text-decoration: none; font-weight: 600; }
friend-link a:hover { color: #f6b93b; text-decoration: underline; }
.copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #4a69bd; color: #aaa; font-size: 0.9rem; grid-column: 1 / -1; }
