*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body,input,button,textarea,select{font:inherit}body{min-height:100vh}img,picture,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;background:none;border:none}:root{--color-body: #121418;--color-surface: #181a1f;--color-footer: #181a1f;--color-accent: #c28a30;--color-button-dark: #181a1f;--color-button-surface: #303136;--color-text: #f5f7fa;--color-text-muted: #a5acb8;--color-line-soft: rgba(255, 255, 255, .07);--color-watermark: rgba(255, 255, 255, .04);--color-success: #29c36a;--color-availability-live: #29c36a;--color-availability-live-hover: #22a85a;--color-availability-warn: #f59e0b;--color-availability-warn-hover: #d97706;--color-availability-off: #dc2626;--color-availability-off-hover: #b91c1c;--shadow-card: 0 20px 40px rgba(0, 0, 0, .22);--radius-md: 18px;--radius-lg: 26px;--container: 1320px}html.light-mode{--color-body: #faf6ed;--color-surface: #ffffff;--color-footer: #ffffff;--color-accent: #c28a30;--color-button-dark: #ffffff;--color-button-surface: #303136;--color-text: #1a1a1a;--color-text-muted: #666666;--color-line-soft: rgba(0, 0, 0, .08);--color-watermark: rgba(26, 26, 26, .08);--color-success: #29c36a;--shadow-card: none;--radius-md: 18px;--radius-lg: 26px;--container: 1320px}body{background:var(--color-body);color:var(--color-text);font-family:Urbanist,ui-sans-serif,system-ui,sans-serif;line-height:1.6}h1,h2,h3{line-height:1.15}h1{font-size:clamp(2.5rem,5vw,4.75rem);margin-bottom:20px}h2{font-size:clamp(1.8rem,3vw,3rem);margin-bottom:16px}h3{font-size:1.2rem;margin-bottom:10px}p{color:var(--color-text-muted)}.eyebrow{display:inline-flex;align-items:center;margin-bottom:14px;color:var(--color-text-muted);letter-spacing:.1em;font-size:.72rem;font-weight:600;text-transform:uppercase;background:#ffffff0d;padding:6px 14px;border-radius:6px;width:fit-content;transition:all .3s ease;cursor:default;box-shadow:0 4px 6px #0000001a,0 8px 16px #00000026}.eyebrow:hover{background:var(--color-accent);color:var(--color-body);transform:translateY(-2px);box-shadow:0 8px 12px #00000026,0 16px 24px #0003}.surface-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.section{padding:88px 0}@media (max-width: 1200px){body{font-size:14px}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.5rem,4vw,2rem)}h3{font-size:clamp(1.2rem,3vw,1.5rem)}h4{font-size:1.1rem}h5{font-size:1rem}h6{font-size:.9rem}.eyebrow{font-size:11px;padding:6px 12px}}html.light-mode{--shadow-card: none !important}html.light-mode *,html.light-mode .eyebrow,html.light-mode .eyebrow:hover{box-shadow:none!important}html.light-mode *{border:none!important}html.light-mode .topbar__nav-divider,html.light-mode .dockbar__divider{border:1px solid rgba(0,0,0,.08)!important}html.light-mode .overlay__traffic-light--close,html.light-mode .mobile-shell-warning__traffic-light--close{background:#ff5f57!important}html.light-mode .overlay__traffic-light--minimize,html.light-mode .mobile-shell-warning__traffic-light--minimize{background:#ffbd2e!important}html.light-mode .overlay__traffic-light--maximize,html.light-mode .mobile-shell-warning__traffic-light--maximize{background:#28ca42!important}body{background:var(--color-body);color:var(--color-text);font-family:Urbanist,ui-sans-serif,system-ui,sans-serif;line-height:1.6;margin:0;padding:0;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.no-scroll{overflow:hidden}::selection{background:var(--color-accent);color:var(--color-body)}::-moz-selection{background:var(--color-accent);color:var(--color-body)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--color-body)}::-webkit-scrollbar-thumb{background:var(--color-surface);border-radius:6px;border:2px solid var(--color-body)}::-webkit-scrollbar-thumb:hover{background:#22252b}.container{width:min(100% - 48px,var(--container));margin-inline:auto;max-width:1280px}.two-col{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:center}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.content-grid{display:grid;grid-template-columns:280px minmax(0,1fr) 280px;gap:24px;align-items:start}.featured-strip,.stack-list,.faq-list{display:grid;gap:20px}.page-head{margin-bottom:28px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0b0d99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:grid;place-items:center;padding:24px;z-index:9999;animation:overlayFadeIn .3s ease}.overlay__panel{width:min(680px,100%);background:#181a1f;border-radius:12px;padding:0;box-shadow:0 20px 60px #00000080;animation:overlaySlideUp .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.overlay__titlebar{background:linear-gradient(180deg,#2a2d35,#24262d);padding:12px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(0,0,0,.3)}.overlay__traffic-lights{display:flex;gap:8px;align-items:center}.overlay__traffic-light{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;padding:0}.overlay__traffic-light--close{background:#ff5f57}.overlay__traffic-light--close:hover{background:#ff4136}.overlay__traffic-light--minimize{background:#ffbd2e}.overlay__traffic-light--minimize:hover{background:#fa0}.overlay__traffic-light--maximize{background:#28ca42}.overlay__traffic-light--maximize:hover{background:#1fb037}.overlay__content{background:#181a1f}.overlay__header{padding:24px 32px 0}.overlay__header h2{font-size:20px;font-weight:600;color:var(--color-text);margin:0 0 24px;letter-spacing:-.01em}.overlay__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:none;border-radius:8px;color:#fff9;cursor:pointer;transition:all .2s ease;font-size:20px}.overlay__close:hover{background:#ffffff1a;color:var(--color-text)}.overlay__form{padding:32px;display:flex;flex-direction:column;gap:24px}.overlay__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.overlay__form-field{position:relative;display:flex;flex-direction:column}.overlay__form-field--full{grid-column:1 / -1}.overlay__form-field input,.overlay__form-field select,.overlay__form-field textarea{width:100%;background:#ffffff08;border:none;color:var(--color-text);padding:22px 16px 14px;font-size:15px;font-family:Urbanist,sans-serif;border-radius:12px;transition:all .2s ease;outline:none}.overlay__form-field input:focus,.overlay__form-field select:focus,.overlay__form-field textarea:focus{background:#ffffff0d;box-shadow:0 0 0 2px #c28a304d}.overlay__form-field textarea{min-height:100px;resize:vertical;padding-top:22px}.overlay__form-field label{position:absolute;left:16px;top:8px;font-size:11px;font-weight:500;color:#fff6;letter-spacing:.02em;text-transform:uppercase;pointer-events:none}.overlay__form-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239a9b9e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.overlay__form-field select option{background:#181a1f;color:var(--color-text)}.overlay__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:var(--color-accent);color:#0a0b0d;border:none;border-radius:10px;font-size:14px;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:all .2s ease;font-family:Urbanist,sans-serif;margin-top:8px;align-self:flex-start}.overlay__submit svg{width:16px;height:16px;transition:transform .2s ease}.overlay__submit:hover{background:#d49a3a;transform:translateY(-1px);box-shadow:0 8px 20px #c28a304d}.overlay__submit:hover svg{transform:translate(3px)}.overlay__submit:active{transform:translateY(0)}.overlay__submit:disabled{opacity:.65;cursor:wait;transform:none}.overlay__form-status{margin:8px 0 0;font-size:.88rem;line-height:1.45}.overlay__form-status--error{color:#fca5a5}.overlay__form-status--success{color:#86efac}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlaySlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.overlay__titlebar{padding:10px 14px}.overlay__header{padding:20px 24px 0}.overlay__form{padding:24px}.overlay__form-row{grid-template-columns:1fr}}.mobile-shell-warning{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--color-bg)}.mobile-shell-warning__window{width:min(500px,100%);background:#181a1f;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000080}.mobile-shell-warning__titlebar{background:linear-gradient(180deg,#2a2d35,#24262d);padding:12px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(0,0,0,.3)}.mobile-shell-warning__traffic-lights{display:flex;gap:8px;align-items:center}.mobile-shell-warning__traffic-light{width:12px;height:12px;border-radius:50%;display:block}.mobile-shell-warning__traffic-light--close{background:#ff5f57}.mobile-shell-warning__traffic-light--minimize{background:#ffbd2e}.mobile-shell-warning__traffic-light--maximize{background:#28ca42}.mobile-shell-warning__content{padding:40px 32px;text-align:center}.mobile-shell-warning__profile{display:flex;justify-content:center;margin-bottom:24px}.mobile-shell-warning__logo{height:60px;width:auto;opacity:.9}.mobile-shell-warning__content .eyebrow{display:inline-block;margin-bottom:12px}.mobile-shell-warning__content h2{font-size:20px;font-weight:600;color:var(--color-text);margin:0 0 12px;line-height:1.3}.mobile-shell-warning__content p{font-size:14px;line-height:1.6;color:var(--color-text-muted);margin:0}@media (max-width: 1440px){.content-grid{grid-template-columns:250px minmax(0,1fr) 250px}}.topbar{position:sticky;top:0;z-index:20;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#121418fa;transition:background .35s ease,backdrop-filter .45s ease,-webkit-backdrop-filter .45s ease;width:100%;padding-inline:24px}.topbar__progress{position:absolute;top:0;left:0;right:0;height:3px;z-index:2;pointer-events:none}.topbar__progress-track{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff0f}.topbar__progress-bar{position:relative;height:100%;width:0;background:var(--color-accent);box-shadow:0 0 14px #c28a308c;transition:width .12s ease-out;border-radius:0 2px 2px 0}.topbar.is-scrolled .topbar__progress-bar{box-shadow:0 0 18px #c28a30a6}.topbar.is-scrolled{background:#0a0b0deb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar__inner{display:flex;align-items:center;justify-content:space-between;min-height:80px;gap:24px;width:80%;margin-inline:auto}.topbar__brand{color:var(--color-text);text-decoration:none;font-size:16px;font-weight:600;letter-spacing:.02em;margin-right:auto}.topbar__brand--cms{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.topbar__cms-title{font-size:1rem;font-weight:800;letter-spacing:-.01em;line-height:1.1}.topbar__cms-subtitle{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);line-height:1}.topbar__right{display:flex;align-items:center;gap:12px}.topbar__status{display:none;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;color:var(--color-text-muted);border:none;cursor:pointer;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;height:40px}.topbar__status--live{background:var(--color-availability-live);color:#0a0b0d}.topbar__status--live:hover{background:var(--color-availability-live-hover);color:#0a0b0d}.topbar__status--live .status-dot--live,.topbar__status--live .status-dot.is-live{background:#0a0b0d;box-shadow:none}.topbar__status--off{background:var(--color-availability-off);color:#fff}.topbar__status--off:hover{background:var(--color-availability-off-hover);color:#fff}.topbar__status--off .status-dot--off,.topbar__status--off .status-dot.is-off{background:#fff;box-shadow:none}.topbar__status--warn{background:var(--color-availability-warn);color:#0a0b0d}.topbar__status--warn:hover{background:var(--color-availability-warn-hover);color:#0a0b0d}.topbar__status--warn .status-dot--warn,.topbar__status--warn .status-dot.is-warn{background:#0a0b0d;box-shadow:none}.topbar--subpage .topbar__status{display:inline-flex}.status-dot{width:6px;height:6px;border-radius:50%;background:#68717d;flex-shrink:0}.status-dot.is-off,.status-dot--off{background:var(--color-availability-off);box-shadow:0 0 8px #dc26268c}.status-dot.is-live,.status-dot--live{background:var(--color-availability-live);box-shadow:0 0 8px #29c36a8c}.status-dot.is-warn,.status-dot--warn{background:var(--color-availability-warn);box-shadow:0 0 8px #f59e0b8c}.status-dot--pending{background:#68717d;box-shadow:none}.topbar__status--pending{background:#ffffff0f;color:var(--color-text-muted)}.topbar__status--pending:hover{background:#ffffff14;color:var(--color-text-muted)}.topbar__nav{display:flex;align-items:center;gap:12px}.topbar__nav--cms{gap:8px}.topbar__cms-action{min-height:38px;padding:0 12px;border:none;border-radius:10px;background:#ffffff0f;color:var(--color-text-muted);font-family:inherit;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}.topbar__cms-action:hover:not(:disabled){background:#ffffff1f;color:#fff}.topbar__cms-action--primary{background:var(--color-accent);color:#fff}.topbar__cms-action--primary:hover:not(:disabled){background:#d19d48;color:#fff}.topbar__cms-action--danger{background:#dc262633;color:#fca5a5}.topbar__cms-action--danger:hover:not(:disabled){background:#dc262647;color:#fecaca}.topbar__cms-action:disabled{opacity:.45;cursor:not-allowed}.topbar__availability-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:20px;border:none;cursor:pointer;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;height:auto;white-space:nowrap}.topbar__availability-btn--live{background:var(--color-availability-live);color:#0a0b0d}.topbar__availability-btn--live:hover{background:var(--color-availability-live-hover);color:#0a0b0d}.topbar__availability-btn--off{background:var(--color-availability-off);color:#fff}.topbar__availability-btn--off:hover{background:var(--color-availability-off-hover);color:#fff}.topbar__availability-btn--off .status-dot.is-off{background:#fff;box-shadow:none}.topbar__nav a,.topbar__nav-item{color:var(--color-text-muted);text-decoration:none;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:10px 20px;border-radius:10px;background:#181a1f99;transition:all .2s ease;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.topbar__nav a:not(.topbar__nav-item--cart):not(.theme-toggle),.topbar__nav-item:not(.topbar__nav-item--cart):not(.theme-toggle){color:var(--color-text-muted);background:#181a1f99}.topbar__nav a:hover:not(.topbar__nav-item--cart):not(.theme-toggle),.topbar__nav-item:hover:not(.topbar__nav-item--cart):not(.theme-toggle){color:var(--color-text);background:#181a1fcc}.topbar__nav a.is-active:not(.topbar__nav-item--cart):not(.theme-toggle),.topbar__nav-item.is-active:not(.topbar__nav-item--cart):not(.theme-toggle){color:#fff;background:#c28a30}.topbar__nav a.is-active:hover:not(.topbar__nav-item--cart):not(.theme-toggle),.topbar__nav-item.is-active:hover:not(.topbar__nav-item--cart):not(.theme-toggle){color:#fff;background:#d49a40}.topbar__nav-item--cart{color:#fff!important;font-size:32px;padding:8px 12px;background:transparent!important;height:auto;position:relative}.topbar__nav-item--cart:hover{color:#fff!important;background:transparent!important}.topbar__cart-badge{position:absolute;top:-2px;left:12px;width:20px;height:20px;background:gold;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#0a0b0d;border:2px solid #181a1f}.topbar__cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:10px;background:#181a1f99;color:var(--color-text-muted);text-decoration:none;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;height:40px}.topbar__cta:hover{background:#181a1fcc;color:var(--color-text)}.topbar__cta.topbar__cta--active{background:#c28a30!important;color:#fff!important}.topbar__cta.topbar__cta--active:hover{background:#d49a40!important;color:#fff!important}@media (max-width: 1200px){.topbar__logo{font-size:20px}.topbar__nav-link{font-size:13px;padding:8px 14px}.topbar__availability{font-size:11px;padding:7px 14px}.topbar__inner{padding:0 20px}}html.light-mode .topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#faf6ed;border-bottom:none;box-shadow:none}html.light-mode .topbar.is-scrolled{background:#ffffffd9;border-bottom:1px solid rgba(0,0,0,.05)}html.light-mode .topbar__progress-track{background:#0000000f}html.light-mode .topbar__progress-bar{box-shadow:0 0 12px #c28a3073}html.light-mode .topbar__brand{color:#1a1a1a}html.light-mode .topbar__status--live{background:var(--color-availability-live);color:#fff}html.light-mode .topbar__status--live:hover{background:var(--color-availability-live-hover);color:#fff}html.light-mode .topbar__status--live .status-dot--live,html.light-mode .topbar__status--live .status-dot.is-live{background:#fff}html.light-mode .topbar__status--off{background:var(--color-availability-off);color:#fff}html.light-mode .topbar__status--off:hover{background:var(--color-availability-off-hover);color:#fff}html.light-mode .topbar__status--off .status-dot--off,html.light-mode .topbar__status--off .status-dot.is-off{background:#fff;box-shadow:none}html.light-mode .topbar__status--warn{background:var(--color-availability-warn);color:#fff}html.light-mode .topbar__status--warn:hover{background:var(--color-availability-warn-hover);color:#fff}html.light-mode .topbar__status--warn .status-dot--warn,html.light-mode .topbar__status--warn .status-dot.is-warn{background:#fff;box-shadow:none}html.light-mode .topbar__availability-btn--live{background:var(--color-availability-live);color:#fff}html.light-mode .topbar__availability-btn--live:hover{background:var(--color-availability-live-hover);color:#fff}html.light-mode .topbar__availability-btn--off{background:var(--color-availability-off);color:#fff}html.light-mode .topbar__availability-btn--off:hover{background:var(--color-availability-off-hover);color:#fff}html.light-mode .status-dot.is-live{background:var(--color-availability-live);box-shadow:0 0 0 2px #29c36a4d!important}html.light-mode .status-dot.is-off,html.light-mode .status-dot--off{background:var(--color-availability-off);box-shadow:0 0 0 2px #dc262640!important}html.light-mode .status-dot--pending{background:#999}html.light-mode .topbar__status--pending{background:#0000000d;color:#666}html.light-mode .topbar__nav a:not(.theme-toggle),html.light-mode .topbar__nav-item:not(.theme-toggle){color:#666;background:#0000000a}html.light-mode .topbar__nav a:hover:not(.theme-toggle),html.light-mode .topbar__nav-item:hover:not(.theme-toggle){color:#1a1a1a;background:#00000014}html.light-mode .topbar__nav a.is-active:not(.theme-toggle),html.light-mode .topbar__nav-item.is-active:not(.theme-toggle){color:#fff;background:#c28a30}html.light-mode .topbar__nav a.is-active:hover:not(.theme-toggle),html.light-mode .topbar__nav-item.is-active:hover:not(.theme-toggle){color:#fff;background:#d49a40}html.light-mode .topbar__cta{background:#c28a3080;color:#fff}html.light-mode .topbar__cta:hover{background:#c28a30b3;color:#fff}html.light-mode .topbar__cta.topbar__cta--active{background:#c28a30!important;color:#fff!important}html.light-mode .topbar__cta.topbar__cta--active:hover{background:#d49a40!important;color:#fff!important}html.light-mode .topbar__cta:not(.topbar__cta--active){background:#0000000a;color:#666}html.light-mode .topbar__cta:not(.topbar__cta--active):hover{background:#00000014;color:#1a1a1a}html.light-mode .animated-logo{color:#121418;font-weight:600}html.light-mode .animated-logo__dot{color:#c28a30}html.light-mode .topbar__cms-action{background:#0000000d;color:#3d4450;box-shadow:inset 0 0 0 1px #00000024}html.light-mode .topbar__cms-action:hover:not(:disabled){background:#00000017;color:#121418}html.light-mode .topbar__cms-action--primary{color:#121418;box-shadow:none}html.light-mode .topbar__cms-action--primary:hover:not(:disabled){color:#121418}html.light-mode .topbar__cms-action--danger{background:#dc262614;color:#b91c1c;box-shadow:inset 0 0 0 1px #dc262659}html.light-mode .topbar__cms-action--danger:hover:not(:disabled){background:#dc262624;color:#991b1b}.topbar__nav .theme-toggle{position:static;width:40px;height:40px;padding:0;background:#181a1f99;border-radius:10px;animation:none;box-shadow:none;z-index:auto;display:flex;align-items:center;justify-content:center}.topbar__nav .theme-toggle:hover{background:#181a1fcc;transform:none;box-shadow:none}.topbar__nav-divider{width:1px;height:24px;background:#ffffff1a;margin:0 8px}html.light-mode .topbar__nav-divider{background:#00000014}html.light-mode .topbar__nav .theme-toggle{background:#0000000a;color:#c28a30;border:none;box-shadow:none}html.light-mode .topbar__nav .theme-toggle:hover{background:#00000014;color:#d49a40;box-shadow:none}@media (max-width: 1200px){.topbar__nav .theme-toggle{display:none}}.footer{position:relative;z-index:1;background:var(--color-footer);padding:16px 0;margin-left:0;width:100%}.footer__inner{display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:12px}.footer__logo{display:flex;align-items:center;gap:12px}.footer__logo img{height:36px;width:auto;opacity:.8}.footer__logo-text{font-size:15px;font-weight:500;color:var(--color-text);letter-spacing:.02em}.footer__copyright{color:var(--color-text-muted);font-size:12px;letter-spacing:.02em}@media (max-width: 1200px){.footer__logo img{height:32px}.footer__logo-text{font-size:14px}.footer__copyright{font-size:11px}}html.light-mode .footer{background:#fff;border-top:none;color:#1a1a1a}html.light-mode .footer__content{display:flex;align-items:center;justify-content:space-between;padding:32px 0;gap:24px}html.light-mode .footer__left{display:flex;align-items:center;gap:16px}html.light-mode .footer__logo{height:36px;width:auto;opacity:.9}html.light-mode .footer__brand{font-size:14px;font-weight:500;color:#1a1a1a;letter-spacing:.02em}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:700;transition:transform .2s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--color-accent);color:#121212}.btn--ghost{background:var(--color-button-dark);color:var(--color-text)}@media (max-width: 1200px){.btn{padding:10px 20px;font-size:13px}.btn--lg{padding:12px 28px;font-size:14px}.btn--sm{padding:7px 14px;font-size:12px}}.hero-card,.feature-card,.pricing-card,.faq-item,.write-box,.content-card,.sidebar-box{padding:24px}.hero-card__status,.content-card__top,.content-meta,.tab-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.feature-card,.pricing-card,.content-card,.sidebar-box{min-height:100%}.content-card__top{justify-content:space-between;margin-bottom:14px}.content-tag,.premium-badge{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:.8rem;background:#c28a301f;color:var(--color-accent)}.premium-badge{background:#ffffff14;color:var(--color-text)}@media (max-width: 1200px){.card{padding:20px}.card__title{font-size:16px}.card__desc{font-size:13px}.card__meta{font-size:11px}}html.light-mode .card{background:#fff!important;border:none!important;color:#1a1a1a!important}html.light-mode .card:hover{background:#fff!important;box-shadow:0 12px 32px #0000001a!important}.contact-section{padding:0}.contact-layout{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.contact-layout__left{display:flex;align-items:center;padding:80px 0}.contact-layout__right{position:relative}.contact-hero{text-align:left;margin-bottom:48px}.contact-hero__title{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;color:var(--color-text);margin:0 0 12px;line-height:1.2}.contact-hero__subtitle{font-size:15px;line-height:1.6;color:var(--color-text-muted);margin:0}.contact-form{display:flex;flex-direction:column;gap:40px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:40px}.contact-form__field{position:relative;display:flex;flex-direction:column}.contact-form__field--full{grid-column:1 / -1}.contact-form__input,.contact-form__textarea{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.2);color:var(--color-text);padding:12px 0;font-size:15px;font-family:Urbanist,sans-serif;transition:all .3s ease;outline:none}.contact-form__input:focus,.contact-form__textarea:focus{border-bottom-color:var(--color-accent)}.contact-form__textarea{min-height:100px;resize:vertical;padding-top:24px}.contact-form__label{position:absolute;left:0;top:12px;font-size:15px;font-weight:400;color:#ffffff80;letter-spacing:.02em;transition:all .3s ease;pointer-events:none;text-transform:uppercase}.contact-form__input:focus+.contact-form__label,.contact-form__input:not(:placeholder-shown)+.contact-form__label,.contact-form__textarea:focus+.contact-form__label,.contact-form__textarea:not(:placeholder-shown)+.contact-form__label{top:-20px;font-size:11px;color:var(--color-accent);font-weight:600}.contact-form__checkbox{margin-top:-8px}.contact-form__checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:13px;line-height:1.6;color:#fff9}.contact-form__checkbox-label input[type=checkbox]{margin-top:3px;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:var(--color-accent)}.contact-form__checkbox-label a{color:var(--color-accent);text-decoration:none;transition:opacity .2s ease}.contact-form__checkbox-label a:hover{opacity:.8;text-decoration:underline}.contact-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 40px;background:var(--color-accent);color:#0a0b0d;border:none;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;font-family:Urbanist,sans-serif;margin-top:12px;align-self:flex-start}.contact-form__submit svg{width:20px;height:20px;transition:transform .3s ease}.contact-form__submit:hover{background:#d49a3a;transform:translateY(-2px);box-shadow:0 8px 24px #c28a304d}.contact-form__submit:hover svg{transform:translate(4px)}.contact-map{width:100%;height:100%;position:sticky;top:0}.contact-map iframe{display:block;width:100%;height:100vh}input,textarea,select{width:100%;background:#ffffff08;border:2px solid rgba(255,255,255,.08);color:var(--color-text);padding:12px 14px;font-size:14px;border-radius:10px}textarea{min-height:120px;resize:vertical}html.light-mode .overlay__panel{background:#f5f5f5}html.light-mode .overlay__titlebar{background:linear-gradient(180deg,#e8e8e8,#dedede);border-bottom:1px solid rgba(0,0,0,.1)!important}html.light-mode .overlay__content{background:#fff}html.light-mode .overlay__header h2{color:#1a1a1a}html.light-mode .overlay__form-field input,html.light-mode .overlay__form-field select,html.light-mode .overlay__form-field textarea{background:#0000000a;color:#1a1a1a}html.light-mode .overlay__form-field input:focus,html.light-mode .overlay__form-field select:focus,html.light-mode .overlay__form-field textarea:focus{background:#0000000f;box-shadow:0 0 0 2px #c28a3033}html.light-mode .overlay__form-field label{color:#888}html.light-mode .overlay__form-field select option{background:#fff;color:#1a1a1a}html.light-mode .overlay__submit{background:#c28a30;color:#fff}html.light-mode .overlay__submit:hover{background:#d49a40}.dropdown{position:relative;width:100%}.dropdown__trigger{width:100%;background:#ffffff08;border:none;padding:8px 40px 8px 16px;border-radius:12px;transition:all .2s ease;outline:none;cursor:pointer;text-align:left;display:flex;flex-direction:column;justify-content:center;min-height:52px;gap:2px}.dropdown__trigger:hover{background:#ffffff0d}.dropdown__trigger.is-open,.dropdown__trigger:focus{background:#ffffff0d;box-shadow:0 0 0 2px #c28a304d}.dropdown__label{font-size:11px;font-weight:500;color:#fff6;letter-spacing:.04em;text-transform:uppercase;pointer-events:none;line-height:1}.dropdown__value{font-size:15px;font-family:Urbanist,sans-serif;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2;min-height:18px}.dropdown__arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#fff6;transition:transform .2s ease;pointer-events:none;flex-shrink:0}.dropdown__arrow.is-rotated{transform:translateY(-50%) rotate(180deg)}.dropdown__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--color-button-dark);border-radius:12px;padding:6px;box-shadow:0 8px 24px #0006;z-index:1000;max-height:240px;overflow-y:auto;animation:dropdownSlideIn .2s ease}.dropdown__menu::-webkit-scrollbar{width:6px}.dropdown__menu::-webkit-scrollbar-track{background:transparent}.dropdown__menu::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.dropdown__menu::-webkit-scrollbar-thumb:hover{background:#ffffff26}.dropdown__option{width:100%;background:transparent;border:none;color:var(--color-text);padding:10px 12px;font-size:14px;font-family:Urbanist,sans-serif;border-radius:8px;transition:all .15s ease;cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:8px}.dropdown__option:hover{background:#ffffff0d}.dropdown__option.is-selected{background:#c28a3026;color:var(--color-accent)}.dropdown__option.is-selected:hover{background:#c28a3033}.dropdown__check{width:16px;height:16px;color:var(--color-accent);flex-shrink:0}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.dropdown__menu{max-height:200px}}html.light-mode .dropdown__trigger{background:#0000000a;color:#1a1a1a}html.light-mode .dropdown__trigger:hover{background:#0000000f}html.light-mode .dropdown__trigger.is-open,html.light-mode .dropdown__trigger:focus{background:#0000000f;box-shadow:0 0 0 2px #c28a304d}html.light-mode .dropdown__label{color:#666}html.light-mode .dropdown__value{color:#1a1a1a}html.light-mode .dropdown__arrow{color:#666}html.light-mode .dropdown__menu{background:#fff;box-shadow:0 8px 24px #0000001a}html.light-mode .dropdown__option{color:#1a1a1a}html.light-mode .dropdown__option:hover{background:#c28a301a}html.light-mode .dropdown__option.is-selected{background:#c28a3026;color:#c28a30}html.light-mode .dropdown__option.is-selected:hover{background:#c28a3033}.sidebar-col{display:grid;gap:18px}.dockbar__wrapper{position:fixed;bottom:24px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:24px;z-index:5}.dockbar__wrapper--sidebar{left:24px;bottom:auto;top:50%;transform:translateY(-50%)}.dockbar__availability{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;border:none;cursor:pointer;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;white-space:nowrap}.dockbar__availability--live{background:var(--color-availability-live);color:#0a0b0d}.dockbar__availability--live:hover{background:var(--color-availability-live-hover)}.dockbar__availability--live .status-dot.is-live,.dockbar__availability--live .status-dot--live{background:#0a0b0d;box-shadow:none}.dockbar__availability--off{background:var(--color-availability-off);color:#fff}.dockbar__availability--off:hover{background:var(--color-availability-off-hover)}.dockbar__availability--off .status-dot.is-off,.dockbar__availability--off .status-dot--off{background:#fff;box-shadow:none}.dockbar__availability--warn{background:var(--color-availability-warn);color:#0a0b0d}.dockbar__availability--warn:hover{background:var(--color-availability-warn-hover)}.dockbar__availability--warn .status-dot.is-warn,.dockbar__availability--warn .status-dot--warn{background:#0a0b0d;box-shadow:none}.dockbar__availability--pending{background:#303136;color:var(--color-text-muted)}.dockbar__availability--pending:hover{background:#3a3d44}.dockbar__availability--pending .status-dot--pending{background:#9a9b9e}.dockbar{background:#181a1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:14px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 16px;gap:4px;box-shadow:0 4px 12px #00000026}.dockbar--sidebar{flex-direction:column;padding:16px 10px}.dockbar__menu{display:flex;flex-direction:row;gap:4px;align-items:center}.dockbar--sidebar .dockbar__menu{flex-direction:column}.dockbar__left{display:flex;flex-direction:row;gap:4px;align-items:center}.dockbar--sidebar .dockbar__left{flex-direction:column}.dockbar__divider{width:1px;height:24px;background:var(--color-line-soft);margin:0 8px;flex-shrink:0}.dockbar__menu .dockbar__divider--before-search{margin:0 6px}.dockbar__divider--before-bottom{margin:0 8px}.dockbar--sidebar .dockbar__divider{width:24px;height:1px;margin:8px 0}.dockbar__bottom{display:flex;flex-direction:row;gap:4px;align-items:center}.dockbar--sidebar .dockbar__bottom{flex-direction:column}.dockbar__item{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:transparent;color:#9a9b9e;cursor:pointer;transition:all .2s ease;position:relative;text-decoration:none;border:none;font-size:20px;flex-shrink:0}.dockbar__item:hover{background:transparent;color:#fff}.dockbar__item.is-active{width:auto;min-width:44px;padding:0 14px 0 12px;gap:8px;justify-content:flex-start;background:#c28a30;color:#fff}.dockbar__item.is-active:hover{background:#c28a30;color:#fff}.dockbar__label{display:none;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;font-family:Urbanist,sans-serif;line-height:1;white-space:nowrap}.dockbar__item.is-active .dockbar__label{display:inline}.dockbar__item.is-active:after{display:none}.dockbar__item--whatsapp{color:#25d366}.dockbar__item--whatsapp:hover{color:#25d366;background:#25d3661a}.dockbar__item--mail{color:#ef4444}.dockbar__item--mail:hover{color:#ef4444;background:#ef44441a}.dockbar__item--mobile{color:#3b82f6}.dockbar__item--mobile:hover{color:#3b82f6;background:#3b82f61a}.dockbar__item--cms{color:#c28a30}.dockbar__item--cms:hover{color:#c28a30;background:#c28a301a}.dockbar__item--search{width:auto;min-width:44px;height:44px;padding:0 14px 0 12px;gap:8px;justify-content:flex-start;color:var(--color-text-muted);background:#ffffff0a}.dockbar__item--search:hover{color:var(--color-text);background:#c28a3026}.dockbar__item--search:after{display:none}.dockbar__label--always{display:inline}.dockbar__item--search .dockbar__icon{width:18px;height:18px;font-size:18px}.dockbar__item--cart{color:#fff}.dockbar__item--cart:hover{color:#fff;background:transparent}.dockbar__cart-badge{position:absolute;top:-4px;right:8px;width:16px;height:16px;background:gold;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#0a0b0d;border:2px solid #181a1f;box-shadow:0 2px 4px #0003}.theme-toggle{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:transparent;color:#fff;cursor:pointer;transition:all .2s ease;position:relative;text-decoration:none;border:none;font-size:20px;flex-shrink:0}.theme-toggle:hover{background:transparent;color:#fff}.dockbar__item--home{background:transparent!important;color:#9a9b9e}.dockbar__item--home:hover{background:transparent!important;color:#fff}.dockbar__item--home.is-active{width:auto;min-width:44px;padding:0 14px 0 12px;gap:8px;justify-content:flex-start;background:#c28a30!important;color:#fff}.dockbar__item--home.is-active:hover{background:#c28a30!important;color:#fff}.dockbar__item:after{content:attr(data-tooltip);position:absolute;bottom:52px;left:50%;transform:translate(-50%);background:var(--color-surface);color:var(--color-text);padding:6px 10px;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;box-shadow:var(--shadow-card);z-index:1000}.dockbar--sidebar .dockbar__item:after{bottom:auto;left:52px;top:50%;transform:translateY(-50%)}.dockbar__item:hover:after{opacity:1}.dockbar__icon{width:24px;height:24px;flex-shrink:0}.main-content-with-dockbar{margin-left:0}@media (max-width: 1200px){.dockbar__wrapper{display:none}}html.light-mode .dockbar__availability--live{background:var(--color-availability-live);color:#fff}html.light-mode .dockbar__availability--live:hover{background:var(--color-availability-live-hover)}html.light-mode .dockbar__availability--live .status-dot.is-live{background:#fff}html.light-mode .dockbar__availability--off{background:var(--color-availability-off);color:#fff}html.light-mode .dockbar__availability--off:hover{background:var(--color-availability-off-hover)}html.light-mode .dockbar__availability--off .status-dot.is-off,html.light-mode .dockbar__availability--off .status-dot--off{background:#fff}html.light-mode .dockbar__availability--warn{background:var(--color-availability-warn);color:#fff}html.light-mode .dockbar__availability--warn:hover{background:var(--color-availability-warn-hover)}html.light-mode .dockbar__availability--warn .status-dot.is-warn,html.light-mode .dockbar__availability--warn .status-dot--warn{background:#fff}html.light-mode .dockbar__availability--pending{background:#e8e8e8;color:#666}html.light-mode .dockbar{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:none;box-shadow:0 2px 8px #00000014}html.light-mode .dockbar__divider{background:#00000014}html.light-mode .dockbar__item{background:transparent;color:#666}html.light-mode .dockbar__item:hover{background:transparent;color:#1a1a1a}html.light-mode .dockbar__item.is-active{background:#c28a30;color:#fff}html.light-mode .dockbar__item.is-active:hover{background:#d49a40;color:#fff}html.light-mode .dockbar__item--home{background:transparent!important;color:#666}html.light-mode .dockbar__item--home:hover{background:transparent!important;color:#1a1a1a}html.light-mode .dockbar__item--home.is-active{background:#c28a30!important;color:#fff}html.light-mode .dockbar__item--home.is-active:hover{background:#d49a40!important;color:#fff}html.light-mode .dockbar__item--whatsapp{color:#25d366}html.light-mode .dockbar__item--whatsapp:hover{color:#25d366;background:#25d3661a}html.light-mode .dockbar__item--mail{color:#ef4444}html.light-mode .dockbar__item--mail:hover{color:#ef4444;background:#ef44441a}html.light-mode .dockbar__item--mobile{color:#3b82f6}html.light-mode .dockbar__item--mobile:hover{color:#3b82f6;background:#3b82f61a}html.light-mode .dockbar__item--cms{color:#c28a30}html.light-mode .dockbar__item--cms:hover{color:#c28a30;background:#c28a301a}html.light-mode .dockbar__item.dockbar__item--search{background:#c28a3052!important;color:#3d2f14}html.light-mode .dockbar__item.dockbar__item--search:hover{background:#c28a3070!important;color:#1a1a1a}html.light-mode .dockbar__item.dockbar__item--search .dockbar__icon,html.light-mode .dockbar__item.dockbar__item--search .dockbar__label--always{color:inherit}html.light-mode .dockbar__item--cart{color:#1a1a1a}html.light-mode .dockbar__item--cart:hover{color:#1a1a1a;background:transparent}html.light-mode .dockbar__cart-badge{background:gold;color:#0a0b0d;border:2px solid #ffffff;box-shadow:0 2px 4px #0000001a}html.light-mode .dockbar__item:after{background:#fff;color:#1a1a1a;box-shadow:0 4px 12px #0000001a}html.light-mode .theme-toggle{color:#c28a30!important}html.light-mode .theme-toggle:hover{color:#d49a40!important}html.light-mode .theme-toggle:after{background:#fff;color:#1a1a1a;box-shadow:0 4px 12px #0000001a}.animated-logo{display:inline-flex;align-items:center;font-size:24px;font-weight:500;color:var(--color-text);letter-spacing:.08em;transition:all .3s ease}.animated-logo__text{display:inline-block;transition:all .3s ease}.animated-logo__dot{color:var(--color-accent);font-weight:700;margin:0 1px}.animated-logo.is-animating{opacity:0;transform:translateY(-5px)}.animated-logo:not(.is-animating){opacity:1;transform:translateY(0)}.content-meta{margin-top:16px;color:var(--color-text-muted);font-size:.92rem}.pagination{margin-top:24px;display:flex;gap:16px;align-items:center}.pagination button,.tab-row button{min-height:42px;padding:0 16px;border-radius:999px;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-line-soft)}.tab-row{margin-bottom:18px}.tab-row .is-active{background:var(--color-accent);color:#121212;border-color:transparent}.expertise-section{padding:88px 0}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%}.expertise-card{display:flex;flex-direction:column;gap:12px;padding:24px;background:var(--color-surface);border-radius:16px;transition:all .3s ease;min-height:200px;box-shadow:0 8px 32px #00000059}.expertise-card:hover{background:var(--color-surface);transform:translateY(-8px);box-shadow:0 16px 48px #00000080}.expertise-card__category{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.expertise-card__title{font-size:20px;font-weight:700;color:var(--color-text);margin:0}.expertise-card__description{font-size:15px;line-height:1.6;color:var(--color-text-muted);margin:0}.expertise-quote{position:relative;display:flex;flex-direction:column;margin-top:80px;padding:0;max-width:920px;margin-left:auto;margin-right:auto;background:var(--color-surface);border-radius:14px;overflow:hidden;box-shadow:none}.expertise-quote:before{content:"";display:block;height:52px;background:linear-gradient(180deg,#2a2d32,#25282d);border-bottom:1px solid rgba(0,0,0,.3);position:relative}.expertise-quote:after{content:"";position:absolute;top:20px;left:20px;width:12px;height:12px;background:#ff5f57;border-radius:50%;box-shadow:0 0 0 .5px #0000001a,20px 0 #ffbd2e,20px 0 0 .5px #0000001a,40px 0 #28ca42,40px 0 0 .5px #0000001a}.expertise-quote__line{display:none}.expertise-quote__text{padding:40px 48px 48px;background:var(--color-surface);font-size:17px;line-height:1.9;letter-spacing:.05em;color:var(--color-text);font-style:italic;margin:0}.expertise-quote__text strong{font-weight:700;color:var(--color-text)}@media (max-width: 1200px){.expertise-grid{gap:16px}.expertise-card{padding:20px}.expertise-card__badge{font-size:10px;padding:5px 10px}.expertise-card__title{font-size:16px}.expertise-card__desc{font-size:13px}.expertise-quote{padding:20px}.expertise-quote__titlebar{padding:8px 12px}.expertise-quote__titlebar-title{font-size:11px}.expertise-quote__content{padding:20px;font-size:13px}}html.light-mode .expertise-card,html.light-mode .expertise-card:hover,html.light-mode .expertise-quote{box-shadow:none!important}html.light-mode .expertise-quote:before{background:linear-gradient(180deg,#e0e0e0,#d8d8d8)!important;border-bottom:1px solid rgba(0,0,0,.1)!important;box-shadow:none!important}html.light-mode .expertise-quote:after{background:#ff5f57!important;box-shadow:20px 0 #ffbd2e,40px 0 #28ca42!important}html.light-mode .expertise-quote__text{background:#fff!important;color:#1a1a1a!important}html.light-mode .expertise-quote__text strong{color:#1a1a1a!important}.scroll-button{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:8px;padding:12px 20px;background:#c28a30;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;z-index:10;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;animation:slideInUp .5s ease}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-button:hover{background:#d49a40;transform:translateY(-4px)}.scroll-button:hover .scroll-button__icon{animation:bounce .6s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.scroll-button__text{white-space:nowrap}.scroll-button__icon{width:20px;height:20px;flex-shrink:0}@media (max-width: 1200px){.scroll-button{display:none}}.theme-toggle{position:fixed;bottom:24px;left:24px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#181a1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;z-index:10;font-size:20px;animation:slideInUp .5s ease;box-shadow:0 4px 12px #00000026}.theme-toggle:hover{background:#181a1fe6;transform:translateY(-4px);box-shadow:0 8px 20px #0003}@media (max-width: 1200px){.theme-toggle{display:none}}html.light-mode .theme-toggle{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#c28a30;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px #00000014}html.light-mode .theme-toggle:hover{background:#fffffffa;color:#d49a40;box-shadow:0 8px 24px #0000001a}.cart-overlay__body{display:flex;flex-direction:column;gap:20px;margin-bottom:24px;padding:0 32px;max-height:55vh;overflow-y:auto;scrollbar-width:none}.cart-overlay__body::-webkit-scrollbar{display:none}.cart-overlay__card{border-radius:12px;overflow:hidden;background:#ffffff0a}.cart-overlay__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px}.cart-overlay__item-info{display:flex;flex-direction:column;gap:5px}.cart-overlay__item-name{font-size:16px;font-weight:700;color:var(--color-text)}.cart-overlay__item-desc{font-size:12px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.cart-overlay__remove{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ef44441a;color:#ef4444;font-size:18px;cursor:pointer;flex-shrink:0;transition:background .2s ease}.cart-overlay__remove:hover{background:#ef444433}.cart-overlay__detail{padding:14px 18px 18px;background:#ffffff05;border-top:1px solid var(--color-line-soft)}.cart-overlay__detail h4{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin:0 0 12px}.cart-overlay__detail ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.cart-overlay__detail li{font-size:13px;color:var(--color-text-muted);display:flex;align-items:center;gap:8px}.cart-overlay__detail li:before{content:"✓";color:var(--color-accent);font-weight:700;font-size:12px;flex-shrink:0}.cart-overlay__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px 32px;border-top:1px solid var(--color-line-soft)}.cart-overlay__price{display:flex;flex-direction:column;gap:2px}.cart-overlay__price-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.cart-overlay__price-value{font-size:26px;font-weight:800;color:var(--color-text)}.cart-overlay__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 0;color:var(--color-text-muted)}.cart-overlay__empty-icon{width:48px;height:48px;opacity:.3}.cart-overlay__empty p{font-size:15px}html.light-mode .cart-overlay__card{background:#00000008}html.light-mode .cart-overlay__detail{background:#00000005}.cart-toast{display:flex;align-items:center;gap:10px;background:#29c36a1f!important;color:#29c36a;padding:14px 20px;border-radius:12px;font-size:14px;width:100%;animation:toastIn .3s ease,toastOut .3s ease 2.7s forwards;border-left:none!important}.cart-toast strong{color:#fff}.cart-toast__icon{width:18px;height:18px;color:#29c36a;flex-shrink:0}.cart-toast--removed{background:#dc26261f!important;color:#f87171}.cart-toast--removed .cart-toast__icon{color:#f87171}html.light-mode .cart-toast--removed{background:#dc26261a!important;color:#dc2626}html.light-mode .cart-toast--removed .cart-toast__icon{color:#dc2626}@keyframes toastIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}html.light-mode .cart-toast{background:#29c36a26!important}html.light-mode .cart-toast strong{color:#1a1a1a}.cart-overlay__item-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.cart-overlay__item-qty{font-size:13px;font-weight:700;color:var(--color-accent);background:#c28a301a;padding:4px 10px;border-radius:6px}.cart-overlay__item-price{margin-top:12px;font-size:18px;font-weight:700;color:var(--color-accent)}.cart-overlay__qty-ctrl{display:flex;align-items:center;gap:8px;background:#ffffff0f;border-radius:8px;padding:4px 8px}.cart-overlay__qty-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#ffffff14;color:var(--color-text);font-size:16px;font-weight:700;cursor:pointer;transition:background .2s ease;line-height:1}.cart-overlay__qty-btn:hover{background:var(--color-accent);color:#fff}.cart-overlay__item-qty{font-size:14px;font-weight:700;color:var(--color-accent);min-width:20px;text-align:center}html.light-mode .cart-overlay__qty-ctrl{background:#0000000d}html.light-mode .cart-overlay__qty-btn{background:#00000014;color:#1a1a1a}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:24px;background:#0a0b0da6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:overlayFadeIn .25s ease}.search-overlay__panel{width:min(560px,100%);animation:overlaySlideUp .35s cubic-bezier(.16,1,.3,1)}.search-overlay__bar.portfolio-search{margin:0;max-width:none;width:100%;padding:16px 24px}.search-overlay__hint,.search-overlay__empty{margin:16px 0 0;text-align:center;font-size:14px;color:var(--color-text-muted)}.search-overlay__results{margin-top:12px;max-height:min(50vh,420px);overflow-y:auto;background:var(--color-surface);border-radius:20px;padding:8px;border:1px solid var(--color-line-soft)}.search-overlay__group+.search-overlay__group{margin-top:8px;padding-top:8px;border-top:1px solid var(--color-line-soft)}.search-overlay__group-title{margin:0;padding:8px 12px 4px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.search-overlay__group ul{margin:0;padding:0;list-style:none}.search-overlay__group button{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;border:none;border-radius:12px;background:transparent;color:var(--color-text);cursor:pointer;text-align:left;transition:background .15s ease}.search-overlay__group button:hover{background:#c28a301f}.search-overlay__result-title{font-size:14px;font-weight:600}.search-overlay__result-meta{font-size:12px;color:var(--color-text-muted)}html.light-mode .search-overlay{background:#faf6edc7}html.light-mode .search-overlay__results{background:var(--color-surface);box-shadow:0 12px 40px #00000014}.blog-share-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10010;display:grid;place-items:center;padding:24px;background:#0a0b0db8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.blog-share-overlay__panel{width:min(520px,100%);background:var(--color-surface);border-radius:20px;box-shadow:0 16px 44px #00000052;padding:16px}.blog-share-overlay__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 4px 12px}.blog-share-overlay__eyebrow{margin:0 0 4px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);font-weight:700}.blog-share-overlay__header h3{margin:0;font-size:17px;line-height:1.4;color:var(--color-text)}.blog-share-overlay__close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:#ffffff14;color:var(--color-text);cursor:pointer}.blog-share-overlay__close svg{width:20px;height:20px}.blog-share-overlay__actions{display:grid;gap:10px;margin-top:12px}.blog-share-overlay__action{width:100%;display:flex;align-items:center;gap:12px;text-align:left;padding:12px;border-radius:14px;border:none;background:transparent;color:var(--color-text);cursor:pointer;transition:background .2s ease,transform .2s ease}.blog-share-overlay__action:hover{background:#c28a3014;transform:translateY(-1px)}.blog-share-overlay__icon{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;color:var(--color-accent);flex-shrink:0}.blog-share-overlay__icon svg{width:18px;height:18px}.blog-share-overlay__action strong{display:block;font-size:14px;line-height:1.35;color:var(--color-text)}.blog-share-overlay__action small{display:block;margin-top:2px;font-size:12px;color:var(--color-text-muted)}.blog-share-overlay__action--whatsapp .blog-share-overlay__icon{color:#25d366}.blog-share-overlay__action--telegram .blog-share-overlay__icon{color:#2aabee}.blog-share-overlay__action--x .blog-share-overlay__icon{color:#9ca3af}.blog-share-overlay__action--open .blog-share-overlay__icon{color:#60a5fa}html.light-mode .blog-share-overlay{background:#f5f1eac7}html.light-mode .blog-share-overlay__panel{box-shadow:0 14px 38px #0000001f}.scroll-reveal{opacity:0;transform:translateY(36px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.scroll-reveal{opacity:1;transform:none;transition:none;will-change:auto}}.toast-stack{position:fixed;bottom:32px;left:32px;z-index:9990;display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:min(520px,calc(100vw - 48px));pointer-events:none}.toast-stack>*{pointer-events:auto;width:100%;max-width:min(520px,calc(100vw - 48px))}@media (max-width: 640px){.toast-stack{bottom:16px;left:16px;right:16px;max-width:none}.toast-stack>*{max-width:none}}.welcome-toast{display:flex;align-items:center;gap:10px;width:100%;padding:14px 16px;border-radius:12px;background:#c28a3024;border:none;color:var(--color-text);font-size:13px;line-height:1.45;box-shadow:0 12px 40px #00000059;animation:welcomeToastIn .35s cubic-bezier(.22,1,.36,1),welcomeToastOut .4s ease 5s forwards}.welcome-toast__emoji{font-size:20px;line-height:1;flex-shrink:0}.welcome-toast strong{color:var(--color-accent);font-weight:700}@keyframes welcomeToastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes welcomeToastOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}html.light-mode .welcome-toast{background:#c28a301f;box-shadow:0 12px 32px #0000001a}.section-hint-toast{display:flex;align-items:flex-start;gap:10px;width:100%;padding:14px 16px;border-radius:12px;background:#181a1ff5;border:none;color:var(--color-text-muted);font-size:13px;line-height:1.45;box-shadow:0 12px 40px #00000059;animation:sectionHintIn .35s cubic-bezier(.22,1,.36,1),sectionHintOut .4s ease 4.8s forwards}.section-hint-toast__icon{width:20px;height:20px;flex-shrink:0;margin-top:1px;color:var(--color-accent)}.section-hint-toast--success .section-hint-toast__icon{color:#25d366}.section-hint-toast--info .section-hint-toast__icon{color:#3b82f6}.section-hint-toast--warning .section-hint-toast__icon{color:#f59e0b}.section-hint-toast--danger .section-hint-toast__icon{color:#ef4444}.section-hint-toast span{color:var(--color-text)}@keyframes sectionHintIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes sectionHintOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}html.light-mode .section-hint-toast{background:#fffffffa;box-shadow:0 12px 32px #0000001a}.cookie-toast{width:100%;animation:cookieToastIn .35s cubic-bezier(.22,1,.36,1)}.cookie-toast__stack{display:flex;flex-direction:column;gap:10px}.cookie-toast__bar{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;background:#181a1ff5;border:none;box-shadow:0 12px 40px #00000059}.cookie-toast__icon{width:20px;height:20px;color:var(--color-accent);flex-shrink:0}.cookie-toast__text{flex:1;margin:0;font-size:13px;line-height:1.45;color:var(--color-text-muted);min-width:0}.cookie-toast__actions{display:flex;flex-shrink:0;gap:8px;align-items:center}.cookie-toast__btn{padding:8px 14px;border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-family:Urbanist,sans-serif;white-space:nowrap;transition:background .2s ease,color .2s ease}.cookie-toast__btn--accept{background:var(--color-accent);color:#0a0b0d}.cookie-toast__btn--accept:hover{background:#d49a3a}.cookie-toast__btn--ghost{background:#ffffff0f;color:var(--color-text)}.cookie-toast__btn--ghost:hover{background:#ffffff1a}.cookie-toast__prefs{padding:14px 16px;border-radius:12px;background:#181a1ff5;border:none;box-shadow:0 8px 28px #0000004d}.cookie-toast__prefs-title{margin:0 0 10px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.cookie-toast__prefs-list{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:8px}.cookie-toast__prefs-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--color-text)}.cookie-toast__prefs-fixed{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.cookie-toast__check input{width:16px;height:16px;accent-color:var(--color-accent);cursor:pointer}.cookie-toast__prefs-actions{display:flex;gap:14px}.cookie-toast__link{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);font-family:Urbanist,sans-serif}.cookie-toast__link--muted{color:var(--color-text-muted);font-weight:600}.cookie-toast__link:hover{color:var(--color-text)}@keyframes cookieToastIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}html.light-mode .cookie-toast__bar,html.light-mode .cookie-toast__prefs{background:#fffffffa;box-shadow:0 12px 32px #0000001a}html.light-mode .cookie-toast__btn--ghost{background:#0000000d;color:#1a1a1a}html.light-mode .cookie-toast__btn--ghost:hover{background:#00000014}@media (max-width: 640px){.cookie-toast__bar{flex-wrap:wrap}.cookie-toast__actions{width:100%;justify-content:flex-end}}.overlay__panel.proj-win{width:min(1180px,calc(100vw - 32px));height:min(92vh,920px);max-height:92vh;display:flex;flex-direction:column;background:var(--color-surface)}.proj-win__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--color-body)}.proj-win__scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.proj-win-gallery{position:relative;height:100%;min-height:100%;flex-shrink:0;background:#0e0f11}.proj-win-gallery__stage{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.proj-win-gallery__stage img{width:100%;height:100%;object-fit:cover;display:block}.proj-win-gallery--empty{height:100%;min-height:100%;display:grid;place-items:center;color:var(--color-text-muted);font-size:.95rem}.proj-win-gallery__chrome{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.25) 35%,transparent 65%)}.proj-win-gallery__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px 8px;pointer-events:auto}.proj-win-gallery__caption{flex:1;min-width:0;margin:0;font-size:.8rem;color:#ffffffbf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proj-win-gallery__scroll-hint{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 0 14px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;animation:projWinScrollHint 2s ease-in-out infinite}.proj-win-gallery__scroll-hint svg{width:18px;height:18px}@keyframes projWinScrollHint{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(4px)}}.proj-win-gallery__controls{display:flex;align-items:center;gap:20px;flex-shrink:0}.proj-win-gallery__dots{display:flex;align-items:center;gap:6px}.proj-win-gallery__dots button{width:28px;height:3px;padding:0;border:none;border-radius:2px;background:#fff3;cursor:pointer;transition:background .2s ease,width .2s ease}.proj-win-gallery__dots button.is-active{width:36px;background:var(--color-accent)}.proj-win-gallery__nav{display:flex;align-items:center;gap:8px}.proj-win-gallery__nav button{width:32px;height:32px;display:grid;place-items:center;border:none;border-radius:8px;background:#ffffff0f;color:#fffc;font-size:16px;cursor:pointer;transition:background .2s ease,color .2s ease}.proj-win-gallery__nav button:hover{background:#c28a3033;color:var(--color-accent)}.proj-win-gallery__count{font-size:11px;font-weight:600;letter-spacing:.06em;color:#fff6;min-width:2.5rem;text-align:center}.proj-win__content{padding:36px 40px 32px;background:var(--color-body);border-top:1px solid var(--color-line-soft)}.proj-win__content--no-gallery{border-top:none}.proj-win__top{margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid var(--color-line-soft)}.proj-win__badges{display:flex;align-items:center;gap:10px;margin-bottom:16px}.proj-win__badge{padding:5px 12px;border-radius:6px;background:#c28a301f;color:var(--color-accent);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.proj-win__id{font-size:11px;font-weight:600;color:var(--color-text-muted);letter-spacing:.08em}.proj-win__title{margin:0 0 14px;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.2;letter-spacing:-.03em;color:var(--color-text);max-width:18ch}.proj-win__lead{margin:0;font-size:1.05rem;line-height:1.65;color:var(--color-text-muted);max-width:52ch}.proj-win__layout{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}.proj-win__aside{display:flex;flex-direction:column;gap:20px}.proj-win__stat{display:flex;flex-direction:column;gap:4px}.proj-win__stat span{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.proj-win__stat strong{font-size:.9rem;font-weight:500;color:var(--color-text);line-height:1.4}.proj-win__stack{display:flex;flex-direction:column;gap:6px;padding-top:8px;border-top:1px solid var(--color-line-soft)}.proj-win__stack span{font-size:.78rem;color:var(--color-text-muted)}.proj-win__stack span:before{content:"— ";color:var(--color-accent);opacity:.7}.proj-win__text{margin:0 0 18px;font-size:.92rem;line-height:1.75;color:var(--color-text-muted)}.proj-win__text:last-of-type{margin-bottom:0}.proj-win__highlights{margin-top:28px;padding-top:28px;border-top:1px solid var(--color-line-soft)}.proj-win__highlights h3{margin:0 0 16px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.proj-win__highlights ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px 24px}.proj-win__highlights li{font-size:.86rem;line-height:1.5;color:var(--color-text);padding-left:14px;position:relative}.proj-win__highlights li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--color-accent)}.proj-win__footer{flex-shrink:0;display:flex;justify-content:flex-end;padding:16px 32px 20px;border-top:1px solid var(--color-line-soft);background:var(--color-surface)}.proj-win__cta{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:12px 24px;font-size:12px;text-decoration:none}.proj-win__cta--static{cursor:default}@media (max-width: 900px){.overlay__panel.proj-win{width:calc(100vw - 16px);height:min(94vh,900px)}.proj-win-gallery{height:100%;min-height:100%}.proj-win__content{padding:24px 20px 20px}.proj-win__layout{grid-template-columns:1fr;gap:28px}.proj-win__aside{flex-direction:row;flex-wrap:wrap;gap:16px 24px}.proj-win__stack{width:100%;flex-direction:row;flex-wrap:wrap;gap:8px 16px;border-top:none;padding-top:0}.proj-win__highlights ul{grid-template-columns:1fr}.proj-win__title{max-width:none}.proj-win-gallery__bar{flex-wrap:wrap;padding:12px 16px 6px}}html.light-mode .overlay:has(.proj-win){background:#faf6edc7}html.light-mode .overlay__panel.proj-win{background:var(--color-surface);box-shadow:0 24px 80px #0000001f}html.light-mode .overlay__panel.proj-win .overlay__titlebar{background:linear-gradient(180deg,#ececec,#e2e2e2);border-bottom:1px solid var(--color-line-soft)}html.light-mode .overlay__panel.proj-win .overlay__content.proj-win__body{background:var(--color-body)}html.light-mode .proj-win-gallery{background:#e5e1d8}html.light-mode .proj-win-gallery--empty{color:var(--color-text-muted)}html.light-mode .proj-win-gallery__caption,html.light-mode .proj-win-gallery__count,html.light-mode .proj-win-gallery__scroll-hint{color:#ffffffd9}html.light-mode .proj-win-gallery__nav button{background:#ffffff26;color:#ffffffe6}html.light-mode .proj-win-gallery__nav button:hover{background:#c28a3059;color:#fff}html.light-mode .proj-win-gallery__dots button{background:#ffffff59}html.light-mode .proj-win__badge{background:#c28a3024}.hero{padding-top:48px;min-height:calc(100vh - 80px);display:flex;align-items:center}.hero__grid{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:center;width:100%}.hero__content{display:flex;flex-direction:column;gap:16px;max-width:620px}.hero__content h1{font-size:clamp(2rem,3.3vw,3.4rem);margin-bottom:0}.hero__content p{font-size:22px;line-height:2;letter-spacing:.1em;text-align:justify}.hero__accent{color:var(--color-accent)}.hero__links{display:flex;align-items:center;gap:32px;margin-top:4px}.hero__link{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-muted);text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:color .2s ease}.hero__link:hover{color:var(--color-text)}.hero__link svg{width:14px;height:14px;flex-shrink:0}.hero__image-wrap{position:relative;width:100%;display:flex;justify-content:center}.hero__image{width:95%;aspect-ratio:1 / 1;object-fit:cover;display:block;border-radius:var(--radius-lg)}.hero__image-badge{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:120%;display:flex;align-items:center;justify-content:space-between;gap:11px;background:var(--color-surface);padding:12px 20px;border-radius:12px;font-size:13.5px;font-weight:500;color:var(--color-text);box-shadow:0 16px 40px #00000080}.hero__badge-left{display:flex;align-items:center;gap:10px}.hero__badge-icon{width:21px;height:21px;color:var(--color-accent);flex-shrink:0}.hero__badge-actions{display:flex;align-items:center;gap:8px}.hero__badge-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;background:#ffffff12;color:var(--color-text);text-decoration:none;font-size:13px;font-weight:500;transition:all .2s ease}.hero__badge-btn:hover{background:#ffffff1f}.hero__badge-btn.youtube:hover{background:red;color:#fff}.hero__badge-btn.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.hero__badge-btn svg{width:14px;height:14px}.panel-copy,.write-box{padding:28px}.about-section{padding:80px 0}.about-section__header{text-align:center;padding:60px 0 80px}.about-section__intro{position:relative;overflow:hidden;padding:0 20px 4px}.about-section__watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(100px,18vw,200px);font-weight:900;color:var(--color-watermark);letter-spacing:.15em;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0}.about-section__title{position:relative;font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:20px;z-index:1}.about-section__star{color:var(--color-accent)}.about-section__desc{position:relative;font-size:22px;line-height:1.75;letter-spacing:.12em;color:var(--color-text);max-width:1100px;margin:0 auto;z-index:1;text-align:center}.about-section__tags{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 22px;margin:28px auto 0;padding:0 20px;max-width:100%}.about-section__tag{flex-shrink:0;display:inline-flex;align-items:center;white-space:nowrap;padding:8px 18px;border-radius:6px;background:var(--color-surface);color:var(--color-text-muted);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:all .2s ease;cursor:pointer;box-shadow:0 4px 6px #0000001a,0 8px 16px #00000026}.about-section__tag:hover{background:var(--color-accent);color:var(--color-body)}.about-section__tag--active{background:#ffffff0d;color:var(--color-text-muted)}.about-section__tag--active:hover{background:var(--color-accent);color:var(--color-body)}.about-section__grid{display:grid;grid-template-columns:1.5fr .5fr;gap:80px;align-items:center;width:100%}.about-section__content{display:flex;flex-direction:column;gap:16px;max-width:700px}.about-section__eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:8px}.about-section__subtitle{font-size:clamp(1.7rem,2.8vw,2.8rem);font-weight:700;margin-bottom:0;line-height:1.3}.about-section__accent{color:var(--color-accent)}.about-section__bio{font-size:22px;line-height:2;letter-spacing:.1em;text-align:justify;color:var(--color-text);margin:0}.about-section__features{display:flex;flex-direction:column;gap:12px;margin-top:24px}.about-section__feature{font-size:16px;color:var(--color-text-muted);display:flex;align-items:center;gap:8px}.about-section__cta{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-muted);text-decoration:none;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:10px 20px;border-radius:10px;background:#181a1f99;transition:all .2s ease;height:40px;gap:8px;width:fit-content}.about-section__cta:hover{color:var(--color-text);background:#181a1fcc}.about-section__image-wrap{position:relative;width:100%;max-width:550px}.about-section__image{width:150%;aspect-ratio:9 / 16;object-fit:cover;display:block;border-radius:var(--radius-lg)}.about-section__video-badge{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:120%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;background:var(--color-surface);padding:12px 16px;border-radius:12px;font-size:14px;font-weight:500;color:var(--color-text);box-shadow:0 16px 40px #00000080;white-space:nowrap}.about-section__badge-text{font-size:14px;font-weight:500;color:var(--color-text)}.about-section__badge-follow-icon{width:18px;height:18px;color:var(--color-accent);flex-shrink:0}.about-section__badge-left{display:flex;align-items:center;gap:8px}.about-section__badge-linkedin-icon{width:20px;height:20px;color:#fff;flex-shrink:0}.about-section__badge-left span{font-size:14px;font-weight:500;color:var(--color-text)}.about-section__badge-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:8px;background:#ffffff12;color:var(--color-text);text-decoration:none;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.about-section__badge-btn:hover{background:linear-gradient(135deg,#0077b5,#0a66c2);color:#fff}.about-section__badge-btn .about-section__badge-linkedin-icon{width:16px;height:16px;color:inherit}.about-section__image-placeholder{width:100%;aspect-ratio:1 / 1;background:linear-gradient(135deg,#c28a3033,#c28a301a);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;border:1px solid rgba(194,138,48,.2)}.about-section__image-text{font-size:18px;color:var(--color-text-muted);font-weight:500}.portfolio-section__header{position:relative;text-align:center;padding:48px 0;overflow:hidden}.portfolio-section__watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(100px,18vw,200px);font-weight:900;color:var(--color-watermark);letter-spacing:.15em;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.portfolio-section__title{position:relative;font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:20px;z-index:1}.portfolio-section__star{color:var(--color-accent)}.portfolio-section__desc{position:relative;font-size:22px;line-height:1.65;letter-spacing:.18em;color:var(--color-text);max-width:1100px;margin:0 auto;z-index:1;text-align:center}.portfolio-filters{display:flex;align-items:center;justify-content:center;gap:16px;background:var(--color-surface);padding:12px;border-radius:50px;width:fit-content;margin:44px auto 48px}.portfolio-filter{padding:14px 32px;border:none;border-radius:50px;background:transparent;color:var(--color-text-muted);font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;font-family:Urbanist,sans-serif}.portfolio-filter:hover{color:var(--color-text);background:#ffffff0d}.portfolio-filter--active,.portfolio-filter--active:hover{background:var(--color-accent);color:#0a0b0d}.portfolio-search--hidden{display:none!important}.portfolio-search{position:relative;max-width:500px;margin:0 auto 60px;display:flex;align-items:center;gap:12px;background:var(--color-surface);padding:14px 24px;border-radius:50px}.portfolio-search__icon{width:20px;height:20px;color:var(--color-text-muted);flex-shrink:0}.portfolio-search__input{flex:1;background:transparent;border:none;outline:none;color:var(--color-text);font-size:14px;font-weight:500;font-family:Urbanist,sans-serif;letter-spacing:.02em}.portfolio-search__input::placeholder{color:var(--color-text-muted)}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px}.portfolio-grid__actions{display:flex;justify-content:center;margin-top:40px}.portfolio-grid__actions .topbar__cta{border:none;cursor:pointer;font-family:inherit;min-height:52px;height:auto;padding:14px 32px;font-size:13px}.portfolio-card__image img{width:100%;height:100%;object-fit:cover}.portfolio-card{display:flex;flex-direction:column;background:var(--color-surface);border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 6px #0000001a,0 8px 16px #00000026,0 16px 32px #0003}.portfolio-card:hover{transform:translateY(-8px);box-shadow:0 8px 12px #00000026,0 16px 24px #0003,0 24px 48px #00000040}.portfolio-card__image{width:100%;aspect-ratio:16 / 10;overflow:hidden;background:linear-gradient(135deg,#c28a3026,#c28a300d)}.portfolio-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:var(--color-text-muted);background:linear-gradient(135deg,#c28a301a,#c28a300d)}.portfolio-card__content{display:flex;flex-direction:column;gap:12px;padding:24px}.portfolio-card__meta{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.portfolio-card__id{color:var(--color-accent)}.portfolio-card__category{color:var(--color-text-muted)}.portfolio-card__title{font-size:24px;font-weight:700;color:var(--color-text);margin:0;line-height:1.3}.portfolio-card__description{font-size:15px;line-height:1.7;color:var(--color-text-muted);margin:0}.portfolio-card__link{display:inline-flex;align-items:center;gap:8px;color:var(--color-text-muted);text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-top:8px;transition:color .2s ease;width:fit-content;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.portfolio-card__link:hover{color:var(--color-accent)}.portfolio-card__link:after{content:"→";font-size:16px;transition:transform .2s ease}.portfolio-card__link:hover:after{transform:translate(4px)}.portfolio-packages{padding:120px 0 60px}.portfolio-packages__header{position:relative;text-align:center;padding:60px 0 40px;overflow:hidden}.portfolio-packages__watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(100px,18vw,200px);font-weight:900;color:var(--color-watermark);letter-spacing:.15em;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0}.portfolio-packages__title{position:relative;font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:20px;z-index:1}.portfolio-packages__star{color:var(--color-accent)}.portfolio-packages__desc{position:relative;font-size:22px;line-height:2;letter-spacing:.18em;color:var(--color-text);max-width:1100px;margin:0 auto;z-index:1;text-align:center}.pricing-toolbar{display:flex;justify-content:center;margin:48px auto 0}.portfolio-packages .portfolio-search{margin-top:48px}.pricing-filters{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 12px;background:var(--color-surface);padding:12px;border-radius:50px;width:fit-content;max-width:100%}.pricing-filters__categories,.pricing-filters__profiles{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pricing-filters__divider{width:1px;height:28px;background:var(--color-line-soft);flex-shrink:0;margin:0 4px}.pricing-filter--profile{text-decoration:none}.pricing-filter--profile svg{width:14px;height:14px;flex-shrink:0;opacity:.65}.pricing-filter--profile:hover svg{opacity:1}.pricing-filter--profile-muted{opacity:.45;cursor:default;pointer-events:none}html.light-mode .pricing-filter:hover{background:#0000000d}html.light-mode .pricing-filter--profile:hover{color:var(--color-accent)}.pricing-filter{padding:14px 28px;border:none;border-radius:50px;background:transparent;color:var(--color-text-muted);font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;font-family:Urbanist,sans-serif;display:inline-flex;align-items:center;gap:6px}.pricing-filter:hover{color:var(--color-text);background:#ffffff0d}.pricing-filter--active,.pricing-filter--active:hover{background:var(--color-accent);color:#0a0b0d}.pricing-filter__icon{font-size:14px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px}.pricing-card{display:flex;flex-direction:column;background:var(--color-surface);border-radius:16px;padding:32px;transition:all .3s ease;box-shadow:0 4px 6px #0000001a,0 8px 16px #00000026,0 16px 32px #0003;position:relative}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 8px 12px #00000026,0 16px 24px #0003,0 24px 48px #00000040}.pricing-card--featured{background:var(--color-surface)}.pricing-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:28px}.pricing-card__badge{flex-shrink:0;padding:8px 14px;border-radius:20px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1.3;text-align:right;max-width:48%}.pricing-card__badge--red{background:#dc262626;color:#ef4444}.pricing-card__badge--green{background:#22c55e26;color:#22c55e}.pricing-card__badge--purple{background:#a855f726;color:#a855f7}.pricing-card__category{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin:0;line-height:1.5;padding-top:4px}.pricing-card__title{font-size:28px;font-weight:700;color:var(--color-text);margin:0 0 20px;line-height:1.25}.pricing-card__price{font-size:36px;font-weight:700;color:var(--color-text);margin-bottom:28px;line-height:1.15}.pricing-card__features{list-style:none;padding:0;margin:0 0 32px;flex:1;text-align:left}.pricing-card__features li{font-size:14px;line-height:1.6;color:var(--color-text-muted);margin-bottom:12px;padding-right:24px;position:relative;text-align:left}.pricing-card__features li:after{content:"✓";position:absolute;right:0;color:var(--color-accent);font-weight:700}.pricing-card__btn{width:100%;padding:16px 24px;border:none;border-radius:12px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;font-family:Urbanist,sans-serif}.pricing-card__btn--primary{background:var(--color-accent);color:#0a0b0d}.pricing-card__btn--primary:hover{background:#d49a3a;transform:translateY(-2px)}.pricing-card__btn--secondary{background:var(--color-button-surface);color:#fff}.pricing-card__btn--secondary:hover{background:#3e4047;transform:translateY(-2px)}.pricing-card__btn--in-cart{background:transparent!important;border:2px solid var(--color-accent);color:var(--color-accent)!important}.pricing-card__btn--in-cart:hover{background:#c28a301f!important;transform:translateY(-2px)}.package-info{margin-top:80px;padding:60px 0}.package-info__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-bottom:80px}.package-info__card{display:flex;flex-direction:column;gap:20px;padding:40px 32px;background:var(--color-surface);border-radius:16px;position:relative;transition:all .3s ease;box-shadow:0 4px 6px #0000001a,0 8px 16px #00000026}.package-info__card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026,0 16px 24px #0003}.package-info__badge{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--color-accent);border-radius:12px;color:#fff;flex-shrink:0}.package-info__badge svg{width:28px;height:28px}.package-info__card-title{font-size:20px;font-weight:700;color:var(--color-text);margin:0;line-height:1.3}.package-info__desc{font-size:14px;line-height:1.8;color:var(--color-text-muted);margin:0}.package-info__footer{text-align:center}.package-info__eyebrow-badge{display:inline-block;padding:12px 32px;background:var(--color-surface);border-radius:12px;font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:32px;box-shadow:0 4px 6px #0000001a,0 8px 16px #00000026}.package-info__title{font-size:32px;font-weight:700;color:var(--color-text);margin:0 0 12px;line-height:1.3}.package-info__subtitle{font-size:16px;line-height:1.7;color:var(--color-text-muted);max-width:600px;margin:0 auto}.package-faq{margin-top:-40px;position:relative}.package-faq__label{display:inline-block;padding:8px 20px;background:var(--color-surface);border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:32px;margin-top:-20px;box-shadow:0 4px 6px #0000001a,0 8px 16px #00000026}.package-faq__grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:900px;margin:0 auto}.package-faq__item{padding:32px;background:var(--color-surface);border-radius:16px;box-shadow:0 4px 6px #0000001a,0 8px 16px #00000026}.package-faq__question{font-size:18px;font-weight:700;color:var(--color-text);margin:0 0 12px;line-height:1.4}.package-faq__answer{font-size:15px;line-height:1.8;color:var(--color-text-muted);margin:0}@media (max-width: 1200px){.hero__grid{gap:32px}.hero__eyebrow{font-size:11px}.hero__title{font-size:clamp(2.5rem,5vw,3.5rem)}.hero__subtitle{font-size:15px}.hero__cta{padding:12px 24px;font-size:13px}.about-section__watermark{font-size:clamp(80px,15vw,160px)}.about-section__title{font-size:clamp(1.8rem,4vw,2.5rem)}.about-section__desc{font-size:14px}.about-section__tags{gap:12px 16px;padding:0 12px}.about-section__tag{font-size:11px;padding:8px 14px}.about-section__grid{gap:32px}.about-section__subtitle{font-size:18px}.about-section__bio{font-size:14px}.expertise-section__title{font-size:clamp(1.8rem,4vw,2.5rem)}.expertise-card__title{font-size:16px}.expertise-card__desc{font-size:13px}.expertise-quote__titlebar-title{font-size:11px}.expertise-quote__content{font-size:14px;padding:24px}.portfolio-section__watermark{font-size:clamp(80px,15vw,160px)}.portfolio-section__title{font-size:clamp(1.8rem,4vw,2.5rem)}.portfolio-section__desc{font-size:14px}.portfolio-filter__btn{font-size:11px;padding:8px 16px}.portfolio-search__input{font-size:13px;padding:10px 14px}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:24px}.portfolio-card__title{font-size:16px}.portfolio-card__desc{font-size:13px}.pricing-section__watermark{font-size:clamp(80px,15vw,160px)}.pricing-section__title{font-size:clamp(1.8rem,4vw,2.5rem)}.pricing-card__title{font-size:18px}.pricing-card__price{font-size:28px}.pricing-card__feature{font-size:13px}.pricing-card__button{font-size:12px;padding:10px 20px}.pricing-info-card__title{font-size:14px}.pricing-info-card__desc{font-size:12px}.faq-item__question{font-size:15px}.faq-item__answer{font-size:13px}.card-grid{gap:20px}.container{width:min(100% - 40px,var(--container))}.section{padding:60px 0}}html.light-mode .hero__badge-btn{background:#00000014;color:#1a1a1a}html.light-mode .hero__badge-btn:hover{background:#0000001f}html.light-mode .about-section__badge-btn{background:#00000014;color:#1a1a1a}html.light-mode .about-section__badge-btn:hover{background:linear-gradient(135deg,#0077b5,#0a66c2);color:#fff}html.light-mode .about-section__tag{background:var(--color-surface)!important;color:var(--color-text)!important;padding:6px 14px!important;border-radius:6px!important;font-size:12px!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;display:inline-block!important;transition:all .3s ease!important}html.light-mode .about-section__tag:hover{background:var(--color-accent)!important;color:#fff!important;transform:translateY(-2px)!important}html.light-mode .about-section__tag--active{background:var(--color-surface)!important;color:var(--color-text)!important}html.light-mode .about-section__tag--active:hover{background:var(--color-accent)!important;color:#fff!important;transform:translateY(-2px)!important}html.light-mode .eyebrow{background:var(--color-surface)!important;color:var(--color-text)!important;padding:6px 14px!important;border-radius:6px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important;transition:all .3s ease!important}html.light-mode .eyebrow:hover{background:var(--color-accent)!important;color:#fff!important;transform:translateY(-2px)!important}html.light-mode .pricing-card__btn--secondary{background:var(--color-body);color:#1a1a1a}html.light-mode .pricing-card__btn--secondary:hover{background:#ede9e0}html.light-mode .hero__badge-btn.youtube:hover{background:red!important;color:#fff!important}html.light-mode .hero__badge-btn.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)!important;color:#fff!important}.page-head{position:relative;text-align:center;padding:48px 0 32px;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:20px}.page-head__search{position:relative;width:100%;max-width:560px}.page-head__search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--color-text-muted);pointer-events:none}.page-head__search-input{width:100%;padding:14px 20px 14px 46px;background:var(--color-surface);border:none;border-radius:14px;color:var(--color-text);font-size:15px;outline:none;transition:box-shadow .2s ease;box-shadow:0 2px 12px #0000001f}.page-head__search-input::placeholder{color:var(--color-text-muted)}.page-head__search-input:focus{box-shadow:0 0 0 2px var(--color-accent)!important}html.light-mode .page-head__search-input{background:var(--color-surface);box-shadow:0 2px 12px #0000000f}html.light-mode .page-head__search-input:focus{box-shadow:0 0 0 2px var(--color-accent)!important}.page-head:before{content:attr(data-label);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:clamp(80px,16vw,180px);font-weight:900;color:#ffffff08;letter-spacing:.2em;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:0}.page-head .eyebrow{position:relative;z-index:1}.page-head h1{position:relative;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;margin:14px 0 0;z-index:1}.page-head__subtitle{position:relative;font-size:16px;color:var(--color-text-muted);margin:10px 0 0;z-index:1}.content-grid{display:grid;grid-template-columns:1fr 280px;gap:40px;width:100%;align-items:start}.main-content{display:flex;flex-direction:column;gap:32px}.sidebar-col{display:flex;flex-direction:column;gap:16px;position:sticky;top:88px}.profile-card{display:flex;flex-direction:column;align-items:center;gap:14px;padding:28px 20px;background:var(--color-surface);border-radius:20px;text-align:center;box-shadow:0 2px 20px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.profile-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000002e}.profile-card__avatar{width:88px;height:88px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#c28a3033,#c28a300d)}.profile-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-card__badge{display:inline-block;padding:4px 10px;background:#29c36a1f;color:#29c36a;border-radius:6px;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.profile-card__name{font-size:28px;font-weight:700;color:var(--color-text);margin:0}.profile-card__bio{font-size:17px;line-height:1.6;color:var(--color-text-muted);margin:0}.sidebar-box{display:flex;flex-direction:column;gap:14px;padding:20px;background:var(--color-surface);border-radius:16px;box-shadow:0 2px 20px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.sidebar-box:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000002e}.sidebar-box h3{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin:0}.sidebar-box p{font-size:17px;line-height:1.6;color:var(--color-text-muted);margin:0}.newsletter-subscribe{display:flex;flex-direction:column;gap:8px}.newsletter-subscribe__input{width:100%;padding:12px 14px;border:none;border-radius:10px;background:#ffffff0f;color:var(--color-text);font-size:14px;outline:none;transition:box-shadow .2s ease,background .2s ease}.newsletter-subscribe__input::placeholder{color:var(--color-text-muted)}.newsletter-subscribe__input:focus{background:#ffffff14;box-shadow:0 0 0 2px #c28a3073}.newsletter-subscribe__btn{width:100%;border:none;border-radius:10px;padding:12px 14px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--color-accent);cursor:pointer;transition:background .2s ease,transform .2s ease}.newsletter-subscribe__btn:hover{background:#d49a40;transform:translateY(-1px)}.newsletter-subscribe__note{margin:0;font-size:12px!important;line-height:1.5;color:var(--color-text-muted)!important}.categories-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.categories-list li{display:flex;justify-content:space-between;align-items:center;padding:7px 10px;border-radius:8px;transition:background .2s ease}.categories-list li:hover{background:#ffffff0a}.categories-list a{font-size:17px;color:var(--color-text-muted);text-decoration:none;transition:color .2s ease}.categories-list a:hover{color:var(--color-accent)}.categories-list span{font-size:15px;font-weight:600;color:var(--color-text-muted);background:#ffffff0f;padding:2px 8px;border-radius:20px}.blog-grid{display:grid;grid-template-columns:1fr;gap:16px}.content-card{display:flex;flex-direction:row;align-items:stretch;background:var(--color-surface);border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 16px #0000001a}.content-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000002e}.content-card--compact{flex-direction:row}.content-card__image{width:200px;flex-shrink:0;background:linear-gradient(135deg,#c28a302e,#c28a300f);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--color-text-muted);object-fit:cover;height:auto}.content-card__content{flex:1;display:flex;flex-direction:column;gap:10px;padding:22px 24px}.content-card__meta{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.content-card__category{color:var(--color-accent)}.content-card__date{color:var(--color-text-muted)}.content-card__badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;width:fit-content}.content-card__badge--premium{background:#ffd7001f;color:gold}.content-card__badge--free{background:#29c36a1f;color:#29c36a}.content-card__title{font-size:28px;font-weight:700;color:var(--color-text);margin:0;line-height:1.3}.content-card__title-link{color:inherit;text-decoration:none;transition:color .2s ease}.content-card__title-link:hover{color:var(--color-accent)}.content-card__description{font-size:17px;line-height:1.65;color:var(--color-text-muted);margin:0}.content-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px;gap:10px}.content-card__stats{display:flex;align-items:center;gap:6px}.content-card__stat-btn{display:inline-flex;align-items:center;gap:5px;background:none;border:none;outline:none;color:var(--color-text-muted);font-size:13px;font-weight:600;cursor:pointer;padding:6px 10px;border-radius:8px;transition:color .2s ease,background .2s ease}.content-card__stat-btn:hover{color:var(--color-text);background:#ffffff0f}.content-card__stat-views{display:inline-flex;align-items:center;gap:5px;color:var(--color-text-muted);font-size:13px;font-weight:600;padding:6px 10px}.content-card__stat-icon{width:13px;height:13px;flex-shrink:0}.content-card__stat-icon--heart{color:#ef4444}.content-card__link{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#fff;background:var(--color-accent);text-decoration:none;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;transition:background .2s ease,transform .2s ease;padding:12px 28px;border-radius:8px;cursor:pointer;white-space:nowrap}.content-card__link:hover{background:#d49a40;transform:translateY(-1px)}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:40px}.pagination__btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14!important;border:none!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;cursor:pointer;transition:color .2s ease,transform .2s ease,background .2s ease}.pagination__btn svg{width:18px;height:18px;display:block;flex-shrink:0}.pagination__btn:hover{background:var(--color-accent)!important;color:#fff;transform:translateY(-1px);box-shadow:none!important;outline:none!important}.pagination__btn:focus,.pagination__btn:active{outline:none!important;box-shadow:none!important}.pagination__btn--dim{opacity:.3;cursor:default}.pagination__btn--dim:hover{background:transparent;transform:none}.pagination__info{font-size:12px;font-weight:600;color:var(--color-text-muted);padding:0 8px;letter-spacing:.05em}@media (max-width: 1200px){.content-grid{grid-template-columns:1fr;gap:24px}.sidebar-col{position:static}.page-head{padding:48px 0 36px}.page-head h1{font-size:clamp(1.8rem,4vw,2.4rem)}.content-card__image{width:140px}}html.light-mode .profile-card,html.light-mode .sidebar-box,html.light-mode .content-card{background:var(--color-surface);box-shadow:0 2px 16px #0000000f}html.light-mode .profile-card:hover,html.light-mode .sidebar-box:hover{box-shadow:0 8px 28px #0000001a}html.light-mode .content-card:hover{box-shadow:0 12px 32px #0000001a}html.light-mode .categories-list li:hover{background:#00000008}html.light-mode .categories-list span{background:#0000000d}html.light-mode .content-card__stat-btn{color:#666}html.light-mode .content-card__stat-btn:hover{color:#1a1a1a;background:#0000000a}html.light-mode .content-card__stat-views{color:#666}html.light-mode .content-card__link{background:var(--color-accent);color:#fff}html.light-mode .content-card__link:hover{background:#d49a40}html.light-mode .pagination__btn{background:transparent;color:#1a1a1a}html.light-mode .pagination__btn--dim:hover{background:transparent}html.light-mode .pagination__btn:hover:not(.pagination__btn--dim){color:var(--color-accent);box-shadow:0 4px 16px #0000001a}html.light-mode .page-head:before{color:#00000006}.featured-slider{margin-bottom:0}.featured-slider__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.featured-slider__controls{display:flex;align-items:center;gap:8px}.featured-slider__btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;font-size:18px;transition:all .2s ease;box-shadow:0 2px 8px #0000001f}.featured-slider__btn:hover{color:var(--color-text);box-shadow:0 4px 16px #0000002e;transform:translateY(-1px)}.featured-slider__track{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.featured-slider__slide{display:none}.featured-slider__slide.is-active{display:block;animation:fadeIn .3s ease}.featured-slider__slide .content-card{flex-direction:column;box-shadow:0 2px 16px #0000001f}.featured-slider__slide .content-card__image{width:calc(100% - 24px);height:240px;border-radius:12px;margin:12px 12px 0;background:linear-gradient(135deg,#c28a302e,#c28a300f);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--color-text-muted)}.featured-slider__slide .content-card__content{padding:18px 20px;gap:8px}.featured-slider__slide .content-card__title{font-size:28px;line-height:1.3}.featured-slider__slide .content-card__description{font-size:17px;line-height:1.65}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}html.light-mode .featured-slider__btn{background:var(--color-surface);color:#666;box-shadow:0 2px 8px #0000000f}html.light-mode .featured-slider__btn:hover{color:#1a1a1a;box-shadow:0 4px 16px #0000001a}.blog-post-page{padding-bottom:48px}.blog-post-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.blog-post-page__nav{margin-bottom:24px}.blog-post-page__back{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:700;letter-spacing:.02em;color:var(--color-text-muted);text-decoration:none;transition:color .2s ease,transform .2s ease}.blog-post-page__back:hover{color:var(--color-accent);transform:translateY(-1px)}.blog-post-page__back-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff14;color:#fff;transition:color .2s ease,transform .2s ease,background .2s ease}.blog-post-page__back-icon svg{width:18px;height:18px;display:block;flex-shrink:0}.blog-post-page__back:hover .blog-post-page__back-icon{background:var(--color-accent);color:#fff}html.light-mode .blog-post-page__back-icon{background:transparent;color:#1a1a1a}html.light-mode .blog-post-page__back:hover .blog-post-page__back-icon{color:var(--color-accent);box-shadow:0 4px 16px #0000001a}.blog-post{max-width:none;margin:0;padding:0;overflow:hidden;border-radius:20px}.blog-post__header{padding:32px 32px 24px}.blog-post__category{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.blog-post__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.25;color:var(--color-text);margin:0 0 16px}.blog-post__lead{font-size:18px;line-height:1.65;color:var(--color-text-muted);margin:0 0 24px}.blog-post__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding-top:20px;border-top:1px solid var(--color-line-soft)}.blog-post__author{display:flex;align-items:center;gap:12px}.blog-post__author-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.blog-post__author-name{display:block;font-size:15px;font-weight:600;color:var(--color-text)}.blog-post__author-badge{display:block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-top:2px}.blog-post__stats{display:flex;align-items:center;gap:16px;font-size:14px;color:var(--color-text-muted)}.blog-post__stats span{display:inline-flex;align-items:center;gap:6px}.blog-post__stat-btn{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer;transition:color .2s ease}.blog-post__stat-btn:hover{color:var(--color-accent)}.blog-post__cover{height:360px;margin:0 24px;border-radius:14px;background:linear-gradient(135deg,#c28a3038,#c28a300f);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;letter-spacing:.2em;color:var(--color-text-muted)}.blog-post__cover--image{background:#0003;overflow:hidden}.blog-post__cover-image{width:100%;height:100%;object-fit:cover;display:block}.blog-post-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:88px}.blog-post-sidebox{padding:18px 18px 14px;border-radius:16px}.blog-post-sidebox h3{margin:0 0 12px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.blog-post-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.blog-post-list li{display:flex;flex-direction:column;gap:4px;border-bottom:1px solid var(--color-line-soft);padding-bottom:10px}.blog-post-list li:last-child{border-bottom:0;padding-bottom:0}.blog-post-list__title{color:var(--color-text);text-decoration:none;font-size:14px;line-height:1.4;font-weight:600;transition:color .2s ease}.blog-post-list__title:hover{color:var(--color-accent)}.blog-post-list__meta{display:inline-flex;align-items:center;gap:6px;color:var(--color-text-muted);font-size:12px}.blog-post__body{padding:32px;display:flex;flex-direction:column;gap:18px}.blog-post__body p{margin:0;font-size:17px;line-height:1.75;color:var(--color-text)}.blog-post__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:20px 32px 28px;border-top:1px solid var(--color-line-soft)}.blog-post__slug-hint{font-size:12px;color:var(--color-text-muted);font-family:ui-monospace,monospace}@media (max-width: 640px){.blog-post-layout{grid-template-columns:1fr}.blog-post__header,.blog-post__body,.blog-post__footer{padding-left:20px;padding-right:20px}.blog-post__cover{margin:0 16px;height:220px}.blog-post-sidebar{position:static}}.forum-auth-card{display:flex;flex-direction:column;align-items:center;gap:14px;padding:28px 20px;text-align:center}.forum-auth-card__icon{width:64px;height:64px;border-radius:50%;background:#c28a301f;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--color-accent)}.forum-auth-card__title{font-size:20px;font-weight:700;color:var(--color-text);margin:0}.forum-auth-card__desc{font-size:14px;line-height:1.6;color:var(--color-text-muted);margin:0}.forum-auth-card__actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:4px}.forum-auth-card__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;border:none}.forum-auth-card__btn--login{background:var(--color-button-surface);color:var(--color-text)}.forum-auth-card__btn--login:hover{background:#ffffff1f}.forum-auth-card__btn--register{background:var(--color-accent);color:#fff}.forum-auth-card__btn--register:hover{background:#d49a40;transform:translateY(-1px)}html.light-mode .forum-auth-card__btn--login{background:#0000000f;color:#1a1a1a}html.light-mode .forum-auth-card__btn--login:hover{background:#0000001a}.forum-featured{background:var(--color-surface);border-radius:16px;overflow:hidden;box-shadow:0 2px 16px #0000001f}.forum-featured+.forum-featured{margin-top:34px}.forum-featured__header{display:flex;align-items:center;gap:10px;padding:16px 20px;background:#c28a301a;font-size:14px;font-weight:700;color:var(--color-accent);letter-spacing:.03em}.forum-featured__icon{width:18px;height:18px;flex-shrink:0}.forum-featured__list{list-style:none;padding:0;margin:0}.forum-featured__item{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid var(--color-line-soft);transition:background .2s ease}.forum-featured__item:last-child{border-bottom:none}.forum-featured__item:hover{background:#ffffff08}.forum-featured__num{font-size:18px;font-weight:800;color:var(--color-accent);width:24px;flex-shrink:0;text-align:center}.forum-featured__info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.forum-featured__title{font-size:15px;font-weight:600;color:var(--color-text);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.forum-featured__title:hover{color:var(--color-accent)}.forum-featured__category{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.forum-featured__stats{display:flex;align-items:center;gap:12px;flex-shrink:0;font-size:12px;color:var(--color-text-muted)}.forum-featured__stats span{display:flex;align-items:center;gap:4px}.forum-featured__stats svg{width:13px;height:13px}html.light-mode .forum-featured{box-shadow:0 2px 12px #0000000f}html.light-mode .forum-featured__item:hover{background:#00000005}.forum-category-group{border-bottom:1px solid var(--color-line-soft)}.forum-category-group:last-child{border-bottom:none}.forum-category-group__label{padding:10px 20px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);background:#c28a300f}.forum-category-group .forum-featured__list{padding:0}.forum-category-group .forum-featured__item{border-bottom:1px solid var(--color-line-soft)}.forum-category-group .forum-featured__item:last-child{border-bottom:none}html.light-mode .forum-featured__header{background:#c28a302e;border-left:3px solid var(--color-accent)}.forum-auth-page{min-height:100vh;padding-top:80px}.forum-auth-page__hero{text-align:center;padding:56px 0 40px}.forum-auth-page__brand{font-size:clamp(2.8rem,6vw,5rem);font-weight:800;color:var(--color-text);margin:0 0 12px;letter-spacing:-.02em}.forum-auth-page__subtitle{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin:0}.forum-auth-page__form-wrap{max-width:900px;margin:0 auto;padding:0 24px 80px}.forum-auth-form{display:flex;flex-direction:column;gap:20px}.forum-auth-form__eyebrow{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted)}.forum-auth-form__desc{font-size:18px;font-weight:600;color:var(--color-text);margin:0}.forum-auth-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.forum-auth-form__field{display:flex;flex-direction:column;gap:8px}.forum-auth-form__field--full{grid-column:1 / -1}.forum-auth-form__label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.forum-auth-form__input{background:var(--color-surface);border:none;border-radius:8px;padding:12px 16px;font-size:14px;color:var(--color-text);outline:none;transition:box-shadow .2s ease;width:100%}.forum-auth-form__input:focus{box-shadow:0 0 0 2px var(--color-accent)}.forum-auth-form__input::placeholder{color:var(--color-text-muted)}.forum-auth-form__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.forum-auth-form__textarea{resize:vertical;min-height:100px}.forum-auth-form__consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--color-text-muted);cursor:pointer}.forum-auth-form__consent input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:var(--color-accent);width:15px;height:15px;cursor:pointer}.forum-auth-form__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.forum-auth-form__btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:8px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .2s ease;border:none}.forum-auth-form__btn--primary{background:var(--color-accent);color:#fff}.forum-auth-form__btn--primary:hover{background:#d49a40;transform:translateY(-1px)}.forum-auth-form__btn--ghost{background:var(--color-surface);color:var(--color-text)}.forum-auth-form__btn--ghost:hover{background:#ffffff14}html.light-mode .forum-auth-form__input{background:#f0f0f0;color:#1a1a1a}html.light-mode .forum-auth-form__btn--ghost{background:#0000000f;color:#1a1a1a}html.light-mode .forum-auth-form__btn--ghost:hover{background:#0000001a}.forum-auth-form--forgot{margin-top:32px;padding-top:32px;border-top:1px solid var(--color-line-soft);animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.forum-auth-page__dot{color:var(--color-accent)}.cms-root{--cms-bg: var(--color-body);--cms-window: var(--color-surface);--cms-titlebar: var(--color-surface);--cms-body: var(--color-body);--cms-card: var(--color-surface);--cms-card-2: var(--color-button-surface);--cms-input: rgba(255, 255, 255, .07);--cms-input-hover: rgba(255, 255, 255, .1);--cms-input-focus: rgba(255, 255, 255, .12);--cms-input-ring: rgba(255, 255, 255, .12);--cms-divider: var(--color-line-soft);--cms-fill-soft: rgba(255, 255, 255, .05);--cms-text: var(--color-text);--cms-text-muted: var(--color-text-muted);--cms-text-subtle: #9a9b9e;--cms-placeholder: var(--color-text-muted)}html.light-mode .cms-root{--cms-bg: #f0e6d4;--cms-window: #ffffff;--cms-titlebar: #e3d9c8;--cms-body: #ffffff;--cms-card: #f7f2e8;--cms-card-2: #ebe3d4;--cms-input: rgba(0, 0, 0, .05);--cms-input-hover: #e3d9c8;--cms-input-focus: #ffffff;--cms-input-ring: rgba(0, 0, 0, .12);--cms-fill-soft: rgba(0, 0, 0, .06);--cms-text-subtle: #5a5f66;--cms-placeholder: #6b7280;--cms-divider: rgba(0, 0, 0, .08)}.cms-root,.cms-app-shell{min-height:100vh;background:var(--color-body);color:var(--cms-text);font-family:Urbanist,ui-sans-serif,system-ui,sans-serif}.cms-app-shell{width:100%}.cms-shell{min-height:100vh;min-height:100dvh;position:relative;display:flex;flex-direction:column}.cms-shell--crm{background:var(--cms-bg)}.cms-shell>.cms-stage{flex:1 0 auto}.cms-shell>.footer{flex-shrink:0;margin-top:auto}.cms-stage{min-height:auto;padding:32px 40px 140px;box-sizing:border-box}.cms-shell--crm .cms-stage__inner{max-width:1380px;margin:0 auto}.cms-stage__inner{width:100%;max-width:1100px;margin:0 auto}.cms-dock-stack{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:5;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:8px;max-width:calc(100vw - 32px)}.cms-login-page.cms-stage,.cms-login-page{min-height:100vh}.cms-dock-tabs{width:max-content;max-width:calc(100vw - 32px);padding:6px 8px;border-radius:14px;background:var(--cms-window);box-shadow:0 8px 28px #00000059;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.cms-dock-tabs::-webkit-scrollbar{width:0;height:0}.cms-dock-tabs .cms-crm-rail--dock,.cms-dock-tabs>.cms-crm-rail{padding:2px 4px;min-height:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;width:auto;overflow:visible}.cms-dock-tabs .cms-crm-rail__menu{justify-content:center;flex-wrap:nowrap;width:auto;min-width:0;gap:2px}.cms-dock-tabs .cms-crm-rail__item{flex:0 0 auto;min-height:32px;padding:0 8px}.cms-dock-tabs,.cms-dock{pointer-events:auto}.cms-dock{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:10px 16px;border-radius:14px;background:var(--cms-window);box-shadow:0 8px 28px #00000059;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-wrap:nowrap;position:relative}.cms-dock__menu,.cms-dock__bottom{display:flex;flex-direction:row;align-items:center;gap:4px}.cms-dock__divider{width:1px;height:24px;background:var(--color-line-soft);margin:0 8px;flex-shrink:0}.cms-dock__item{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:transparent;color:var(--cms-text-subtle);cursor:pointer;transition:background .2s ease,color .2s ease,width .2s ease,padding .2s ease;text-decoration:none;border:none;font-size:20px;flex-shrink:0;font-family:inherit}.cms-dock__item:hover{background:transparent;color:var(--cms-text)}.cms-dock__item.is-disabled,.cms-dock__item:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.cms-dock__item--quickadd{color:var(--color-accent)}.cms-dock__item.is-active{width:auto;min-width:44px;padding:0 14px 0 12px;gap:8px;justify-content:flex-start;background:var(--color-accent);color:#fff}.cms-dock__item.is-active:hover{background:var(--color-accent);color:#fff}.cms-dock__icon{width:24px;height:24px;flex-shrink:0}.cms-dock__label{display:none;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;line-height:1}.cms-dock__item.is-active .cms-dock__label{display:inline}.cms-dock__item--site:hover{color:#93c5fd}.cms-dock__item--logout:hover{color:#fca5a5}.cms-dock__user{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;background:#c28a3033;color:var(--color-accent);margin-left:4px;flex-shrink:0;overflow:hidden}.cms-dock__user-img{width:100%;height:100%;object-fit:cover;display:block}.cms-crm-rail__wrapper{position:static;transform:none;max-width:100%}.cms-crm-rail{display:flex;flex-direction:row;align-items:center;gap:4px;padding:14px 16px 12px 74px;border-radius:16px 16px 0 0;background:linear-gradient(180deg,#ffffff0b,#fff0),var(--cms-titlebar);box-shadow:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:100%;margin:0 auto;overflow:hidden;min-height:54px}.cms-crm-rail__menu{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:0}.cms-crm-rail__item{display:flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;color:var(--cms-text-subtle);text-decoration:none;font-size:.72rem;font-weight:600;letter-spacing:.04em;transition:background .15s ease,color .15s ease;white-space:nowrap;flex:1 1 0;position:relative;text-align:center}.cms-crm-rail__item+.cms-crm-rail__item{border-left:none}.cms-crm-rail__item+.cms-crm-rail__item:before{content:"";position:absolute;left:0;top:9px;bottom:9px;width:1px;background:var(--cms-divider);pointer-events:none}.cms-crm-rail__item:hover,.cms-crm-rail__item.is-active,.cms-crm-rail__item.is-active:hover{color:var(--cms-text)}.cms-crm-rail__label{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:8px;line-height:1.2;transition:background .15s ease,color .15s ease}.cms-crm-rail__item:hover .cms-crm-rail__label{background:var(--cms-fill-soft)}.cms-crm-rail__item.is-active .cms-crm-rail__label{background:var(--color-accent);color:#fff}.cms-crm-rail--inline{display:block;margin-bottom:0;position:relative;z-index:3}.cms-crm-rail__title{display:inline-flex;align-items:center;justify-content:center;min-height:28px;color:var(--cms-text);font-size:.78rem;font-weight:700;letter-spacing:.05em}.cms-crm-window{background:var(--cms-window);border-radius:16px;padding:0;box-shadow:0 18px 50px #0006;width:100%;display:flex;flex-direction:column;overflow:hidden;border:none;position:relative}.cms-crm-window:before{content:"";position:absolute;left:16px;top:20px;width:11px;height:11px;border-radius:50%;background:#ff5f57;box-shadow:18px 0 #ffbd2e,36px 0 #28c840;z-index:6}.cms-crm-window:after{content:"";position:absolute;left:0;right:0;top:54px;height:1px;background:var(--cms-divider);z-index:2}.cms-crm-window--clean:after{content:"";position:absolute;left:0;right:0;top:0;height:54px;background:linear-gradient(180deg,#ffffff0b,#fff0),var(--cms-titlebar);z-index:1}.cms-crm-window--clean .cms-crm-window__body{margin-top:54px;padding-top:20px}.cms-crm-window__body{border-radius:0;margin-top:0;padding:20px;flex:1;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;background:var(--cms-body)}.cms-crm-window__body::-webkit-scrollbar{width:0;height:0}.cms-crm-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;background:#07090c8f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px}.cms-crm-overlay{width:min(760px,100%);background:var(--color-surface);border-radius:16px;padding:18px;box-shadow:0 24px 70px #00000073}.cms-crm-overlay__header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.cms-crm-overlay__header h3{margin:0;font-size:.95rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent)}.cms-crm-overlay__intro{margin:0 0 14px;color:var(--color-text-muted);font-size:.88rem}.cms-crm-overlay__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.cms-crm-overlay__card{min-height:140px;border:none;border-radius:12px;background:#ffffff0d;padding:12px;display:flex;flex-direction:column;gap:8px;transition:background .15s ease,transform .15s ease}.cms-crm-overlay__card:hover{background:#ffffff1a;transform:translateY(-1px)}.cms-crm-overlay__card.is-active{background:var(--color-accent)}.cms-crm-overlay__card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.cms-crm-overlay__card-head h4{margin:0;font-size:.86rem;font-weight:800}.cms-crm-overlay__card-head span{font-size:.66rem;letter-spacing:.05em;text-transform:uppercase;font-weight:700;color:#ffffffe6}.cms-crm-overlay__card p{margin:0;font-size:.78rem;line-height:1.45;color:var(--color-text-muted);flex:1}.cms-crm-overlay__card.is-active p{color:#ffffffeb}.cms-crm-overlay__go{min-height:34px;border:none;border-radius:9px;background:#ffffff14;color:var(--color-text);font-family:inherit;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .15s ease}.cms-crm-overlay__go:hover{background:#ffffff29}.cms-crm-overlay__card.is-active .cms-crm-overlay__go{background:#0003;color:#fff}.cms-quick-links{list-style:none;padding:0;margin:0;display:grid;gap:10px}.cms-quick-links li{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;background:#0000002e;transition:background .15s ease}.cms-quick-links li:hover{background:#00000047}.cms-quick-links__hint{color:var(--color-text-muted);font-size:.85rem}.cms-login-shell{min-height:100dvh;min-height:100vh;display:flex;flex-direction:column;background:var(--color-body)}.cms-login-shell>.footer{flex-shrink:0;margin-top:auto;position:relative;z-index:1;padding-bottom:12px}.cms-login-page{flex:1;min-height:0;display:flex;flex-direction:column;padding:0 40px;position:relative;overflow-y:auto}.cms-login-page__body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:720px;margin:0 auto;padding:clamp(20px,3vh,40px) 24px}.cms-login-page__brand{text-align:center;width:100%;margin-bottom:clamp(24px,4vh,48px)}.cms-login-page__logo{font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;margin:0 0 16px;color:var(--color-text);text-transform:lowercase}.cms-login-page__logo-dot{color:var(--color-accent)}.cms-login-page__tagline{margin:0;font-size:clamp(.7rem,1.5vw,.82rem);font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--cms-text-muted)}.cms-login-page__panel{width:100%;margin:0 auto;text-align:center}.cms-login-page__eyebrow{display:block;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--cms-text-muted);margin-bottom:12px}.cms-login-page__headline{font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;line-height:1.25;margin:0 auto 36px;color:var(--color-text);max-width:22ch}.cms-login-page__error{margin:0 auto 20px;max-width:100%;text-align:left}.cms-login-page__form{width:100%;max-width:560px;margin:0 auto;text-align:left}.cms-login-page__fields{display:flex;flex-direction:column;gap:20px}.cms-login-page__field{display:flex;flex-direction:column;gap:10px;width:100%;max-width:min(100%,400px);align-self:center;text-align:left}.cms-login-page__field label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cms-text-muted)}.cms-login-page__field input{width:100%;background:var(--color-surface);border:none;border-radius:12px;padding:16px 18px;color:var(--color-text);font-family:inherit;font-size:.95rem;font-weight:500;transition:box-shadow .2s ease,background .2s ease}.cms-login-page__field input::placeholder{color:var(--cms-placeholder);font-weight:400}.cms-login-page__field input:hover{background:#1c1f26}.cms-login-page__field input:focus{outline:none;background:#1c1f26;box-shadow:0 0 0 2px #c28a3073}.cms-login-page__submit{display:inline-flex;align-items:center;justify-content:center;align-self:center;width:auto;min-height:52px;padding:14px 28px;margin-top:32px;border:none;border-radius:12px;background:var(--color-surface);color:var(--color-accent);font-family:inherit;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease,transform .15s ease}.cms-login-page__submit:hover:not(:disabled){background:#c28a301f;color:#d9a23e}.cms-login-page__submit:disabled{opacity:.65;cursor:wait}@media (max-width: 640px){.cms-login-page{padding:0 16px}.cms-login-page__body{padding-inline:8px}.cms-login-page__headline,.cms-login-page__form{max-width:none}}.cms-login{min-height:100vh;display:grid;place-items:center;padding:24px}.cms-login__card{width:min(420px,100%);background:var(--color-surface);border-radius:var(--radius-md);padding:32px;box-shadow:var(--shadow-card)}.cms-login__card h1{font-size:1.5rem;margin-bottom:8px}.cms-login__card p{color:var(--cms-text-muted);margin-bottom:24px;font-size:.9rem}.cms-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.cms-field-row{grid-template-columns:1fr}}.cms-field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.cms-field label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--cms-text-muted)}.cms-field input,.cms-field textarea{background:var(--cms-input);border:none;border-radius:12px;padding:12px 14px;color:var(--cms-text);font-family:inherit;font-size:.95rem;box-shadow:inset 0 0 0 1px var(--cms-input-ring);transition:background .2s ease,box-shadow .2s ease}.cms-field input:hover,.cms-field textarea:hover{background:var(--cms-input-hover);box-shadow:inset 0 0 0 1px #ffffff29}.cms-field input:focus,.cms-field textarea:focus{outline:none;background:var(--cms-input-focus);box-shadow:inset 0 0 0 1px #ffffff2e,0 0 0 2px #c28a3073}html.light-mode .cms-root .cms-field input:hover,html.light-mode .cms-root .cms-field textarea:hover{box-shadow:inset 0 0 0 1px #00000024}html.light-mode .cms-root .cms-field input:focus,html.light-mode .cms-root .cms-field textarea:focus{box-shadow:inset 0 0 0 1px #00000029,0 0 0 2px #c28a3059}.cms-field input::placeholder,.cms-field textarea::placeholder{color:var(--cms-placeholder);opacity:1}.cms-dropdown{width:100%}.cms-root .dropdown__trigger{background:var(--cms-input);border:none;border-radius:12px;min-height:48px;box-shadow:inset 0 0 0 1px var(--cms-input-ring)}.cms-root .dropdown__trigger:hover,.cms-root .dropdown__trigger.is-open,.cms-root .dropdown__trigger:focus{background:var(--cms-input-hover);box-shadow:inset 0 0 0 1px #ffffff29,0 0 0 2px #c28a3073}html.light-mode .cms-root,html.light-mode .cms-root.cms-app-shell,html.light-mode .cms-root .cms-shell--crm .cms-stage{background:var(--cms-bg)}html.light-mode .cms-root .cms-crm-window{background:var(--cms-window);box-shadow:0 20px 48px #0000001f}html.light-mode .cms-root .cms-crm-window__body{background:var(--cms-body)}html.light-mode .cms-root .cms-crm-window--clean:after{background:linear-gradient(180deg,#0000000a,#0000),var(--cms-titlebar)}html.light-mode .cms-root .cms-crm-rail{background:linear-gradient(180deg,#00000008,#0000),var(--cms-window)}html.light-mode .cms-root .cms-dock,html.light-mode .cms-root .cms-dock-tabs{box-shadow:0 10px 28px #00000024}html.light-mode .cms-root .cms-dock__item{color:#4b5563}html.light-mode .cms-root .cms-dock__item:hover{color:#1a1a1a}html.light-mode .cms-root .cms-dock__item.is-active,html.light-mode .cms-root .cms-dock__item.is-active:hover,html.light-mode .cms-root .cms-dock__item.is-active .cms-dock__icon,html.light-mode .cms-root .cms-dock__item.is-active .cms-dock__label{color:#fff}html.light-mode .cms-root .cms-dock__divider{background:#0000001a}html.light-mode .cms-root .cms-crm-rail__item{color:#5a5f66}html.light-mode .cms-root .cms-crm-rail__item:hover .cms-crm-rail__label{background:var(--cms-fill-soft);color:#1a1a1a}html.light-mode .cms-root .cms-tab{background:var(--cms-fill-soft);color:#5a5f66}html.light-mode .cms-root .cms-tab:hover{background:var(--cms-input-hover);color:#1a1a1a}html.light-mode .cms-root .cms-btn--ghost{background:var(--cms-fill-soft);color:#1a1a1a}html.light-mode .cms-root .cms-btn--ghost:hover{background:var(--cms-input-hover)}html.light-mode .cms-root .cms-icon-btn{background:var(--cms-fill-soft);color:#4b5563}html.light-mode .cms-root .cms-icon-btn:hover:not(:disabled){background:#c28a302e;color:#8a6118}html.light-mode .cms-root .cms-icon-btn--danger:hover:not(:disabled){background:#dc26261f;color:#b91c1c}html.light-mode .cms-root .cms-sortable-card--draggable.is-dragging,html.light-mode .cms-root .cms-sortable-card--draggable.is-drop-target{box-shadow:0 0 0 2px var(--color-accent)}html.light-mode .cms-root .cms-hint{color:#5a5f66}html.light-mode .cms-root .cms-hint--empty{background:var(--cms-card-2)}html.light-mode .cms-root .cms-list-stat{background:linear-gradient(135deg,#c28a3038,#c28a301a)}html.light-mode .cms-root .cms-panel-module__row:hover{background:var(--cms-input-hover)}html.light-mode .cms-root .cms-panel-module__icon{background:#0000000f}html.light-mode .cms-root .cms-modal-backdrop{background:#f0e6d4e0}html.light-mode .cms-root .cms-modal-panel{box-shadow:0 16px 40px #00000024}html.light-mode .cms-root .cms-modal-header,html.light-mode .cms-root .cms-modal-footer{box-shadow:none}html.light-mode .cms-root .cms-modal-header{background:linear-gradient(180deg,#0000000a,#0000),var(--cms-titlebar)}html.light-mode .cms-root .cms-crm-overlay__card{background:var(--cms-card-2)}html.light-mode .cms-root .cms-crm-overlay__card:hover{background:var(--cms-input-hover)}html.light-mode .cms-root .cms-crm-overlay__card-head span{color:#4b5563}html.light-mode .cms-root .cms-crm-overlay__go{background:var(--cms-fill-soft)}html.light-mode .cms-root .cms-crm-overlay__go:hover{background:var(--cms-input-hover)}html.light-mode .cms-root .cms-crm-overlay__card.is-active .cms-crm-overlay__card-head span{color:#ffffffeb}html.light-mode .cms-root .cms-msg--error{color:#b91c1c}html.light-mode .cms-root .cms-msg--success{color:#15803d}html.light-mode .cms-root .cms-msg--info{color:#1d4ed8}html:not(.light-mode) .cms-root .cms-crm-window{background:var(--cms-window)}html:not(.light-mode) .cms-root .cms-crm-window__body{background:var(--cms-body)}html:not(.light-mode) .cms-root .cms-crm-window--clean:after{background:linear-gradient(180deg,#ffffff0d,#fff0),var(--cms-titlebar)}html.light-mode .cms-root .dropdown__trigger:hover,html.light-mode .cms-root .dropdown__trigger.is-open,html.light-mode .cms-root .dropdown__trigger:focus{box-shadow:inset 0 0 0 1px #00000024,0 0 0 2px #c28a3059}.cms-root .dropdown__label{color:var(--cms-text-muted)}.cms-root .dropdown__value{color:var(--cms-text)}.cms-root .dropdown__arrow{color:var(--cms-text-muted)}.cms-root .dropdown__menu{background:var(--cms-card-2);border:none;box-shadow:0 16px 40px #00000073;z-index:2000}.cms-root .dropdown__option{color:var(--cms-text)}.cms-root .dropdown__option.is-selected{color:#c28a30}.cms-field textarea{min-height:100px;resize:vertical}.cms-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;border:none;font-family:inherit}.cms-btn--primary{background:#c28a30;color:#0a0b0d}.cms-btn--ghost{background:var(--cms-fill-soft);color:var(--cms-text)}.cms-btn--danger{background:var(--color-availability-off);color:#fff;text-decoration:none}.cms-btn--danger:hover{background:var(--color-availability-off-hover);color:#fff}.cms-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.cms-header h1{margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.02em;line-height:1.15}.cms-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.cms-tab{min-height:36px;padding:0 12px;border:none;border-radius:10px;background:#ffffff0f;color:var(--color-text-muted);font-family:inherit;font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .18s ease,color .18s ease}.cms-tab:hover{background:#ffffff1f;color:var(--color-text)}.cms-tab.is-active{background:var(--color-accent);color:#fff}.cms-panel{background:var(--cms-card);border-radius:var(--radius-md);padding:28px;max-width:none;box-shadow:none}.cms-panel--wide{max-width:none}.cms-hint{color:var(--cms-text-muted);font-size:.85rem;line-height:1.5;margin-bottom:20px}.cms-hint--empty{padding:24px;text-align:center;background:var(--cms-fill-soft);border-radius:10px}.cms-notifications__heading{font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin:36px 0 16px;padding-top:0}.cms-notifications__section-card{margin-top:16px}.cms-notifications__section-title{font-size:.95rem;font-weight:600;color:var(--cms-text-muted);margin:0 0 12px}.cms-portfolio-projects__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:20px}.cms-portfolio-projects__count{font-size:.85rem;color:var(--cms-text-subtle);font-weight:600}.cms-list-stat{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:12px;background:linear-gradient(135deg,#c28a3029,#c28a300f);box-shadow:none}.cms-list-stat__value{font-size:1.5rem;font-weight:800;line-height:1;color:var(--color-accent);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.cms-list-stat__label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.cms-portfolio-projects .cms-btn{gap:6px}.cms-sortable-card{margin-bottom:12px;padding:16px 18px;background:var(--cms-card-2);border:none;border-radius:14px;box-shadow:none}.cms-sortable-card--draggable{cursor:grab;-webkit-user-select:none;user-select:none;transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease,background .16s ease}.cms-sortable-card--draggable:active{cursor:grabbing}.cms-sortable-card--draggable.is-dragging{opacity:.92;transform:none;background:var(--cms-input);box-shadow:0 0 0 2px var(--color-accent)}.cms-sortable-card--draggable.is-drop-target{background:transparent;box-shadow:0 0 0 2px var(--color-accent);transform:none}.cms-sortable-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px;padding-bottom:12px}.cms-sortable-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;min-width:0}.cms-sortable-card__order{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#c28a30}.cms-sortable-card__id{font-size:.8rem;color:var(--cms-text-subtle);font-weight:600}.cms-sortable-card__title-preview{font-size:.9rem;color:var(--cms-text);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.cms-sortable-card__actions{display:flex;gap:6px;flex-shrink:0}.cms-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:var(--cms-fill-soft);color:var(--cms-text-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.cms-icon-btn:hover:not(:disabled){background:#c28a3033;color:#c28a30}.cms-icon-btn:disabled{opacity:.35;cursor:not-allowed}.cms-icon-btn--danger:hover:not(:disabled){background:#ef444426;color:#fca5a5}.cms-icon-btn svg{width:18px;height:18px}.cms-sortable-card__section{margin-top:20px;padding-top:20px}.cms-sortable-card__section-title{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#c28a30;margin-bottom:16px}.cms-categories__section{margin-bottom:28px}.cms-categories__section:last-child{margin-bottom:0}.cms-packages__marketplace{margin-bottom:24px}.cms-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cms-crm-dashboard{display:grid;gap:16px}.cms-crm-dashboard__kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cms-crm-kpi{background:var(--cms-card-2);border-radius:12px;padding:14px 16px;display:grid;gap:6px}.cms-crm-kpi__label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--cms-text-muted)}.cms-crm-kpi__value{font-size:1.5rem;line-height:1.1;color:var(--cms-text)}.cms-crm-health{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cms-crm-health__item{background:var(--cms-card-2);border-radius:10px;padding:12px;display:grid;gap:4px}.cms-crm-health__item span{font-size:.75rem;color:var(--cms-text-muted)}.cms-crm-health__item strong{font-size:1.1rem;color:var(--cms-text)}.cms-crm-health__item--accent strong{color:var(--color-accent)}.cms-crm-activity{display:grid;gap:10px}.cms-crm-activity__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:10px;background:var(--cms-card-2)}.cms-crm-activity__row strong{display:block;font-size:.92rem;color:var(--cms-text)}.cms-crm-activity__row p{margin:3px 0 0;font-size:.8rem;color:var(--cms-text-muted)}.cms-crm-activity__badge{flex-shrink:0;border-radius:999px;background:var(--cms-input);color:var(--cms-text-muted);padding:6px 10px;font-size:.72rem;font-weight:700;letter-spacing:.04em}.cms-crm-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.cms-crm-status-card{border-radius:10px;background:var(--cms-card-2);padding:12px;display:grid;gap:6px}.cms-crm-status-card span{font-size:.74rem;color:var(--cms-text-muted)}.cms-crm-status-card strong{font-size:1.25rem;color:var(--cms-text)}.cms-panel-dashboard{display:grid;gap:16px}.cms-panel-dashboard__kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cms-crm-kpi__value--sm{font-size:1rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cms-panel-module-list{display:grid;gap:10px}.cms-panel-module__row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;background:var(--cms-card-2);text-decoration:none;color:inherit;transition:background .18s ease,transform .12s ease}.cms-panel-module__row:hover{background:var(--cms-input-hover)}.cms-panel-module__row.is-disabled{opacity:.5;cursor:not-allowed}.cms-panel-module__icon{width:36px;height:36px;border-radius:10px;background:var(--cms-input);display:grid;place-items:center;flex-shrink:0;color:var(--color-accent);font-size:1.1rem}.cms-panel-module__text{flex:1;min-width:0}.cms-panel-module__text strong{display:block;font-size:.92rem;color:var(--cms-text)}.cms-panel-module__text p{margin:3px 0 0;font-size:.8rem;color:var(--cms-text-muted)}.cms-panel-module__go{flex-shrink:0;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);padding:6px 10px;border-radius:999px;background:#c28a3024}.cms-msg{padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:.9rem}.cms-hint--banner{display:block;padding:12px 16px;border-radius:10px;margin:0 0 16px;font-size:.9rem;line-height:1.5;background:var(--cms-card-2);color:var(--cms-text-muted)}.cms-msg--error{background:#ef44441f;color:#fca5a5}.cms-msg--success{background:#29c36a1f;color:#86efac}.cms-msg--info{background:#3b82f61f;color:#93c5fd}.cms-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;background:#07090cb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px}.cms-modal-panel{width:min(900px,100%);max-height:calc(100vh - 40px);overflow:hidden;background:var(--cms-window);border:none;border-radius:16px;box-shadow:0 18px 50px #00000073;display:flex;flex-direction:column}.cms-modal-header{display:flex;align-items:center;justify-content:space-between;position:relative;gap:12px;min-height:54px;padding:12px 16px 10px 78px;background:linear-gradient(180deg,#ffffff0b,#fff0),var(--cms-titlebar);border:none;box-shadow:0 1px 0 var(--cms-divider)}.cms-modal-header:before{content:"";position:absolute;left:16px;top:18px;width:11px;height:11px;border-radius:50%;background:#ff5f57;box-shadow:18px 0 #ffbd2e,36px 0 #28c840}.cms-modal-header h2{margin:0;font-size:.95rem;font-weight:700;letter-spacing:.02em}.cms-modal-body{padding:20px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;background:var(--cms-body)}.cms-modal-body::-webkit-scrollbar{width:0;height:0}.cms-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px 16px;background:var(--cms-titlebar);border:none;box-shadow:0 -1px 0 var(--cms-divider)}.cms-quickadd-popover{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%);width:min(420px,calc(100vw - 24px));border-radius:14px;background:var(--cms-window);box-shadow:0 18px 46px #00000073;padding:10px;z-index:240}.cms-quickadd-head{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 8px}.cms-quickadd-head strong{font-size:.82rem;color:var(--cms-text);letter-spacing:.04em}.cms-quickadd-list{display:grid;gap:8px}.cms-quickadd-item{min-height:44px;border:none;border-radius:10px;background:var(--cms-card-2);color:var(--cms-text);font-family:inherit;font-size:.9rem;font-weight:600;text-align:left;padding:0 14px;transition:background .18s ease,color .18s ease}.cms-quickadd-item:hover{background:var(--cms-input-focus)}.cms-quickadd-item.is-disabled,.cms-quickadd-item:disabled{opacity:.45;cursor:not-allowed}.cms-draft-banner{padding:12px 16px;margin-bottom:16px;border-radius:12px;background:#c28a3024;color:#e8c896;font-size:.88rem;line-height:1.5}.cms-draft-banner strong{color:#c28a30}.cms-image-upload{display:flex;flex-direction:column;gap:12px}.cms-image-upload__input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.cms-image-upload__preview-wrap{border-radius:12px;overflow:hidden;max-width:280px;box-shadow:0 8px 24px #00000040}.cms-image-upload__preview{display:block;width:100%;height:auto;max-height:160px;object-fit:cover}.cms-image-upload__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:100px;max-width:280px;border-radius:12px;background:var(--cms-fill-soft);color:var(--cms-text-subtle);font-size:.85rem}.cms-image-upload__placeholder svg{width:28px;height:28px}.cms-image-upload__actions{display:flex;flex-wrap:wrap;gap:8px}.cms-image-upload__path{font-size:.78rem;color:var(--cms-text-subtle);word-break:break-all;margin:0}.cms-image-upload__error{margin:0}.cms-btn--sm{padding:6px 12px;font-size:.8rem}.cms-gallery-upload{display:flex;flex-direction:column;gap:16px}.cms-gallery-upload__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.cms-gallery-upload__slot{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:12px;background:var(--cms-card-2);box-shadow:none}.cms-gallery-upload__slot-label{font-size:.75rem;font-weight:600;color:var(--cms-text-subtle);text-transform:uppercase;letter-spacing:.04em}.cms-gallery-upload__preview{max-width:none;width:100%}.cms-gallery-upload__placeholder--wide{max-width:none;width:100%;min-height:88px}.cms-gallery-upload__caption{width:100%;padding:8px 10px;border-radius:10px;border:none;background:var(--cms-input);color:var(--cms-text);font-size:.85rem;box-shadow:inset 0 0 0 1px var(--cms-input-ring)}.cms-gallery-upload__caption::placeholder{color:var(--cms-placeholder);opacity:1}.cms-gallery-upload__slot-actions{display:flex;gap:6px;flex-wrap:wrap}@media (max-width: 1100px){.cms-crm-rail--inline .cms-crm-rail{width:100%}.cms-crm-rail--inline .cms-crm-rail__menu{justify-content:center}}@media (max-width: 768px){.cms-stage{padding:20px 16px 120px}.cms-dock-stack{bottom:16px;max-width:calc(100vw - 16px)}.cms-dock{padding:8px 10px;gap:2px;overflow-x:auto;max-width:100%}.cms-dock__divider{margin:0 4px}.cms-dock__item.is-active{padding:0 10px 0 8px}.cms-dock__item.is-active .cms-dock__label{font-size:10px}.cms-panel{padding:20px 16px}.cms-grid-2{grid-template-columns:1fr}.cms-crm-dashboard__kpis,.cms-panel-dashboard__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-crm-health,.cms-crm-status-grid{grid-template-columns:1fr}}@media (max-width: 520px){.cms-dock__item.is-active .cms-dock__label{display:none}.cms-dock__item.is-active{padding:0;width:44px;justify-content:center}}.cms-dock__item--badged{position:relative}.cms-dock__notify-dot{position:absolute;top:7px;right:7px;width:9px;height:9px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 2px var(--cms-window, #181a1f);pointer-events:none}.cms-dock__item.is-active .cms-dock__notify-dot{box-shadow:0 0 0 2px var(--color-accent)}.cms-inbox__layout{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:16px;align-items:start}.cms-inbox__list{display:flex;flex-direction:column;gap:8px;max-height:min(70vh,640px);overflow-y:auto}.cms-inbox__row{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px 14px;border:none;border-radius:12px;background:var(--cms-card-2);color:inherit;text-align:left;cursor:pointer;font-family:inherit;transition:background .15s ease}.cms-inbox__row:hover{background:var(--cms-input-hover)}.cms-inbox__row.is-selected{box-shadow:0 0 0 2px var(--color-accent)}.cms-inbox__row.is-unread strong{color:var(--cms-text)}.cms-inbox__row-top{display:flex;align-items:center;gap:8px;width:100%}.cms-inbox__row-top strong{font-size:.92rem}.cms-inbox__row-meta,.cms-inbox__row-date{font-size:.78rem;color:var(--cms-text-muted)}.cms-inbox__dot{width:8px;height:8px;border-radius:50%;background:#ef4444;flex-shrink:0}.cms-inbox__unread-pill{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ef4444;padding:8px 12px;border-radius:999px;background:#ef44441f}.cms-inbox__detail{padding:20px;border-radius:14px;background:var(--cms-card-2);min-height:280px}.cms-inbox__detail-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:20px;flex-wrap:wrap}.cms-inbox__detail-head h3{margin:0;font-size:1.15rem}.cms-inbox__fields{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;margin:0 0 20px}.cms-inbox__fields dt{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--cms-text-muted);margin-bottom:4px}.cms-inbox__fields dd{margin:0;font-size:.92rem;color:var(--cms-text)}.cms-inbox__fields a{color:var(--color-accent)}.cms-inbox__message h4{margin:0 0 10px;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent)}.cms-inbox__message p{margin:0;line-height:1.6;white-space:pre-wrap;color:var(--cms-text)}@media (max-width: 900px){.cms-inbox__layout{grid-template-columns:1fr}.cms-inbox__list{max-height:280px}}
