.article-container{max-width:1200px;margin:3rem auto;display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem;padding:0 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background:#f9fafb;line-height:1.75;align-items:start}@media (min-width:1024px){.article-container{grid-template-columns:minmax(0,3fr) minmax(0,1fr);align-items:start}}.main-content{background-color:#fff;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.03);overflow:hidden;transition:transform .3s ease;border:1px solid #e2e8f0}.main-content:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.loading-spinner{width:60px;height:60px;border-radius:50%;border:6px solid #f1f5f9;border-top:6px solid var(--primary-color,#2563eb);animation:spin 1s cubic-bezier(.45,0,.55,1) infinite}.article-header{padding:3rem 3rem 2rem;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.04)}.article-header h1{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#0f172a;letter-spacing:-.025em;text-rendering:optimizeLegibility}.article-excerpt{font-size:1.375rem;color:#475569;font-weight:400;margin-bottom:2rem;line-height:1.6;font-style:italic}.article-meta{flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f1f5f9}.article-meta,.author-info{display:flex;align-items:center}.author-info{font-size:1rem;color:#64748b;font-weight:500}.author{font-weight:700;color:#334155}.publish-date{font-weight:500;color:#64748b}.tags-container{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.tag-pill{display:inline-block;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;background-color:#eff6ff;color:#1d4ed8;transition:all .3s ease;border:1px solid #bfdbfe;text-decoration:none}.tag-pill:hover{background-color:#1d4ed8;color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(29,78,216,.25)}.featured-image{margin:0 0 3rem;overflow:hidden;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.hero-image{width:100%;height:auto;display:block;object-fit:cover;transition:transform .5s ease}.featured-image:hover .hero-image{transform:scale(1.02)}.article-body{padding:0 3rem 3rem;margin-bottom:3rem}.content-paragraph{margin-bottom:1.75rem;font-size:1.125rem;line-height:1.8;color:#1e293b;font-weight:400;text-align:left}.content-paragraph+.content-paragraph{margin-top:1.75rem}.content-image{width:100%;height:auto;margin:2.5rem 0;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f1f5f9}.content-image:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.15)}.image-container{margin:2.5rem 0;overflow:hidden;border-radius:12px}.blog-asset-image{margin:2.5rem 0;text-align:center}.blog-asset-image img{border-radius:12px;box-shadow:0 8px 25px -5px rgba(0,0,0,.1);border:1px solid #f1f5f9}.blog-asset-image figcaption{margin-top:1rem;font-size:.95rem;color:#64748b;font-style:italic;text-align:center}.article-heading-h2{font-size:2rem;font-weight:700;margin:3.5rem 0 1.5rem;color:#0f172a;line-height:1.3;position:relative;padding-bottom:1rem;border-bottom:3px solid #e2e8f0}.article-heading-h2:after{content:"";position:absolute;bottom:-3px;left:0;width:4rem;height:3px;background:linear-gradient(90deg,var(--primary-color,#2563eb),#3b82f6);border-radius:2px}.article-heading-h3{font-size:1.5rem;font-weight:600;margin:2.5rem 0 1.25rem;color:#1e293b;line-height:1.4}.article-list{margin:2rem 0;padding-left:2rem}.article-list-item{margin-bottom:1rem;font-size:1.125rem;line-height:1.7;color:#1e293b;position:relative}.article-list-item::marker{color:var(--primary-color,#2563eb);font-weight:700}.article-list ul .article-list-item:before{content:"•";color:var(--primary-color,#2563eb);font-weight:700;position:absolute;left:-1.5rem}.article-blockquote{margin:3rem 0;padding:2rem 2.5rem;border-left:4px solid var(--primary-color,#2563eb);background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-style:italic;color:#475569;border-radius:0 12px 12px 0;position:relative;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);font-size:1.125rem;line-height:1.7}.article-blockquote:before{content:'"';position:absolute;top:-1rem;left:1.5rem;font-size:4rem;color:rgba(37,99,235,.15);font-family:Georgia,serif;font-weight:700}.article-body table{width:100%;margin:2.5rem 0;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:1px solid #e2e8f0}.article-body table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.article-body table th{padding:1rem 1.25rem;text-align:left;font-weight:700;font-size:.95rem;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e2e8f0;position:relative}.article-body table th:not(:last-child){border-right:1px solid #e2e8f0}.article-body table td{padding:1rem 1.25rem;color:#374151;font-size:1rem;line-height:1.6;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.article-body table td:last-child{border-right:none}.article-body table tbody tr{transition:background-color .2s ease}.article-body table tbody tr:nth-child(2n){background-color:#fafbfc}.article-body table tbody tr:hover{background-color:#f0f9ff}.article-body table tbody tr:last-child td{border-bottom:none}.table-wrapper{overflow-x:auto;margin:2.5rem 0;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.text-primary{color:var(--primary-color,#2563eb);text-decoration:none;font-weight:500;transition:all .2s ease;border-bottom:1px solid transparent;position:relative}.text-primary:hover{color:#1d4ed8;border-bottom:1px solid #1d4ed8}.text-primary:focus{outline:2px solid var(--primary-color,#2563eb);outline-offset:2px;border-radius:4px}.asset-link{display:inline-block;color:var(--primary-color,#2563eb);font-weight:500;text-decoration:none;transition:all .2s ease;padding:.25rem 0}.asset-link:hover{color:#1d4ed8;transform:translateY(-1px)}.cta-block{margin:4rem 0;padding:3rem;background:linear-gradient(135deg,#eff6ff,#f0f9ff);border-radius:16px;border:2px solid #bfdbfe;text-align:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);position:relative;overflow:hidden}.cta-block:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color,#2563eb),#3b82f6)}.cta-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.cta-description{margin-bottom:2rem;font-size:1.25rem;color:#475569;max-width:80%;margin-left:auto;margin-right:auto;line-height:1.6}.cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,var(--primary-color,#2563eb),#3b82f6);color:#fff;font-weight:600;font-size:1.125rem;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(37,99,235,.25);border:none;cursor:pointer}.cta-button:hover{background:linear-gradient(135deg,#1d4ed8,var(--primary-color,#2563eb));transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(37,99,235,.4)}.cta-button:focus{outline:2px solid var(--primary-color,#2563eb);outline-offset:2px}.faq-section{margin-top:4rem;padding:3rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.faq-heading{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:2rem;text-align:center;position:relative}.faq-heading:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:4rem;height:4px;background:linear-gradient(90deg,var(--primary-color,#2563eb),#3b82f6);border-radius:2px}.faq-content{background-color:#fff}.faq-content,.faq-content .content-paragraph{color:#1e293b}.asset-download-container{margin:2rem 0;display:flex;align-items:center}.asset-download-link{display:inline-flex;align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#374151;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.1);font-weight:600;text-decoration:none;transition:all .3s ease;border:1px solid #e2e8f0}.asset-download-link:hover{background:linear-gradient(135deg,var(--primary-color,#2563eb),#3b82f6);color:#fff;transform:translateY(-2px);box-shadow:0 8px 15px -3px rgba(37,99,235,.25)}.related-posts-sidebar{background:linear-gradient(135deg,#fafbfc,#fff);border-radius:16px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:1px solid #e2e8f0}.sidebar-heading{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;position:relative}.sidebar-heading:after{content:"";position:absolute;bottom:-2px;left:0;width:3rem;height:2px;background:var(--primary-color,#2563eb)}.related-posts-list{display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto;max-height:calc(100vh - 12rem);padding-right:.5rem}.related-posts-list::-webkit-scrollbar{width:6px}.related-posts-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.related-posts-list::-webkit-scrollbar-thumb{background:var(--primary-color,#2563eb);border-radius:3px}.related-post-card{display:block;padding:1.5rem;background:#fff;border-radius:12px;text-decoration:none;transition:all .3s ease;border:1px solid #e2e8f0;box-shadow:0 2px 4px rgba(0,0,0,.05);position:relative;overflow:hidden}.related-post-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:var(--primary-color,#2563eb);transition:height .3s ease}.related-post-card:hover{background:#f8fafc;transform:translateX(4px);box-shadow:0 8px 15px -3px rgba(0,0,0,.1);border-color:#bfdbfe}.related-post-card:hover:before{height:100%}.related-post-title{font-size:1.125rem;font-weight:600;color:#1e293b;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.related-post-card:hover .related-post-title{color:#0f172a}@media (max-width:768px){.article-container{margin:1.5rem auto;padding:0 1rem;gap:2rem}.article-header{padding:2rem 1.5rem 1.5rem}.article-header h1{font-size:2rem;line-height:1.3}.article-excerpt{font-size:1.125rem}.article-body{padding:0 1.5rem 2rem}.content-paragraph{font-size:1rem;line-height:1.7}.article-heading-h2{font-size:1.75rem;margin:2.5rem 0 1.25rem}.article-heading-h3{font-size:1.375rem;margin:2rem 0 1rem}.cta-block{padding:2rem 1.5rem;margin:3rem 0}.cta-title{font-size:1.75rem}.cta-description{font-size:1.125rem;max-width:100%}.related-posts-sidebar{position:static;margin-top:2rem;max-height:none;padding:1.5rem}.sidebar-heading{font-size:1.375rem;text-align:center}.related-posts-list{max-height:400px}.related-post-card{padding:1.25rem}.related-post-title{font-size:1rem;-webkit-line-clamp:2}.article-body table{font-size:.875rem}.article-body table td,.article-body table th{padding:.75rem .5rem}.table-wrapper{margin:1.5rem -1rem;border-radius:0;box-shadow:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0}}@media (min-width:769px) and (max-width:1023px){.article-container{grid-template-columns:1fr}.related-posts-sidebar{position:static;margin-top:3rem}.related-posts-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-height:none;overflow-y:visible}.related-post-card{display:flex;flex-direction:column;justify-content:space-between;height:100%}}:focus{outline:2px solid var(--primary-color,#2563eb);outline-offset:2px}@media print{.article-container{box-shadow:none;max-width:100%;margin:0;padding:0}.main-content{box-shadow:none;border:none}.related-posts-sidebar{display:none}.article-body table{box-shadow:none;border:2px solid #000}.article-body table th{background:#f0f0f0!important;-webkit-print-color-adjust:exact}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main-content{animation:fadeInUp .6s ease-out}.related-posts-sidebar{animation:fadeInUp .8s ease-out}::selection{background:rgba(37,99,235,.15);color:#1e293b}@media (prefers-contrast:high){.article-container,.article-header h1,.article-heading-h2,.article-heading-h3,.content-paragraph{color:#000}.article-body table{border:2px solid #000}.article-body table td,.article-body table th{border:1px solid #000}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.related-posts-sidebar{background:#fff;border-radius:1.2rem;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:1.5rem 1rem}.related-posts-list-modern{list-style:none;margin:0;padding:0;width:100%;box-sizing:border-box}.related-post-item-modern{border-bottom:1px solid #f0f0f0;margin:0;padding:0;width:100%;box-sizing:border-box;border-radius:0;transition:background .18s}.related-post-item-modern:last-child{border-bottom:none;border-radius:0 0 1rem 1rem}.related-post-link-modern{display:flex;justify-content:space-between;align-items:center;padding:.85rem .5rem;color:#1a202c;text-decoration:none;transition:background .18s;border-radius:.5rem;width:100%;box-sizing:border-box}.related-post-link-modern:focus,.related-post-link-modern:hover{background:#f5f7fa;text-decoration:none}.related-post-title-modern{font-size:1rem;font-weight:500;text-align:left;flex:1;word-break:break-word}.related-post-arrow-modern{color:#888;font-size:1.2rem;margin-left:.5rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{width:90%;max-width:500px;background:linear-gradient(145deg,#fff,#f5f8ff);border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 40px rgba(0,123,255,.1);padding:2.5rem;position:relative;transform-origin:center;animation:scaleIn .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid hsla(0,0%,100%,.18);overflow:hidden}.modal-content:before{top:-50px;right:-50px;width:100px;height:100px;background:radial-gradient(circle,rgba(64,169,255,.2) 0,rgba(64,169,255,0) 70%)}.modal-content:after,.modal-content:before{content:"";position:absolute;border-radius:50%}.modal-content:after{bottom:-50px;left:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(128,90,213,.15) 0,rgba(128,90,213,0) 70%);z-index:-1}.modal-content h2{color:#2d3748;font-size:2rem;margin-bottom:.5rem;font-weight:700;letter-spacing:-.025em;background:linear-gradient(90deg,#3182ce,#805ad5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-content p{color:#718096;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.form-group{margin-bottom:1.25rem;position:relative}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#4a5568;margin-bottom:.5rem;transition:all .2s ease}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border-radius:8px;border:2px solid #e2e8f0;background-color:#f8fafc;color:#2d3748;font-size:1rem;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3182ce;box-shadow:0 0 0 3px rgba(49,130,206,.2);outline:none}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#a0aec0}.form-group textarea{min-height:100px;resize:vertical}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 16px;padding-right:2.5rem}.close-btn{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border-radius:50%;border:none;background-color:#f7fafc;color:#4a5568;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.close-btn:hover{background-color:#e2e8f0;color:#2d3748;transform:scale(1.05)}.submit-button{width:100%;padding:.75rem 1.5rem;border-radius:8px;border:none;background:linear-gradient(135deg,#3182ce,#805ad5);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem;box-shadow:0 4px 6px rgba(49,130,206,.25),0 10px 15px -3px rgba(0,0,0,.1);position:relative;overflow:hidden}.submit-button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 50%,hsla(0,0%,100%,0));transform:translateX(-100%);transition:transform .6s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 7px 14px rgba(49,130,206,.25),0 10px 20px rgba(0,0,0,.1)}.submit-button:hover:after{transform:translateX(100%)}.submit-button:active{transform:translateY(0);box-shadow:0 4px 6px rgba(49,130,206,.25)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.form-group.floating{position:relative}.form-group.floating label{position:absolute;top:.75rem;left:1rem;transition:all .2s ease;pointer-events:none;color:#a0aec0}.form-group.floating input:focus~label,.form-group.floating input:not(:placeholder-shown)~label,.form-group.floating textarea:focus~label,.form-group.floating textarea:not(:placeholder-shown)~label{top:-.5rem;left:.75rem;font-size:.75rem;padding:0 .25rem;background-color:#fff;color:#3182ce}.loading{display:inline-block;width:1.5rem;height:1.5rem;border-radius:50%;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(1turn)}}.form-group input:invalid:focus,.form-group select:invalid:focus,.form-group textarea:invalid:focus{border-color:#e53e3e;box-shadow:0 0 0 3px rgba(229,62,62,.2)}.form-error{color:#e53e3e;font-size:.75rem;margin-top:.375rem;display:none}input:invalid:focus~.form-error,select:invalid:focus~.form-error,textarea:invalid:focus~.form-error{display:block}.success-message{text-align:center;padding:2rem}.success-message svg{width:3rem;height:3rem;color:#38a169;margin-bottom:1rem}.success-message h3{color:#2d3748;font-size:1.5rem;margin-bottom:.5rem}.success-message p{color:#718096}@media (max-width:640px){.modal-content{width:95%;padding:1.5rem;max-height:85vh;overflow-y:auto}.modal-content h2{font-size:1.5rem}.form-group{margin-bottom:1rem}.close-btn{top:.75rem;right:.75rem}}@media (min-width:641px) and (max-width:1024px){.modal-content{width:85%;max-width:550px}}@media (prefers-color-scheme:dark){.modal-content{background:linear-gradient(145deg,#2d3748,#1a202c);border-color:hsla(0,0%,100%,.05)}.modal-content h2{background:linear-gradient(90deg,#63b3ed,#b794f4);-webkit-background-clip:text}.form-group label,.modal-content p{color:#e2e8f0}.form-group input,.form-group select,.form-group textarea{background-color:#2d3748;border-color:#4a5568;color:#e2e8f0}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.2)}.close-btn{background-color:#2d3748;color:#e2e8f0}.close-btn:hover{background-color:#4a5568}.form-group.floating input:focus~label,.form-group.floating input:not(:placeholder-shown)~label,.form-group.floating textarea:focus~label,.form-group.floating textarea:not(:placeholder-shown)~label{background-color:#2d3748;color:#4299e1}}.close-btn:focus-visible,.form-group input:focus-visible,.form-group select:focus-visible,.form-group textarea:focus-visible,.submit-button:focus-visible{outline:2px solid #4299e1;outline-offset:2px}@media (hover:none){.submit-button{padding:.875rem 1.5rem}.form-group input,.form-group select,.form-group textarea{font-size:16px}}