.lathe-workspace{color:#19272d;flex-direction:column;gap:1.5rem;width:100%;max-width:1440px;margin:0 auto;padding:1.25rem 1.5rem;display:flex}.lathe-header{background:#fff;border:1px solid #d6dee1;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 4px 20px #1530370a}.lathe-header__title-group{align-items:center;gap:1rem;display:flex}.lathe-header__icon-box{color:#07545a;background:#edf6f9;border:1px solid #b8dbe0;border-radius:10px;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.lathe-header__title{letter-spacing:-.025em;color:#06474d;margin:0;font-size:clamp(1.25rem,1.8vw,1.5rem);font-weight:750}.lathe-header__subtitle{color:#607179;margin:.25rem 0 0;font-size:.85rem;font-weight:450}.lathe-header__controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.lathe-select{color:#19272d;cursor:pointer;background:#fff;border:1px solid #cbd5d9;border-radius:8px;outline:none;min-height:44px;padding:.625rem 1rem;font-size:.92rem;font-weight:600;transition:border-color .18s,box-shadow .18s}.lathe-select:focus{border-color:#0b6268;box-shadow:0 0 0 3px #0b62681f}.lathe-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:700;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.lathe-btn--primary{color:#fff;background:#c94a00;box-shadow:0 4px 14px #c94a0033}.lathe-btn--primary:hover:not(:disabled){background:#a93e00;transform:translateY(-1px);box-shadow:0 6px 18px #c94a004d}.lathe-btn--secondary{color:#33454d;background:#fff;border-color:#d6dee1}.lathe-btn--secondary:hover:not(:disabled){color:#19272d;background:#f7f9fa;border-color:#cbd5d9}.lathe-btn--danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.lathe-btn--danger:hover:not(:disabled){color:#991b1b;background:#fee2e2}.lathe-btn:disabled{opacity:.6;cursor:not-allowed}.lathe-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem;display:grid}.lathe-grid>section,.lathe-panel,.lathe-header__controls{min-width:0}@media (width>=1024px){.lathe-grid{grid-template-columns:minmax(360px,420px) minmax(0,1fr)}}@media (width<=640px){.lathe-header__controls{width:100%}.lathe-header__controls .lathe-select{flex:1 1 0;min-width:0;max-width:100%}}.lathe-panel{background:#fff;border:1px solid #d6dee1;border-radius:10px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 10px 30px #1530370f}.lathe-panel__header{border-bottom:1px solid #edf2f4;justify-content:space-between;align-items:center;margin-bottom:.25rem;padding-bottom:.875rem;display:flex}.lathe-panel__title{color:#06474d;letter-spacing:-.015em;align-items:center;gap:.5rem;margin:0;font-size:1.2rem;font-weight:750;display:flex}.lathe-form{flex-direction:column;gap:1.15rem;display:flex}.lathe-field-group{flex-direction:column;gap:.4rem;display:flex}.lathe-label{color:#33454d;justify-content:space-between;align-items:center;font-size:.88rem;font-weight:650;display:flex}.lathe-input,.lathe-textarea{color:#19272d;background:#fff;border:1px solid #cbd5d9;border-radius:8px;outline:none;width:100%;padding:.75rem .875rem;font-size:.95rem;font-weight:500;transition:border-color .18s,box-shadow .18s}.lathe-input:focus,.lathe-textarea:focus{border-color:#0b6268;box-shadow:0 0 0 3px #0b62681f}.lathe-radio-toggle{background:#edf2f4;border:1px solid #d6dee1;border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.lathe-radio-label{color:#607179;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;justify-content:center;align-items:center;padding:.6rem .75rem;font-size:.85rem;font-weight:600;transition:all .18s;display:flex}.lathe-radio-input{opacity:0;pointer-events:none;position:absolute}.lathe-radio-label--active{color:#06474d;background:#fff;border:1px solid #cbd5d9;font-weight:750;box-shadow:0 2px 8px #00000014}.lathe-progress-container{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.lathe-progress-bar{background:#edf2f4;border:1px solid #d6dee1;border-radius:999px;width:100%;height:.6rem;overflow:hidden}.lathe-progress-fill{background:linear-gradient(90deg,#07545a 0%,#247440 100%);height:100%;transition:width .2s}.lathe-alert{border-radius:8px;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;font-size:.85rem;font-weight:550;line-height:1.45;display:flex}.lathe-alert--warning,.lathe-alert--notice{color:#06474d;background:#edf6f9;border:1px solid #b8dbe0}.lathe-alert--info{color:#0369a1;background:#f0f7ff;border:1px solid #bae6fd}.lathe-alert--success{color:#1b5e32;background:#f2faf4;border:1px solid #b9d8c2}.lathe-result-card{flex-direction:column;gap:1.25rem;display:flex}.lathe-result-card__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.lathe-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:750;display:inline-flex}.lathe-badge--exact{color:#247440;background:#f2faf4;border:1px solid #b9d8c2}.lathe-badge--approx{color:#0b6268;background:#edf6f9;border:1px solid #b8dbe0}.lathe-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;display:grid}.lathe-metric-box{background:#f7f9fa;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;padding:.85rem 1rem;display:flex}.lathe-metric-box__label{color:#607179;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.lathe-metric-box__value{color:#19272d;margin-top:.25rem;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.1rem;font-weight:750}.lathe-visual-container{background:#f7f9fa;border:1px solid #d9e3e7;border-radius:10px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.lathe-visual-header{color:#07545a;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:700;display:flex}.lathe-gears-flow{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));align-items:center;gap:.75rem;display:grid}.lathe-gear-card{text-align:center;background:#fff;border:1px solid #d0dce0;border-radius:10px;flex-direction:column;align-items:center;padding:1rem .5rem;transition:transform .18s,border-color .18s;display:flex;position:relative;box-shadow:0 2px 8px #07545a0a}.lathe-gear-card:hover{border-color:#07545a;transform:translateY(-2px)}.lathe-gear-card__badge{color:#fff;background:#07545a;border-radius:9999px;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:.8rem;font-weight:800;display:flex;position:absolute;top:-.5rem;left:-.5rem;box-shadow:0 2px 6px #00000026}.lathe-gear-card__teeth{color:#06474d;margin-top:.25rem;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.65rem;font-weight:800}.lathe-gear-card__role{color:#33454d;margin-top:.25rem;font-size:.75rem;font-weight:650}.lathe-gear-card__notes{color:#83959d;margin-top:.2rem;font-size:.7rem}.lathe-common-axis{color:#07545a;background:#eff8f8;border:1px solid #b8dbe0;border-radius:6px;padding:.25rem .5rem;font-size:.72rem;font-weight:700}.lathe-alternatives-table{border-collapse:collapse;width:100%;font-size:.85rem}.lathe-alternatives-scroll{border:1px solid #edf2f4;border-radius:8px;max-width:100%;overflow-x:auto}.lathe-alternatives-table th{text-align:left;color:#607179;background:#f7f9fa;border-bottom:1px solid #d6dee1;padding:.65rem .85rem;font-weight:700}.lathe-alternatives-table td{color:#19272d;border-bottom:1px solid #edf2f4;padding:.65rem .85rem}.lathe-alternatives-table tr:hover td{background:#f0f7f8}.lathe-modal-backdrop{-webkit-backdrop-filter:blur(6px);z-index:9999;background:#06474d73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lathe-modal-content{color:#19272d;background:#fff;border:1px solid #d6dee1;border-radius:12px;flex-direction:column;gap:1.25rem;width:100%;max-width:620px;max-height:90vh;padding:1.75rem;display:flex;overflow-y:auto;box-shadow:0 25px 60px #06474d33}.lathe-field-hint{color:#607179;font-size:.78rem}.lathe-profile-select-button{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;flex:1;padding:0}.lathe-profile-select-button:focus-visible{outline-offset:3px;border-radius:.25rem;outline:2px solid #0b6268}.lathe-save-error{color:#b91c1c;margin:0;font-size:.85rem;font-weight:600}.fertal-home{--bg:#0a0a0a;--surface:#151515;--surface-2:#1d2022;--text:#f2f2ee;--ink:#101112;--muted:#8b9298;--muted-2:#5e6469;--accent:#ff5a1f;--steel:#8b9298;--line:#f2f2ee29;--light:#f2f2ee;--max:1440px;--pad:clamp(20px, 4vw, 64px);--ease:cubic-bezier(.2, .75, .2, 1);background:var(--bg);width:100%;max-width:100%;color:var(--text);margin:0;font-family:Manrope,sans-serif;overflow-x:clip}.fertal-home,.fertal-home *,.fertal-home :before,.fertal-home :after{box-sizing:border-box}.fertal-home a{color:inherit;text-decoration:none}.fertal-home button{font:inherit}.fertal-home button,.fertal-home a{-webkit-tap-highlight-color:transparent}.fertal-home img,.fertal-home iframe,.fertal-home svg{max-width:100%}.fertal-home::selection{background:var(--accent);color:var(--light)}.fertal-home ::selection{background:var(--accent);color:var(--light)}.fertal-home .skip-link{z-index:1000;background:var(--light);color:var(--ink);padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-180%)}.fertal-home .skip-link:focus{transform:translateY(0)}.fertal-home .container{width:min(var(--max), calc(100% - var(--pad) * 2));z-index:5;margin-inline:auto;position:relative}.fertal-home .display{letter-spacing:-.035em;text-transform:uppercase;margin:0;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-weight:800;line-height:.86}.fertal-home .section-index{letter-spacing:.18em;color:currentColor;opacity:.62;margin:0 0 28px;font-size:11px;font-weight:700}.fertal-home .section-dark{background:var(--bg);color:var(--text)}.fertal-home .section-ink{color:var(--text);background:#0e1011}.fertal-home .section-steel{color:var(--ink);background:#c7c9c8}.fertal-home .section-light{background:var(--light);color:var(--ink)}.fertal-home .section-orange{background:var(--accent);color:#111}.fertal-home .grain{z-index:999;opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");position:fixed;inset:-40%;transform:rotate(4deg)}.fertal-home .site-header{z-index:100;width:100%;padding:20px var(--pad);mix-blend-mode:difference;color:#fff;transition:transform .35s var(--ease), background .3s ease;border-bottom:1px solid #ffffff1f;grid-template-columns:1fr auto 1fr;align-items:center;display:grid;position:fixed;top:0;left:0}.fertal-home .brand{flex-direction:column;width:max-content;line-height:1;display:inline-flex}.fertal-home .brand-main{letter-spacing:.08em;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:29px;font-weight:800}.fertal-home .brand-sub{letter-spacing:.22em;margin-top:3px;font-size:7px;font-weight:700}.fertal-home .nav{text-transform:uppercase;letter-spacing:.13em;gap:26px;font-size:11px;font-weight:700;display:flex}.fertal-home .nav a{position:relative}.fertal-home .nav a:after{content:"";height:1px;transition:right .3s var(--ease);background:currentColor;position:absolute;bottom:-5px;left:0;right:100%}.fertal-home .nav a:hover:after,.fertal-home .nav a:focus-visible:after{right:0}.fertal-home .header-cta{color:inherit;letter-spacing:.06em;cursor:pointer;background:0 0;border:1px solid;justify-self:end;padding:12px 16px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-weight:700}.fertal-home .hero{isolation:isolate;min-height:110vh;position:relative;overflow:hidden}.fertal-home .hero-grid{background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:74px 74px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000d9,#0000 92%);mask-image:linear-gradient(#000000d9,#0000 92%)}.fertal-home .hero:before{content:"";filter:blur(18px);background:radial-gradient(circle at 38% 35%,#ffffff24,#ffffff08 32%,#0000 65%);border-radius:50%;width:52vw;min-width:650px;height:52vw;min-height:650px;position:absolute;top:10vh;right:-18vw}.fertal-home .hero-inner{align-items:center;min-height:100vh;padding-top:80px;display:flex}.fertal-home .hero-copy{z-index:8;width:min(840px,72vw);position:relative}.fertal-home .hero-title{font-size:clamp(68px,9.3vw,148px)}.fertal-home .hero-title span,.fertal-home .hero-title strong{display:block}.fertal-home .hero-title strong{color:var(--accent);margin-top:.14em;font-size:.69em;font-weight:800}.fertal-home .hero-text{color:#c8cbcc;max-width:590px;margin:30px 0 12px;font-size:clamp(16px,1.25vw,20px);line-height:1.55}.fertal-home .hero-location{letter-spacing:.16em;text-transform:uppercase;color:#8c9295;font-size:11px}.fertal-home .hero-location span{color:var(--accent);margin:0 8px}.fertal-home .hero-actions{align-items:center;gap:12px;margin-top:34px;display:flex}.fertal-home .btn{letter-spacing:.07em;cursor:pointer;border:1px solid #ffffff57;justify-content:center;align-items:center;min-height:52px;padding:0 20px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:14px;font-weight:700;transition:background .3s,color .3s,border-color .3s;display:inline-flex}.fertal-home .btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.fertal-home .btn-primary:hover,.fertal-home .btn-primary:focus-visible{color:#111;background:#fff;border-color:#fff}.fertal-home .btn-ghost:hover,.fertal-home .btn-ghost:focus-visible{border-color:var(--accent);color:var(--accent)}.fertal-home .super-app-cta{z-index:0;isolation:isolate;border-color:var(--accent);color:#fff;background:#ff5a1f1f;position:relative;overflow:visible;box-shadow:inset 0 0 18px #ff5a1f21,0 0 20px #ff5a1f38}.fertal-home .super-app-cta:before{content:"";z-index:-1;pointer-events:none;opacity:.58;animation:fertal-home-super-app-pulse 1.8s var(--ease) infinite;border:2px solid #ff5a1fb3;position:absolute;inset:-7px;box-shadow:0 0 #ff5a1f75,0 0 22px #ff5a1f6b}.fertal-home .super-app-cta:hover,.fertal-home .super-app-cta:focus-visible{color:#fff;background:#ff5a1f3d;border-color:#fff;box-shadow:inset 0 0 22px #ff5a1f38,0 0 30px #ff5a1f80}.fertal-home .super-app-cta:focus-visible{outline-offset:5px;outline:2px solid #fff}.fertal-home .hero-foot{letter-spacing:.17em;opacity:.62;grid-template-columns:auto 160px auto;align-items:center;gap:18px;font-size:8px;display:grid;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.fertal-home .scroll-track{background:#ffffff40;height:1px;overflow:hidden}.fertal-home .scroll-track i{background:var(--accent);width:35%;height:1px;display:block}.fertal-home .hero-gear{z-index:2;pointer-events:none;position:absolute}.fertal-home .hero-gear-a{aspect-ratio:1;filter:drop-shadow(-30px 20px 45px #000000b3);width:min(58vw,850px);top:7vh;right:-14vw}.fertal-home .hero-gear-b{aspect-ratio:1;opacity:.62;width:min(29vw,430px);bottom:-9vw;right:27vw}.fertal-home .hero-gear-c{aspect-ratio:1;opacity:.2;width:min(19vw,280px);top:7vh;left:46vw}.fertal-home .gear-host svg{width:100%;height:100%;overflow:visible}.fertal-home .gear-host .gear-body{fill:#3e4245;stroke:#aeb3b6;stroke-width:1.15px}.fertal-home .gear-host .gear-ring{fill:none;stroke:#ffffff3d;stroke-width:1px}.fertal-home .gear-host .gear-spoke{fill:#17191a;stroke:#ffffff1f;stroke-width:.7px}.fertal-home .gear-host .gear-hole{fill:#0a0a0a;stroke:#ffffff59;stroke-width:1.2px}.fertal-home .gear-host .tooth{fill:#565b5f;stroke:#a3a9ac;stroke-width:.4px}.fertal-home .gear-steel .gear-body{fill:#7d8387;stroke:#cfd2d3}.fertal-home .gear-steel .tooth{fill:#8b9298;stroke:#cfd2d3}.fertal-home .gear-wire .gear-body,.fertal-home .gear-wire .tooth,.fertal-home .gear-wire .gear-spoke{fill:#0000;stroke:#d5dcdeb8;stroke-width:.8px}.fertal-home .gear-wire .gear-hole{fill:#0000;stroke:#d5dcdeb8}.fertal-home .gear-ghost{opacity:.2}.fertal-home .blueprint-lines{pointer-events:none;opacity:.33;position:absolute;inset:0}.fertal-home .blueprint-lines svg{width:100%;height:100%}.fertal-home .draw-line{fill:none;stroke:var(--accent);stroke-width:1px;vector-effect:non-scaling-stroke;opacity:.55}.fertal-home .solution{min-height:180vh;position:relative}.fertal-home .solution-stage{align-items:center;min-height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.fertal-home .solution-layout{grid-template-columns:.95fr 1.05fr;align-items:center;gap:clamp(40px,7vw,110px);display:grid}.fertal-home .solution-heading h2{font-size:clamp(62px,8vw,126px)}.fertal-home .solution-statement{text-transform:uppercase;max-width:570px;margin:26px 0 0;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(27px,3vw,46px);line-height:1}.fertal-home .solution-statement strong{color:var(--accent)}.fertal-home .process-rail{min-height:610px;position:relative}.fertal-home .process-axis{background:#0000003d;width:1px;position:absolute;top:35px;bottom:35px;left:52px}.fertal-home .process-part{z-index:4;border:1px solid var(--ink);background:#d7d8d7;border-radius:50%;place-items:center;width:49px;height:49px;display:grid;position:absolute;top:36px;left:28px;box-shadow:0 12px 24px #0000002e}.fertal-home .process-part-inner{border:5px solid var(--ink);border-radius:50%;width:20px;height:20px}.fertal-home .process-steps{align-content:space-between;min-height:610px;margin:0;padding:0 0 0 105px;list-style:none;display:grid}.fertal-home .process-steps li{opacity:.3;transition:opacity .25s;transform:translate(0)}.fertal-home .process-steps li.is-active{opacity:1}.fertal-home .process-steps b{color:var(--accent);margin-right:20px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:14px}.fertal-home .process-steps span{font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(28px,3vw,46px);font-weight:800}.fertal-home .process-steps small{color:#454b50;max-width:380px;margin:8px 0 0 44px;font-size:13px;line-height:1.5;display:block}.fertal-home .services{min-height:320vh;position:relative}.fertal-home .services-stage{grid-template-columns:1fr .7fr 1fr;align-items:center;gap:34px;min-height:100vh;display:grid;position:sticky;top:0;overflow:hidden}.fertal-home .services-intro h2{font-size:clamp(62px,6.9vw,112px)}.fertal-home .services-intro>p:last-child{color:#a8adaf;max-width:460px;line-height:1.6}.fertal-home .services-machine{place-items:center;height:72vh;display:grid;position:relative}.fertal-home .service-gear{aspect-ratio:1;width:min(31vw,410px)}.fertal-home .lathe-axis{background:linear-gradient(90deg,#35393b,#a2a7aa 42%,#404446);width:13px;height:83%;position:absolute;box-shadow:0 0 0 1px #ffffff24}.fertal-home .tool-head{background:linear-gradient(135deg,#17191a,#484d50);border:1px solid #fff3;width:45%;height:90px;position:absolute;top:48%;right:0;transform:translate(45%)}.fertal-home .tool-head i{clip-path:polygon(0 50%,100% 0,100% 100%);background:#aab0b2;width:45px;height:45px;position:absolute;top:22px;left:-30px}.fertal-home .chip{opacity:.55;border:1px solid #697074;border-radius:50%;width:60px;height:5px;position:absolute}.fertal-home .chip-1{bottom:26%;right:12%;transform:rotate(24deg)}.fertal-home .chip-2{bottom:20%;right:7%;transform:rotate(-18deg)scale(.7)}.fertal-home .chip-3{bottom:17%;right:18%;transform:rotate(63deg)scale(.45)}.fertal-home .services-list{border-left:1px solid var(--line);height:72vh;padding-left:30px;position:relative;overflow:hidden}.fertal-home .service-item{border-bottom:1px solid var(--line);opacity:.2;min-height:22vh;padding:16px 0 26px;transform:translateY(0)}.fertal-home .service-item.is-active{opacity:1}.fertal-home .service-item span{color:var(--accent);letter-spacing:.16em;font-size:10px}.fertal-home .service-item h3{margin:5px 0 8px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(34px,3.3vw,56px);line-height:.95}.fertal-home .service-item p{color:#9ca2a5;max-width:410px;margin:0;font-size:13px;line-height:1.55}.fertal-home .gears{min-height:260vh;position:relative}.fertal-home .gear-stage{align-items:center;min-height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.fertal-home .gear-copy{grid-template-columns:1.05fr .95fr;align-items:end;display:grid}.fertal-home .gear-copy .section-index{grid-column:1/-1}.fertal-home .gear-copy h2{z-index:7;max-width:920px;font-size:clamp(72px,9vw,145px);position:relative}.fertal-home .gear-lead{z-index:7;text-transform:uppercase;max-width:520px;margin:0 0 25px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(27px,2.7vw,43px);font-weight:600;line-height:1.02;position:relative}.fertal-home .gear-lead--readable{background:linear-gradient(90deg,#050708b8,#05070847);border-left:3px solid #ff5a2cc7;padding:clamp(16px,2vw,28px);box-shadow:0 14px 36px #0003}.fertal-home .gear-types{border-top:1px solid var(--line);color:#a2a7a9;text-transform:uppercase;letter-spacing:.1em;z-index:7;flex-wrap:wrap;grid-column:2;gap:8px 20px;margin:28px 0 0;padding:18px 0 0;font-size:11px;list-style:none;display:flex;position:relative}.fertal-home .technical-note{color:#697075;z-index:7;grid-column:2;max-width:480px;font-size:10px;line-height:1.5;position:relative}.fertal-home .gear-system{z-index:2;position:absolute;inset:0}.fertal-home .gear-node{position:absolute}.fertal-home .g1{width:49vw;max-width:760px;top:-10vh;right:-10vw}.fertal-home .g2{width:25vw;max-width:390px;top:12vh;right:31vw}.fertal-home .g3{width:18vw;max-width:260px;bottom:-1vh;right:13vw}.fertal-home .g4{opacity:.55;width:32vw;max-width:490px;bottom:-12vh;left:-14vw}.fertal-home .g5{width:14vw;max-width:220px;top:11vh;left:22vw}.fertal-home .gear-wipe{aspect-ratio:1;z-index:20;width:26vw;min-width:360px;position:absolute;bottom:-30vw;right:7vw}.fertal-home .portfolio{min-height:250vh;padding:120px 0 0;overflow:hidden}.fertal-home .portfolio-heading h2{font-size:clamp(70px,8vw,126px)}.fertal-home .portfolio-punch{margin:16px 0 40px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(42px,5vw,76px);line-height:.9}.fertal-home .portfolio-punch strong{color:var(--accent)}.fertal-home .portfolio-pin{align-items:center;height:100vh;display:flex;overflow:hidden}.fertal-home .portfolio-track{padding-left:var(--pad);will-change:transform;gap:22px;width:max-content;display:flex}.fertal-home .work-card{width:min(72vw,900px);min-height:590px;color:var(--text);transition:transform .25s var(--ease), border-color .25s ease, box-shadow .25s ease;background:#121415;border:1px solid #ffffff14;flex:none;grid-template-columns:1.45fr .65fr;display:grid;box-shadow:0 16px 36px #00000047}.fertal-home .work-card-link{color:inherit;text-decoration:none}.fertal-home .work-card-link:hover{border-color:#ff5a1f73;transform:translateY(-4px);box-shadow:0 24px 48px #00000061,0 0 0 1px #ff5a1f33}.fertal-home .work-card-link:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.fertal-home .work-media{min-height:590px;position:relative;overflow:hidden}.fertal-home .youtube-thumb{background-image:linear-gradient(90deg, transparent 50%, #00000040), var(--thumb);background-position:50%;background-size:cover}.fertal-home .youtube-thumb:after{content:"";background:linear-gradient(#0000 50%,#00000080);position:absolute;inset:0}.fertal-home .generated-cover{isolation:isolate;background-position:50%;background-repeat:no-repeat;background-size:cover}.fertal-home .generated-cover:after{content:"";z-index:0;background:linear-gradient(90deg,#050708c7,#05070824 68%),linear-gradient(#0000 42%,#0000006b);position:absolute;inset:0}.fertal-home .generated-cover--gear-video{background-image:url(/fertal-prova-video-engrenagens.png)}.fertal-home .generated-cover--instagram{background-image:url(/fertal-prova-instagram.png)}.fertal-home .generated-cover--calculations{background-image:url(/fertal-prova-calculos.png)}.fertal-home .proof-cover-cta{z-index:1;color:#fff;letter-spacing:.08em;text-shadow:0 1px 8px #000000b3;background:#080a0ba3;border:1px solid #ffffffc2;align-items:center;gap:11px;min-height:46px;padding:9px 15px 9px 10px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(15px,1.4vw,20px);font-weight:800;line-height:1;transition:background .2s,border-color .2s,transform .2s;display:inline-flex;position:absolute;bottom:clamp(20px,3vw,42px);left:clamp(20px,3vw,46px)}.fertal-home .proof-cover-cta__play{background:var(--orange);width:28px;height:28px;color:var(--ink);text-shadow:none;border-radius:50%;place-items:center;font-size:12px;display:grid}.fertal-home .proof-cover-cta__arrow{color:var(--orange);font-size:1.1em}.fertal-home .work-card-link:hover .proof-cover-cta{border-color:var(--orange);background:#080a0bdb;transform:translateY(-4px)}.fertal-home .play-mark{z-index:3;aspect-ratio:1;background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:70px;font-size:22px;display:grid;position:absolute;top:50%;left:50%;translate:-50% -50%}.fertal-home .work-meta{background:linear-gradient(#181b1ee6 0%,#101213 100%);border-left:1px solid #ffffff12;flex-direction:column;justify-content:flex-end;padding:clamp(28px,3.5vw,38px);display:flex}.fertal-home .work-meta>span{letter-spacing:.16em;color:#ff6e30;text-transform:uppercase;align-items:center;gap:7px;font-size:11px;font-weight:700;display:inline-flex}.fertal-home .work-meta>span:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 8px #ff5a1fb3}.fertal-home .work-meta h3{letter-spacing:.015em;color:#fff;margin:12px 0 16px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(34px,3vw,52px);font-weight:700;line-height:1.05;transition:color .2s,text-shadow .2s}.fertal-home .work-card-link:hover .work-meta h3{color:#fff;text-shadow:0 0 24px #ff5a1f4d}.fertal-home .work-meta p{color:#d2d7db;margin:0;font-size:14px;font-weight:400;line-height:1.6}.fertal-home .metal-placeholder{background:radial-gradient(circle at 40% 35%,#909597,#34383a 38%,#111 75%);place-items:center;display:grid}.fertal-home .metal-placeholder.variant{background:radial-gradient(circle at 60% 45%,#7f8588,#2b2e30 43%,#0c0d0e 80%)}.fertal-home .metal-placeholder.dark{background:linear-gradient(145deg,#1f2325,#050505)}.fertal-home .metal-placeholder.warm{background:linear-gradient(145deg,#46372e,#0c0c0c 70%)}.fertal-home .placeholder-mark{letter-spacing:.16em;color:#fff9;font-size:9px;position:absolute;top:24px;left:24px}.fertal-home .machined-ring{aspect-ratio:1;border:50px ridge #8b9298;border-radius:50%;width:61%;box-shadow:inset 0 0 0 22px #151515,0 22px 48px #00000080}.fertal-home .machined-ring.small{border-width:38px;width:49%}.fertal-home .keyway-shape{border:34px solid #858c8f;border-radius:70px;width:55%;height:150px;position:relative}.fertal-home .keyway-shape:after{content:"";background:#090909;border:2px solid #777;width:22%;height:70px;position:absolute;top:-45px;left:39%}.fertal-home .machine-lines{clip-path:polygon(5% 25%,78% 8%,98% 42%,89% 90%,21% 100%,0 70%);background:repeating-linear-gradient(90deg,#0000 0 45px,#ffffff14 46px),repeating-linear-gradient(0deg,#0000 0 45px,#ffffff14 46px);border:1px solid #ffffff47;width:65%;height:60%}.fertal-home .authority{padding:140px 0}.fertal-home .authority-layout{grid-template-columns:1fr .72fr;align-items:start;gap:70px;display:grid}.fertal-home .authority-copy h2{font-size:clamp(62px,7.2vw,116px)}.fertal-home .authority-punch{margin:14px 0 30px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(42px,5vw,72px);font-weight:700}.fertal-home .authority-punch strong{color:var(--accent)}.fertal-home .authority-copy>p:not(.section-index):not(.authority-punch){color:#a6abad;max-width:610px;line-height:1.7}.fertal-home .text-link{border-bottom:1px solid var(--accent);letter-spacing:.06em;margin-top:24px;padding-bottom:6px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:15px;font-weight:700;display:inline-block}.fertal-home .authority-stats{border-top:1px solid var(--line);gap:0;display:grid}.fertal-home .stat{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:18px;min-height:128px;padding:18px 0;display:flex}.fertal-home .stat strong{letter-spacing:-.03em;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(58px,6vw,96px)}.fertal-home .stat span{letter-spacing:.15em;color:var(--muted);font-size:9px}.fertal-home .authority-stats small{color:#676d70;margin-top:12px}.fertal-home .authority-video{border-top:1px solid var(--line);background:#111;grid-column:1/-1;grid-template-columns:1.55fr .45fr;margin-top:40px;display:grid}.fertal-home .video-frame{aspect-ratio:16/9}.fertal-home .video-frame iframe{border:0;width:100%;height:100%;display:block}.fertal-home .video-caption{flex-direction:column;justify-content:flex-end;padding:32px;display:flex}.fertal-home .video-caption span{letter-spacing:.15em;color:var(--accent);font-size:9px}.fertal-home .video-caption strong{margin:10px 0;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:34px;line-height:1}.fertal-home .video-caption small{color:#8c9295}.fertal-home .machines{align-items:center;min-height:150vh;display:flex;position:relative;overflow:hidden}.fertal-home .machines-content h2{z-index:5;max-width:1050px;font-size:clamp(68px,9vw,142px);position:relative}.fertal-home .machine-evidence{z-index:5;border-top:1px solid #0006;width:min(600px,56vw);margin:50px 0 0 auto;padding-top:22px;position:relative}.fertal-home .machine-evidence p{font-size:17px;line-height:1.6}.fertal-home .machine-evidence ul{text-transform:uppercase;grid-template-columns:1fr 1fr;gap:10px 30px;padding:0;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:21px;font-weight:700;list-style:none;display:grid}.fertal-home .machine-evidence li:before{content:"— "}.fertal-home .machines-visual{opacity:.34;position:absolute;inset:0}.fertal-home .machine-orbit{filter:grayscale()contrast(1.2);width:62vw;max-width:930px;position:absolute;top:7vh;right:-12vw}.fertal-home .machine-orbit-small{width:28vw;max-width:430px;bottom:-8vw;right:38vw}.fertal-home .belt{border:3px solid #111;border-radius:999px;position:absolute;transform:rotate(-20deg)}.fertal-home .belt-a{width:62vw;height:18vw;top:38%;right:-12vw}.fertal-home .belt-b{width:42vw;height:11vw;bottom:12%;left:-10vw}.fertal-home .quote{padding:150px 0 120px}.fertal-home .quote-layout{grid-template-columns:1fr 1fr;gap:70px;display:grid}.fertal-home .quote-layout h2{font-size:clamp(66px,7.7vw,126px)}.fertal-home .quote-steps{border-top:1px solid #b8bbba;margin:0;padding:0;list-style:none}.fertal-home .quote-steps li{border-bottom:1px solid #b8bbba;grid-template-columns:56px 1fr;align-items:center;min-height:90px;display:grid}.fertal-home .quote-steps b{color:var(--accent);font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif}.fertal-home .quote-steps span{font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(25px,2.7vw,42px);font-weight:700}.fertal-home .giant-cta{cursor:pointer;text-align:left;background:0 0;border:1px solid #b8bbba;border-left:0;border-right:0;grid-column:1/-1;justify-content:space-between;align-items:center;padding:34px 0;display:flex}.fertal-home .giant-cta span{letter-spacing:-.03em;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(58px,9vw,148px);font-weight:800;line-height:.85}.fertal-home .giant-cta i{aspect-ratio:1;background:var(--accent);color:#fff;width:74px;transition:transform .3s var(--ease);border-radius:50%;place-items:center;font-size:28px;font-style:normal;display:grid}.fertal-home .giant-cta:hover i,.fertal-home .giant-cta:focus-visible i{transform:rotate(45deg)scale(1.08)}.fertal-home .validation-note{color:#707678;letter-spacing:.05em;grid-column:1/-1;margin:-45px 0 0;font-size:10px}.fertal-home .location{padding:130px 0}.fertal-home .location-layout{grid-template-columns:.7fr 1.3fr;align-items:center;gap:70px;display:grid}.fertal-home .location-copy h2{font-size:clamp(58px,6.5vw,104px)}.fertal-home .shipping-note{border-left:3px solid var(--orange);color:var(--ink);letter-spacing:.04em;text-transform:uppercase;background:#ffffff47;margin:24px 0 -6px;padding:9px 12px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(17px,1.55vw,23px);font-weight:800;line-height:1;display:inline-flex}.fertal-home .location-copy address{margin-top:34px;font-size:15px;font-style:normal;line-height:1.7}.fertal-home .dark-link{border-color:#111}.fertal-home .map-placeholder{background:#b6b9b8;border:1px solid #0000003d;min-height:610px;position:relative;overflow:hidden}.fertal-home .map-grid{background-image:linear-gradient(#00000012 1px,#0000 1px),linear-gradient(90deg,#00000012 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0}.fertal-home .map-road{transform-origin:0;background:#d9dad8;border-top:1px solid #929796;border-bottom:1px solid #929796;height:26px;position:absolute}.fertal-home .road-a{width:130%;top:34%;left:-15%;transform:rotate(22deg)}.fertal-home .road-b{width:120%;top:68%;left:10%;transform:rotate(-12deg)}.fertal-home .road-c{width:90%;top:-10%;left:46%;transform:rotate(76deg)}.fertal-home .map-pin{justify-items:center;gap:7px;display:grid;position:absolute;top:47%;left:52%;transform:translate(-50%,-50%)}.fertal-home .map-pin i{background:var(--accent);border-radius:50% 50% 50% 0;width:30px;height:30px;rotate:-45deg;box-shadow:0 10px 22px #0000003d}.fertal-home .map-pin span{letter-spacing:.1em;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-weight:800}.fertal-home .map-placeholder small{letter-spacing:.13em;font-size:8px;position:absolute;bottom:18px;left:18px}.fertal-home .footer{padding:70px 0 26px}.fertal-home .footer-main{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:40px;padding-bottom:60px;display:flex}.fertal-home .footer-brand span{letter-spacing:-.04em;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:clamp(76px,12vw,190px);font-weight:800;line-height:.7;display:block}.fertal-home .footer-brand small{color:#747a7d;margin-top:28px;display:block}.fertal-home .footer-links{gap:12px;font-family:Barlow Condensed,Arial Narrow,Impact,sans-serif;font-size:20px;font-weight:600;display:grid}.fertal-home .footer-links a{color:inherit;text-align:left;cursor:pointer}.fertal-home .footer-bottom{color:#62686b;letter-spacing:.14em;justify-content:space-between;gap:20px;padding-top:22px;font-size:8px;display:flex}.fertal-home .cursor-dot,.fertal-home .cursor-ring{pointer-events:none;z-index:1100;mix-blend-mode:difference;border-radius:50%;display:none;position:fixed;top:0;left:0}@keyframes fertal-home-super-app-pulse{0%,to{opacity:.52;transform:scale(.97);box-shadow:0 0 #ff5a1f6b,0 0 18px #ff5a1f57}50%{opacity:1;transform:scale(1.055);box-shadow:0 0 0 9px #ff5a1f00,0 0 34px #ff5a1fb8}}@media (pointer:fine) and (width>=980px){.fertal-home .cursor-dot{background:#fff;width:6px;height:6px;display:block;transform:translate(-50%,-50%)}.fertal-home .cursor-ring{border:1px solid #fff;width:30px;height:30px;display:block;transform:translate(-50%,-50%)}}@media (width<=1100px){.fertal-home .nav{display:none}.fertal-home .site-header{grid-template-columns:1fr auto}.fertal-home .hero-copy{width:82vw}.fertal-home .hero-gear-a{opacity:.76;width:70vw;right:-26vw}.fertal-home .solution-layout{grid-template-columns:1fr 1fr}.fertal-home .services-stage{grid-template-columns:.9fr .8fr 1fr}.fertal-home .authority-layout{grid-template-columns:1fr 1fr}.fertal-home .work-card{width:82vw}}@media (width<=760px){.fertal-home{--pad:20px}.fertal-home .site-header{padding:14px 20px}.fertal-home .header-cta{padding:10px;font-size:11px}.fertal-home .brand-main{font-size:24px}.fertal-home .brand-sub{font-size:6px}.fertal-home .hero{min-height:100svh}.fertal-home .hero-inner{align-items:flex-end;min-height:100svh;padding-bottom:96px}.fertal-home .hero-copy{width:100%}.fertal-home .hero-title{letter-spacing:-.045em;font-size:clamp(50px,13.3vw,62px)}.fertal-home .hero-title span{white-space:nowrap}.fertal-home .hero-title strong{max-width:94%;font-size:.72em}.fertal-home .hero-text{max-width:88%;margin-top:20px;font-size:14px}.fertal-home .hero-actions{flex-direction:column;align-items:stretch;width:92%}.fertal-home .hero-foot{display:none}.fertal-home .hero-gear-a{opacity:.6;width:95vw;top:12vh;right:-46vw}.fertal-home .hero-gear-b{opacity:.3;width:48vw;bottom:38vh;right:42vw}.fertal-home .hero-gear-c{display:none}.fertal-home .solution{min-height:auto;padding:100px 0}.fertal-home .solution-stage{min-height:auto;position:relative}.fertal-home .solution-layout{grid-template-columns:1fr}.fertal-home .solution-heading h2{font-size:18vw}.fertal-home .process-rail{min-height:520px}.fertal-home .process-steps{min-height:520px;padding-left:78px}.fertal-home .process-axis{left:33px}.fertal-home .process-part{left:9px}.fertal-home .process-steps small{margin-left:0}.fertal-home .services{min-height:auto;padding:100px 0}.fertal-home .services-stage{min-height:auto;display:block;position:relative}.fertal-home .services-intro h2{font-size:17vw}.fertal-home .services-machine{height:320px;margin:30px 0}.fertal-home .service-gear{width:64vw}.fertal-home .services-list{height:auto;padding-left:20px;overflow:visible}.fertal-home .service-item{opacity:1;min-height:auto;padding:26px 0}.fertal-home .service-item h3{font-size:11vw}.fertal-home .gears{min-height:160vh}.fertal-home .gear-copy{padding-top:60px;display:block}.fertal-home .gear-copy h2{width:85%;font-size:19vw}.fertal-home .gear-lead{width:72%;margin-top:42px;margin-left:auto;font-size:8vw}.fertal-home .gear-types,.fertal-home .technical-note{width:72%;margin-left:auto}.fertal-home .g1{width:94vw;top:1vh;right:-50vw}.fertal-home .g2{width:48vw;top:33vh;right:27vw}.fertal-home .g3{width:36vw;bottom:8vh;right:-10vw}.fertal-home .g4,.fertal-home .g5{display:none}.fertal-home .gear-wipe{width:80vw;min-width:280px;right:-30vw}.fertal-home .portfolio{min-height:auto;padding:100px 0}.fertal-home .portfolio-heading h2{font-size:18vw}.fertal-home .portfolio-pin{height:auto;overflow:visible}.fertal-home .portfolio-track{width:100%;padding:0 var(--pad);display:grid}.fertal-home .work-card{grid-template-columns:1fr;width:100%;min-height:auto}.fertal-home .work-media{min-height:380px}.fertal-home .work-meta{border-top:1px solid #ffffff12;border-left:none;min-height:220px;padding:24px 20px}.fertal-home .authority{padding:100px 0}.fertal-home .authority-layout{grid-template-columns:1fr;gap:50px}.fertal-home .authority-copy h2{font-size:18vw}.fertal-home .authority-video{grid-column:auto;grid-template-columns:1fr}.fertal-home .video-caption{min-height:210px}.fertal-home .machines{align-items:flex-start;min-height:120vh;padding:120px 0}.fertal-home .machines-content h2{font-size:18vw}.fertal-home .machine-evidence{width:82%;margin-top:70px}.fertal-home .machine-evidence ul{grid-template-columns:1fr}.fertal-home .machine-orbit{width:110vw;top:45vh;right:-58vw}.fertal-home .machine-orbit-small{width:60vw;bottom:1vh;right:42vw}.fertal-home .quote{padding:100px 0}.fertal-home .quote-layout{grid-template-columns:1fr;gap:50px}.fertal-home .quote-layout h2{font-size:18vw}.fertal-home .giant-cta{grid-column:auto}.fertal-home .giant-cta span{max-width:84%;font-size:16vw}.fertal-home .giant-cta i{width:54px}.fertal-home .validation-note{grid-column:auto;margin-top:-24px}.fertal-home .location{padding:100px 0}.fertal-home .location-layout{grid-template-columns:1fr}.fertal-home .location-copy h2{font-size:17vw}.fertal-home .map-placeholder{min-height:430px}.fertal-home .footer-main{flex-direction:column;align-items:flex-start}.fertal-home .footer-brand span{font-size:30vw}.fertal-home .footer-bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){.fertal-home,.fertal-home *,.fertal-home :before,.fertal-home :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.fertal-home .super-app-cta:before{opacity:.82;box-shadow:0 0 0 3px #ff5a1f38,0 0 20px #ff5a1f6b;animation:none!important;transform:none!important}.fertal-home .gear-host,.fertal-home .magnetic,.fertal-home .portfolio-track{transform:none!important}.fertal-home .reveal-title span,.fertal-home .reveal-title strong{opacity:1!important;transform:none!important}.fertal-home .cursor-dot,.fertal-home .cursor-ring{display:none!important}}.not-found-page{color:#f0f4f8;background-color:#080b0f;background-image:radial-gradient(circle at 50% 30%,#ff550014 0%,#0000 60%),radial-gradient(circle at 80% 80%,#5bc0be0d 0%,#0000 50%),linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:100% 100%,100% 100%,32px 32px,32px 32px;flex-direction:column;min-height:100vh;font-family:inherit;display:flex;position:relative;overflow-x:hidden}.not-found-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#080b0fb3;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.not-found-brand{color:#fff;cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:.75rem;padding:0;text-decoration:none;display:flex}.not-found-brand .brand-mark{color:#fff;background:linear-gradient(135deg,#ff6a00,#c30);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 0 15px #ff6a0059}.not-found-brand .brand-mark svg{width:20px;height:20px}.not-found-brand .brand-title{letter-spacing:.08em;color:#fff;font-size:1.1rem;font-weight:800}.not-found-brand .brand-subtitle{color:#ff8c42;letter-spacing:.12em;text-transform:uppercase;font-size:.65rem;font-weight:700;display:block}.not-found-main{z-index:1;flex:1;justify-content:center;align-items:center;padding:2.5rem 1.5rem;display:flex;position:relative}.not-found-card{text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#10161ed9;border:1px solid #ff6a0040;border-radius:20px;width:100%;max-width:680px;padding:2.5rem 2rem;position:relative;box-shadow:0 24px 60px #000000b3,0 0 40px #ff6a0014,inset 0 1px #ffffff1a}.not-found-card:before,.not-found-card:after{content:"";pointer-events:none;border-style:solid;border-color:#ff6a00;width:16px;height:16px;position:absolute}.not-found-card:before{border-width:2px 0 0 2px;border-top-left-radius:20px;top:-1px;left:-1px}.not-found-card:after{border-width:0 2px 2px 0;border-bottom-right-radius:20px;bottom:-1px;right:-1px}.broken-gear-stage{max-width:320px;height:auto;margin:0 auto 1.5rem;position:relative}.broken-gear-svg{filter:drop-shadow(0 12px 24px #0009);width:100%;height:auto;overflow:visible}.gear-rotor--jammed{transform-origin:110px 110px;animation:3.2s cubic-bezier(.4,0,.2,1) infinite gearJamAnimation}.gear-rotor--pinion{transform-origin:235px 110px;animation:3.2s cubic-bezier(.4,0,.2,1) infinite pinionJamAnimation}.spark-burst{animation:3.2s ease-in-out infinite sparkFlash}.spark-ray{animation:3.2s ease-in-out infinite rayShoot}.ray-1{animation-delay:.1s}.ray-2{animation-delay:.15s}.ray-3{animation-delay:.2s}.fallen-tooth-group{animation:3.2s ease-in-out infinite fallenToothTremble}@keyframes gearJamAnimation{0%{transform:rotate(0)}25%{transform:rotate(45deg)}35%{transform:rotate(62deg)}38%{transform:rotate(59deg)}41%{transform:rotate(63deg)}44%{transform:rotate(60deg)}52%{transform:rotate(56deg)}60%{transform:rotate(58deg)}75%{transform:rotate(90deg)}to{transform:rotate(180deg)}}@keyframes pinionJamAnimation{0%{transform:rotate(0)}25%{transform:rotate(-82.5deg)}35%{transform:rotate(-113.6deg)}38%{transform:rotate(-108deg)}41%{transform:rotate(-115deg)}44%{transform:rotate(-110deg)}52%{transform:rotate(-102deg)}60%{transform:rotate(-106deg)}75%{transform:rotate(-165deg)}to{transform:rotate(-330deg)}}@keyframes sparkFlash{0%,30%,60%,to{opacity:0;transform:scale(.3)}35%,45%{opacity:1;transform:scale(1.4)}50%{opacity:.4;transform:scale(.8)}}@keyframes rayShoot{0%,30%,55%,to{opacity:0;stroke-dasharray:0 20}36%,44%{opacity:1;stroke-dasharray:10 0}}@keyframes fallenToothTremble{0%,32%,50%,to{transform:translate(160px,192px)rotate(32deg)}36%{transform:translate(161px,190px)rotate(36deg)}42%{transform:translate(159px,193px)rotate(30deg)}}.not-found-badge{color:#ff8c42;letter-spacing:.08em;text-transform:uppercase;background:#ff55001f;border:1px solid #ff6a0059;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.75rem;font-weight:700;display:inline-flex}.not-found-badge-dot{background:#f50;border-radius:50%;width:7px;height:7px;animation:1.5s infinite pulse;box-shadow:0 0 8px #f50}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.not-found-title{letter-spacing:-.02em;color:#fff;text-transform:uppercase;margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;line-height:1.15}.not-found-description{color:#b0bac5;max-width:520px;margin:0 auto 1.5rem;font-size:1.05rem;line-height:1.6}.not-found-diagnosis{text-align:left;color:#8fa0b3;background:#080c12e6;border:1px solid #ffffff14;border-left:3px solid #ff6a00;border-radius:8px;flex-direction:column;gap:.35rem;margin-bottom:2rem;padding:.85rem 1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;display:flex}.diagnosis-line{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.diagnosis-key{color:#64748b;font-weight:600}.diagnosis-val{color:#ff8c42;font-weight:700}.diagnosis-val--critical{color:#ff3a00}.not-found-actions{flex-direction:column;align-items:stretch;gap:.85rem;display:flex}@media (width>=480px){.not-found-actions{flex-direction:row;justify-content:center}}.not-found-btn{letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;padding:.9rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.not-found-btn svg{width:18px;height:18px}.not-found-btn--primary{color:#fff;background:linear-gradient(135deg,#ff6a00 0%,#e64a00 100%);border-color:#fff3;box-shadow:0 4px 20px #ff6a0066,0 1px 2px #0000004d}.not-found-btn--primary:hover{background:linear-gradient(135deg,#ff7e1a 0%,#f50 100%);transform:translateY(-2px);box-shadow:0 6px 25px #ff6a0099,0 2px 4px #0006}.not-found-btn--primary:active{transform:translateY(0)}.not-found-btn--secondary{color:#e2e8f0;background:#ffffff0d;border-color:#ffffff26}.not-found-btn--secondary:hover{color:#fff;background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.not-found-support{border-top:1px solid #ffffff0f;margin-top:1.75rem;padding-top:1.25rem}.not-found-support-link{color:#94a3b8;align-items:center;gap:.45rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.not-found-support-link:hover{color:#ff8c42;text-decoration:underline}.not-found-footer{text-align:center;color:#64748b;border-top:1px solid #ffffff0a;padding:1.25rem 2rem;font-size:.75rem}@media (prefers-reduced-motion:reduce){.gear-rotor--jammed,.gear-rotor--pinion,.spark-burst,.spark-ray,.fallen-tooth-group,.not-found-badge-dot{animation:none!important}}:root{color:#1d2a30;font-synthesis:none;text-rendering:optimizelegibility;--petrol-900:#06474d;--petrol-800:#07545a;--petrol-700:#0b6268;--orange-600:#c94a00;--orange-700:#a93e00;--green-700:#247440;--green-100:#f2faf4;--ink:#19272d;--muted:#607179;--border:#d6dee1;--surface:#f7f9fa;--shadow:0 18px 50px #15303714;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#fff;min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,.workshop-actions label:focus-within{outline-offset:2px;outline:3px solid #ed5b0847}.app-shell{min-height:100vh}.topbar{color:#fff;background:var(--petrol-800);justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:0 28px;display:flex}.topbar__brand,.topbar__profile{align-items:center;gap:16px;display:flex}.topbar h1{letter-spacing:-.025em;margin:0;font-size:clamp(1.3rem,2vw,1.75rem);font-weight:720}.app-version{color:#ffffffd6;white-space:nowrap;border:1px solid #ffffff61;border-radius:999px;padding:3px 7px;font-size:.72rem;font-weight:750}.brand-mark{border:1px solid #ffffff59;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.brand-mark svg{width:26px;height:26px}.topbar__profile select{color:#fff;background:0 0;border:0;border-left:1px solid #ffffff5c;padding:8px 28px 8px 18px;font-size:.95rem}.topbar__profile option{color:var(--ink);background:#fff}.offline-label{color:#ffffffc7;align-items:center;gap:6px;font-size:.88rem;display:flex}.offline-label svg{width:15px}.topbar__workshop{color:#fff;background:#ffffff14;border:1px solid #fff6;border-radius:7px;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:.84rem;font-weight:700;display:inline-flex}.topbar__workshop svg{width:16px}.workspace{grid-template-columns:minmax(320px,39%) 1fr;gap:16px;max-width:1560px;margin:0 auto;padding:16px;display:grid}.input-panel,.result-panel{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:10px;overflow:hidden}.input-panel{padding:30px}.panel-heading{justify-content:space-between;align-items:flex-start;margin-bottom:26px;display:flex}.section-kicker{color:var(--orange-700);letter-spacing:.12em;text-transform:uppercase;margin:0 0 6px;font-size:.72rem;font-weight:800}.panel-heading h2,.result-panel h2{color:var(--petrol-900);letter-spacing:-.02em;margin:0;font-size:clamp(1.35rem,2vw,1.8rem)}.calculation-form{gap:18px;display:grid}.calculation-form__field-pair{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.field{color:#33454d;gap:8px;font-size:.9rem;font-weight:650;display:grid}.field__control{background:#fff;border:1px solid #cbd5d9;border-radius:8px;align-items:center;min-height:54px;transition:border-color .18s,box-shadow .18s;display:flex}.field__control:focus-within{border-color:var(--petrol-700);box-shadow:0 0 0 3px #0b62681f}.field__control input,.field__control select{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;padding:13px 14px;font-size:1.08rem;font-weight:540}.field__prefix{padding-left:14px;font-size:1.18rem}.field__unit{color:var(--muted);padding-right:14px;font-weight:500}.field__hint{color:var(--muted);font-size:.78rem;font-weight:450;line-height:1.4}.inventory-source{min-height:56px;color:var(--muted);border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:center;gap:12px;margin-top:8px;padding:0 15px;font-size:.93rem;display:flex}.inventory-source svg{width:21px;color:var(--petrol-700)}.source-picker{border:0;grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 0;padding:0;display:grid}.source-picker legend{color:#33454d;grid-column:1/-1;margin-bottom:3px;font-size:.9rem;font-weight:650}.source-picker label{border:1px solid var(--border);min-height:48px;color:var(--muted);cursor:pointer;border-radius:8px;align-items:center;gap:9px;padding:0 12px;font-size:.82rem;font-weight:650;display:flex}.source-picker label:has(input:checked){color:var(--petrol-900);border-color:var(--petrol-700);background:#eff8f8}.source-picker input{accent-color:var(--petrol-700)}.machine-definition{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:14px;display:grid}.machine-definition legend{color:#33454d;padding:0 6px;font-size:.9rem;font-weight:650}.machine-definition .field{gap:6px}.machine-definition small{color:var(--muted);font-size:.76rem;font-weight:450;line-height:1.35}.range-options{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:1fr 1fr;gap:12px;padding:14px;display:grid}.range-options .field__control{min-height:46px}.range-options p{color:var(--muted);grid-column:1/-1;margin:-2px 0 0;font-size:.78rem}.primary-button{color:#fff;background:var(--orange-600);border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:58px;font-size:.98rem;font-weight:760;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 8px 20px #ed5b0833}.primary-button:hover:not(:disabled){background:var(--orange-700);transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.6}.primary-button svg{width:20px}.form-error{color:#9e2a22;margin:0;font-size:.9rem}.search-status{background:#eff8f8;border:1px solid #b8d4d6;border-radius:8px;gap:8px;padding:13px;display:grid}.search-status>div{color:var(--petrol-900);justify-content:space-between;font-size:.86rem;display:flex}.search-status progress{width:100%;accent-color:var(--petrol-700)}.search-status button{color:#9e2a22;background:0 0;border:0;justify-self:end;padding:5px 0;font-size:.82rem;font-weight:700}.result-panel{min-height:calc(100vh - 108px)}.result-panel__main{padding:30px}.result-panel--empty{min-height:580px;color:var(--muted);text-align:center;place-items:center;display:grid}.result-panel--empty>div{max-width:420px;padding:32px}.result-panel--empty svg{color:#9aa9af;width:48px;height:48px}.result-panel--empty h2{margin-top:20px}.result-panel--empty p{line-height:1.6}.success-banner{min-height:66px;color:var(--green-700);background:var(--green-100);border:1px solid #b9d8c2;border-radius:8px;align-items:center;gap:13px;margin-top:20px;padding:0 16px;font-weight:700;display:flex}.success-banner svg{width:25px;height:25px;fill:var(--green-700);color:#fff;border-radius:50%}.success-banner--warning{color:#0b6268;background:#edf6f9;border-color:#b8dbe0}.success-banner--warning svg{fill:none;color:#0b6268}.gear-train{background:#fff;border:1px solid #d9e3e7;border-radius:12px;flex-direction:column;gap:20px;margin-top:16px;padding:20px;display:flex;box-shadow:0 2px 10px #07545a0a}.gear-data-section{flex-direction:column;gap:14px;display:flex}.gear-data-header{border-bottom:1px solid #eef2f4;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.gear-data-flow-arrow{color:var(--petrol-700);opacity:.7;font-size:1.25rem;font-weight:700}.gear-train__endpoint{border:1px solid var(--border);white-space:nowrap;z-index:2;background:#fff;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:10px 14px;display:flex;box-shadow:0 2px 6px #0000000a}.gear-train__endpoint strong{color:var(--petrol-900);letter-spacing:.05em;font-size:.76rem;font-weight:800}.gear-train__endpoint small{color:var(--petrol-800);background:#eef7f8;border:1px solid #b8dbe0;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700}.gear-cards-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));align-items:stretch;gap:12px;display:grid}.gear-spec-card{background:#f8fafb;border:1px solid #dbe5e8;border-radius:8px;flex-direction:column;padding:12px 10px;transition:transform .15s,border-color .15s;display:flex;position:relative}.gear-spec-card:hover{border-color:var(--petrol-700);background:#f0f7f8}.gear-spec-card__badge{background:var(--petrol-900);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.78rem;font-weight:800;display:flex;position:absolute;top:8px;right:8px}.gear-spec-card__content{flex-direction:column;gap:4px;display:flex}.gear-node__role{color:var(--petrol-700);white-space:nowrap;background:#eef5f6;border:1px solid #c4d7da;border-radius:4px;width:fit-content;padding:2px 7px;font-size:.72rem;font-weight:750}.gear-spec-card__teeth{color:var(--petrol-900);margin:4px 0 2px;font-size:1.55rem;font-weight:850;line-height:1.2}.gear-spec-card__teeth small{color:var(--muted);font-size:.78rem;font-weight:600}.gear-spec-card__detail{color:#556c75;font-size:.75rem}.gear-train__shaft-divider{color:var(--petrol-900);text-align:center;background:#eef8f8;border:1px dashed #7ebec2;border-radius:6px;grid-column:1/-1;justify-content:center;align-items:center;padding:6px 10px;font-size:.76rem;font-weight:700;display:flex}.gear-reference-section{color:#f0f6fc;background:#0d2238;border:1px solid #1c3c5e;border-radius:10px;flex-direction:column;gap:14px;padding:18px;display:flex;box-shadow:inset 0 1px 3px #0003}.gear-reference-header h4{color:#fff;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:750}.gear-reference-subtitle{color:#8da4be;margin-top:2px;font-size:.8rem;display:block}.gear-reference-container{grid-template-columns:minmax(220px,300px) 1fr;align-items:center;gap:20px;display:grid}@media (width<=768px){.gear-reference-container{grid-template-columns:1fr}}.gear-reference-image-wrapper{background:#081626;border:1px solid #1f4268;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}.gear-reference-image{border-radius:6px;width:100%;max-width:280px;height:auto;display:block;box-shadow:0 4px 12px #0000004d}.gear-reference-legend__title{color:#cde4ff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 10px;font-size:.85rem;font-weight:750}.gear-reference-legend__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.gear-reference-legend__list li{background:#ffffff0d;border-left:3px solid #388bfd;border-radius:6px;align-items:flex-start;gap:10px;padding:8px 12px;display:flex}.legend-num{color:#fff;background:#1f6feb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:.78rem;font-weight:800;display:flex}.gear-reference-legend__list strong{color:#fff;font-size:.85rem;display:block}.gear-reference-legend__list p{color:#9ab4d0;margin:2px 0 0;font-size:.78rem}.result-summary{background:var(--green-100);border:1px solid #b9d8c2;border-radius:8px;grid-template-columns:minmax(180px,.7fr) 1.3fr;display:grid}.result-summary>div{flex-direction:column;gap:5px;padding:18px;display:flex}.result-summary>div+div{border-left:1px solid #c8ddd0}.metric-label{color:#4e636b;text-transform:uppercase;letter-spacing:.07em;font-size:.78rem;font-weight:700}.result-summary strong{color:var(--green-700);letter-spacing:-.045em;font-size:clamp(2rem,4vw,2.8rem)}.result-summary .indexing-value{color:var(--ink);letter-spacing:-.02em;font-size:clamp(1rem,2vw,1.45rem);line-height:1.25}.result-summary--warning{background:#ebf5fa;border-color:#b5d5ea}.result-summary--warning>div+div{border-color:#cde2f0}.result-summary--warning strong,.result-summary--warning .metric-detail b{color:#095982}.metric-detail{color:var(--muted);font-size:.85rem}.metric-detail b{color:var(--green-700)}.safety-note{color:var(--muted);margin:13px 0 0;font-size:.8rem;line-height:1.45}.setup-guidance{color:#35535c;border-left:3px solid var(--petrol-700);background:#f0f7f9;border-radius:0 6px 6px 0;margin-top:13px;padding:12px 14px;font-size:.82rem;line-height:1.45}.setup-guidance p{margin:0}.setup-guidance p+p{margin-top:5px}.setup-guidance__warning{color:#0b6268;font-weight:700}.result-disclosure{border-top:1px solid var(--border)}.result-disclosure summary{min-height:70px;color:var(--petrol-900);cursor:pointer;align-items:center;gap:14px;padding:0 30px;font-size:.93rem;font-weight:750;list-style:none;display:flex}.result-disclosure summary::-webkit-details-marker{display:none}.result-disclosure summary svg{width:20px;transition:transform .18s}.result-disclosure[open] summary svg{transform:rotate(180deg)}.technical-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin:0;padding:0 30px 28px;display:grid}.technical-grid div{background:#f2f8fa;border:1px solid #e1eef2;border-radius:7px;padding:12px}.technical-grid dt{color:var(--muted);font-size:.75rem}.technical-grid dd{color:var(--petrol-900);margin:5px 0 0;font-weight:700}.alternatives-list{margin:0;padding:0 30px 28px 54px}.alternatives-list li{color:var(--muted);padding:9px 0}.alternatives-list li span{color:var(--ink);margin-right:18px}.alternatives-list li b{color:var(--petrol-800)}.alternatives-controls{flex-wrap:wrap;align-items:center;gap:12px;padding:0 30px 28px;display:flex}.alternatives-controls p{color:var(--muted);flex-basis:100%;margin:0;font-size:.85rem}.alternatives-controls button:disabled{cursor:wait;opacity:.6}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.workshop-backdrop{z-index:1050;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#091b1f75;justify-content:flex-end;display:flex;position:fixed;inset:0}.workshop-panel{-webkit-overflow-scrolling:touch;scroll-behavior:auto;box-sizing:border-box;background:#fff;flex-direction:column;width:min(620px,100%);height:100%;max-height:100dvh;padding:0;display:flex;overflow-y:auto;box-shadow:-18px 0 50px #091b1f2e}[inert]{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.workshop-header{z-index:20;border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:20px;padding:24px 28px 18px;display:flex;position:sticky;top:0}.workshop-header .section-kicker{margin:0 0 4px}.workshop-panel h2{color:var(--petrol-900);margin:0;font-size:1.65rem}.workshop-body{flex-direction:column;gap:20px;padding:24px 28px 40px;display:flex}.icon-button{border:1px solid var(--border);width:40px;min-width:40px;height:40px;min-height:40px;color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.icon-button svg{pointer-events:none;width:20px;height:20px}.workshop-actions{flex-wrap:wrap;gap:8px;margin:0;display:flex}.workshop-actions button,.workshop-actions label{border:1px solid var(--border);min-height:40px;color:var(--petrol-900);background:var(--surface);cursor:pointer;border-radius:7px;align-items:center;gap:7px;padding:0 11px;font-size:.78rem;font-weight:700;display:inline-flex}.workshop-actions svg{width:16px}.workshop-actions input{opacity:0;width:1px;height:1px;position:absolute}.workshop-actions label:focus-within{outline-offset:2px;outline:3px solid #0b62683d}.workshop-form{flex-direction:column;gap:16px;padding-bottom:24px;display:flex}.workshop-form .field{flex-direction:column;gap:8px;display:flex}.workshop-form__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.workshop-form textarea{resize:vertical;min-height:86px;color:var(--ink);box-sizing:border-box;border:1px solid #cbd5d9;border-radius:8px;width:100%;padding:12px}.workshop-form small{color:var(--muted);font-weight:400;line-height:1.4}.workshop-form__footer{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding-top:12px;padding-bottom:24px;display:flex}.workshop-form__footer .primary-button{min-width:160px;padding-inline:18px}.danger-button{color:#9e2a22;background:#fff7f6;border:1px solid #e2b7b3;border-radius:7px;align-items:center;gap:7px;padding:0 12px;font-weight:700;display:inline-flex}.danger-button svg{width:17px}@media (width<=880px){.topbar{align-items:center;gap:12px;min-height:62px;padding:10px 18px}.topbar__brand{gap:10px}.topbar__profile{flex-flow:row;align-items:center;gap:8px}.topbar__profile select{color:#fff;background:#ffffff14;border:1px solid #ffffff40;border-radius:6px;max-width:130px;padding:4px 8px;font-size:.82rem}.workspace{grid-template-columns:1fr;padding:10px}.input-panel{padding:22px}.technical-grid{grid-template-columns:1fr 1fr}.topbar__workshop{min-height:32px;padding-inline:10px;font-size:.8rem}}@media (width<=640px){.topbar{gap:8px;min-height:56px;padding:8px 12px}.topbar__brand{gap:8px}.topbar h1{white-space:nowrap;font-size:1.05rem}.app-version{display:none}.topbar__profile{flex-direction:row;align-items:center;gap:6px}.cloud-label{padding:3px 6px;font-size:.7rem}.cloud-label svg{width:12px;height:12px}.user-badge{gap:4px;padding:3px 6px;font-size:.74rem}.user-badge__email{display:none}.user-badge__role{padding:1px 4px;font-size:.68rem}.topbar__workshop{min-height:30px;padding-inline:8px;font-size:.76rem}.topbar__profile select{max-width:100px;padding:2px 4px;font-size:.78rem}.topbar__signout{place-items:center;width:32px;height:32px;padding:0;display:grid}}@media (width<=520px){.topbar{gap:6px;padding:6px 10px}.topbar__brand{gap:6px}.brand-mark{width:32px;height:32px}.brand-mark svg{width:18px;height:18px}.topbar h1{text-overflow:ellipsis;max-width:110px;font-size:.92rem;overflow:hidden}.topbar__profile{gap:4px}.cloud-label{padding:5px;font-size:0}.cloud-label svg{width:13px;height:13px;margin:0}.topbar__workshop,.offline-label{display:none}.result-panel__main{padding:20px}.gear-cards-grid{grid-template-columns:1fr 1fr}.result-summary{grid-template-columns:1fr}.result-summary>div+div{border-top:1px solid #c8ddd0;border-left:0}.result-summary--warning>div+div{border-top-color:#cde2f0}.result-disclosure summary{padding-inline:20px}.technical-grid{grid-template-columns:1fr;padding-inline:20px}.workshop-panel{width:100%;height:100dvh;max-height:100dvh;padding:0}.workshop-header{padding:16px 18px}.workshop-body{padding:16px 18px 48px}.workshop-form{padding-bottom:32px}.workshop-form__row{grid-template-columns:1fr}.workshop-form__footer{flex-direction:column-reverse;gap:12px;padding-bottom:24px;display:flex}.workshop-form__footer .primary-button{width:100%;min-height:52px}.workshop-form__footer .danger-button{justify-content:center;width:100%;min-height:44px}.icon-button{width:44px;min-width:44px;height:44px;min-height:44px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.profile-status-badge{border-radius:7px;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;font-size:.82rem;font-weight:650;display:flex}.profile-status-badge--calibrated{color:var(--green-700);background:var(--green-100);border:1px solid #b9d8c2}.profile-status-badge--uncalibrated{color:#8b4d08;background:#fff8eb;border:1px solid #e5c48e}.topbar__menu-btn{color:#fff;background:0 0;border:1px solid #ffffff47;border-radius:8px;place-items:center;width:40px;height:40px;padding:0;transition:background .18s,border-color .18s;display:grid}.topbar__menu-btn:hover{background:#ffffff1f;border-color:#ffffff73}.topbar__menu-btn svg{width:22px;height:22px}.nav-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0d1e2480;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.nav-drawer{background:#fff;flex-direction:column;width:min(340px,85vw);height:100%;animation:.22s cubic-bezier(.16,1,.3,1) slideIn;display:flex;overflow-y:auto;box-shadow:10px 0 35px #00000026}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-drawer__header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:24px 20px;display:flex}.nav-drawer__brand{align-items:center;gap:12px;display:flex}.brand-mark--small{background:var(--petrol-800);color:#fff;border:0;width:34px;height:34px}.brand-mark--small svg{width:20px;height:20px}.nav-drawer__brand h2{color:var(--petrol-900);margin:0;font-size:1.15rem;font-weight:750}.nav-drawer__list{flex-direction:column;flex:1;gap:6px;margin:0;padding:16px 12px;list-style:none;display:flex}.nav-drawer__item{color:#33454d;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:14px;width:100%;padding:14px 16px;font-size:.98rem;font-weight:650;transition:background .15s,color .15s,border-color .15s;display:flex}.nav-drawer__item svg{width:20px;height:20px;color:var(--muted);transition:color .15s}.nav-drawer__item:hover{background:var(--surface);color:var(--petrol-900)}.nav-drawer__item:hover svg{color:var(--petrol-700)}.nav-drawer__item--active{color:var(--petrol-900);background:#eef8f8;border-color:#b8dcd8}.nav-drawer__item--active svg{color:var(--petrol-700)}.nav-drawer__footer{border-top:1px solid var(--border);color:var(--muted);background:var(--surface);justify-content:space-between;align-items:center;padding:16px 20px;font-size:.8rem;display:flex}.page-container{flex-direction:column;gap:20px;max-width:1200px;margin:0 auto;padding:24px 20px;display:flex}.page-header{justify-content:space-between;align-items:center;display:flex}.page-header h2{color:var(--petrol-900);letter-spacing:-.02em;margin:0;font-size:clamp(1.4rem,2.2vw,1.9rem)}.card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:10px;padding:24px}.card__header{color:var(--petrol-900);align-items:center;gap:10px;margin-bottom:8px;display:flex}.card__header svg{width:22px;height:22px;color:var(--petrol-700)}.card__header h3{margin:0;font-size:1.15rem;font-weight:700}.card__description{color:var(--muted);margin:0 0 20px;font-size:.9rem;line-height:1.5}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.stat-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-direction:column;gap:4px;padding:16px;display:flex}.stat-card__number{color:var(--petrol-900);font-size:1.6rem;font-weight:800}.stat-card__label{color:var(--muted);font-size:.84rem;font-weight:600}.backup-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=900px){.backup-grid{grid-template-columns:1fr 1fr}}.backup-actions-list{flex-direction:column;gap:16px;display:flex}.backup-action-item{flex-direction:column;gap:12px;display:flex}.backup-action-item h4{color:var(--ink);margin:0 0 4px;font-size:1rem;font-weight:700}.backup-action-item p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.45}.secondary-button{border:1px solid var(--border);min-height:48px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:.92rem;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex}.secondary-button:hover:not(:disabled){background:var(--surface);border-color:#bcc8cd}.backup-btn{min-height:48px}.backup-upload-label{cursor:pointer}.divider{border:0;border-top:1px solid var(--border);margin:4px 0}.feedback-banner{border-radius:8px;align-items:center;gap:10px;margin-top:18px;padding:12px 16px;font-size:.88rem;font-weight:650;display:flex}.feedback-banner svg{flex-shrink:0;width:20px;height:20px}.feedback-banner--success{background:var(--green-100);color:var(--green-700);border:1px solid #b9d8c2}.feedback-banner--error{color:#9e2a22;background:#fff0f0;border:1px solid #f2c2c0}.placeholder-card{place-items:center;padding:60px 20px;display:grid}.placeholder-content{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:440px;display:flex}.placeholder-icon{width:48px;height:48px;color:var(--petrol-700);opacity:.85}.placeholder-content h3{color:var(--petrol-900);margin:0;font-size:1.25rem}.placeholder-content p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.cash-flow-page{flex-direction:column;gap:20px;display:flex}.month-navigator-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;padding:10px 16px;display:flex;box-shadow:0 2px 8px #091b1f0a}.month-nav-btn{border:1px solid var(--border);width:40px;height:40px;color:var(--petrol-900);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.month-nav-btn:hover{background:var(--petrol-50);border-color:var(--petrol-700)}.month-nav-btn svg{width:20px;height:20px}.month-current-display{color:var(--petrol-900);align-items:center;gap:12px;display:flex}.month-current-display svg{width:20px;height:20px;color:var(--petrol-700)}.month-current-title{letter-spacing:-.01em;font-size:1.15rem;font-weight:750}.month-today-btn{border:1px solid var(--border);color:var(--petrol-700);cursor:pointer;background:#fff;border-radius:6px;padding:4px 10px;font-size:.76rem;font-weight:700;transition:background .15s}.month-today-btn:hover{background:var(--petrol-50)}.cash-summary-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.cash-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:6px;padding:20px;display:flex;box-shadow:0 4px 12px #091b1f0a}.cash-summary-header{justify-content:space-between;align-items:center;display:flex}.cash-summary-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:700}.cash-summary-icon{border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.cash-summary-icon svg{width:18px;height:18px}.cash-summary-icon--in{background:var(--green-100);color:var(--green-700)}.cash-summary-icon--out{color:#c92a2a;background:#fff1f0}.cash-summary-icon--balance{background:var(--petrol-50);color:var(--petrol-700)}.cash-summary-value{color:var(--petrol-900);letter-spacing:-.02em;margin:0;font-size:1.65rem;font-weight:800}.cash-summary-card--in .cash-summary-value{color:var(--green-700)}.cash-summary-card--out .cash-summary-value{color:#c92a2a}.cash-summary-card--positive .cash-summary-value{color:var(--green-700)}.cash-summary-card--negative .cash-summary-value{color:#c92a2a}.cash-summary-subtext{color:var(--muted);font-size:.78rem}.cash-entries-section{flex-direction:column;gap:12px;display:flex}.section-title-bar{justify-content:space-between;align-items:center;display:flex}.section-title-bar h3{color:var(--petrol-900);margin:0;font-size:1.05rem;font-weight:750}.cash-empty-state{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:10px;padding:48px 24px;display:flex}.cash-empty-icon{width:44px;height:44px;color:var(--petrol-700);opacity:.7}.cash-empty-state h4{color:var(--petrol-900);margin:0;font-size:1.15rem}.cash-empty-state p{color:var(--muted);max-width:380px;margin:0 0 8px;font-size:.9rem}.cash-entries-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.cash-entry-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:0 2px 6px #091b1f08}.cash-entry-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #091b1f0f}.cash-entry-main{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.cash-entry-indicator{border-radius:8px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.cash-entry-card--in .cash-entry-indicator{background:var(--green-100)}.cash-entry-card--out .cash-entry-indicator{background:#fff1f0}.entry-icon{width:20px;height:20px}.entry-icon--in{color:var(--green-700)}.entry-icon--out{color:#c92a2a}.cash-entry-details{flex-direction:column;gap:3px;min-width:0;display:flex}.cash-entry-header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cash-entry-desc{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;font-weight:700;overflow:hidden}.cash-entry-category-badge{background:var(--petrol-50);color:var(--petrol-900);border:1px solid #cce3e6;border-radius:6px;padding:2px 8px;font-size:.72rem;font-weight:650}.cash-entry-meta{color:var(--muted);align-items:center;gap:8px;font-size:.8rem;display:flex}.cash-entry-kind-label{font-weight:600}.cash-entry-actions-area{flex-shrink:0;align-items:center;gap:16px;display:flex}.cash-entry-amount{letter-spacing:-.01em;white-space:nowrap;font-size:1.08rem;font-weight:800}.cash-entry-amount--in{color:var(--green-700)}.cash-entry-amount--out{color:#c92a2a}.cash-entry-button-group{align-items:center;gap:6px;display:flex}.cash-entry-action-btn{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);cursor:pointer;background:#fff;border-radius:6px;place-items:center;transition:all .15s;display:grid}.cash-entry-action-btn:hover{color:var(--petrol-900);border-color:var(--petrol-700);background:var(--petrol-50)}.cash-entry-action-btn svg{width:16px;height:16px}.cash-entry-action-btn--delete:hover{color:#c92a2a;background:#fff1f0;border-color:#f2c2c0}.radio-tile-group{grid-template-columns:1fr 1fr;gap:10px;display:grid}.radio-tile{border:2px solid var(--border);color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.92rem;font-weight:700;transition:all .15s;display:flex}.radio-tile input{opacity:0;width:1px;height:1px;position:absolute}.radio-tile svg{width:18px;height:18px}.radio-tile--active-in{border-color:var(--green-700);background:var(--green-100);color:var(--green-700)}.radio-tile--active-out{color:#c92a2a;background:#fff1f0;border-color:#c92a2a}.modal-backdrop{z-index:1060;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#091b1fa6;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal-card,.modal-dialog{border:1px solid var(--border);width:min(540px,100%);max-height:90vh;color:var(--ink);z-index:1070;border-radius:14px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #091b1f73;opacity:1!important;background:#fff!important}.modal-dialog--confirm{width:min(440px,100%)}.modal-card--danger,.modal-dialog--danger{background:#fff!important;border-top:4px solid #c53030!important}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 24px;display:flex;background:#fff!important}.modal-header__title{align-items:center;gap:10px;display:flex}.modal-header__title h2,.modal-header__title h3,.modal-header h3{color:var(--petrol-900);margin:0;font-size:1.15rem;font-weight:750}.modal-icon{width:22px;height:22px;color:var(--petrol-700);flex-shrink:0}.modal-icon--danger{color:#c53030;flex-shrink:0;width:22px;height:22px}.modal-body{color:var(--ink);padding:22px 24px;overflow-y:auto;background:#fff!important}.modal-form{flex-direction:column;gap:16px;padding:20px 24px;display:flex;overflow-y:auto;background:#fff!important}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:12px;padding:14px 24px;display:flex;background:#f8fafb!important}.confirm-body{color:var(--ink);flex-direction:column;gap:8px;padding:22px 24px;font-size:.95rem;display:flex;background:#fff!important}.alert-box{border-radius:8px;align-items:flex-start;gap:12px;margin:12px 0;padding:14px 16px;font-size:.88rem;line-height:1.5;display:flex}.alert-box--warning{color:#92400e!important;background:#fffbeb!important;border:1px solid #fef3c7!important;border-left:4px solid #d97706!important}.alert-box--danger{color:#742a2a!important;background:#fff5f5!important;border:1px solid #fed7d7!important;border-left:4px solid #c53030!important}.alert-box__icon{color:#d97706;flex-shrink:0;width:20px;height:20px}.confirm-body p{margin:0}.confirm-entry-highlight{background:var(--surface);border:1px solid var(--border);color:var(--petrol-900);border-radius:6px;padding:10px 14px;font-size:.88rem}@media (width<=768px){.cash-summary-grid{grid-template-columns:1fr}.cash-entry-card{flex-direction:column;align-items:stretch;gap:12px}.cash-entry-actions-area{border-top:1px solid var(--border);justify-content:space-between;padding-top:10px}}@media (width<=520px){.month-navigator-bar{padding:8px 10px}.month-current-title{font-size:.98rem}.form-row{grid-template-columns:1fr}.modal-footer{flex-direction:column-reverse}.modal-footer button{justify-content:center;width:100%;min-height:48px}}.inventory-summary-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.inventory-summary-card{align-items:center;gap:16px;padding:18px 20px;display:flex}.inventory-summary-card--warning{background:#fffdfa;border-color:#fbd38d}.inventory-summary-card__icon{border-radius:10px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.inventory-summary-card__icon svg{width:24px;height:24px}.inventory-summary-card__icon--total{color:var(--petrol-700);background:#ebf8fa}.inventory-summary-card__icon--ok{background:var(--green-100);color:var(--green-700)}.inventory-summary-card__icon--warning{color:#c05621;background:#feebc8}.inventory-summary-card__label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:.78rem;font-weight:700;display:block}.inventory-summary-card__value{color:var(--petrol-900);font-size:1.45rem;font-weight:850}.inventory-filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:14px 18px;display:flex}.inventory-search-input{flex:1;align-items:center;min-width:220px;display:flex;position:relative}.inventory-search-icon{width:18px;height:18px;color:var(--muted);pointer-events:none;position:absolute;left:12px}.inventory-search-input input{border:1px solid var(--border);width:100%;color:var(--ink);background:#fff;border-radius:8px;padding:10px 34px 10px 38px;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.inventory-search-input input:focus{border-color:var(--petrol-700);outline:none;box-shadow:0 0 0 3px #0b62681f}.inventory-clear-search{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;place-items:center;padding:4px;display:grid;position:absolute;right:8px}.inventory-clear-search:hover{color:var(--ink)}.inventory-clear-search svg{width:16px;height:16px}.inventory-filters-group{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.inventory-category-select{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:8px;padding:9px 14px;font-size:.88rem}.inventory-checkbox-label{color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:inline-flex}.inventory-checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--petrol-700);cursor:pointer}.inventory-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px;display:grid}.inventory-card{flex-direction:column;justify-content:space-between;gap:16px;padding:18px;transition:transform .15s,box-shadow .15s;display:flex}.inventory-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.inventory-card__header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.inventory-card__category{text-transform:uppercase;color:var(--petrol-700);letter-spacing:.04em;margin-bottom:4px;font-size:.72rem;font-weight:750;display:inline-block}.inventory-card__title{color:var(--petrol-900);margin:0;font-size:1.05rem;font-weight:800;line-height:1.3}.inventory-status-badge{white-space:nowrap;border-radius:16px;align-items:center;gap:5px;padding:3px 9px;font-size:.72rem;font-weight:750;display:inline-flex}.inventory-status-badge svg{width:14px;height:14px}.inventory-status-badge--ok{background:var(--green-100);color:var(--green-700);border:1px solid #b2dfdb}.inventory-status-badge--low{color:#c05621;background:#feebc8;border:1px solid #fbd38d}.inventory-status-badge--zero{color:#9b2c2c;background:#fed7d7;border:1px solid #feb2b2}.inventory-card__body{background:#f8fafb;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:1.2fr 1fr;gap:10px;padding:12px 14px;display:grid}.inventory-card__quantity-box{flex-direction:column;gap:2px;display:flex}.inventory-card__quantity-label,.inventory-card__min-label{color:var(--muted);text-transform:uppercase;font-size:.7rem;font-weight:700}.inventory-card__quantity-value{color:var(--petrol-900);font-size:1.25rem;font-weight:850}.inventory-card__quantity-value small{color:var(--muted);margin-left:2px;font-size:.8rem;font-weight:600}.inventory-card__min-box{border-left:1px solid #cbd5e0;flex-direction:column;gap:2px;padding-left:10px;display:flex}.inventory-card__min-value{color:var(--ink);font-size:.92rem;font-weight:700}.inventory-card__actions{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding-top:6px;display:flex}.inventory-card__move-btn{flex:1;justify-content:center;align-items:center;gap:6px;padding:7px 12px;font-size:.85rem;font-weight:750;display:inline-flex}.move-icon--in{color:var(--green-700)}.move-icon--out{color:#c53030}.inventory-card__sub-actions{align-items:center;gap:4px;display:flex}.form-row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.modal-subtitle{color:var(--muted);margin:2px 0 0;font-size:.85rem}.movement-balance-projection{border:1px solid var(--border);background:#f8fafb;border-radius:8px;justify-content:space-around;align-items:center;gap:8px;padding:12px 14px;display:flex}.projection-col{text-align:center;flex-direction:column;align-items:center;gap:2px;display:flex}.projection-col span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:700}.projection-col strong{color:var(--petrol-900);font-size:.98rem;font-weight:800}.projection-arrow{color:var(--muted);font-size:1.2rem;font-weight:800}.projection-col--ok strong{color:var(--green-700)}.projection-col--warning strong{color:#c05621}.projection-col--error strong{color:#c53030}.history-modal{max-width:540px}.history-modal__body{max-height:380px;padding:16px 20px;overflow-y:auto}.history-empty{text-align:center;color:var(--muted);margin:24px 0;font-size:.92rem}.history-list{flex-direction:column;gap:10px;display:flex}.history-item{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:flex-start;gap:12px;padding:10px 14px;display:flex}.history-item__icon{border-radius:6px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.history-item--in .history-item__icon{background:var(--green-100);color:var(--green-700)}.history-item--out .history-item__icon{color:#c53030;background:#fed7d7}.history-item__icon svg{width:18px;height:18px}.history-item__info{flex-direction:column;flex:1;gap:2px;display:flex}.history-item__main{justify-content:space-between;align-items:center;display:flex}.history-item__qty{font-size:.95rem;font-weight:800}.history-item--in .history-item__qty{color:var(--green-700)}.history-item--out .history-item__qty{color:#c53030}.history-item__date{color:var(--muted);font-size:.78rem;font-weight:600}.history-item__note{color:var(--ink);margin:0;font-size:.84rem}@media (width<=600px){.inventory-filter-bar,.inventory-filters-group{flex-direction:column;align-items:stretch}.form-row-2{grid-template-columns:1fr}}.gear-type-selection{max-width:980px;margin:40px auto;padding:0 24px}.gear-type-selection__header{text-align:center;margin-bottom:36px}.gear-type-selection__header h2{color:var(--petrol-900);letter-spacing:-.025em;margin:8px 0 12px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.gear-type-selection__subtitle{color:var(--muted);margin:0;font-size:1.05rem;line-height:1.5}.gear-type-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.gear-type-card{text-align:left;border:2px solid var(--border);box-shadow:var(--shadow);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;width:100%;padding:32px 28px;transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s,box-shadow .2s;display:flex}.gear-type-card:hover{border-color:var(--petrol-700);transform:translateY(-4px);box-shadow:0 24px 48px #06474d1f}.gear-type-card:focus-visible{outline:3px solid var(--orange-600);outline-offset:3px;border-color:var(--petrol-700)}.gear-type-card__icon{width:58px;height:58px;color:var(--petrol-800);background:#e6f3f4;border-radius:12px;place-items:center;margin-bottom:22px;display:grid}.gear-type-card__icon--helical{color:var(--orange-600);background:#fff4ed}.gear-type-card__icon svg{width:30px;height:30px}.gear-type-card__badge{background:var(--surface);color:var(--petrol-900);border:1px solid var(--border);letter-spacing:.03em;text-transform:uppercase;border-radius:999px;margin-bottom:12px;padding:4px 10px;font-size:.75rem;font-weight:750;display:inline-block}.gear-type-card__title{color:var(--petrol-900);letter-spacing:-.02em;margin:0 0 8px;font-size:1.4rem;font-weight:750}.gear-type-card__description{color:var(--muted);flex-grow:1;margin:0 0 24px;font-size:.95rem;line-height:1.55}.gear-type-card__action{color:var(--orange-600);align-items:center;gap:8px;margin-top:auto;font-size:.92rem;font-weight:750;display:flex}.gear-type-card__action svg{width:18px;height:18px;transition:transform .2s}.gear-type-card:hover .gear-type-card__action svg{transform:translate(4px)}.gear-preview-section{border-top:1px dashed var(--border);margin-top:48px;padding-top:36px}.gear-preview-header{margin-bottom:24px}.gear-preview-title{color:var(--petrol-900);letter-spacing:-.01em;margin:4px 0 6px;font-size:1.25rem;font-weight:750}.gear-preview-subtitle{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.gear-preview-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.gear-preview-card{border:1px solid var(--border);-webkit-user-select:none;user-select:none;cursor:default;background:#fff;border-radius:14px;outline:none;flex-direction:column;padding:22px 24px;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s,box-shadow .25s,background .25s;display:flex;box-shadow:0 2px 6px #0000000a}.gear-preview-card:hover,.gear-preview-card:focus-visible{background:#fffcf9;border-color:#ea580c66;transform:translateY(-2px);box-shadow:0 8px 24px #ea580c1a}.gear-preview-card:focus-visible{outline:2px solid var(--orange-600);outline-offset:2px}.gear-preview-card__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.gear-preview-card__icon-box{width:42px;height:42px;color:var(--petrol-800);background:linear-gradient(135deg,#f8fafc,#edf2f7);border:1px solid #cbd5e1;border-radius:10px;place-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1),background .25s,border-color .25s,color .25s;display:grid;box-shadow:0 1px 3px #0000000d}.gear-preview-card:hover .gear-preview-card__icon-box{color:#c2410c;background:linear-gradient(135deg,#ffedd5,#fed7aa);border-color:#fb923c;transform:scale(1.08)rotate(3deg)}.gear-preview-card__icon{stroke-width:2.2px;width:22px;height:22px}.gear-preview-card__badge{color:#c2410c;letter-spacing:.02em;text-transform:uppercase;background:linear-gradient(135deg,#fef3c7cc,#ffedd5f2);border:1px solid #f973164d;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.72rem;font-weight:750;animation:2.2s cubic-bezier(.4,0,.6,1) infinite badge-glow-pulse;display:inline-flex}.gear-preview-card__badge-dot{background-color:#ea580c;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite alternate badge-dot-pulse;box-shadow:0 0 6px #ea580ccc}@keyframes badge-glow-pulse{0%,to{border-color:#f973164d;box-shadow:0 0 #f9731666}50%{border-color:#f97316a6;box-shadow:0 0 10px 2px #f9731647}}@keyframes badge-dot-pulse{0%{opacity:.5;transform:scale(.85)}to{opacity:1;transform:scale(1.25)}}.gear-preview-card__title{color:var(--petrol-900);letter-spacing:-.01em;margin:0 0 6px;font-size:1.15rem;font-weight:750}.gear-preview-card__hover-info{border-top:1px dashed #ea580c33;margin-top:6px;padding-top:10px;transition:opacity .2s,border-color .2s}.gear-preview-card:hover .gear-preview-card__hover-info{border-top-color:#ea580c73}.gear-preview-card__hover-kicker{text-transform:uppercase;letter-spacing:.04em;color:var(--orange-600);margin-bottom:3px;font-size:.72rem;font-weight:750;display:block}.gear-preview-card__hover-text{color:#475569;margin:0;font-size:.88rem;line-height:1.5}.auth-dev-actions{flex-direction:column;margin-top:-6px;display:flex}.auth-dev-button{color:#334155;cursor:pointer;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;font-size:.88rem;font-weight:650;transition:all .2s;display:inline-flex}.auth-dev-button:hover:not(:disabled){color:#0f172a;background:#e2e8f0;border-color:#94a3b8}.auth-dev-button:focus-visible{outline:2px solid var(--petrol-700);outline-offset:2px}.auth-dev-button:disabled{opacity:.6;cursor:not-allowed}.auth-dev-button__icon{color:#64748b;width:16px;height:16px}.calculator-nav-header{margin-bottom:20px}.back-button{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:.88rem;font-weight:650;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.back-button svg{width:16px;height:16px;color:var(--muted)}.back-button:hover{background:var(--surface);border-color:var(--petrol-700);color:var(--petrol-900)}.back-button:hover svg{color:var(--petrol-900)}.spur-result-panel{flex-direction:column;display:flex}.spur-result-highlight{grid-template-columns:1fr 1fr;gap:16px;margin:20px 0 24px;display:grid}.spur-result-highlight__card{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:4px;padding:20px;display:flex}.spur-result-highlight__card .metric-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:700}.spur-result-highlight__card .metric-primary{color:var(--petrol-900);letter-spacing:-.02em;font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:800}.spur-result-highlight__card .metric-detail{color:var(--petrol-700);font-size:.88rem;font-weight:600}.spur-specs-section{margin-top:16px}.spur-specs-title{color:var(--petrol-900);margin:0 0 14px;font-size:1.05rem;font-weight:750}.spur-secondary-results{border:1px solid var(--border);border-radius:8px;margin-top:14px;overflow:hidden}.spur-secondary-results summary{min-height:52px;color:var(--petrol-900);cursor:pointer;background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;font-size:.9rem;font-weight:750;list-style:none;display:flex}.spur-secondary-results summary::-webkit-details-marker{display:none}.spur-secondary-results summary:hover{background:var(--surface)}.spur-secondary-results summary svg{flex:none;width:18px;transition:transform .18s}.spur-secondary-results[open] summary{border-bottom:1px solid var(--border)}.spur-secondary-results[open] summary svg{transform:rotate(180deg)}.spur-secondary-results .spur-technical-grid{padding:14px}.spur-technical-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin:0;padding:0;display:grid}.spur-technical-grid .technical-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.spur-technical-grid dt{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.78rem;font-weight:700}.spur-technical-grid dd{color:var(--ink);margin:0;font-size:1.05rem;font-weight:750}.spur-notice-box{color:#854d0e;background:#fdfbf7;border:1px solid #faeccb;border-radius:8px;align-items:flex-start;gap:12px;margin-top:24px;padding:14px 18px;font-size:.88rem;line-height:1.45;display:flex}.spur-notice-box svg{color:#b45309;flex-shrink:0;width:20px;height:20px;margin-top:2px}.spur-notice-box p{margin:0}@media (width<=768px){.gear-type-selection{margin:24px auto;padding:0 16px}.gear-type-grid,.spur-result-highlight{grid-template-columns:1fr}}.auth-container{background:#f8fafc;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-aether-bg{width:100%;min-height:100vh}.auth-whatsapp-fab{right:max(16px, calc(16px + env(safe-area-inset-right)));bottom:max(16px, calc(16px + env(safe-area-inset-bottom)));z-index:20;color:#fff;background:linear-gradient(145deg,#32d06c,#1da851);border:1px solid #ffffffa6;border-radius:50%;place-items:center;width:60px;height:60px;transition:transform .16s,box-shadow .16s,background-color .16s;display:grid;position:fixed;box-shadow:0 14px 30px #15803d52,0 3px 10px #0f172a38}.auth-whatsapp-fab svg{fill:currentColor;width:30px;height:30px}.auth-whatsapp-fab:hover{transform:translateY(-2px);box-shadow:0 18px 34px #15803d61,0 4px 12px #0f172a40}.auth-whatsapp-fab:focus-visible{outline-offset:4px;outline:3px solid #07545a}.auth-whatsapp-fab__tooltip{color:#fff;opacity:0;pointer-events:none;background:#05383d;border-radius:8px;width:max-content;max-width:min(250px,100vw - 104px);padding:9px 12px;font-size:.78rem;font-weight:700;line-height:1.25;transition:opacity .16s,transform .16s;position:absolute;right:calc(100% + 12px);transform:translate(4px)}@media (hover:hover) and (pointer:fine){.auth-whatsapp-fab:hover .auth-whatsapp-fab__tooltip,.auth-whatsapp-fab:focus-visible .auth-whatsapp-fab__tooltip{opacity:1;transform:translate(0)}}@media (width<=600px){.auth-whatsapp-fab{width:54px;height:54px}.auth-whatsapp-fab svg{width:27px;height:27px}}@media (prefers-reduced-motion:reduce){.auth-whatsapp-fab,.auth-whatsapp-fab__tooltip{transition:none}}.auth-card{-webkit-backdrop-filter:blur(16px);z-index:10;text-align:left;background:#fffffff2;border:1px solid #d6dee1d9;border-radius:18px;width:100%;max-width:440px;padding:38px 32px;position:relative;box-shadow:0 20px 45px #07545a17,0 4px 12px #00000008}.auth-card__top-actions{align-items:center;margin-bottom:12px;display:flex}.auth-back-button{color:#07545a;cursor:pointer;background:0 0;border:1px solid #07545a2e;border-radius:8px;align-items:center;gap:6px;padding:6px 12px 6px 9px;font-size:13px;font-weight:600;transition:background-color .2s,border-color .2s,transform .2s,color .2s;display:inline-flex}.auth-back-button:hover{background-color:#07545a14;border-color:#07545a59;transform:translate(-2px)}.auth-back-button:focus-visible{outline-offset:2px;outline:2px solid #07545a}.auth-back-button__icon{width:15px;height:15px}.auth-card__header{text-align:center;margin-bottom:28px}.brand-mark-glow-wrapper{justify-content:center;align-items:center;margin:0 auto 16px;display:inline-flex;position:relative}.brand-mark-pulse-halo{filter:blur(8px);pointer-events:none;z-index:0;background:radial-gradient(circle,#0ea5b773 0%,#07545a38 50%,#07545a00 75%);border-radius:50%;animation:3.2s cubic-bezier(.4,0,.6,1) infinite pulseLuminosity;position:absolute;inset:-14px}.brand-mark--large{z-index:1;color:#fff;background:linear-gradient(135deg,#07545a 0%,#06474d 60%,#0b6268 100%);border:1px solid #fff6;border-radius:18px;place-items:center;width:68px;height:68px;margin:0;display:grid;position:relative;box-shadow:0 10px 25px #07545a59,0 0 20px #0ea5b733}.brand-mark--large svg{filter:drop-shadow(0 2px 4px #0003);width:38px;height:38px}@keyframes pulseLuminosity{0%,to{opacity:.5;filter:blur(8px);transform:scale(.94)}50%{opacity:1;filter:blur(14px);transform:scale(1.22)}}.auth-card__title{justify-content:center;align-items:baseline;gap:6px;margin:8px 0;font-size:clamp(2rem,5.2vw,2.55rem);font-weight:850;line-height:1.15;animation:3.2s ease-in-out infinite textGlowPulse;display:inline-flex}.auth-card__title-main{letter-spacing:-.04em;background:linear-gradient(135deg,#05383d 0%,#07545a 50%,#0e7490 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:900}.auth-card__title-app{letter-spacing:-.02em;color:#0b6268;background:#07545a12;border:1px solid #07545a26;border-radius:6px;padding:1px 7px;font-size:.88em;font-weight:600}@keyframes textGlowPulse{0%,to{filter:drop-shadow(0 2px 6px #07545a1f)}50%{filter:drop-shadow(0 4px 16px #0ea5b761)}}.auth-card__subtitle{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.auth-card__security-badge{color:#64748b;justify-content:center;align-items:center;gap:6px;margin-top:4px;font-size:.78rem;font-weight:600;display:flex}.auth-card__security-icon{width:15px;height:15px;color:var(--petrol-700)}.auth-form{flex-direction:column;gap:20px;display:flex}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon__icon{width:20px;height:20px;color:var(--muted);pointer-events:none;position:absolute;left:14px}.input-with-icon__input{border:1.5px solid var(--border);width:100%;color:var(--ink);background:#fff;border-radius:10px;padding:12px 14px 12px 42px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.input-with-icon__input--password{padding-right:46px}.password-visibility-toggle{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;right:8px}.password-visibility-toggle:hover:not(:disabled){color:var(--petrol-700);background:#0b626814}.password-visibility-toggle:focus-visible{outline-offset:1px;outline:3px solid #0b62683d}.password-visibility-toggle:disabled{cursor:not-allowed;opacity:.55}.password-visibility-toggle svg{width:19px;height:19px}.input-with-icon__input:focus{border-color:var(--petrol-700);outline:none;box-shadow:0 0 0 3.5px #0b626824}.shiny-button{color:#fff;letter-spacing:-.01em;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#07545a 0%,#06474d 45%,#0b6268 100%);border:1px solid #ffffff47;border-radius:12px;outline:none;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;padding:14px 24px;font-family:inherit;font-size:1rem;font-weight:750;transition:box-shadow .25s,border-color .25s,background .25s,filter .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -4px #07545a59,0 4px 10px -2px #07545a33,inset 0 1px 1px #fff6,inset 0 -1px 2px #0003}.shiny-button:hover:not(:disabled){background:linear-gradient(135deg,#085e65 0%,#07545a 45%,#0d747b 100%);border-color:#ffffff73;box-shadow:0 14px 32px -4px #07545a7a,0 6px 14px -2px #0ea5b74d,inset 0 1px 1.5px #fff9,inset 0 -1px 2px #00000040}.shiny-button:active:not(:disabled){box-shadow:0 6px 16px -2px #07545a4d,inset 0 2px 4px #00000040}.shiny-button:disabled{opacity:.68;cursor:wait;box-shadow:none}.shiny-button__shimmer{pointer-events:none;background:linear-gradient(115deg,#0000 0%,#ffffff08 30%,#ffffff73 50%,#ffffff08 70%,#0000 100%);width:100%;height:100%;animation:3.2s cubic-bezier(.4,0,.2,1) infinite shinySweep;position:absolute;top:0;left:0;transform:translate(-130%)}.shiny-button:hover:not(:disabled) .shiny-button__shimmer{animation-duration:1.8s}.shiny-button:disabled .shiny-button__shimmer{opacity:0;animation:none}@keyframes shinySweep{0%{transform:translate(-130%)}30%,to{transform:translate(130%)}}.shiny-button__content{z-index:2;justify-content:center;align-items:center;gap:9px;width:100%;display:inline-flex;position:relative}.button--full{justify-content:center;width:100%}.button--large{border-radius:10px;padding:13px 20px;font-size:.96rem;font-weight:750}.button--danger{color:#fff;background:#c53030;border:1px solid #9b2c2c}.button--danger:hover:not(:disabled){background:#9b2c2c}.button--danger-outline{color:#c53030;background:0 0;border:1px solid #feb2b2}.button--danger-outline:hover:not(:disabled){background:#fff5f5;border-color:#c53030}.spinner-icon{width:18px;height:18px;animation:.9s linear infinite spin}.spinner-icon--large{width:32px;height:32px;color:var(--petrol-700)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state--centered{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 24px;display:flex}.loading-state--centered p{color:var(--petrol-900);margin:0;font-size:1rem;font-weight:650}.auth-feedback{border-radius:10px;padding:14px 16px}.auth-feedback--error{color:#c53030;background:#fff5f5;border:1px solid #feb2b2;align-items:center;gap:10px;font-size:.88rem;font-weight:600;display:flex}.auth-feedback--success{background:var(--green-50,#f0fdf4);color:#166534;text-align:center;border:1px solid #bbf7d0}.auth-feedback--banner{text-align:left;align-items:center;gap:10px;margin-bottom:20px;display:flex}.auth-feedback__icon-inline{flex-shrink:0;width:18px;height:18px}.auth-feedback__icon{color:#15803d;background:#dcfce7;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto 12px;display:grid}.auth-feedback__icon svg{width:26px;height:26px}.auth-feedback__title{color:#14532d;margin:0 0 8px;font-size:1.15rem;font-weight:800}.auth-feedback__message{color:#166534;margin:0 0 14px;font-size:.9rem;line-height:1.5}.auth-feedback__tip{color:#15803d;text-align:left;background:#ffffffb3;border:1px dashed #86efac;border-radius:8px;margin-bottom:18px;padding:10px 12px;font-size:.82rem}.auth-card--terms{border-top:4px solid var(--petrol-700);max-width:620px}.terms-icon-badge{background:var(--petrol-50,#f0fdfa);width:60px;height:60px;color:var(--petrol-700);border:1px solid var(--petrol-200,#ccfbf1);border-radius:50%;place-items:center;margin:0 auto 16px;display:grid}.terms-icon{width:32px;height:32px}.section-kicker--legal{color:var(--petrol-800);letter-spacing:.05em;font-weight:800}.terms-content{flex-direction:column;gap:16px;display:flex}.terms-legal-notice{color:#14532d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:14px 16px;font-size:.86rem;line-height:1.5}.terms-legal-notice__header{color:#166534;align-items:center;gap:8px;margin-bottom:6px;font-size:.92rem;display:flex}.terms-legal-notice__icon{color:#15803d;flex-shrink:0;width:18px;height:18px}.terms-legal-notice p{margin:0}.terms-body-box{background:var(--sand-50,#fbfbf9);border:1.5px solid var(--border);max-height:240px;color:var(--ink);border-radius:10px;padding:16px;font-size:.88rem;line-height:1.55;overflow-y:auto;box-shadow:inset 0 2px 4px #00000008}.terms-body-box:focus-visible{border-color:var(--petrol-700);outline:none;box-shadow:0 0 0 3px #0b626826}.terms-body-formatted p{margin:0 0 12px}.terms-body-formatted p:last-child{margin-bottom:0}.terms-warning-box{color:#92400e;background:#fffbeb;border:1px solid #fef3c7;border-left:4px solid #d97706;border-radius:8px;padding:12px 14px;font-size:.84rem;line-height:1.5}.terms-warning-box p{margin:0}.terms-acceptance-box{border:1px solid var(--border);background:#fff;border-radius:10px;padding:14px 16px;transition:border-color .15s,box-shadow .15s}.terms-acceptance-box:hover{border-color:var(--petrol-600)}.terms-checkbox-label{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.terms-custom-checkbox{color:var(--muted);flex-shrink:0;margin-top:2px}.terms-custom-checkbox .checked{color:var(--petrol-700)}.terms-checkbox-text{color:var(--ink);font-size:.85rem;line-height:1.45}.terms-actions{flex-direction:column;gap:10px;margin-top:6px;display:flex}.auth-card--blocked{border-top:4px solid #c53030;max-width:520px}.blocked-icon-container{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 16px;display:grid}.blocked-icon{width:34px;height:34px}.section-kicker--danger{color:#b91c1c;font-weight:800}.auth-card__subtitle--blocked{color:var(--ink);font-weight:600}.blocked-content{flex-direction:column;gap:20px;display:flex}.blocked-message-box{color:#7f1d1d;background:#fff5f5;border:1px solid #fecaca;border-radius:12px;flex-direction:column;gap:14px;padding:18px;font-size:.9rem;line-height:1.55;display:flex}.blocked-reason-box{background:#fff;border:1.5px solid #f87171;border-radius:8px;padding:12px 14px}.blocked-reason-header{align-items:center;gap:6px;margin-bottom:6px;display:flex}.blocked-reason-icon{color:#dc2626;flex-shrink:0;width:16px;height:16px}.blocked-reason-label{text-transform:uppercase;letter-spacing:.04em;color:#991b1b;font-size:.8rem;font-weight:750}.blocked-legal-warning{color:#881337;background:#fff8f8;border:1px solid #fed7d7;border-left:3.5px solid #dc2626;border-radius:8px;padding:12px 14px;font-size:.84rem;line-height:1.5}.blocked-legal-warning__header{color:#9f1239;align-items:center;gap:6px;margin-bottom:6px;font-size:.88rem;display:flex}.blocked-legal-warning__icon{flex-shrink:0;width:16px;height:16px}.blocked-legal-warning p{margin:0 0 8px}.blocked-legal-warning p:last-child{margin-bottom:0}.blocked-contact-cta{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.auth-card--trial-ended{border-top:4px solid #16a34a;max-width:560px}.trial-ended-icon-container{color:#16a34a;background:#dcfce7;border:1px solid #86efac;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 16px;display:grid}.trial-ended-icon{width:34px;height:34px}.section-kicker--gold{color:#d97706;letter-spacing:.05em;font-weight:800}.trial-benefits-card{border:1px solid var(--border);text-align:left;background:#f8fafc;border-radius:12px;padding:18px 20px}.trial-benefits-title{color:var(--petrol-900);margin:0 0 12px;font-size:.95rem;font-weight:750}.trial-benefits-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.trial-benefits-list li{color:var(--ink);align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.45;display:flex}.benefit-icon{color:#16a34a;flex-shrink:0;width:18px;height:18px;margin-top:2px}.cta-box-primary{text-align:center;background:#f0fdf4;border:1.5px solid #86efac;border-radius:12px;flex-direction:column;gap:12px;padding:18px 20px;display:flex}.cta-box-primary__title{color:#14532d;margin:0;font-size:.94rem;font-weight:750}.button--whatsapp-cta{color:#fff;background:#25d366;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px 20px;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s;display:inline-flex;box-shadow:0 10px 24px #25d36659}.button--whatsapp-cta:hover{color:#fff;background:#20ba5a;transform:translateY(-2px);box-shadow:0 14px 30px #25d36673}.button--whatsapp-cta:active{transform:translateY(0)}.button__icon-large{flex-shrink:0;width:24px;height:24px}.social-links-row{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px;display:flex}.social-pill{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-size:.82rem;font-weight:650;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.social-pill svg{width:15px;height:15px;color:var(--petrol-700)}.social-pill:hover{border-color:var(--petrol-600);color:var(--petrol-900);background:#f1f5f9}.migration-container{background:var(--sand-50);place-items:center;min-height:100vh;padding:24px;display:grid}.migration-card{border:1px solid var(--border);background:#fff;border-radius:16px;width:100%;max-width:520px;padding:36px 32px;box-shadow:0 20px 40px #06474d14}.migration-card__header{text-align:center;margin-bottom:24px}.migration-icon-container{width:60px;height:60px;color:var(--petrol-800);background:#e6f3f4;border-radius:14px;place-items:center;margin:0 auto 16px;display:grid}.migration-icon{width:32px;height:32px}.migration-card__title{color:var(--petrol-900);letter-spacing:-.02em;margin:6px 0 8px;font-size:1.45rem;font-weight:800}.migration-card__subtitle{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.migration-info-box{border:1px solid var(--border);color:var(--ink);background:#f8fafb;border-radius:10px;margin-bottom:24px;padding:16px 18px;font-size:.9rem;line-height:1.55}.migration-info-tip{color:var(--petrol-900);margin:10px 0 0;font-weight:700}.migration-actions{flex-direction:column;gap:12px;display:flex}.migration-discard-btn{color:#742a2a}.migration-success{text-align:center;padding:10px 0}.migration-success__icon{color:#15803d;background:#dcfce7;border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 14px;display:grid}.migration-success__icon svg{width:30px;height:30px}.migration-success__title{color:#14532d;margin:0 0 8px;font-size:1.3rem;font-weight:800}.migration-success__desc{color:var(--muted);margin:0 0 20px;font-size:.92rem}.migration-summary-list{text-align:left;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:grid}.migration-summary-list li{border:1px solid var(--border);color:var(--ink);background:#f8fafb;border-radius:8px;padding:10px 14px;font-size:.88rem}.migration-summary-list strong{color:var(--petrol-900);font-size:1.25rem;font-weight:850;display:block}.users-page{flex-direction:column;gap:24px;max-width:1080px;margin:0 auto;padding:24px;display:flex}.user-invite-card{padding:24px 28px}.user-invite-form{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.user-create-form{flex-direction:column;gap:18px;margin-top:16px;display:flex}.user-create-form__grid{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}@media (width<=900px){.user-create-form__grid{grid-template-columns:1fr}}.user-create-form__submit{align-self:flex-start}.user-invite-form__group{flex:1;min-width:260px;margin:0}.user-invite-form__btn{white-space:nowrap}.users-list-card{padding:24px 28px}.users-table{border-collapse:collapse;text-align:left;width:100%;margin-top:12px}.users-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1.5px solid var(--border);padding:12px 14px;font-size:.78rem;font-weight:750}.users-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:14px;font-size:.9rem}.users-table__email{color:var(--petrol-900)}.users-table__date{color:var(--muted);font-size:.85rem}.users-table__actions-head,.users-table__actions{text-align:right}.users-table__actions-group{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.users-table__row--blocked{background:#fffaf0}.badge{border-radius:12px;align-items:center;gap:5px;padding:3px 9px;font-size:.76rem;font-weight:750;display:inline-flex}.badge__icon{width:14px;height:14px}.badge--success{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.badge--danger{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.modal-card--danger{border-top:4px solid #c53030}.modal-icon--danger{color:#c53030}.cloud-label{color:var(--petrol-800);text-transform:uppercase;letter-spacing:.04em;background:#e6f3f4;border:1px solid #bfd4dc;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:.74rem;font-weight:750;display:inline-flex}.cloud-label svg{width:13px;height:13px}.user-badge{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:.82rem;display:inline-flex}.user-badge__icon{width:14px;height:14px;color:var(--muted)}.user-badge__email{text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-weight:650;overflow:hidden}.user-badge__role{color:#475569;text-transform:uppercase;background:#f1f5f9;border-radius:4px;padding:1px 6px;font-size:.7rem;font-weight:750}.user-badge__role--admin{color:#c2410c;background:#ffedd5}.topbar__signout{color:var(--muted);transition:color .15s,background-color .15s}.topbar__signout:hover{color:#c53030;background:#fee2e2}@media (width<=768px){.users-page{padding:16px}.user-invite-form{flex-direction:column;align-items:stretch}.user-badge__email{display:none}.migration-summary-list{grid-template-columns:1fr}}.gear-type-session-footer{border:1px solid var(--border);background:#f8fafb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:32px;padding:16px 20px;display:flex}.gear-type-session-item{flex:1;align-items:center;gap:12px;min-width:260px;display:flex}.gear-type-session-icon{width:22px;height:22px;color:var(--petrol-700);flex-shrink:0}.gear-type-session-text{flex-direction:column;gap:2px;display:flex}.gear-type-session-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:750}.gear-type-session-value{color:var(--ink);font-size:.88rem;font-weight:650}.modal-card--large{width:95%;max-width:680px}.badge--neutral{color:#64748b;background:#f1f5f9;border:1px solid #cbd5e1}.users-table__status-group{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.user-blocked-reason-label{word-break:break-word;max-width:220px;font-size:.76rem;line-height:1.3}.blocked-reason-box{text-align:left;background:#fff5f5;border:1px solid #feb2b2;border-left:4px solid #c53030;border-radius:8px;margin-bottom:14px;padding:12px 14px}.blocked-reason-label{text-transform:uppercase;color:#9b2c2c;letter-spacing:.04em;margin-bottom:4px;font-size:.75rem;font-weight:750;display:block}.blocked-reason-text{color:#742a2a;margin:0;font-size:.92rem;font-weight:650}.devices-list{flex-direction:column;gap:12px;margin:16px 0;display:flex}.device-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;transition:border-color .15s,box-shadow .15s;display:flex}.device-card:hover{border-color:var(--petrol-700)}.device-card--current{border-color:var(--petrol-700);background:#f4fafb}.device-card__main{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.device-card__icon{width:42px;height:42px;color:var(--petrol-900);background:#e6f4f5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.device-card__icon svg{width:22px;height:22px}.device-card__details{flex-direction:column;gap:3px;min-width:0;display:flex}.device-card__title{color:var(--petrol-900);align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex}.device-card__meta{color:#64748b;flex-wrap:wrap;gap:8px 14px;font-size:.8rem;display:flex}.device-card__meta-item{align-items:center;gap:4px;display:inline-flex}.device-card__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.security-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.security-metric-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:16px;padding:18px 20px;display:flex;box-shadow:0 2px 8px #0000000a}.security-metric-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.security-metric-card__icon--petrol{color:var(--petrol-900);background:#e6f4f5}.security-metric-card__icon--amber{color:#b45309;background:#fef3c7}.security-metric-card__icon--red{color:#b91c1c;background:#fee2e2}.security-metric-card__content{flex-direction:column;display:flex}.security-metric-card__value{color:var(--petrol-900);font-size:1.6rem;font-weight:800;line-height:1.1}.security-metric-card__label{color:#64748b;margin-top:2px;font-size:.82rem;font-weight:600}.badge--critical{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#7f1d1d;border-radius:4px;padding:3px 8px;font-weight:750}.badge--high{color:#991b1b;text-transform:uppercase;letter-spacing:.03em;background:#fee2e2;border:1px solid #f87171;border-radius:4px;padding:3px 8px;font-weight:700}.badge--medium{color:#92400e;text-transform:uppercase;letter-spacing:.03em;background:#fef3c7;border:1px solid #fcd34d;border-radius:4px;padding:3px 8px;font-weight:700}.badge--low{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:3px 8px;font-weight:650}.badge--current-device{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:4px;padding:2px 6px;font-size:.72rem;font-weight:700}.security-tabs{border-bottom:2px solid var(--border);gap:8px;margin-bottom:20px;display:flex}.security-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:8px;margin-bottom:-2px;padding:10px 18px;font-size:.92rem;font-weight:700;transition:all .15s;display:inline-flex}.security-tab-btn:hover{color:var(--petrol-900)}.security-tab-btn--active{color:var(--petrol-900);border-bottom-color:var(--petrol-900)}.device-limit-page{background:radial-gradient(circle at top,#0d4b53 0%,#062428 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.device-limit-card{background:#fff;border-radius:16px;flex-direction:column;width:min(600px,100%);display:flex;overflow:hidden;box-shadow:0 20px 50px #0006}.device-limit-card__header{border-bottom:1px solid var(--border);text-align:center;background:#fff;padding:28px 28px 20px}.device-limit-card__icon-wrapper{color:#b45309;background:#fef3c7;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:inline-flex}.device-limit-card__title{color:var(--petrol-900);margin:0 0 8px;font-size:1.45rem;font-weight:800}.device-limit-card__subtitle{color:#64748b;margin:0;font-size:.92rem;line-height:1.45}.device-limit-card__body{flex-direction:column;gap:16px;padding:24px 28px;display:flex}.device-limit-card__footer{border-top:1px solid var(--border);background:#f8fafc;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 28px;display:flex}
