@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{--bg:#faf8f4;--fg:#1a1918;--heading:#1b4332;--heading-dark:#0d2818;--muted:#6b6b6b;--accent-orange:#e87420;--accent-orange-hover:#d4621a;--accent-orange-active:#b85218;--accent-orange-glow:#e8742040;--border:#d6d2c8;--card:#fff;--bg-light:#f2efe8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--fg);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{color:var(--heading);font-family:DM Serif Display,serif}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.wide-container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media (width>=768px){.container,.wide-container{padding-left:2rem;padding-right:2rem}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.hidden{display:none}.block{display:block}@media (width>=768px){.md\:flex{display:flex}.md\:hidden{display:none}}@media (width<=767px){.mobile-only{display:flex}.desktop-only{display:none}}.header-wrapper{z-index:60;background:var(--bg);position:sticky;top:0}.main-header{background-color:var(--bg);border-bottom:1px solid var(--border);z-index:2;position:relative}.header-inner{justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}@media (width>=768px){.header-inner{gap:1.5rem;padding:.5rem 2rem}}.mobile-header-left{flex-shrink:0;align-items:center;display:none}.logo-img{object-fit:contain;border-radius:4px;flex-shrink:0;width:auto;height:76px}.mobile-header-search{display:none}.search-container{border:none;border-radius:4px;outline:none;width:100%;max-width:500px;height:46px;display:flex;position:relative;overflow:visible;box-shadow:0 2px 8px #00000014}.search-container:focus-within{border:none;outline:none;box-shadow:0 2px 8px #00000014}.search-input{-webkit-appearance:none;color:#666;box-shadow:none;background-color:#fff;border:none;border-radius:4px 0 0 4px;outline:none;flex:1;padding:0 16px;font-family:Inter,sans-serif;font-size:15px}.search-input::placeholder{color:#0000}.search-input:focus,.search-input:focus-visible,.search-input:active{box-shadow:none;color:var(--fg);border:none;outline:none}.search-button{background-color:var(--accent-orange);cursor:pointer;border:none;border-radius:0 4px 4px 0;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:46px;transition:background-color .2s,box-shadow .2s;display:flex}.search-button:hover{background-color:var(--accent-orange-hover);box-shadow:0 3px 12px var(--accent-orange-glow)}.search-button:active{background-color:var(--accent-orange-active)}.search-button svg{fill:#fff;width:20px;height:20px}.search-ghost{color:#888;pointer-events:none;white-space:nowrap;z-index:1;opacity:1;font-family:Inter,sans-serif;font-size:15px;transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94);position:absolute;top:50%;left:16px;right:52px;overflow:hidden;transform:translateY(-50%)}.search-ghost.slide-out{opacity:0;transform:translateY(calc(-50% - 18px))}.search-ghost.slide-in{opacity:0;transform:translateY(calc(18px - 50%))}.search-ghost.hidden-ghost{opacity:0;transition-duration:.35s;transform:translateY(calc(-50% - 8px))}.mob-search-container{border:none;border-radius:4px;outline:none;width:100%;height:44px;display:flex;position:relative;overflow:visible;box-shadow:0 2px 8px #00000014}.mob-search-container:focus-within{border:none;outline:none;box-shadow:0 2px 8px #00000014}.mob-search-input{-webkit-appearance:none;color:#666;box-shadow:none;background-color:#fff;border:none;border-radius:4px 0 0 4px;outline:none;flex:1;padding:0 14px;font-family:Inter,sans-serif;font-size:14px}.mob-search-input::placeholder{color:#0000}.mob-search-input:focus,.mob-search-input:focus-visible,.mob-search-input:active{box-shadow:none;color:var(--fg);border:none;outline:none}.mob-search-button{background-color:var(--accent-orange);cursor:pointer;border:none;border-radius:0 4px 4px 0;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;transition:background-color .2s,box-shadow .2s;display:flex}.mob-search-button:hover{background-color:var(--accent-orange-hover);box-shadow:0 3px 12px var(--accent-orange-glow)}.mob-search-button:active{background-color:var(--accent-orange-active)}.mob-search-button svg{fill:#fff;width:18px;height:18px}.mob-search-ghost{color:#888;pointer-events:none;white-space:nowrap;z-index:1;opacity:1;font-family:Inter,sans-serif;font-size:14px;transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94);position:absolute;top:50%;left:14px;right:50px;overflow:hidden;transform:translateY(-50%)}.mob-search-ghost.slide-out{opacity:0;transform:translateY(calc(-50% - 16px))}.mob-search-ghost.slide-in{opacity:0;transform:translateY(calc(16px - 50%))}.mob-search-ghost.hidden-ghost{opacity:0;transition-duration:.35s;transform:translateY(calc(-50% - 8px))}.header-actions{align-items:center;gap:1.25rem;display:none;position:relative}@media (width>=768px){.header-actions{display:flex}}.icon-action{cursor:pointer;color:var(--muted);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .25s;display:inline-flex;position:relative}.icon-action:hover{color:var(--heading)}.icon-action.active{color:var(--accent-orange)}.icon-action svg{width:22px;height:22px}.icon-badge{color:#fff;border:2px solid var(--bg);pointer-events:none;background:#e53935;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 2px;font-size:.52rem;font-weight:800;transition:all .3s;display:flex;position:absolute;top:-4px;right:-6px}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;display:flex}.mob-header-icon{cursor:pointer;width:38px;height:38px;color:var(--muted);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .25s;display:none}.mob-header-icon:hover{background:var(--bg-light);color:var(--heading)}.mob-header-icon svg{width:20px;height:20px}.desktop-only{display:flex}.mobile-only{display:none}.menu-line{background-color:var(--fg);width:20px;height:2px;transition:all .3s}.menu-line:nth-child(3){width:20px}.sub-nav{background:var(--card);border-bottom:1px solid var(--border);scrollbar-width:none;position:relative;overflow-x:auto}.sub-nav::-webkit-scrollbar{display:none}.sub-nav-inner{align-items:center;display:flex}.sub-nav-link{color:var(--heading);white-space:nowrap;cursor:pointer;border-bottom:2.5px solid #0000;align-items:center;gap:6px;padding:13px 18px;font-size:.84rem;font-weight:600;transition:all .25s;display:flex}.sub-nav-link:hover{color:var(--accent-orange);border-bottom-color:var(--accent-orange);background:#e8742005}.sub-nav-link.active{color:var(--accent-orange);border-bottom-color:var(--accent-orange)}.new-badge{color:#e53935;letter-spacing:.04em;background:0 0;border-radius:0;margin-left:4px;padding:0;font-family:Inter,sans-serif;font-size:.65rem;font-weight:700;display:inline-block}.sub-nav:after{content:"";background:linear-gradient(to right, transparent, var(--card));pointer-events:none;z-index:5;width:40px;transition:opacity .2s;position:absolute;top:0;bottom:0;right:0}.sub-nav.scrolled-end:after{opacity:0}.mobile-nav{background:var(--bg);z-index:100;overscroll-behavior:contain;width:100%;max-width:100vw;transition:transform .4s cubic-bezier(.16,1,.3,1);position:fixed;inset:0;overflow:hidden auto;transform:translate(-100%)}.mobile-nav.active{transform:translate(0)}.mobile-nav-header{border-bottom:1px solid var(--border);align-items:center;padding:1.5rem 1.25rem;display:flex}.mobile-nav-links{padding:1.5rem 1.25rem 0}.mobile-nav-item{border-bottom:1px solid var(--border);color:var(--heading);cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:center;gap:12px;padding:14px 0;font-size:1rem;font-weight:500;transition:color .2s;display:flex}.mobile-nav-item:hover{color:var(--accent-orange)}.mobile-nav-item .mn-icon{background:#1b43320f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.mobile-nav-footer{flex-direction:column;align-items:center;gap:1rem;padding:1rem 1.25rem 1.5rem;display:flex}.mobile-login-section{border-top:1px solid var(--border);width:100%;padding-top:1rem}.mobile-login-btn{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;font-family:inherit;display:flex}.mobile-login-avatar{background:var(--heading);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;font-weight:800;display:flex}.mobile-login-avatar.login-mode{background:#4a6cf7}.mobile-login-text-title{color:var(--heading);font-size:.875rem;font-weight:600}.mobile-login-text-sub{color:var(--muted);font-size:.75rem}.mobile-logout-btn{color:#c62828;cursor:pointer;background:#fff5f5;border:1px solid #ffcdd2;border-radius:8px;width:100%;margin-top:8px;padding:10px 14px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:background .2s}.mobile-logout-btn:hover{background:#ffebee}.close-mobile-nav-bottom{background:var(--bg-light);cursor:pointer;width:44px;height:44px;color:var(--muted);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.close-mobile-nav-bottom:hover{color:var(--accent-orange);background:#e874201a}.mobile-bottom-bar{display:none}.toast-msg{background:var(--heading-dark);color:#fff;z-index:200;opacity:0;white-space:nowrap;border-radius:12px;padding:12px 28px;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;transition:all .35s cubic-bezier(.16,1,.3,1);position:fixed;bottom:30px;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 8px 32px #0003}@media (width<=767px){.toast-msg{bottom:80px}}.notif-dropdown{z-index:100;background:#fff;border:none;border-radius:6px;width:360px;max-height:420px;animation:.25s notifFadeIn;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 30px #0000001a,0 2px 8px #0000000a}@keyframes notifFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.notif-dropdown-header{color:#1a1a2e;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 18px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;display:flex}.notif-clear-all{color:#888;cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:500;transition:color .2s}.notif-clear-all:hover{color:#e53935}.notif-dropdown-body{scrollbar-width:thin;scrollbar-color:#00000014 transparent;max-height:350px;padding:6px 0;overflow-y:auto}.notif-dropdown-body::-webkit-scrollbar{width:4px}.notif-dropdown-body::-webkit-scrollbar-thumb{background:#00000014;border-radius:4px}.notif-item{cursor:pointer;border-bottom:1px solid #f8f8f8;align-items:flex-start;gap:12px;padding:12px 18px;transition:background .15s;display:flex}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:#fafafa}.notif-item.unread{position:relative}.notif-item.unread:before{content:"";background:#e87420;border-radius:50%;width:6px;height:6px;position:absolute;top:18px;left:6px}.notif-item-icon{color:#555;background:#f5f5f5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;display:flex}.notif-item-content{flex:1;min-width:0}.notif-item-title{color:#222;font-size:.85rem;font-weight:500;line-height:1.3}.notif-item-message{color:#777;margin-top:2px;font-size:.75rem;line-height:1.4}.notif-item-time{color:#aaa;margin-top:4px;font-size:.7rem}.notif-empty{text-align:center;color:#aaa;padding:32px 16px;font-size:.85rem}@media (width<=767px){.notif-dropdown{width:300px;max-height:350px;right:-20px}}.search-dropdown{border:1.5px solid var(--border);z-index:90;opacity:0;visibility:hidden;scrollbar-width:thin;scrollbar-color:#00000026 transparent;background:#fff;border-radius:0;max-height:380px;margin-top:4px;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-6px)scale(.98);box-shadow:0 12px 40px #0000001f,0 2px 8px #0000000f}.search-dropdown::-webkit-scrollbar{width:5px}.search-dropdown::-webkit-scrollbar-track{background:0 0}.search-dropdown::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.search-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.sd-section{padding:4px 0}.sd-section+.sd-section{border-top:1px solid var(--border)}.sd-section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;padding:8px 14px 4px;font-size:.68rem;font-weight:700;display:flex}.sd-section-label svg{color:var(--muted);flex-shrink:0}.sd-item{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:9px 14px;transition:background .15s;display:flex}.sd-item:hover,.sd-item.highlighted{background:var(--bg-light)}.sd-item-left{align-items:center;gap:10px;min-width:0;display:flex}.sd-item-logo{object-fit:contain;background:#f8f9fa;border-radius:6px;flex-shrink:0;width:28px;height:28px;padding:2px}.sd-cat-icon{width:28px;height:28px;color:var(--heading);background:#1b43320f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:flex}.sd-item-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:500;overflow:hidden}.sd-item-name mark{color:var(--accent-orange);background:#e874202e;border-radius:2px;padding:0 1px;font-weight:700}.sd-item-count{color:var(--muted);white-space:nowrap;background:var(--bg-light);border-radius:10px;flex-shrink:0;padding:3px 8px;font-size:.68rem;font-weight:600}.sd-loading{color:var(--muted);justify-content:center;align-items:center;gap:8px;padding:24px 16px;font-size:.82rem;display:flex}.sd-spinner{border:2px solid var(--border);border-top-color:var(--accent-orange);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite sd-spin}@keyframes sd-spin{to{transform:rotate(360deg)}}.sd-empty{text-align:center;padding:24px 16px}.sd-empty-icon{margin-bottom:6px;font-size:1.5rem}.sd-empty-text{color:var(--fg);margin-bottom:2px;font-size:.84rem;font-weight:600}.sd-empty-hint{color:var(--muted);font-size:.72rem}.sd-error{text-align:center;color:#e53935;padding:20px 16px;font-size:.82rem}@media (width<=767px){.search-dropdown{border-radius:0;max-height:300px;margin-top:3px}.sd-item{padding:10px 12px}.sd-item-name{font-size:.88rem}}.mob-search-overlay{background:var(--bg);z-index:1;border-bottom:1px solid var(--border);overscroll-behavior:contain;flex-direction:column;max-height:70vh;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(-100%);box-shadow:0 8px 24px #00000014}@media (width>=768px){.mob-search-overlay{display:none}}.mob-search-overlay.active{transform:translateY(0)}.mob-search-overlay-header{background:var(--bg);border-bottom:1px solid var(--border);z-index:2;flex-shrink:0;align-items:center;gap:8px;padding:.55rem .75rem;display:flex;position:sticky;top:0}.mob-search-back{cursor:pointer;width:40px;min-width:40px;height:40px;color:var(--fg);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .2s;display:flex}.mob-search-back:active{background:var(--bg-light)}.mob-search-back svg{width:22px;height:22px}.mob-search-overlay-input-wrap{background:var(--card);border:1.5px solid var(--border);border-radius:10px;flex:1;align-items:center;gap:8px;height:44px;padding:0 10px 0 12px;transition:border-color .2s;display:flex}.mob-search-overlay-input-wrap:focus-within{border-color:var(--accent-orange);box-shadow:0 0 0 3px var(--accent-orange-glow)}.mob-overlay-search-icon{width:18px;height:18px;color:var(--muted);flex-shrink:0}.mob-search-overlay-input{color:var(--fg);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Inter,sans-serif;font-size:15px}.mob-search-overlay-input::placeholder{color:#aaa}.mob-overlay-clear{background:var(--bg-light);cursor:pointer;width:28px;height:28px;color:var(--muted);-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:none}.mob-overlay-clear.visible{display:flex}.mob-overlay-clear svg{width:14px;height:14px}.mob-search-cancel{color:var(--accent-orange);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:8px 2px 8px 4px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.mob-search-overlay-body{overscroll-behavior:contain;flex:1;padding:1rem 1rem 2rem;overflow-y:auto}.mob-search-section-label{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:.6rem;font-size:.7rem;font-weight:700}.mob-recent-list{flex-direction:column;gap:2px;margin-bottom:.5rem;display:flex}.mob-recent-item{cursor:pointer;color:var(--fg);-webkit-tap-highlight-color:transparent;border-radius:10px;align-items:center;gap:12px;padding:11px 10px;font-family:Inter,sans-serif;font-size:.9rem;transition:background .15s;display:flex}.mob-recent-item:active{background:var(--bg-light)}.mob-recent-item svg{width:16px;height:16px;color:var(--muted);flex-shrink:0}.mob-recent-item span{flex:1}.mob-recent-delete{width:28px;height:28px;color:var(--muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mob-recent-delete:active{background:var(--bg-light)}.mob-recent-delete svg{width:14px;height:14px}.mob-no-recent{color:var(--muted);text-align:center;padding:1.5rem 0;font-size:.82rem}.mob-results-list{flex-direction:column;gap:2px;display:flex}.mob-result-item{cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:10px;align-items:center;gap:12px;padding:11px 10px;transition:background .15s;display:flex}.mob-result-item:active{background:var(--bg-light)}.mob-result-item img{object-fit:contain;background:var(--bg-light);border-radius:6px;flex-shrink:0;width:32px;height:32px}.mob-result-name{color:var(--fg);font-size:.875rem;font-weight:500}.mob-result-name mark{color:var(--accent-orange);background:#e874202e;border-radius:2px;padding:0 1px;font-weight:700}.main-footer{background:#242424;padding:4rem 0 0;position:relative;overflow:hidden}.footer-glow{pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#50505040 0%,#3c3c3c26 40%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-120px;right:-80px}.footer-glow-2{pointer-events:none;filter:blur(35px);background:radial-gradient(circle,#46464633 0%,#3232321f 45%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:8%}.footer-content{z-index:10;position:relative}.footer-grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2.5rem}}@media (width<=767px){.footer-grid{gap:1.5rem}}.footer-logo-link{margin-bottom:1.25rem;display:inline-block}.logo-img-footer{object-fit:contain;filter:brightness(0)invert();width:auto;height:90px}.footer-description{color:#ffffff80;max-width:22rem;margin-bottom:1.75rem;font-size:.875rem;line-height:1.7}.footer-social{gap:12px;display:flex}.social-icon{color:#fff9;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.social-icon:hover{background:var(--accent-orange);color:#fff;border-color:var(--accent-orange);transform:translateY(-3px);box-shadow:0 6px 20px #e8742059}.main-footer .footer-heading{color:#fff;letter-spacing:.03em;text-transform:uppercase;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700}.footer-links-list{margin:0;padding:0;list-style:none}.footer-links-list li{margin-bottom:.8rem}.footer-links-list li:last-child{margin-bottom:0}.footer-link{color:#ffffff80;font-size:.875rem;transition:all .25s;display:inline-block;position:relative}.footer-link:after{content:"";background:var(--accent-orange);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer-link:hover{color:#fff}.footer-link:hover:after{width:100%}.footer-contact-items{flex-direction:column;gap:18px;display:flex}.contact-item{align-items:flex-start;gap:12px;display:flex}.contact-icon{background:#ffffff0f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .25s;display:flex}.contact-icon svg{stroke:#ffffff73;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.contact-item:hover .contact-icon{background:#e8742026}.contact-item:hover .contact-icon svg{stroke:var(--accent-orange)}.contact-label{color:#ffffff47;text-transform:uppercase;letter-spacing:.1em;margin-bottom:3px;font-size:.65rem;font-weight:700}.contact-value{color:#fff9;font-size:.82rem;line-height:1.6;transition:color .25s}.contact-value-link{color:#fff9;transition:color .25s}.contact-value-link:hover{color:#fff}.contact-item:hover .contact-value{color:#ffffffe6}.footer-bottom{border-top:1px solid #ffffff14;padding:1.75rem 0}.footer-bottom-inner{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (width>=768px){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.copyright{color:#ffffff59;letter-spacing:.02em;font-size:.75rem}.footer-bottom-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width>=768px){.footer-bottom-links{flex-wrap:nowrap;gap:1.5rem}}.footer-bottom-link{color:#ffffff59;white-space:nowrap;font-size:.75rem;transition:color .25s}.footer-bottom-link:hover{color:#fff}.footer-separator{color:#ffffff1f;-webkit-user-select:none;user-select:none}.back-to-top{background:var(--accent-orange);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 4px 16px #e874204d}.back-to-top:hover{background:var(--accent-orange-hover);transform:translateY(-3px);box-shadow:0 8px 28px #e8742073}.back-to-top svg{width:16px;height:16px}.header-login-btn{color:#4a6cf7;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:6px 12px 6px 8px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.header-login-btn .login-icon{stroke:#4a6cf7;width:24px;height:24px;transition:stroke .25s,transform .25s}.header-login-btn:hover{color:#3b5de7;background:#4a6cf714}.header-login-btn:hover .login-icon{stroke:#3b5de7;transform:translate(2px)}.header-avatar-wrapper{align-items:center;display:flex;position:relative}.header-avatar-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e87420,#d4601a);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.header-avatar-btn:hover{transform:scale(1.06);box-shadow:0 4px 12px #e8742059}.user-dropdown{z-index:9999;background:#fff;border:1px solid #f0f0f0;border-radius:12px;min-width:200px;padding:16px;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 30px #00000026}.user-dropdown.show{display:block}.user-dropdown-name{color:#1a1a2e;word-break:break-all;margin-bottom:12px;font-size:.85rem;font-weight:600;display:block}.user-dropdown-logout{color:#c62828;cursor:pointer;text-align:left;background:#fff5f5;border:1px solid #ffcdd2;border-radius:8px;width:100%;padding:10px 14px;font-size:.85rem;font-weight:600;transition:background .2s}.user-dropdown-logout:hover{background:#ffebee}@media (width<=767px){#content{margin-bottom:0}.header-inner{justify-content:space-between;gap:.25rem;padding:.4rem .75rem}.mobile-header-left{display:flex}.header-logo-center{flex:1;justify-content:flex-start;align-items:center;display:flex}.logo-img{height:44px}.header-actions{gap:.75rem;display:flex}.header-inner>.desktop-only,.desktop-only{display:none}.mobile-only{display:flex}.search-container,#desktopSearchWrap,.mobile-header-search{display:none}.mob-header-icon{display:flex}.sub-nav{display:none}.sub-nav-link{-webkit-tap-highlight-color:transparent;min-height:44px;padding:14px 16px}.search-dropdown{border-radius:0;max-height:300px;margin-top:3px}.sd-item{padding:10px 12px}.sd-item-name{font-size:.88rem}.toast-msg{bottom:80px}.main-footer{padding-bottom:0}.logo-img-footer{height:72px}.footer-description{max-width:100%}.header-login-btn,.header-avatar-wrapper{display:none}}@media (width>=768px){.container,.wide-container{padding-left:2rem;padding-right:2rem}.header-inner{gap:1.5rem;padding:.5rem 2rem}.header-logo-center{align-items:center;display:flex}.header-actions{display:flex}.mobile-menu-btn{display:none}#desktopSearchWrap,.md\:flex{display:flex}.md\:hidden,.mobile-bottom-bar,.mob-search-overlay{display:none}.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2.5rem}.footer-bottom-inner{flex-direction:row;justify-content:space-between}.footer-bottom-links{flex-wrap:nowrap;gap:1.5rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}
