:root{--primary: #3b82f6;--primary-hover: #2563eb;--background: #0a0a0c;--surface: #16161a;--surface-hover: #1c1c21;--text: #ffffff;--text-muted: #a1a1aa;--accent: #60a5fa;--glass: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .1);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--background);color:var(--text);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:#fff}p,span,li,blockquote{color:var(--text-muted)}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass{background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1.5rem}.gradient-text{background:linear-gradient(135deg,#fff,#a1a1aa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gradient-primary{background:linear-gradient(135deg,var(--primary) 0%,#60a5fa 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}section{padding:8rem 0}@media(max-width:768px){section{padding:5rem 0}.container{padding:0 1.5rem}}.app-container{min-height:100vh;display:flex;flex-direction:column;background:#0a0a0a;color:#fff}main{flex:1;width:100%}.page-wrapper{padding:120px 0 80px;min-height:calc(100vh - 300px)}.page-wrapper .page-container{max-width:800px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:1rem}.page-wrapper .wide-page-container{max-width:1100px}.page-wrapper h1{font-size:2.5rem;margin-bottom:2rem;color:#fff;border-bottom:2px solid #3b82f6;padding-bottom:.5rem;display:inline-block}.page-wrapper .content{color:#fffc;line-height:1.8;font-size:1.1rem}.page-wrapper h2{font-size:1.5rem;color:#e2e8f0;margin:2rem 0 1rem}.page-wrapper p{margin-bottom:1.2rem}.page-wrapper ul{margin-bottom:1.5rem;padding-left:1.5rem}.page-wrapper li{margin-bottom:.5rem}.contact-form{background:#ffffff05;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#e2e8f0;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border-radius:8px;background:#0003;border:1px solid rgba(255,255,255,.1);color:#fff;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.submit-btn{background:#3b82f6;color:#fff;border:none;padding:.8rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#2563eb}.contact-list{list-style:none!important;padding:0!important}.contact-list li{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem!important}.resource-page .content,.checklist-page .content{font-size:1rem}.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0 2rem}.resource-card{padding:1.3rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px}.resource-card h3{font-size:1.05rem;margin-bottom:1rem}.resource-card ul{padding-left:1rem;margin-bottom:0}.resource-card a,.post-content a,.page-wrapper .content a{color:#93c5fd;text-decoration:underline;text-underline-offset:3px}.resource-section{padding:0;margin:2rem 0}.table-scroll{width:100%;overflow-x:auto;border:1px solid rgba(255,255,255,.08);border-radius:8px}.info-table{width:100%;min-width:760px;border-collapse:collapse;background:#ffffff05}.info-table th,.info-table td{padding:1rem;text-align:left;vertical-align:top;border-bottom:1px solid rgba(255,255,255,.08)}.info-table th{color:#fff;background:#3b82f624;font-weight:700}.info-table td{color:#ffffffb8}.info-table tr:last-child td{border-bottom:0}.checklist-table td:first-child,.info-table td:first-child{color:#e5e7eb;font-weight:700;white-space:nowrap}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .3s ease;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header.scrolled{padding:1rem 0;background:#0a0a0ae6;border-bottom:1px solid rgba(255,255,255,.1)}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem}.logo{font-size:1.8rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-1px}.logo span{color:#3b82f6}.desktop-nav{display:none;gap:2.5rem;align-items:center}@media(min-width:768px){.desktop-nav{display:flex}}.desktop-nav a{color:#ffffffb3;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease}.desktop-nav a:hover,.desktop-nav a.active{color:#fff}.mobile-menu-toggle{display:block;background:none;border:none;color:#fff;cursor:pointer}@media(min-width:768px){.mobile-menu-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#0f1115;display:flex;flex-direction:column;padding:6rem 2rem;gap:1.5rem;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:999;border-left:1px solid rgba(255,255,255,.1)}.mobile-nav.open{right:0}.mobile-nav a{color:#fff;font-size:1.2rem;text-decoration:none;font-weight:600}.footer{background:#0f1115;padding:5rem 0 2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:4rem}@media(max-width:968px){.footer-grid{grid-template-columns:1fr 1fr}.footer-info{grid-column:span 2}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr}.footer-info{grid-column:span 1}}.footer-logo{font-size:1.5rem;font-weight:800;color:#fff;text-decoration:none;margin-bottom:1.5rem;display:inline-block}.footer-logo span{color:#3b82f6}.footer-info p{color:#ffffff80;max-width:100%;line-height:1.6;word-break:keep-all}.footer h4{color:#fff;margin-bottom:1.5rem;font-size:1.1rem}.footer ul{list-style:none;padding:0}.footer li{margin-bottom:.8rem}.footer li a{color:#ffffff80;transition:color .3s ease;font-size:.95rem;text-decoration:none}.footer li a:hover{color:#3b82f6}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center}.footer-bottom p{color:#ffffff4d;font-size:.85rem}.home-page{padding-top:80px;min-height:100vh}.hero{padding:6rem 0;background:linear-gradient(180deg,rgba(59,130,246,.1) 0%,transparent 100%);text-align:center}.home-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.home-page h1{font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.2;margin-bottom:1.5rem;color:#fff}.home-page h1 span{color:#3b82f6}.hero p{font-size:1.2rem;color:#ffffffb3;max-width:600px;margin:0 auto}.post-list-section{padding:4rem 0 8rem}.section-header{margin-bottom:3rem}.section-header h2{font-size:2rem;color:#fff;border-left:4px solid #3b82f6;padding-left:1rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem}.post-card{background:#1e222b;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.05)}.post-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000004d;border-color:#3b82f64d}.image-wrapper{width:100%;height:200px;overflow:hidden}.image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.post-card:hover .image-wrapper img{transform:scale(1.05)}.card-content{padding:1.5rem}.category-badge{display:inline-block;background:#3b82f633;color:#60a5fa;padding:.3rem .8rem;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.post-card h3{font-size:1.3rem;line-height:1.4;margin-bottom:1rem}.post-card h3 a{color:#fff;text-decoration:none;transition:color .2s ease}.post-card h3 a:hover{color:#3b82f6}.excerpt{color:#fff9;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-content .meta{display:flex;gap:1rem;color:#fff6;font-size:.85rem}.card-content .meta-item{display:flex;align-items:center;gap:.4rem}.post-page{background:#0f1115;min-height:100vh}.post-header{padding:120px 0 60px;background-size:cover;background-position:center;text-align:center}.post-header-container{max-width:1000px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}.post-body-container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff9;text-decoration:none;margin-bottom:2rem;font-size:.95rem;transition:color .3s ease}.back-link:hover{color:#fff}.post-header .category-badge{display:block;width:fit-content;margin:0 auto 1.5rem;background:#3b82f633;color:#60a5fa;padding:.4rem 1rem;border-radius:50px;font-weight:600;font-size:.9rem}.post-header h1{font-size:clamp(2rem,4vw,3rem);line-height:1.3;color:#fff;margin-bottom:1.5rem;word-break:keep-all}.post-meta{display:flex;justify-content:center;gap:1.5rem;color:#ffffffb3;font-size:.95rem;flex-wrap:wrap}.post-meta .meta-item{display:flex;align-items:center;gap:.5rem}.post-content-container{display:grid;grid-template-columns:1fr 300px;gap:4rem;padding:4rem 1.5rem 8rem}@media(max-width:968px){.post-content-container{grid-template-columns:1fr}}.post-content{color:#ffffffd9;font-size:1.15rem;line-height:1.8;word-break:keep-all}.post-content h2{font-size:2rem;color:#fff;margin:3rem 0 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.post-content h3{font-size:1.5rem;color:#e2e8f0;margin:2rem 0 1rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content code{background:#ffffff1a;padding:.2rem .4rem;border-radius:4px;color:#f87171;font-family:monospace;font-size:.9em}.post-content strong{color:#fff}.post-content a{color:#93c5fd}@media(max-width:768px){.resource-grid{grid-template-columns:1fr}}.sidebar-widget{position:sticky;top:100px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem}.sidebar-widget h3{font-size:1.2rem;color:#fff;margin-bottom:1.5rem;border-left:3px solid #3b82f6;padding-left:.8rem}.related-posts{list-style:none;padding:0;margin:0}.related-posts li{margin-bottom:1rem}.related-posts li:last-child{margin-bottom:0}.related-posts a{display:flex;gap:1rem;text-decoration:none;color:#ffffffb3;transition:color .3s ease}.related-posts a:hover{color:#3b82f6}.related-posts img{width:80px;height:60px;object-fit:cover;border-radius:8px}.related-posts span{font-size:.95rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
