:root{--color-primary:#f7ad00;--color-primary-700:#dbaf29;--color-accent:#10b981;--color-text:#0f172a;--color-text-muted:rgba(15,23,42,.65);--color-text-inverse:rgba(255,255,255,.92);--color-text-inverse-muted:rgba(255,255,255,.72);--color-bg:#fff;--color-surface:#fff;--color-surface-soft:#f8fafc;--color-border:rgba(15,23,42,.1);--shadow-lg:0 18px 50px rgba(0,0,0,.22);--focus-ring:0 0 0 .25rem rgba(79,70,229,.18);--focus-border:rgba(79,70,229,.55);--account-bg1:#0b1020;--account-bg2:#131b33}.btn-theme{background:#f7ad00;color:#121212}.alert-info{color:#4a5d73;background-color:#e6ebf2;border-color:#d8e0ea}.alert-info hr{border-top-color:#cdd6e3}.alert-info .alert-link{color:#364456}.alert-success{color:#4e6357;background-color:#e3ece6;border-color:#cfdbd5}.alert-success hr{border-top-color:#c1cdc7}.alert-success .alert-link{color:#3a4a41}.site-header{position:sticky;top:0;z-index:1030;background:var(--color-surface,#fff);border-bottom:1px solid var(--color-border,rgba(0,0,0,.08));box-shadow:0 2px 12px rgba(0,0,0,.04)}.site-header-top{background:#fff;padding:.75rem 0}.site-header-top-inner{display:flex;align-items:center;justify-content:space-between}.site-header-bottom{background:#333;border-top:1px solid rgba(255,255,255,.1)}.site-navbar-nav{display:flex;align-items:center}.site-brand{display:flex;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;color:var(--color-text,#0f172a);text-decoration:none;letter-spacing:-.5px}.site-brand:hover{color:var(--color-primary,#4f46e5);text-decoration:none}.site-brand-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem}.site-search-wrapper{flex:1;max-width:500px;margin:0 2rem}.site-search-form{display:flex;width:100%;position:relative;align-items:center}.site-search-input{flex:1;width:100%;padding:.6rem 1rem .6rem 1.25rem;padding-right:48px;border:1px solid #ddd;border-radius:50px;font-size:.95rem;outline:0;transition:all .2s;background:#f8f9fa}.site-search-input:focus{background:#fff;border-color:var(--color-primary,#4f46e5);box-shadow:0 0 0 3px rgba(79,70,229,.1)}.site-search-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;color:#64748b;border:0;border-radius:50%;cursor:pointer;transition:all .2s}.site-search-btn:hover{background:rgba(0,0,0,.05);color:var(--color-primary,#4f46e5)}.site-nav{display:flex;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap}.site-nav-link{display:inline-flex;align-items:center;padding:.8rem 1.2rem;font-size:.95rem;font-weight:500;color:#eee;text-decoration:none;transition:background .15s,color .15s;border-radius:0}.site-nav-link:hover,.site-nav-link.active,.site-nav-dropdown:hover>.site-nav-link{background:var(--category-color,#d9534f);color:#fff;text-decoration:none}.site-nav-link .dropdown-arrow{margin-left:6px;opacity:.7}.site-nav-link:hover .dropdown-arrow{opacity:1}.site-header-right{display:flex;align-items:center;gap:.75rem}.site-user-name{font-size:.9rem;font-weight:500;color:var(--color-text,#0f172a)}.site-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.1rem;font-size:.9rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .15s,box-shadow .15s;cursor:pointer;border:0}.site-btn-outline{background:transparent;border:1.5px solid var(--color-border,rgba(15,23,42,.15));color:var(--color-text,#0f172a)}.site-btn-outline:hover{background:var(--color-surface-soft,#f1f5f9);text-decoration:none}.site-btn-primary{background:var(--color-primary,#4f46e5);color:#fff}.site-btn-primary:hover{background:var(--color-primary-700,#4338ca);color:#fff;text-decoration:none}.site-menu-toggle{display:none;background:none;border:0;padding:.5rem;cursor:pointer}.site-menu-toggle svg{width:24px;height:24px;color:var(--color-text,#0f172a)}@media(max-width:991.98px){.site-nav-desktop{display:none}.site-header-right-desktop{display:none}.site-search-wrapper{display:none}.site-menu-toggle{display:flex}.site-header-bottom{display:none}}.site-mobile-menu{display:none;flex-direction:column;padding:1rem 0;background:#fff;border-top:1px solid var(--color-border,rgba(0,0,0,.08))}.site-mobile-menu.show{display:flex}.site-mobile-menu .site-nav{flex-direction:column;align-items:stretch;gap:0}.site-mobile-menu .site-nav-link{padding:.75rem 1rem;border-radius:0;color:var(--color-text,#333)}.site-mobile-menu .site-nav-link:hover{background:#f8f9fa;color:#d9534f}.site-mobile-menu .site-header-right{flex-direction:column;align-items:stretch;gap:.5rem}.site-mobile-menu .site-btn{justify-content:center}.site-search-wrapper-mobile{padding:.5rem 1rem;display:block}.site-nav-dropdown{position:relative;height:100%}.site-nav-dropdown-toggle{cursor:pointer}.dropdown-arrow{margin-left:4px;transition:transform .2s}.site-nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.site-nav-dropdown-menu{position:absolute;top:100%;left:0;min-width:180px;background:var(--color-surface,#fff);border-radius:0 0 8px 8px;box-shadow:0 10px 40px rgba(0,0,0,.12);padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s;list-style:none;z-index:100}.site-nav-dropdown:hover .site-nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.site-nav-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;color:var(--color-text-muted,rgba(15,23,42,.7));text-decoration:none;transition:background .15s,color .15s}.site-nav-dropdown-item:hover{background:var(--color-surface-soft,#f1f5f9);color:#d9534f;text-decoration:none}.category-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.site-mobile-category-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;color:var(--color-text-muted,rgba(15,23,42,.5));text-transform:uppercase;letter-spacing:.5px}.site-nav-link-child{padding-left:2rem!important}.user-dropdown{position:relative}.user-dropdown-toggle{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:var(--color-surface-soft,#f1f5f9);border:1px solid var(--color-border,rgba(15,23,42,.1));border-radius:50px;cursor:pointer;transition:background .15s,box-shadow .15s}.user-dropdown-toggle:hover{background:var(--color-surface,#fff);box-shadow:0 2px 8px rgba(0,0,0,.08)}.user-avatar{width:28px;height:28px;background:#484848;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.8rem}.user-name{font-size:.9rem;font-weight:500;color:var(--color-text,#0f172a);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown .dropdown-arrow{color:var(--color-text-muted,rgba(15,23,42,.5));transition:transform .2s}.user-dropdown.open .dropdown-arrow{transform:rotate(180deg)}.user-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--color-surface,#fff);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s;z-index:1050}.user-dropdown.open .user-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.user-dropdown-header{padding:.75rem 1rem}.user-dropdown-email{font-size:.85rem;font-weight:600;color:var(--color-text,#0f172a)}.user-dropdown-divider{height:1px;background:var(--color-border,rgba(15,23,42,.08));margin:.25rem 0}.user-dropdown-label{padding:.5rem 1rem .25rem;font-size:.7rem;font-weight:600;color:var(--color-text-muted,rgba(15,23,42,.45));text-transform:uppercase;letter-spacing:.5px}.user-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;font-size:.9rem;color:var(--color-text-muted,rgba(15,23,42,.7));text-decoration:none;transition:background .15s,color .15s;background:none;border:0;width:100%;cursor:pointer;text-align:left}.user-dropdown-item:hover{background:var(--color-surface-soft,#f1f5f9);color:var(--color-text,#0f172a);text-decoration:none}.site-nav-dropdown-item:hover{background:var(--color-surface-soft,#f1f5f9);color:var(--category-color,#d9534f);text-decoration:none}.user-dropdown-item svg{flex-shrink:0;opacity:.6}.user-dropdown-item:hover svg{opacity:1}.user-dropdown-item-danger{color:var(--color-danger,#dc2626)}.user-dropdown-item-danger:hover{background:rgba(220,38,38,.08);color:var(--color-danger,#dc2626)}.user-dropdown-form{margin:0}.mobile-user-section{display:flex;flex-direction:column;gap:1rem;width:100%}.mobile-user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.mobile-user-menu{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;border-top:1px solid var(--color-border,rgba(15,23,42,.08));border-bottom:1px solid var(--color-border,rgba(15,23,42,.08))}.mobile-user-link{display:flex;align-items:center;gap:.75rem;padding:.6rem .5rem;font-size:.9rem;color:var(--color-text-muted,rgba(15,23,42,.7));text-decoration:none;border-radius:8px;transition:background .15s,color .15s}.mobile-user-link:hover{background:var(--color-surface-soft,#f1f5f9);color:var(--color-text,#0f172a);text-decoration:none}.mobile-user-link svg{flex-shrink:0;opacity:.6}.mobile-auth-buttons{display:flex;gap:.5rem}.post-list{padding:1rem 0}.post-empty{text-align:center;padding:3rem;color:var(--color-text-muted,rgba(15,23,42,.6))}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.post-card{background:var(--color-surface,#fff);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}.post-card-link{display:block;text-decoration:none;color:inherit}.post-card-link:hover{text-decoration:none;color:inherit}.post-card-image{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:var(--color-surface-soft,#f1f5f9)}.post-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}.post-card:hover .post-card-image img{transform:scale(1.05)}.post-card-content{padding:1.25rem}.post-card-category-badge{position:absolute;top:10px;left:10px;display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .6rem;border-radius:4px;background:var(--cat-color,var(--color-primary,#4f46e5));color:#fff;z-index:10;box-shadow:0 1px 3px rgba(0,0,0,.1)}.post-card-title{font-size:1.1rem;font-weight:700;line-height:1.4;margin:0 0 .5rem 0;color:var(--color-text,#0f172a);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card-desc{font-size:.9rem;color:var(--color-text-muted,rgba(15,23,42,.7));line-height:1.5;margin:0 0 .75rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-card-meta{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:var(--color-text-muted,rgba(15,23,42,.55))}.post-card-date::before{content:"?? "}.post-card-author::before{content:"?��? "}.post-loading{text-align:center;padding:3rem;color:var(--color-text-muted,rgba(15,23,42,.6))}.load-more-area{padding:2rem 0;text-align:center}.load-more-trigger{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem;color:var(--color-text-muted,rgba(15,23,42,.6))}.load-more-text::before{content:"";display:inline-block;width:20px;height:20px;border:2px solid var(--color-border,#e2e8f0);border-top-color:var(--color-primary,#4f46e5);border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.load-more-end{padding:1rem;color:var(--color-text-muted,rgba(15,23,42,.5));font-size:.9rem}.load-more-error{padding:1rem;color:var(--color-danger,#dc2626);display:flex;align-items:center;justify-content:center;gap:1rem}.btn-retry{padding:.5rem 1rem;background:var(--color-primary,#4f46e5);color:#fff;border:0;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .2s}.btn-retry:hover{background:var(--color-primary-hover,#4338ca)}.ce-checklist__item{display:flex;align-items:flex-start;margin-bottom:.5rem}.ce-checklist__box{margin-right:.5rem;font-weight:bold;color:var(--color-primary,#4f46e5)}.ce-checklist__item--checked .ce-checklist__text{text-decoration:line-through;color:#94a3b8}.ce-quote{margin:1.5rem 0;padding:1rem 1.5rem;background:#f8fafc;border-left:4px solid #4f46e5;font-style:italic}.ce-quote__caption{display:block;margin-top:.5rem;font-size:.9rem;color:#64748b;font-style:normal}.ce-warning{background:#fffbeb;border:1px solid #fcd34d;padding:1rem;border-radius:8px;margin:1.5rem 0}.ce-warning__title{margin:0 0 .5rem 0;color:#92400e;font-weight:700}.ce-warning__message{color:#b45309}.ce-delimiter{border:0;height:1px;background:#e2e8f0;margin:2rem auto;width:60%}.ce-image figcaption{text-align:center;font-size:.9rem;color:#64748b;margin-top:.5rem;font-style:italic}@media(max-width:991.98px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767.98px){.post-grid{grid-template-columns:1fr}}.post-article{margin-bottom:4rem}.post-hero-image{width:100%;border-radius:16px;overflow:hidden;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);aspect-ratio:16/9;background:#f1f5f9}.post-hero-image img{width:100%;height:100%;object-fit:cover}.post-header{margin-bottom:2rem}.post-category-badge{display:inline-block;background:var(--cat-color,#4f46e5);color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;text-decoration:none;margin-bottom:1rem;transition:opacity .2s}.post-category-badge:hover{opacity:.9;color:#fff}.post-title{font-size:2.5rem;font-weight:800;color:#0f172a;line-height:1.3;margin-bottom:1.5rem}.post-meta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.8rem;color:#64748b;font-size:.95rem}.post-author{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#0f172a}.author-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;opacity:.6}.meta-separator{color:#cbd5e1}.post-views{display:flex;align-items:center;gap:4px}.post-lead{font-size:1.25rem;line-height:1.7;color:#334155;background:#f8fafc;padding:1.5rem;border-left:4px solid #6c8ec1;border-radius:0 8px 8px 0;margin-bottom:2.5rem;font-style:italic}.post-content{font-size:1.125rem;line-height:1.8;color:#1e293b}.post-content p{margin-bottom:1.5rem}.post-content img{max-width:100%;border-radius:8px;height:auto;margin:1.5rem 0}.post-content h2{font-size:1.8rem;font-weight:700;margin:2.5rem 0 1rem;color:#0f172a}.post-content h3{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:#0f172a}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content blockquote{border-left:4px solid #cbd5e1;padding-left:1rem;margin:1.5rem 0;color:#64748b;font-style:italic}.related-posts{border-top:1px solid #e2e8f0;padding-top:3rem;margin-top:3rem}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#0f172a}@media(max-width:768px){.post-title{font-size:1.8rem}.post-hero-image{border-radius:0;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}}.post-card-date::before,.post-card-author::before{content:none!important}.post-card-date,.post-card-author{display:flex;align-items:center;align-items:flex-start;gap:4px}.post-card-icon{width:16px;height:16px;opacity:.6;object-fit:contain}.post-list-container{display:flex;flex-direction:column;gap:1.5rem}.post-l-card{background:var(--color-surface,#fff);border-radius:12px;height:200px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:transform .2s,box-shadow .2s;border:1px solid var(--color-border,#f1f5f9)}.post-l-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.08)}.post-l-card-link{display:flex;text-decoration:none;color:inherit;height:100%}.post-l-card-image{position:relative;width:280px;flex-shrink:0;overflow:hidden;background:var(--color-surface-soft,#f1f5f9)}.post-l-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.post-l-card:hover .post-l-card-image img{transform:scale(1.05)}.post-l-card-content{flex:1;padding:1.5rem;display:flex;flex-direction:column;justify-content:center}.post-l-card-category-badge{position:absolute;top:10px;left:10px;display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .6rem;border-radius:4px;background:var(--cat-color,var(--color-primary,#4f46e5));color:#fff;z-index:10;box-shadow:0 1px 3px rgba(0,0,0,.15)}.post-l-card-title{font-size:1.25rem;font-weight:700;line-height:1.4;margin:0 0 .75rem 0;color:var(--color-text,#0f172a);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-l-card-desc{font-size:.95rem;color:var(--color-text-muted,rgba(15,23,42,.7));line-height:1.6;margin:0 0 1rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.post-l-card-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:var(--color-text-muted,rgba(15,23,42,.55));margin-top:auto}.post-l-card-date,.post-l-card-author{display:flex;align-items:center;gap:6px}.post-l-card-icon{width:14px;height:14px;opacity:.6;object-fit:contain}@media(max-width:768px){.post-l-card{height:120px;overflow:hidden}.post-l-card-content{padding:1rem}.post-l-card-image{width:120px;min-width:120px;height:120px}.post-l-card-title{font-size:1.1rem;-webkit-line-clamp:2}.post-l-card-desc{display:none}.post-l-card-meta{justify-content:space-between}.post-l-card-meta .post-l-card-author{display:none}}.post-actions{gap:15px;display:flex;justify-content:center;margin:3rem 0}.btn-like{display:inline-flex;align-items:center;gap:8px;padding:.75rem 1.5rem;border-radius:50px;border:1px solid var(--color-border,#e2e8f0);background:var(--color-surface,#fff);color:var(--color-text,#334155);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.btn-like:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:var(--color-primary,#4f46e5);color:var(--color-primary,#4f46e5)}.btn-like.liked{background:var(--color-primary,#4f46e5);color:#fff;border-color:var(--color-primary,#4f46e5);cursor:default}.btn-like .like-icon{font-size:1.4rem}.post-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.post-popularity-large{display:flex;align-items:center;font-family:'Segoe UI',system-ui,sans-serif;color:#ff4500}.popularity-icon{width:24px;height:24px;margin-right:6px;object-fit:contain}.popularity-value{font-size:1.5rem;font-weight:700;line-height:1}.btn-share{background-color:#007bff;color:#fff}.btn-share:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.3);color:#fff}.share-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.share-modal-overlay.active{opacity:1;pointer-events:auto}.share-modal{background-color:#fff;border-radius:16px;padding:1.5rem;width:90%;max-width:400px;box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(20px);transition:transform .3s ease}.share-modal-overlay.active .share-modal{transform:translateY(0)}.share-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.share-modal-header h3{margin:0;font-size:1.25rem;font-weight:600}.close-modal-btn{background:none;border:0;font-size:2rem;line-height:1;cursor:pointer;color:#666}.share-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.share-option{display:flex;flex-direction:column;align-items:center;background:none;border:0;cursor:pointer;gap:.5rem;padding:.5rem;border-radius:8px;transition:background-color .2s}.share-option:hover{background-color:#f5f5f5}.share-option span{font-size:.875rem;color:#333}.btn-like,.btn-share{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .2s ease;font-family:inherit;text-decoration:none}.btn-like{background-color:#f0f2f5;color:#65676b}.btn-like:hover{background-color:#e4e6eb}.btn-like.liked{background-color:#fff0f0;color:#ff4500;border-color:#ff4500}.btn-share{background-color:#007bff;color:#fff}.btn-share:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.3)}.btn-share svg,.btn-like img{width:20px;height:20px;object-fit:contain}.btn-share{background-color:#e7f5ff!important;color:#007bff!important;border:1px solid #007bff!important}.btn-share:hover{background-color:#d0ebff!important;border-color:#0056b3!important;color:#0056b3!important}.action-stat{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#f8f9fa;color:#6c757d;border-radius:50px;font-size:.95rem;font-weight:500}.action-stat svg{width:20px;height:20px}.view-stat{background-color:#f1f3f4;border:1px solid #e0e0e0}html{font-size:14px}@media(min-width:768px){html{font-size:16px}}.btn:focus,.btn:active:focus,.btn-link.nav-link:focus,.form-control:focus,.form-check-input:focus{box-shadow:0 0 0 .1rem white,0 0 0 .25rem #258cfb}html{position:relative;min-height:100%}body{margin-bottom:60px}body.no-scroll{overflow:hidden}.site-mobile-category-item.has-children{list-style:none;padding:0 15px}.site-mobile-category-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;cursor:pointer;font-weight:600;color:var(--color-text,#0f172a);border-bottom:1px solid var(--color-border,rgba(15,23,42,.1))}.site-mobile-category-header .dropdown-arrow{transition:transform .2s ease}.site-mobile-category-header.open .dropdown-arrow{transform:rotate(180deg)}.site-mobile-submenu{list-style:none;padding-left:0;margin:0;overflow:hidden;background-color:var(--color-surface-soft,#f8fafc)}.site-mobile-submenu li{border-bottom:1px solid var(--color-border,rgba(15,23,42,.05));padding-left:1rem}.mobile-user-section{padding:0 1rem}.mobile-user-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;cursor:pointer}.mobile-user-header .dropdown-arrow{transition:transform .2s ease}.mobile-user-header.open .dropdown-arrow{transform:rotate(180deg)}.site-nav-link-child{padding-left:2rem!important;display:block;padding:.75rem 0;color:var(--color-text-muted,#64748b);text-decoration:none}.floating-heart{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#e53935;font-weight:bold;font-size:1.2rem;pointer-events:none;animation:floatUp 1s ease-out forwards;z-index:100}@keyframes floatUp{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}100%{opacity:0;transform:translate(-50%,-150%) scale(1.5)}}.account-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2.25rem 0}.account-surface{width:min(640px,100%);border-radius:20px;padding:2rem 0;background:var(--color-surface);box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.1)}.account-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:992px){.account-grid.two-col{grid-template-columns:1.05fr .95fr;align-items:start}}.account-card{background:var(--color-surface);border-radius:16px;padding:1.5rem;backdrop-filter:blur(10px)}.account-header{color:var(--color-text-inverse)}.account-title{color:var(--color-text);font-weight:800;letter-spacing:.2px;margin:0 0 .25rem 0}.account-subtitle{margin:0;color:var(--color-text)}.account-form h2,.account-form h3{margin:0 0 .75rem 0;font-weight:700}.account-form .form-control{border-radius:12px}.account-form .form-control:focus{box-shadow:var(--focus-ring);border-color:var(--focus-border)}.account-primary-btn{border-radius:12px;padding:.9rem 1rem;font-weight:700}.account-links a{text-decoration:none;font-weight:600}.account-links a:hover{text-decoration:underline}.account-note{font-size:.95rem;color:var(--color-text-muted)}.account-ext .btn{border-radius:999px;padding:.55rem .9rem;margin:.25rem .35rem .25rem 0}.not-found-container{display:flex;align-items:center;justify-content:center;min-height:80vh;padding:2rem;gap:4rem;flex-wrap:wrap}.not-found-content{flex:1;max-width:500px;text-align:left}.error-code{font-size:8rem;font-weight:800;line-height:1;color:#e2e8f0;margin-bottom:15px;margin-left:-.5rem;z-index:-1;position:relative}.error-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.error-message{font-size:1.1rem;line-height:1.6;color:#64748b;margin-bottom:2.5rem}.error-actions{display:flex;gap:1rem}.btn-home,.btn-back{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s ease}.btn-home{background-color:#0f172a;color:#fff}.btn-home:hover{background-color:#334155;color:#fff;transform:translateY(-2px)}.btn-back{background-color:#fff;color:#475569;border:1px solid #cbd5e1}.btn-back:hover{background-color:#f8fafc;color:#1e293b;border-color:#94a3b8}.not-found-image{flex:1;max-width:400px;display:flex;justify-content:center}.not-found-image svg{width:100%;height:auto;max-width:400px}@media(max-width:768px){.not-found-container{flex-direction:column-reverse;text-align:center;gap:2rem}.not-found-content{text-align:center}.error-code{margin-left:0}.error-actions{justify-content:center}}