@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Space+Grotesk:wght@500;600;700&display=swap";.landing{--ink: #0b1220;--mute: #5b6578;--paper: #eef2f6;--surface: #f7f9fb;--line: rgba(11, 18, 32, .12);--accent: #e23d2a;--accent-deep: #c43222;--teal: #1f8a8c;--sand: #f4f7fa;--nav-h: 4rem;min-height:100vh;background:var(--paper);color:var(--ink);font-family:Space Grotesk,sans-serif;overflow-x:hidden}.landing a{text-decoration:none;color:inherit}.landing-nav{position:fixed;inset:0 0 auto;z-index:40;display:flex;align-items:center;justify-content:space-between;min-height:var(--nav-h);padding:.75rem max(1.25rem,4vw);padding-left:max(4vw,env(safe-area-inset-left));padding-right:max(4vw,env(safe-area-inset-right));color:var(--sand);transition:background .35s ease,color .35s ease,box-shadow .35s ease,backdrop-filter .35s ease}.landing-nav.is-scrolled{background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--ink);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line)}.landing-logo{font-weight:700;font-size:1.08rem;letter-spacing:-.03em;z-index:2}.landing-menu-btn{display:none;width:44px;height:44px;border:0;background:transparent;cursor:pointer;z-index:2;flex-direction:column;justify-content:center;gap:7px}.landing-menu-btn span{display:block;width:22px;height:2px;margin-inline:auto;background:currentColor;transition:transform .28s ease,opacity .28s ease}.landing-menu-btn.is-open span:first-child{transform:translateY(4.5px) rotate(45deg)}.landing-menu-btn.is-open span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.landing-nav-links{display:flex;align-items:center;gap:1.5rem;font-size:.95rem;font-weight:600}.landing-nav-cta{display:inline-flex;align-items:center;min-height:42px;padding:.45rem 1.05rem;border:1.5px solid currentColor;transition:background .2s ease,color .2s ease,border-color .2s ease}.landing-nav:not(.is-scrolled) .landing-nav-cta:hover{background:var(--sand);color:var(--ink)}.landing-nav.is-scrolled .landing-nav-cta{background:var(--ink);border-color:var(--ink);color:var(--sand)}.landing-nav.is-scrolled .landing-nav-cta:hover{background:var(--accent);border-color:var(--accent)}.landing-hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;background:#0b1220;color:var(--sand)}@media (min-width: 901px){.landing-hero{align-items:center}}.landing-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.landing-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(31,138,140,.28),transparent 55%),radial-gradient(ellipse 50% 45% at 15% 80%,rgba(226,61,42,.18),transparent 50%),linear-gradient(160deg,#0b1220,#142033 45%,#0f1a28)}.landing-orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.55;animation:landing-drift 14s ease-in-out infinite}.landing-orb-a{width:min(48vw,420px);height:min(48vw,420px);right:-6%;top:8%;background:#1f8a8c}.landing-orb-b{width:min(36vw,300px);height:min(36vw,300px);left:8%;bottom:12%;background:#e23d2a;animation-delay:-5s;opacity:.35}.landing-routes-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.85}.landing-path{stroke:#f4f7fa47;stroke-width:1.75;stroke-dasharray:8 12;fill:none;animation:landing-dash 18s linear infinite}.landing-path-2{animation-duration:24s;animation-direction:reverse}.landing-path-3{animation-duration:20s;animation-delay:-4s}.landing-node{fill:var(--sand)}.landing-node-ring{fill:none;stroke:#f4f7fab3;stroke-width:2;animation:landing-pulse 2.6s ease-in-out infinite}.landing-node-label{fill:var(--sand);font-size:18px;font-family:Space Grotesk,sans-serif;font-weight:700;letter-spacing:.08em}.landing-flow-dot{fill:var(--accent)}.landing-flow-dot-2{fill:#5fd0d2}.landing-hero-copy{position:relative;z-index:1;width:min(620px,92vw);margin:0 5vw;padding:6.5rem 0 max(3.25rem,env(safe-area-inset-bottom))}.landing-brand{font-family:Fraunces,Georgia,serif;font-size:clamp(3rem,10vw,5.4rem);line-height:.9;letter-spacing:-.035em;margin-bottom:1rem;animation:landing-rise .9s cubic-bezier(.22,1,.36,1) both}.landing-headline{font-size:clamp(1.3rem,3.6vw,1.85rem);font-weight:700;line-height:1.25;max-width:16ch;margin-bottom:.95rem;animation:landing-rise .9s cubic-bezier(.22,1,.36,1) .1s both}.landing-lead{font-size:1.05rem;line-height:1.55;max-width:34ch;margin-bottom:1.75rem;font-weight:500;color:#f4f7fad1;animation:landing-rise .9s cubic-bezier(.22,1,.36,1) .18s both}.landing-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;animation:landing-rise .9s cubic-bezier(.22,1,.36,1) .28s both}.landing-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.85rem 1.4rem;font-weight:700;font-size:.98rem;border:2px solid transparent;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease}.landing-btn:hover{transform:translateY(-3px)}.landing a.landing-btn-primary,.landing-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff!important}.landing a.landing-btn-primary:hover,.landing-btn-primary:hover{background:var(--accent-deep);border-color:var(--accent-deep);color:#fff!important}.landing a.landing-btn-ghost,.landing-btn-ghost{background:transparent;border-color:#f4f7fa8c;color:var(--sand)!important}.landing a.landing-btn-ghost:hover,.landing-btn-ghost:hover{background:#f4f7fa1a;border-color:var(--sand);color:var(--sand)!important}.landing-section{padding:clamp(3.5rem,8vw,6rem) 5vw;background:var(--surface)}.landing-section-dark{background:var(--ink);color:var(--sand)}.landing-section-dark .landing-section-lead,.landing-section-dark .landing-steps p{color:#f4f7fab8}.landing-section-dark .landing-eyebrow,.landing-section-dark .landing-step-num{color:#5fd0d2}.landing-section-dark .landing-steps li{border-color:#f4f7fa38}.landing-section-inner{max-width:1080px;margin:0 auto}.landing-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem}.landing-section h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.9rem,4.5vw,3rem);font-weight:500;letter-spacing:-.02em;line-height:1.1;margin-bottom:.75rem;max-width:18ch}.landing-section-lead{max-width:42ch;color:var(--mute);margin-bottom:2.5rem;font-weight:500;line-height:1.55;font-size:1.05rem}.landing-reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.landing-reveal.is-visible,.is-visible .landing-reveal{opacity:1;transform:none}section.is-visible>.landing-reveal{opacity:1;transform:none}.landing-services{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--line)}.landing-service{padding:1.75rem 1.25rem 1.75rem 0;border-bottom:1px solid var(--line);opacity:0;transform:translateY(18px)}.landing-service:nth-child(odd){padding-right:1.75rem;border-right:1px solid var(--line)}.landing-service:nth-child(2n){padding-left:1.75rem}section.is-visible .landing-service{animation:landing-rise .75s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--i) * .1s + .15s)}.landing-service-num{display:block;font-size:.8rem;letter-spacing:.1em;color:var(--accent);font-weight:700;margin-bottom:.7rem}.landing-service h3{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.55rem}.landing-service p{color:var(--mute);line-height:1.5;font-weight:500;font-size:.98rem;max-width:36ch}.landing-steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.landing-steps li{border-top:2px solid rgba(244,247,250,.25);padding-top:1rem;opacity:0;transform:translateY(16px)}section.is-visible .landing-steps li{animation:landing-rise .7s cubic-bezier(.22,1,.36,1) both}section.is-visible .landing-steps li:nth-child(1){animation-delay:.12s}section.is-visible .landing-steps li:nth-child(2){animation-delay:.22s}section.is-visible .landing-steps li:nth-child(3){animation-delay:.32s}section.is-visible .landing-steps li:nth-child(4){animation-delay:.42s}.landing-step-num{display:block;font-size:.8rem;letter-spacing:.1em;color:var(--accent);font-weight:700;margin-bottom:.65rem}.landing-steps strong{display:block;font-size:1.1rem;margin-bottom:.45rem}.landing-steps p{font-size:.95rem;line-height:1.5;font-weight:500;color:var(--mute)}.landing-consol{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.landing-consol-points{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.landing-consol-points li{position:relative;padding-left:1.25rem;font-weight:600;font-size:1.02rem}.landing-consol-points li:before{content:"";position:absolute;left:0;top:.55em;width:.55rem;height:.55rem;background:var(--accent)}.landing-consol-visual{position:relative;height:280px;display:grid;place-items:center}.landing-box{position:absolute;width:88px;height:68px;border:2px solid var(--ink);background:color-mix(in srgb,var(--paper) 80%,#fff);transition:transform .6s cubic-bezier(.22,1,.36,1)}.landing-box-1{top:28%;left:12%;animation:landing-box-float 4s ease-in-out infinite}.landing-box-2{top:18%;right:18%;width:72px;height:56px;animation:landing-box-float 4.6s ease-in-out infinite -1.2s}.landing-box-3{bottom:22%;left:28%;width:64px;height:50px;animation:landing-box-float 3.8s ease-in-out infinite -.6s}.landing-box-merge{width:120px;height:96px;background:var(--ink);border-color:var(--ink);color:var(--sand);display:grid;place-items:center;font-size:2rem;font-weight:700;z-index:2;animation:landing-merge-pulse 3.2s ease-in-out infinite}section.is-visible .landing-box-1{transform:translate(48px,36px) scale(.85);opacity:.35}section.is-visible .landing-box-2{transform:translate(-40px,48px) scale(.85);opacity:.35}section.is-visible .landing-box-3{transform:translate(28px,-28px) scale(.85);opacity:.35}.landing-cta-band{background:radial-gradient(ellipse 60% 80% at 100% 0%,rgba(31,138,140,.35),transparent 55%),linear-gradient(135deg,#0b1220,#152238);color:var(--sand);padding:clamp(3.5rem,7vw,5rem) 5vw}.landing-cta-band-inner{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;max-width:1080px;margin:0 auto}.landing-cta-motto{color:#5fd0d2;font-weight:700;font-size:.95rem}.landing-cta-band h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:500;letter-spacing:-.02em;max-width:16ch}.landing-cta-band p{color:#f4f7fac7;max-width:40ch;font-weight:500;line-height:1.5}.landing-cta-band .landing-btn-primary{margin-top:.75rem}.landing-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.4rem 5vw;padding-bottom:max(1.4rem,env(safe-area-inset-bottom));background:var(--paper);font-weight:600;font-size:.92rem;border-top:1px solid var(--line)}.landing-footer-links{display:flex;gap:1.25rem}.landing-footer-links a{border-bottom:1px solid var(--accent)}@keyframes landing-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-dash{to{stroke-dashoffset:-220}}@keyframes landing-pulse{0%,100% {opacity: .35; transform: scale(1);} 50% {opacity: 1; transform: scale(1.08);} transform-box: fill-box; transform-origin: center;}@keyframes landing-drift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-3%,4%) scale(1.08)}}@keyframes landing-box-float{0%,to{translate:0 0}50%{translate:0 -10px}}@keyframes landing-merge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@media (max-width: 900px){.landing-menu-btn{display:flex}.landing-nav-links{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;flex-direction:column;justify-content:center;gap:1.5rem;padding:5rem 1.5rem;background:#f7f9fbfa;color:var(--ink);opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .28s ease,transform .28s ease}.landing-nav-links.is-open{opacity:1;pointer-events:auto;transform:none}.landing-nav-links a{font-size:1.25rem}.landing-nav-cta{width:min(100%,280px);justify-content:center;background:var(--ink);border-color:var(--ink);color:var(--sand)!important}.landing-hero-copy{width:min(100%,92vw);margin:0 auto}.landing-cta-row .landing-btn{flex:1 1 100%}.landing-services{grid-template-columns:1fr}.landing-service:nth-child(odd),.landing-service:nth-child(2n){padding:1.4rem 0;border-right:0}.landing-steps{grid-template-columns:1fr 1fr}.landing-consol{grid-template-columns:1fr;gap:2rem}.landing-consol-visual{height:220px;order:-1}}@media (max-width: 560px){.landing-steps{grid-template-columns:1fr}.landing-brand{font-size:clamp(2.5rem,13vw,3.4rem)}.landing-lead{max-width:none}}@media (prefers-reduced-motion: reduce){.landing *,.landing *:before,.landing *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f4f6f9;--card: #ffffff;--primary: #2563eb;--primary-hover: #1d4ed8;--text: #1e293b;--muted: #64748b;--border: #e2e8f0;--danger: #dc2626;--success: #16a34a;--warning: #d97706}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:1.5rem}.navbar{background:var(--card);border-bottom:1px solid var(--border);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.navbar-left{display:flex;align-items:baseline;gap:.75rem}.navbar-brand{font-weight:700;font-size:1.1rem;color:var(--text)}.navbar-sub{font-size:.85rem;color:var(--muted);font-weight:600}.navbar-links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1rem}.btn{display:inline-block;padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;font-size:.95rem;background:var(--primary);color:#fff}.btn:hover{background:var(--primary-hover)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#e2e8f0;color:var(--text)}.btn-secondary:hover{background:#cbd5e1}.btn-danger{background:var(--danger)}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.35rem;font-weight:500;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.55rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem}.form-group textarea{min-height:90px;resize:vertical}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-card{width:100%;max-width:420px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.65rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.table th{font-size:.85rem;color:var(--muted);font-weight:600}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;background:#e2e8f0}.badge-draft{background:#f1f5f9;color:#475569}.badge-registered{background:#dbeafe;color:#1d4ed8}.badge-received_at_warehouse{background:#fef3c7;color:#b45309}.badge-processing{background:#ede9fe;color:#6d28d9}.badge-shipped{background:#cffafe;color:#0e7490}.badge-delivered{background:#dcfce7;color:#15803d}.badge-on_hold{background:#fee2e2;color:#b91c1c}.badge-cancelled{background:#f3f4f6;color:#6b7280}.timeline{border-left:2px solid var(--border);margin-left:.5rem;padding-left:1.25rem}.timeline-item{margin-bottom:1rem;position:relative}.timeline-item:before{content:"";position:absolute;left:-1.45rem;top:.35rem;width:10px;height:10px;border-radius:50%;background:var(--primary)}.timeline-time{font-size:.8rem;color:var(--muted)}.comment{border-top:1px solid var(--border);padding:.75rem 0}.comment-author{font-weight:600;font-size:.9rem}.comment-time{font-size:.78rem;color:var(--muted)}.alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.alert-error{background:#fee2e2;color:#991b1b}.alert-info{background:#dbeafe;color:#1e40af}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 700px){.grid-2{grid-template-columns:1fr}.table{font-size:.85rem}}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap;gap:.75rem}.page-header h1{font-size:1.5rem}.muted{color:var(--muted);font-size:.9rem}.warehouse-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem;margin-top:.5rem}
