:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f5f7f6;background:#030706;--bg:#030706;--panel:#081116;--panel2:#0d171c;--panel3:#111e23;--line:#203237;--line-green:#2d6a3b;--green:#34d769;--green2:#159947;--orange:#ff9b43;--muted:#9ba7a8;--danger:#ff6363;--radius:16px}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at 25% -10%,rgba(36,196,84,.1),transparent 30%),linear-gradient(180deg,#020605,#06100c);min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;padding:22px 16px;background:linear-gradient(180deg,#071015,#081016 62%,#061009);border-right:1px solid var(--line-green);display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-size:20px;padding:4px 10px 20px}.brand-mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#3be874,#168f44);display:grid;place-items:center;color:#fff;box-shadow:0 0 24px #34d76947}.profile-mini{display:flex;gap:11px;align-items:center;padding:14px 10px;margin-bottom:12px;border-top:1px solid #17252a;border-bottom:1px solid #17252a}.profile-mini strong,.profile-mini small{display:block}.profile-mini small{color:var(--muted);font-size:12px;margin-top:2px}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#1c2c31;color:#dff9e7;font-weight:800;border:1px solid #2a7843}.sidebar nav{display:flex;flex-direction:column;gap:3px;overflow:auto}.sidebar nav a,.logout{display:flex;gap:12px;align-items:center;padding:11px 12px;border-radius:10px;color:#dde4e2;background:transparent;border:0;text-align:left}.sidebar nav a:hover,.sidebar nav a.active{background:linear-gradient(90deg,#258a44d1,#1d6c36bf);color:#fff}.logout{margin-top:auto}.logout:hover{background:#131d20}.main{grid-column:2;min-width:0}.topbar{height:72px;position:sticky;top:0;z-index:10;background:#030808d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #152227;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.topbar-name{color:var(--muted);font-size:13px}.global-search{width:min(620px,65vw);height:42px;border:1px solid #24383d;border-radius:12px;background:#0b1418;display:flex;align-items:center;gap:9px;padding:0 12px;position:relative}.global-search input{flex:1;background:transparent;border:0;color:#fff;outline:0}.search-popover{position:absolute;top:48px;left:0;right:0;background:#0b1418;border:1px solid #284047;border-radius:12px;box-shadow:0 20px 70px #000;max-height:380px;overflow:auto;z-index:50}.search-result{display:flex;align-items:flex-start;gap:10px;padding:11px;border-bottom:1px solid #15252a}.search-result small,.search-result strong{display:block}.search-result small{color:var(--muted);margin-top:3px}.badge{font-size:10px;text-transform:uppercase;padding:3px 6px;border-radius:6px;background:#163520;color:#72e594}.content{padding:26px 30px 60px;max-width:1650px;margin:0 auto}.page{display:flex;flex-direction:column;gap:20px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-head h1{font-size:26px;margin:0 0 4px}.page-head p{margin:0;color:var(--muted)}.primary,.button-link{border:1px solid #2eaf57;color:#fff;background:linear-gradient(180deg,#2bab52,#19883f);border-radius:10px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;box-shadow:inset 0 1px #ffffff1f}.primary:hover{filter:brightness(1.08)}button:not(.primary):not(.icon-button):not(.product-card):not(.logout):not(.speak):not(.mic):not(.send){border:1px solid #2a3b3f;background:#10191d;color:#edf2f1;border-radius:9px;padding:9px 12px}.card,.table-card{background:linear-gradient(180deg,#0d181df5,#091115f5);border:1px solid #21353a;border-radius:var(--radius);box-shadow:0 18px 45px #0000002e}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stat-card{background:linear-gradient(180deg,#0d181d,#0b1519);border:1px solid #22353a;border-radius:13px;padding:18px}.stat-card small{display:block;color:#c8d0cf;margin-bottom:8px}.stat-card strong{font-size:24px}.stat-card.green strong{color:var(--green)}.stat-card.orange strong{color:var(--orange)}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dashboard-grid .card{padding:18px}.dashboard-grid .big{grid-column:span 2}.section-title{display:flex;align-items:center;gap:8px}.section-title h2{font-size:16px;margin:0}.section-title svg{color:#67dd88}.units-line{margin-top:24px;display:flex;align-items:baseline;gap:8px}.units-line strong{font-size:42px;color:var(--green)}.units-line span{color:var(--muted)}.progress,.mini-progress{height:10px;background:#152328;border-radius:999px;overflow:hidden}.progress span,.mini-progress span{display:block;height:100%;background:linear-gradient(90deg,#7add7d,#1ed45f);border-radius:inherit}.mini-progress{width:90px;height:6px;display:inline-block;margin-right:6px}.hero-number{font-size:42px;font-weight:800;color:var(--green);margin-top:18px}.list-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #18272b}.list-row small{display:block;color:var(--muted);margin-top:3px}.toolbar{display:flex;gap:10px}.search-field{display:flex;align-items:center;gap:8px;padding:0 12px;height:42px;background:#0b1519;border:1px solid #23383d;border-radius:10px;min-width:320px}.search-field input{background:transparent;border:0;color:#fff;outline:0;flex:1}.table-card{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:13px 14px;border-bottom:1px solid #1a2b30;vertical-align:top}th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#a9b4b3;background:#0b1418}td small{display:block;color:var(--muted);margin-top:3px}.empty{padding:32px;text-align:center;color:var(--muted)}.cards-list{display:grid;gap:10px}.appointment-card,.rental-card{padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:20px}.appointment-card p,.rental-card p{margin:4px 0;color:var(--muted)}.dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:9px}.dot.customer,.legend .customer,.appt-cell.customer{background:#5ba84f}.dot.promotion,.legend .promotion,.appt-cell.promotion{background:#bd632e}.dot.recommendation,.legend .recommendation,.appt-cell.recommendation{background:#4d3a7f}.dot.premium_checkin,.legend .premium_checkin,.appt-cell.premium_checkin{background:#a66b95}.dot.team,.legend .team,.appt-cell.team{background:#3698d0}.dot.telephone,.legend .telephone,.appt-cell.telephone{background:#efd82e;color:#191d15}.rental-card .right{text-align:right}.status{display:inline-block;padding:4px 8px;border-radius:999px;background:#213138;font-size:12px}.status.rented{background:#173d24;color:#81e79b}.status.due{background:#54301d;color:#ffb26f}.status.returned{background:#253038;color:#c0c8c9}.modal-backdrop{position:fixed;inset:0;background:#000000b8;display:grid;place-items:center;padding:20px;z-index:100}.modal{width:min(760px,100%);max-height:90vh;overflow:auto;border:1px solid #2d4a43;border-radius:18px;background:#081116;box-shadow:0 30px 100px #000;padding:20px}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.modal-head h3{margin:0;font-size:20px}.icon-button{background:transparent;border:0;color:#b6c0c0;padding:5px;display:grid;place-items:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label,.message-compose label{display:flex;flex-direction:column;gap:7px;color:#cbd2d1;font-size:13px}.form-grid input,.form-grid select,.form-grid textarea,.message-compose input,.message-compose select,.message-compose textarea{width:100%;background:#0d181d;border:1px solid #2b3d42;color:#f5f7f6;border-radius:9px;padding:10px 11px;outline:none}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#3f9455;box-shadow:0 0 0 2px #34d76917}.span-2{grid-column:span 2}.form-actions{display:flex;justify-content:flex-end;gap:8px}.check{flex-direction:row!important;align-items:center}.check input{width:auto}.info-box,.warning-box,.error-box{border:1px solid #30533d;background:#102319;border-radius:10px;padding:12px;color:#b8e8c5}.warning-box{border-color:#795b2c;background:#2d2313;color:#ffd486}.error-box{border-color:#6e3030;background:#281313;color:#ffadad}.sale-item-row{display:grid;grid-template-columns:1fr 80px 120px 36px;gap:8px;margin-top:8px}.sale-item-row select,.sale-item-row input{background:#0d181d;border:1px solid #2b3d42;color:#fff;border-radius:9px;padding:9px}.subhead{display:flex;align-items:center;justify-content:space-between}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-card{text-align:left;padding:0;overflow:hidden;background:#0c171b;border:1px solid #21383d;border-radius:16px;color:#fff}.product-card img,.product-placeholder{width:100%;height:220px;object-fit:contain;background:radial-gradient(circle,#1a2d25,#091014)}.product-placeholder{display:grid;place-items:center;color:#81908d}.product-card>div:last-child{padding:16px}.product-card h3{margin:5px 0 10px;font-size:20px}.product-card strong,.product-card small{display:block}.product-card strong{color:#68dc87}.product-card small{margin-top:12px;color:#a9b7b4;display:flex;gap:5px;align-items:center}.eyebrow{font-size:11px;color:#82a18e;text-transform:uppercase}.product-detail img{max-width:320px;max-height:280px;object-fit:contain;display:block;margin:0 auto}.price-big{font-size:22px;font-weight:800;color:#63df84;margin:10px 0}.source-note{display:block;margin-top:20px;color:#84928f}.ai-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;min-height:calc(100vh - 130px)}.chat-panel{display:flex;flex-direction:column;min-height:680px;overflow:hidden}.ai-head{padding:18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #1d3035}.ai-head h1{font-size:20px;margin:0}.ai-head h1 span{font-size:10px;color:#8ff09e;background:#1b4825;padding:3px 6px;border-radius:5px}.ai-head p{color:var(--muted);margin:4px 0 0}.assistant-orb{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#164b2a;color:#67ee8b;box-shadow:0 0 24px #34d76938}.chat-scroll{flex:1;overflow:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.bubble{max-width:76%;border:1px solid #253b40;padding:12px 14px;border-radius:15px;line-height:1.5;position:relative}.bubble.user{align-self:flex-end;background:#111d21;border-bottom-right-radius:4px}.bubble.assistant{align-self:flex-start;background:#0d171b;border-bottom-left-radius:4px}.speak{background:transparent;border:0;color:#6b8680;position:absolute;right:7px;bottom:5px}.quick-prompts{display:flex;gap:8px;padding:0 16px 12px;overflow:auto}.quick-prompts button{white-space:nowrap}.chat-input{display:grid;grid-template-columns:42px 1fr 44px;gap:8px;padding:12px;border-top:1px solid #1d3035}.chat-input input{background:#0b1418;border:1px solid #294047;border-radius:11px;color:#fff;padding:0 12px;outline:0}.mic,.send{border:1px solid #2d474c;border-radius:10px;background:#101b1f;color:#bcd0cb;display:grid;place-items:center}.mic.active,.send{background:#23994a;color:#fff;border-color:#33b65c}.ai-disclaimer{color:#6f7b79;text-align:center;padding:0 12px 12px}.ai-info{padding:20px}.ai-info h2{margin-top:0}.ai-info li{margin:10px 0;color:#c3cdca}.history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.history-grid .card{padding:18px}.divider{height:1px;background:#1d3034;margin:15px 0}.messages-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:14px}.messages-feed{padding:16px;max-height:70vh;overflow:auto}.message{padding:12px;border:1px solid #21383d;border-radius:12px;margin-bottom:10px;background:#0b1519}.message.mine{margin-left:14%;background:#0e2117;border-color:#285d38}.message small{display:block;color:#7f8e8b}.message p{margin-bottom:0}.message-compose{padding:18px;height:max-content;display:flex;flex-direction:column;gap:14px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.two-col>.card{padding:18px}.bunte-scroll{overflow:auto;border:1px solid #30413a;border-radius:8px;background:#e8eadf;color:#151815}.bunte{min-width:1040px;table-layout:fixed}.bunte th,.bunte td{border:1px solid #606860;padding:7px 5px;height:43px;color:#161816}.bunte th{background:#d3d7c1;color:#1f251f;text-transform:none;font-size:13px;text-align:center}.bunte th small{display:block;color:#4c554d}.bunte .time-col{width:155px}.bunte tbody th{background:#eff0e8}.bunte td{background:#f4f4ef;text-align:center}.appt-cell strong,.appt-cell span{display:block}.appt-cell{color:#111!important}.metrics th{width:190px;text-align:left}.metrics td{text-align:right}.week-toolbar{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.week-toolbar select{margin-left:12px;background:#0d181d;color:#fff;border:1px solid #2a3f44;border-radius:9px;padding:9px}.bunte-summary{display:flex;justify-content:space-between;padding:14px 18px}.legend{display:flex;gap:12px;flex-wrap:wrap;font-size:12px}.legend span{display:flex;align-items:center;gap:6px}.legend i{width:18px;height:12px;border-radius:2px}.wide{overflow-x:auto}.loading,.splash{min-height:50vh;display:grid;place-items:center;color:#93a09d}.toast{position:fixed;right:22px;bottom:22px;z-index:200;background:#12331e;border:1px solid #2d7a43;color:#dff9e7;padding:12px 16px;border-radius:10px;box-shadow:0 18px 50px #000}.toast.error{background:#381717;border-color:#8b3535;color:#ffcaca}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 50% 20%,rgba(34,189,77,.14),transparent 30%)}.login-card{width:min(440px,100%);background:#081116;border:1px solid #2c6c3d;border-radius:20px;padding:30px;display:flex;flex-direction:column;gap:16px;box-shadow:0 30px 100px #000,0 0 70px #25c45214}.login-card h1{margin:8px 0 0}.login-card p{margin:0;color:var(--muted)}.login-card label{display:flex;flex-direction:column;gap:7px}.login-card input{background:#0c171b;border:1px solid #2a3d42;border-radius:10px;padding:12px;color:#fff}.muted{color:var(--muted)}.mobile-nav{display:none}@media(max-width:1100px){.app-shell{grid-template-columns:210px 1fr}.sidebar{width:210px}.stat-grid,.dashboard-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.ai-layout,.messages-layout{grid-template-columns:1fr}.ai-info{display:none}.history-grid{grid-template-columns:1fr}}@media(max-width:760px){.app-shell{display:block}.sidebar{display:none}.main{padding-bottom:70px}.topbar{height:62px;padding:0 12px}.topbar-name{display:none}.global-search{width:100%}.content{padding:16px 12px 30px}.page-head{align-items:flex-start;flex-direction:column}.page-head .primary{width:100%}.stat-grid,.dashboard-grid,.two-col,.product-grid{grid-template-columns:1fr}.dashboard-grid .big{grid-column:span 1}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.appointment-card,.rental-card{align-items:flex-start;flex-direction:column}.rental-card .right{text-align:left}.search-field{min-width:0;width:100%}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#050d0ff5;border-top:1px solid #23402e;z-index:30;overflow-x:auto;padding:6px 4px max(6px,env(safe-area-inset-bottom))}.mobile-nav a{min-width:72px;display:flex;flex-direction:column;align-items:center;gap:3px;color:#8fa09b;font-size:9px;padding:5px}.mobile-nav a.active{color:#55df7b}.sale-item-row{grid-template-columns:1fr 64px 100px 32px}.chat-panel{min-height:calc(100vh - 100px);border-radius:10px}.bubble{max-width:90%}.bunte-summary{flex-direction:column;gap:6px}}.product-action{margin-top:18px;padding:14px;border:1px solid #254239;border-radius:12px;background:#0b1712;display:flex;gap:10px;align-items:end}.product-action label{flex:1;display:flex;flex-direction:column;gap:6px;font-size:12px;color:#a8b7b2}.product-action select{background:#0b1418;color:#fff;border:1px solid #2a3f44;border-radius:9px;padding:9px}.clickable{cursor:pointer}.clickable:hover td{background:#101d20}.team-detail h3{margin-top:20px}.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 12px;border:1px solid rgba(239,68,68,.45);border-radius:9px;background:#ef44441a;color:#ff6b6b;font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:.2s ease}.danger-button:hover{background:#ef444433;border-color:#ef4444bf}.danger-button:active{transform:scale(.97)}@media(max-width:760px){.danger-button{min-height:42px;padding:9px 12px}}.login-animated-page{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(46,224,115,.1),transparent 30%),linear-gradient(180deg,#071311,#06100e)}.animated-login-hero{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.animated-login-scene{position:absolute;inset:0}.animated-login-scene img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;animation:login-scene-fade .7s ease-out both}.animated-dustin-wrap{position:absolute;left:-24vw;bottom:4vh;width:min(26vw,330px);z-index:2;animation:dustin-enter 9s ease-out forwards}.animated-dustin{width:100%;height:auto;display:block;mix-blend-mode:lighten;filter:drop-shadow(0 18px 26px rgba(0,0,0,.35)) saturate(1.04);animation:dustin-bob 1.2s ease-in-out infinite,dustin-breathe 2.6s ease-in-out infinite;transform-origin:center bottom}.login-animated-page .login-card,.login-animated-page form{position:relative;z-index:5}.login-animated-page .login-card{margin-left:auto;margin-right:5.5%;margin-top:7vh;width:min(460px,92vw);padding:30px 28px;border-radius:28px;border:1px solid rgba(60,217,129,.26);background:#081210bd;box-shadow:0 30px 80px #00000073,inset 0 0 0 1px #ffffff08;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.login-animated-page form{position:relative;z-index:5;margin-left:auto;margin-right:5.5%;margin-top:7vh;width:min(460px,92vw);padding:30px 28px;border-radius:28px;border:1px solid rgba(60,217,129,.26);background:#081210bd;box-shadow:0 30px 80px #00000073,inset 0 0 0 1px #ffffff08;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.login-animated-page h1,.login-animated-page h2,.login-animated-page h3{color:#fff}.login-animated-page p,.login-animated-page label,.login-animated-page small,.login-animated-page span{color:#ecf5efeb}.login-animated-page input,.login-animated-page textarea,.login-animated-page select{background:#040d0c94;border:1px solid rgba(111,166,144,.35);color:#fff;min-height:50px}.login-animated-page input::placeholder{color:#d7e6ddb8}.login-animated-page button.primary,.login-animated-page .primary{min-height:52px;border-radius:14px;background:linear-gradient(180deg,#37df79,#20b860);border:0;color:#fff;font-weight:700;box-shadow:0 10px 26px #28c26540}.login-animated-page:after{content:"●  System online";position:fixed;top:26px;right:26px;z-index:6;padding:12px 18px;border-radius:999px;background:#050d0fdb;border:1px solid rgba(77,215,127,.28);color:#eef8f1;font-size:15px;box-shadow:0 8px 20px #00000040}@keyframes login-scene-fade{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes dustin-enter{0%{left:-24vw;opacity:0}12%{opacity:1}to{left:10vw;opacity:1}}@keyframes dustin-bob{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-6px) rotate(1deg)}}@keyframes dustin-breathe{0%,to{filter:drop-shadow(0 18px 26px rgba(0,0,0,.35)) saturate(1.04)}50%{filter:drop-shadow(0 22px 30px rgba(0,0,0,.42)) saturate(1.08)}}@media(max-width:1024px){.animated-login-scene img{object-position:42% center}.animated-dustin-wrap{width:min(30vw,250px);bottom:5vh}.login-animated-page .login-card,.login-animated-page form{margin-right:3.5%;width:min(430px,94vw);margin-top:8vh}}@media(max-width:760px){.animated-login-scene img{object-position:34% center;filter:brightness(.84)}.animated-dustin-wrap{width:160px;bottom:26vh;animation-duration:8s}.login-animated-page:after{top:14px;right:14px;font-size:12px;padding:8px 12px}.login-animated-page .login-card,.login-animated-page form{margin:0 auto;margin-top:45vh;width:min(94vw,430px);padding:22px 18px;border-radius:22px;background:#06110fd1}}@media(prefers-reduced-motion:reduce){.animated-dustin-wrap,.animated-dustin,.animated-login-scene img{animation:none!important}.animated-dustin-wrap{left:10vw;opacity:1}}.delete-icon{color:#ff6b6b;margin-left:6px}.delete-icon:hover{color:#ff8f8f;background:#ef444424}.login-dust-chase-stage{position:fixed;left:0;right:0;bottom:0;height:245px;pointer-events:none;-webkit-user-select:none;user-select:none;overflow:hidden;z-index:4}.dustin-chase-runner{position:absolute;left:0;bottom:4px;width:205px;opacity:0;will-change:transform;animation:dustin-chase-across 19s linear infinite}.dustin-chase-figure{position:relative;z-index:4;width:100%;transform-origin:55% 92%;animation:dustin-real-walk .62s ease-in-out infinite alternate}.dustin-chase-figure img{display:block;width:100%;height:auto;filter:drop-shadow(0 13px 13px rgba(0,0,0,.3));transform-origin:center bottom}.dustin-chase-shadow{position:absolute;z-index:1;left:35px;right:20px;bottom:3px;height:17px;border-radius:50%;background:radial-gradient(ellipse at center,#00000052,#0000002e 48%,#0000 75%);filter:blur(3px);animation:dustin-shadow-step .62s ease-in-out infinite alternate}@keyframes dustin-chase-across{0%{transform:translate3d(-260px,0,0) rotate(-1deg);opacity:0}4%{opacity:1}20%{transform:translate3d(8vw,-1px,0) rotate(.5deg)}40%{transform:translate3d(31vw,0,0) rotate(-.5deg)}60%{transform:translate3d(53vw,-2px,0) rotate(.5deg)}82%{transform:translate3d(76vw,0,0) rotate(-.5deg);opacity:1}96%{opacity:1}to{transform:translate3d(calc(100vw + 100px),0,0) rotate(0);opacity:0}}@keyframes dustin-real-walk{0%{transform:translateY(0) rotate(-1deg) scaleY(1)}45%{transform:translateY(-4px) rotate(.5deg) scaleY(.997)}to{transform:translateY(-1px) rotate(1deg) scaleY(1)}}@keyframes dustin-shadow-step{0%{transform:scaleX(1);opacity:.75}to{transform:scaleX(.88);opacity:.5}}.dustin-chase-bubble{position:absolute;z-index:8;left:130px;top:-4px;min-width:158px;max-width:205px;padding:9px 12px;border-radius:16px 16px 16px 4px;border:2px solid rgba(50,213,112,.9);background:#f7fff9f7;color:#07592f;font-size:12px;line-height:1.25;font-weight:800;text-align:center;box-shadow:0 8px 24px #0003;animation:dustin-talk-pop 3.9s ease-in-out infinite}@keyframes dustin-talk-pop{0%,to{transform:translateY(5px) scale(.94);opacity:0}12%,78%{transform:translateY(0) scale(1);opacity:1}}.vacuum-action-lines{position:absolute;right:-15px;bottom:12px;width:60px;height:38px;z-index:2}.vacuum-action-lines i{position:absolute;right:0;width:25px;height:3px;border-radius:999px;background:linear-gradient(90deg,#3ae57900,#3ae579cc);animation:vacuum-pull .75s ease-in-out infinite}.vacuum-action-lines i:nth-child(1){top:5px}.vacuum-action-lines i:nth-child(2){top:16px;width:36px;animation-delay:.15s}.vacuum-action-lines i:nth-child(3){top:28px;width:20px;animation-delay:.3s}@keyframes vacuum-pull{0%{opacity:0;transform:translate(15px) scaleX(.7)}45%{opacity:.8}to{opacity:0;transform:translate(-15px) scaleX(1.2)}}.dirt-runner{position:absolute;left:0;bottom:25px;z-index:3;will-change:transform}.dirt-creature{position:relative;width:35px;height:31px;border-radius:51% 43% 48% 44%;box-shadow:0 7px 7px #00000038,inset 4px 4px 7px #ffffff26;animation:dirt-scared-hop .38s ease-in-out infinite alternate}.crumb-creature{background:radial-gradient(circle at 28% 25%,#d8ae6c 0 5%,transparent 6%),radial-gradient(circle at 70% 34%,#6d421f 0 5%,transparent 6%),radial-gradient(circle at 42% 72%,#e1bc7b 0 5%,transparent 6%),radial-gradient(circle at 40% 30%,#b67d43,#805027 56%,#503019)}.dust-creature{border-radius:50%;background:radial-gradient(circle at 35% 28%,#d9dddd,#969e9d 52%,#555d5c);filter:drop-shadow(0 3px 3px rgba(0,0,0,.2))}.dust-creature:before,.dust-creature:after{content:"";position:absolute;inset:-7px;border-radius:50%;border:3px dotted rgba(153,161,160,.55)}.dust-creature:after{inset:-4px;transform:rotate(28deg)}.dirt-eye{position:absolute;z-index:5;top:7px;width:10px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000059}.dirt-eye-left{left:6px}.dirt-eye-right{right:6px}.dirt-eye i{position:absolute;width:5px;height:6px;right:1px;top:4px;border-radius:50%;background:#161918}.dirt-mouth{position:absolute;z-index:5;left:14px;bottom:4px;width:8px;height:6px;border-radius:50% 50% 60% 60%;background:#30221b}.dirt-mouth-scared{width:7px;height:9px;bottom:2px;border-radius:50%}.crumb-small{transform:scale(.78)}.dirt-dust-cloud{position:absolute;left:-16px;bottom:0;width:18px;height:12px;border-radius:50%;background:#bfc6c37a;filter:blur(3px);animation:dirt-cloud 1s ease-out infinite}@keyframes dirt-cloud{0%{opacity:.65;transform:translate(8px) scale(.5)}to{opacity:0;transform:translate(-28px) translateY(-8px) scale(1.5)}}@keyframes dirt-scared-hop{0%{transform:translateY(0) rotate(-6deg)}to{transform:translateY(-11px) rotate(7deg)}}.dirt-runner-one{animation:dirt-run-one 16.8s linear infinite}.dirt-runner-two{bottom:20px;animation:dirt-run-two 18.2s linear infinite}.dirt-runner-three{bottom:34px;animation:dirt-run-three 15.7s linear infinite}@keyframes dirt-run-one{0%{transform:translate3d(-40px,0,0)}to{transform:translate3d(calc(100vw + 90px),0,0)}}@keyframes dirt-run-two{0%{transform:translate3d(90px,0,0)}to{transform:translate3d(calc(100vw + 150px),0,0)}}@keyframes dirt-run-three{0%{transform:translate3d(-120px,0,0)}to{transform:translate3d(calc(100vw + 110px),0,0)}}@media(max-width:1024px){.login-dust-chase-stage{height:175px}.dustin-chase-runner{width:145px}.dustin-chase-bubble{left:92px;min-width:125px;max-width:150px;font-size:10px;padding:7px 9px}.dirt-creature{width:29px;height:26px}}@media(max-width:600px){.login-dust-chase-stage{height:125px;z-index:2}.dustin-chase-runner{width:105px;bottom:3px;animation-duration:16s}.dustin-chase-bubble{left:64px;top:-5px;min-width:96px;max-width:118px;padding:5px 7px;font-size:8px;border-width:1px}.dirt-creature{width:22px;height:20px}.dirt-eye{top:4px;width:7px;height:8px}.dirt-eye-left{left:4px}.dirt-eye-right{right:4px}.dirt-eye i{width:3px;height:4px}.dirt-mouth{left:9px;width:5px;height:4px}}@media(prefers-reduced-motion:reduce){.login-dust-chase-stage{display:none}}.login-dust-chase-stage{z-index:50!important;height:230px!important;overflow:hidden!important;pointer-events:none!important}.dustin-chase-runner{width:165px!important;bottom:4px!important;opacity:1!important;visibility:visible!important;display:block!important;z-index:55!important;animation:dustin-visible-chase 14s linear infinite!important}.dustin-chase-figure{display:block!important;opacity:1!important;visibility:visible!important;animation:dustin-natural-step .56s ease-in-out infinite alternate!important}.dustin-chase-figure img{display:block!important;opacity:1!important;visibility:visible!important;width:100%!important;height:auto!important;filter:drop-shadow(0 12px 14px rgba(0,0,0,.36))!important}@keyframes dustin-visible-chase{0%{transform:translate3d(8px,0,0)}20%{transform:translate3d(18vw,-2px,0)}40%{transform:translate3d(37vw,0,0)}60%{transform:translate3d(55vw,-2px,0)}82%{transform:translate3d(73vw,0,0)}94%{transform:translate3d(calc(100vw - 130px),0,0);opacity:1}97%{transform:translate3d(calc(100vw + 20px),0,0);opacity:0}to{transform:translate3d(8px,0,0);opacity:0}}@keyframes dustin-natural-step{0%{transform:translateY(1px) rotate(-1.2deg)}50%{transform:translateY(-5px) rotate(.4deg)}to{transform:translateY(0) rotate(1.1deg)}}.dustin-chase-bubble{display:block!important;visibility:visible!important;z-index:80!important;left:105px!important;top:4px!important;min-width:145px!important;opacity:1;animation:dustin-bubble-visible 3.9s ease-in-out infinite!important}@keyframes dustin-bubble-visible{0%{opacity:0;transform:translateY(5px) scale(.95)}15%{opacity:1;transform:translateY(0) scale(1)}82%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-3px) scale(.97)}}.dirt-runner{z-index:60!important}@media(max-width:600px){.login-dust-chase-stage{height:145px!important}.dustin-chase-runner{width:105px!important;animation-duration:12s!important}.dustin-chase-bubble{left:64px!important;top:2px!important;min-width:102px!important;max-width:120px!important;font-size:8px!important;padding:5px 7px!important}}@media(min-width:601px)and (max-width:1024px){.dustin-chase-runner{width:135px!important}.dustin-chase-bubble{left:84px!important;min-width:125px!important;font-size:10px!important}}.login-dust-chase-stage,.login-dust-chase-stage *{pointer-events:none!important}.login-dust-chase-stage{height:220px!important;overflow:visible!important;pointer-events:none!important}.login-dust-chase-stage *{pointer-events:none!important}.dustin-chase-runner{width:150px!important;bottom:8px!important;z-index:40!important;animation:dustin-hunt-v4 22s linear infinite!important}@keyframes dustin-hunt-v4{0%{transform:translate3d(-150px,0,0)}8%{transform:translate3d(-110px,0,0)}18%{transform:translate3d(-40px,0,0)}30%{transform:translate3d(6vw,0,0)}45%{transform:translate3d(20vw,0,0)}60%{transform:translate3d(38vw,0,0)}75%{transform:translate3d(56vw,0,0)}88%{transform:translate3d(74vw,0,0)}to{transform:translate3d(calc(100vw + 120px),0,0)}}.dustin-walk-rig{animation:dustin-body-v4 1s ease-in-out infinite!important}@keyframes dustin-body-v4{0%{transform:translateY(0) rotate(-.8deg)}25%{transform:translateY(-2px) rotate(-.2deg)}50%{transform:translateY(0) rotate(.8deg)}75%{transform:translateY(-2px) rotate(.2deg)}to{transform:translateY(0) rotate(-.8deg)}}.dustin-real-leg-left{animation:dustin-leg-left-v4 1s ease-in-out infinite!important}.dustin-real-leg-right{animation:dustin-leg-right-v4 1s ease-in-out infinite!important}@keyframes dustin-leg-left-v4{0%{transform:rotate(10deg) translateY(0)}25%{transform:rotate(5deg) translateY(1px)}50%{transform:rotate(-10deg) translateY(1px)}75%{transform:rotate(-4deg) translateY(-2px)}to{transform:rotate(10deg) translateY(0)}}@keyframes dustin-leg-right-v4{0%{transform:rotate(-10deg) translateY(1px)}25%{transform:rotate(-4deg) translateY(-2px)}50%{transform:rotate(10deg) translateY(0)}75%{transform:rotate(5deg) translateY(1px)}to{transform:rotate(-10deg) translateY(1px)}}.dirt-runner-one{bottom:22px!important;animation:crumb-flee-one-v4 24s linear infinite!important}.dirt-runner-two{bottom:28px!important;animation:crumb-flee-two-v4 25s linear infinite!important}.dirt-runner-three{bottom:18px!important;animation:crumb-flee-three-v4 26s linear infinite!important}@keyframes crumb-flee-one-v4{0%{transform:translate3d(18vw,0,0)}to{transform:translate3d(calc(100vw + 80px),0,0)}}@keyframes crumb-flee-two-v4{0%{transform:translate3d(34vw,0,0)}to{transform:translate3d(calc(100vw + 100px),0,0)}}@keyframes crumb-flee-three-v4{0%{transform:translate3d(52vw,0,0)}to{transform:translate3d(calc(100vw + 120px),0,0)}}.dirt-creature{animation:crumb-bounce-v4 .45s ease-in-out infinite alternate!important}@keyframes crumb-bounce-v4{0%{transform:translateY(0) rotate(-4deg)}to{transform:translateY(-5px) rotate(4deg)}}.dustin-chase-bubble{top:-20px!important;left:92px!important;z-index:60!important}@media(max-width:600px){.login-dust-chase-stage{height:150px!important}.dustin-chase-runner{width:105px!important;animation-duration:20s!important}.dirt-runner-one{animation-duration:22s!important}.dirt-runner-two{animation-duration:23s!important}.dirt-runner-three{animation-duration:24s!important}.dustin-chase-bubble{left:68px!important;top:-14px!important}}.v6-chase-stage{position:fixed;left:0;right:0;bottom:0;height:260px;overflow:hidden;z-index:30;pointer-events:none;-webkit-user-select:none;user-select:none}.v6-chase-stage *{pointer-events:none!important}.v6-dustin-runner{position:absolute;left:0;bottom:4px;width:190px;height:240px;z-index:20;animation:v6-dustin-travel 24s linear infinite}@keyframes v6-dustin-travel{0%{transform:translate3d(-210px,0,0)}10%{transform:translate3d(-80px,0,0)}20%{transform:translate3d(4vw,0,0)}40%{transform:translate3d(27vw,0,0)}60%{transform:translate3d(51vw,0,0)}80%{transform:translate3d(75vw,0,0)}to{transform:translate3d(calc(100vw + 180px),0,0)}}.v6-dustin-rig{position:absolute;inset:0;animation:v6-weight-shift .92s ease-in-out infinite}@keyframes v6-weight-shift{0%,to{transform:translateY(0)}25%,75%{transform:translateY(-2px)}50%{transform:translateY(0)}}.v6-dustin-part{position:absolute;inset:0}.v6-dustin-part img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 10px 13px rgba(0,0,0,.26))}.v6-leg-left-part{clip-path:polygon(3% 47%,44% 47%,45% 79%,37% 92%,7% 92%,0 74%);transform-origin:34% 56%;animation:v6-left-leg .92s linear infinite;z-index:2}.v6-leg-right-part{clip-path:polygon(34% 52%,64% 52%,70% 72%,72% 95%,45% 95%,35% 77%);transform-origin:47% 59%;animation:v6-right-leg .92s linear infinite;z-index:2}@keyframes v6-left-leg{0%{transform:rotate(11deg) translateY(0)}18%{transform:rotate(7deg) translateY(1px)}42%{transform:rotate(-10deg) translateY(2px)}55%{transform:rotate(-12deg) translateY(0)}72%{transform:rotate(-5deg) translateY(-7px)}88%{transform:rotate(6deg) translateY(-4px)}to{transform:rotate(11deg) translateY(0)}}@keyframes v6-right-leg{0%{transform:rotate(-11deg) translateY(2px)}18%{transform:rotate(-5deg) translateY(-7px)}34%{transform:rotate(6deg) translateY(-4px)}50%{transform:rotate(11deg) translateY(0)}70%{transform:rotate(7deg) translateY(1px)}90%{transform:rotate(-9deg) translateY(2px)}to{transform:rotate(-11deg) translateY(2px)}}.v6-arm-back-part{clip-path:polygon(5% 14%,43% 16%,46% 57%,7% 60%);transform-origin:38% 29%;animation:v6-back-arm .92s ease-in-out infinite;z-index:3}@keyframes v6-back-arm{0%,to{transform:rotate(-7deg)}50%{transform:rotate(6deg)}}.v6-body-part{clip-path:polygon(0 0,86% 0,83% 55%,66% 65%,52% 64%,39% 60%,20% 61%,0 54%);z-index:5;transform-origin:45% 55%;animation:v6-body-balance .92s ease-in-out infinite}@keyframes v6-body-balance{0%,to{transform:rotate(-.7deg)}50%{transform:rotate(.7deg)}}.v6-vacuum-part{clip-path:polygon(26% 25%,47% 25%,52% 41%,63% 62%,77% 82%,100% 83%,100% 100%,59% 100%,47% 77%,37% 57%);transform-origin:38% 34%;z-index:7;animation:v6-vacuum-motion 1.84s ease-in-out infinite}@keyframes v6-vacuum-motion{0%,to{transform:rotate(-2deg) translate(-2px)}50%{transform:rotate(3deg) translate(6px)}}.v6-dustin-shadow{position:absolute;left:25px;bottom:5px;width:125px;height:14px;border-radius:50%;background:radial-gradient(ellipse,#0000004d,#0000 72%);filter:blur(3px);animation:v6-shadow .92s ease-in-out infinite}@keyframes v6-shadow{0%,50%,to{transform:scaleX(1);opacity:.65}25%,75%{transform:scaleX(.91);opacity:.43}}.v6-suction{position:absolute;right:-3px;bottom:22px;width:65px;height:35px;z-index:1}.v6-suction i{position:absolute;right:0;width:33px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(52,220,116,.85));animation:v6-suction-pull .85s ease-in infinite}.v6-suction i:nth-child(1){top:3px}.v6-suction i:nth-child(2){top:12px;animation-delay:.15s}.v6-suction i:nth-child(3){top:21px;animation-delay:.3s}.v6-suction i:nth-child(4){top:30px;animation-delay:.45s}@keyframes v6-suction-pull{0%{opacity:0;transform:translate(25px)}50%{opacity:.8}to{opacity:0;transform:translate(-12px)}}.v6-crumb-runner{position:absolute;bottom:26px;width:39px;height:50px;z-index:15}.v6-runner-one{animation:v6-flee-one 21s linear infinite}.v6-runner-two{bottom:32px;animation:v6-flee-two 22s linear infinite}.v6-runner-three{bottom:23px;animation:v6-flee-three 23s linear infinite}@keyframes v6-flee-one{0%{transform:translate(23vw)}to{transform:translate(calc(100vw + 100px))}}@keyframes v6-flee-two{0%{transform:translate(43vw)}to{transform:translate(calc(100vw + 110px))}}@keyframes v6-flee-three{0%{transform:translate(63vw)}to{transform:translate(calc(100vw + 120px))}}.v6-creature{position:absolute;left:3px;top:3px;width:32px;height:31px;border-radius:48% 55% 44% 53%;animation:v6-creature-hop .42s ease-in-out infinite alternate}.v6-crumb{background:radial-gradient(circle at 28% 25%,#e3c483 0 5%,transparent 6%),radial-gradient(circle at 75% 65%,#664120 0 6%,transparent 7%),radial-gradient(circle at 40% 40%,#bc8245,#79502a 65%,#4d3019);box-shadow:0 5px 7px #0000003d}.v6-dust{border-radius:50%;background:radial-gradient(circle,#d1d7d4,#89928f 65%,#555e5b);box-shadow:0 5px 7px #0003}@keyframes v6-creature-hop{0%{transform:translateY(0) rotate(-4deg)}to{transform:translateY(-5px) rotate(4deg)}}.v6-eye{position:absolute;top:7px;width:9px;height:11px;border-radius:50%;background:#fff;z-index:5}.v6-eye-left{left:5px}.v6-eye-right{right:5px}.v6-eye i{position:absolute;left:1px;top:3px;width:5px;height:6px;border-radius:50%;background:#111;animation:v6-look-back 1.5s ease-in-out infinite alternate}@keyframes v6-look-back{to{transform:translate(2px)}}.v6-mouth{position:absolute;left:12px;bottom:3px;width:8px;height:7px;border-radius:50%;background:#30231a}.v6-arm{position:absolute;top:15px;width:16px;height:4px;border-radius:999px;background:#60401f;transform-origin:center}.v6-arm-left{left:-12px;animation:v6-arm-left-run .28s ease-in-out infinite alternate}.v6-arm-right{right:-12px;animation:v6-arm-right-run .28s ease-in-out infinite alternate}.v6-arm i{position:absolute;width:5px;height:5px;border-radius:50%;background:#60401f}.v6-arm-left i{left:-2px}.v6-arm-right i{right:-2px}@keyframes v6-arm-left-run{0%{transform:rotate(42deg)}to{transform:rotate(-38deg)}}@keyframes v6-arm-right-run{0%{transform:rotate(-42deg)}to{transform:rotate(38deg)}}.v6-leg{position:absolute;bottom:-13px;width:4px;height:16px;border-radius:999px;background:#51351e;transform-origin:top center}.v6-leg-left{left:8px;animation:v6-crumb-leg-left .27s linear infinite alternate}.v6-leg-right{right:8px;animation:v6-crumb-leg-right .27s linear infinite alternate}.v6-leg i{position:absolute;bottom:-2px;width:10px;height:4px;border-radius:50%;background:#3e2b1d}.v6-leg-left i{left:-6px}.v6-leg-right i{right:-6px}@keyframes v6-crumb-leg-left{0%{transform:rotate(34deg)}to{transform:rotate(-32deg) translateY(-2px)}}@keyframes v6-crumb-leg-right{0%{transform:rotate(-32deg) translateY(-2px)}to{transform:rotate(34deg)}}.v6-sweat{position:absolute;right:-17px;top:-5px;font-size:11px;animation:v6-sweat .8s ease-out infinite}@keyframes v6-sweat{0%{opacity:.8;transform:translate(0)}to{opacity:0;transform:translate(8px,-8px)}}@media(max-width:1024px){.v6-chase-stage{height:205px}.v6-dustin-runner{width:145px;height:190px;animation-duration:23s}.v6-crumb-runner{transform:scale(.88)}}@media(max-width:600px){.v6-chase-stage{height:145px}.v6-dustin-runner{width:105px;height:140px;animation-duration:22s}.v6-crumb-runner{transform:scale(.68)}}@media(prefers-reduced-motion:reduce){.v6-chase-stage{display:none}}.login-page{position:relative!important;min-height:100vh!important;overflow:hidden!important;isolation:isolate!important;background:radial-gradient(circle at 35% 35%,#123a29,#071b17 38%,#04100f 72%,#020908)!important}.login-page .login-card{position:relative!important;z-index:20!important;backdrop-filter:blur(12px) saturate(1.08);-webkit-backdrop-filter:blur(12px) saturate(1.08)}.dustin-v8-scene{position:fixed;inset:0;width:100vw;height:100vh;overflow:hidden;z-index:1;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;background:#04100f}.dustin-v8-scene *,.dustin-v8-scene img{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.dustin-v8-animation{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block;transform:scale(1.015);transform-origin:center bottom;filter:saturate(1.07) contrast(1.04) brightness(.96)}.dustin-v8-readable-area{position:absolute;inset:0;z-index:3;background:radial-gradient(ellipse at 40% 48%,rgba(4,16,14,.22) 0%,rgba(4,16,14,.08) 30%,transparent 54%)}.dustin-v8-vignette{position:absolute;inset:0;z-index:4;box-shadow:inset 0 0 150px #00000061;background:linear-gradient(180deg,rgba(0,0,0,.13) 0%,transparent 25%,transparent 75%,rgba(0,0,0,.2) 100%)}.dustin-v8-floor-glow{position:absolute;left:17%;right:-5%;bottom:-75px;height:210px;z-index:2;border-radius:50%;background:radial-gradient(ellipse at center,rgba(55,255,120,.17) 0%,rgba(31,181,82,.08) 35%,transparent 72%);filter:blur(20px);animation:dustin-v8-floor-pulse 3.4s ease-in-out infinite alternate}@keyframes dustin-v8-floor-pulse{0%{opacity:.48;transform:scaleX(.96)}to{opacity:.8;transform:scaleX(1.04)}}.dustin-v8-extra-dust{position:absolute;left:20%;right:0;bottom:3%;height:42%;z-index:5;overflow:hidden;opacity:.52}.dustin-v8-extra-dust i{position:absolute;display:block;width:3px;height:3px;border-radius:50%;background:#e1cfa9b8;box-shadow:0 0 6px #e5d6b24d;animation:dustin-v8-dust-flight 3.7s linear infinite}.dustin-v8-extra-dust i:nth-child(1){left:5%;bottom:12%;animation-delay:-.2s}.dustin-v8-extra-dust i:nth-child(2){left:11%;bottom:28%;animation-delay:-1.1s}.dustin-v8-extra-dust i:nth-child(3){left:17%;bottom:8%;animation-delay:-2.4s}.dustin-v8-extra-dust i:nth-child(4){left:24%;bottom:35%;animation-delay:-.7s}.dustin-v8-extra-dust i:nth-child(5){left:31%;bottom:16%;animation-delay:-3s}.dustin-v8-extra-dust i:nth-child(6){left:38%;bottom:42%;animation-delay:-1.8s}.dustin-v8-extra-dust i:nth-child(7){left:45%;bottom:20%;animation-delay:-.5s}.dustin-v8-extra-dust i:nth-child(8){left:51%;bottom:9%;animation-delay:-2.8s}.dustin-v8-extra-dust i:nth-child(9){left:57%;bottom:32%;animation-delay:-1.4s}.dustin-v8-extra-dust i:nth-child(10){left:63%;bottom:14%;animation-delay:-3.3s}.dustin-v8-extra-dust i:nth-child(11){left:68%;bottom:38%;animation-delay:-.9s}.dustin-v8-extra-dust i:nth-child(12){left:73%;bottom:22%;animation-delay:-2.1s}.dustin-v8-extra-dust i:nth-child(13){left:78%;bottom:7%;animation-delay:-1.6s}.dustin-v8-extra-dust i:nth-child(14){left:82%;bottom:31%;animation-delay:-3.5s}.dustin-v8-extra-dust i:nth-child(15){left:87%;bottom:17%;animation-delay:-.4s}.dustin-v8-extra-dust i:nth-child(16){left:91%;bottom:41%;animation-delay:-2.6s}.dustin-v8-extra-dust i:nth-child(17){left:95%;bottom:11%;animation-delay:-1.2s}.dustin-v8-extra-dust i:nth-child(18){left:98%;bottom:28%;animation-delay:-3.1s}@keyframes dustin-v8-dust-flight{0%{opacity:0;transform:translate3d(35px,18px,0) rotate(0) scale(.55)}18%{opacity:.72}55%{opacity:.55}to{opacity:0;transform:translate3d(-80px,-38px,0) rotate(170deg) scale(1.3)}}@media(min-width:1100px){.login-page .login-card{z-index:30!important}.dustin-v8-animation{object-position:center bottom}}@media(max-width:1024px){.dustin-v8-animation{width:115%;height:115%;left:-8%;top:-8%;object-position:54% bottom;transform:none}.dustin-v8-extra-dust{opacity:.4}}@media(max-width:600px){.dustin-v8-animation{width:155%;height:115%;left:-36%;top:-3%;object-position:60% bottom;filter:saturate(1.02) contrast(1.02) brightness(.72)}.dustin-v8-readable-area{background:linear-gradient(180deg,rgba(3,13,12,.52) 0%,rgba(3,13,12,.24) 50%,transparent 100%)}.dustin-v8-extra-dust{opacity:.25}.dustin-v8-floor-glow{height:130px}}.dustin-v8-scene,.dustin-v8-scene *{pointer-events:none!important}@media(prefers-reduced-motion:reduce){.dustin-v8-extra-dust,.dustin-v8-floor-glow{display:none!important}}.mobile-logout-button{display:none}@media(max-width:1024px){.mobile-logout-button{display:flex!important;align-items:center;justify-content:center;gap:8px;width:calc(100% - 24px);min-height:44px;margin:12px;padding:10px 14px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff0f;color:inherit;font:inherit;font-weight:700;cursor:pointer}.mobile-logout-button:active{transform:scale(.98)}}@media(max-width:600px){.mobile-logout-button{position:sticky;bottom:10px;z-index:200;margin-top:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}@media(max-width:1024px){.mobile-logout-button{position:static!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;width:auto!important;min-width:64px!important;min-height:auto!important;margin:0!important;padding:7px 5px!important;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#9baaaa!important;font-size:12px!important;font-weight:400!important;line-height:1.1!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;cursor:pointer}.mobile-logout-button svg{width:24px!important;height:24px!important;stroke-width:2!important;color:#9baaaa!important}.mobile-logout-button span{display:block!important;font-size:12px!important;font-weight:400!important;white-space:nowrap}.mobile-logout-button:active{transform:scale(.94)!important;opacity:.75}}.v7-login-scene{position:fixed;inset:0;overflow:hidden;pointer-events:none!important;-webkit-user-select:none;user-select:none;z-index:0;background:radial-gradient(circle at 65% 75%,rgba(24,92,49,.18),transparent 36%)}.v7-login-scene *,.v7-login-scene img{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.v7-scene-picture{position:absolute;right:-4vw;bottom:-1vh;width:min(1450px,118vw);transform-origin:60% 100%;animation:v7-cinematic-motion 10s ease-in-out infinite alternate}.v7-scene-picture img{display:block;width:100%;height:auto;object-fit:contain;opacity:.96;filter:contrast(1.04) saturate(1.04) drop-shadow(0 18px 28px rgba(0,0,0,.3))}@keyframes v7-cinematic-motion{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-10px,-3px,0) scale(1.008)}}.v7-left-softener{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,15,15,.98) 0%,rgba(5,15,15,.94) 21%,rgba(5,15,15,.66) 34%,rgba(5,15,15,.18) 48%,transparent 61%),linear-gradient(180deg,rgba(4,13,13,.32) 0%,transparent 45%);z-index:2}.v7-floor-glow{position:absolute;left:28%;right:-5%;bottom:-70px;height:175px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(49,235,106,.15) 0%,rgba(25,146,69,.07) 38%,transparent 72%);filter:blur(14px);animation:v7-floor-pulse 4.5s ease-in-out infinite alternate}@keyframes v7-floor-pulse{0%{opacity:.55;transform:scaleX(.97)}to{opacity:.85;transform:scaleX(1.03)}}.v7-floating-dust{position:absolute;left:35%;right:0;bottom:3%;height:33%;overflow:hidden;opacity:.55;z-index:3}.v7-floating-dust i{position:absolute;display:block;width:3px;height:3px;border-radius:50%;background:#e0cda9cc;box-shadow:0 0 5px #e6d8b94d;animation:v7-dust-float 4.6s linear infinite}.v7-floating-dust i:nth-child(1){left:8%;bottom:10%;animation-delay:-.4s}.v7-floating-dust i:nth-child(2){left:17%;bottom:18%;width:5px;height:4px;animation-delay:-2.1s}.v7-floating-dust i:nth-child(3){left:26%;bottom:7%;animation-delay:-3.4s}.v7-floating-dust i:nth-child(4){left:39%;bottom:24%;width:4px;height:4px;animation-delay:-1.7s}.v7-floating-dust i:nth-child(5){left:49%;bottom:13%;animation-delay:-.9s}.v7-floating-dust i:nth-child(6){left:57%;bottom:31%;width:5px;height:5px;animation-delay:-3.8s}.v7-floating-dust i:nth-child(7){left:66%;bottom:12%;animation-delay:-2.6s}.v7-floating-dust i:nth-child(8){left:73%;bottom:27%;width:4px;height:3px;animation-delay:-1.3s}.v7-floating-dust i:nth-child(9){left:80%;bottom:8%;animation-delay:-4.1s}.v7-floating-dust i:nth-child(10){left:86%;bottom:35%;width:5px;height:4px;animation-delay:-2.8s}.v7-floating-dust i:nth-child(11){left:91%;bottom:17%;animation-delay:-.5s}.v7-floating-dust i:nth-child(12){left:96%;bottom:25%;width:4px;height:4px;animation-delay:-3.1s}@keyframes v7-dust-float{0%{opacity:0;transform:translate3d(40px,15px,0) scale(.6)}20%{opacity:.75}70%{opacity:.45}to{opacity:0;transform:translate3d(-65px,-35px,0) scale(1.3)}}body:has(.v7-login-scene) form{position:relative;z-index:20}@media(max-width:1024px){.v7-scene-picture{width:1320px;right:-330px;bottom:-10px}.v7-left-softener{background:linear-gradient(90deg,rgba(5,15,15,.98) 0%,rgba(5,15,15,.93) 35%,rgba(5,15,15,.42) 54%,transparent 72%)}}@media(max-width:600px){.v7-login-scene{background:radial-gradient(circle at 60% 85%,rgba(34,179,83,.12),transparent 45%)}.v7-scene-picture{width:850px;right:-410px;bottom:-10px;opacity:.72;animation-duration:12s}.v7-left-softener{background:linear-gradient(180deg,rgba(5,15,15,.96) 0%,rgba(5,15,15,.94) 48%,rgba(5,15,15,.56) 70%,transparent 100%),linear-gradient(90deg,#050f0feb,#050f0f66)}.v7-floating-dust{left:25%;opacity:.3}}.v7-login-scene,.v7-login-scene *{pointer-events:none!important}@media(prefers-reduced-motion:reduce){.v7-scene-picture,.v7-floor-glow,.v7-floating-dust i{animation:none!important}}.login-forgot-password{width:fit-content;align-self:flex-end;margin:-5px 0 8px auto;padding:4px 0;border:none!important;background:transparent!important;box-shadow:none!important;color:#42df91!important;font:inherit;font-size:13px;font-weight:650;cursor:pointer}.login-forgot-password:hover{color:#79f0b2!important;text-decoration:underline}.login-reset-info{margin:2px 0 4px;color:#dcebe7ad;font-size:12px;line-height:1.45}.login-reset-error{margin:5px 0;padding:10px 12px;border:1px solid rgba(255,84,84,.34);border-radius:9px;background:#7e141c40;color:#ffb5b5;font-size:13px;line-height:1.4}.login-reset-success{margin:5px 0;padding:11px 12px;border:1px solid rgba(45,226,133,.34);border-radius:9px;background:#0f814933;color:#b0f5d1;font-size:13px;line-height:1.45}.login-reset-back{margin:4px auto 0;padding:7px 10px;border:none!important;background:transparent!important;box-shadow:none!important;color:#deece8b3!important;font:inherit;font-size:13px;cursor:pointer}.login-reset-back:hover{color:#fff!important}@media(max-width:600px){.login-forgot-password{font-size:13px}.login-reset-error,.login-reset-success{font-size:12px}}.simple-products-page{display:flex;flex-direction:column;gap:20px}.simple-products-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.simple-products-head h1{margin:0 0 5px}.simple-products-head p{margin:0;opacity:.68}.simple-product-search{min-height:54px;display:flex;align-items:center;gap:12px;padding:0 16px;border:1px solid rgba(111,231,174,.26);border-radius:14px;background:#061a18b8}.simple-product-search svg{opacity:.7}.simple-product-search input{width:100%;border:0!important;outline:none;background:transparent!important;box-shadow:none!important;font-size:16px}.simple-product-count{font-size:13px;opacity:.62}.simple-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.simple-product-card{min-height:205px;padding:20px;display:flex;flex-direction:column;border:1px solid rgba(111,231,174,.2);border-radius:18px;background:#071b19bd}.simple-product-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:13px;border-radius:12px;background:#31df881f;color:#42df91}.simple-product-category{margin-bottom:6px;color:#42df91;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.simple-product-card h3{margin:0 0 9px;font-size:18px}.simple-product-card p{margin:0;flex:1;opacity:.72;line-height:1.45;font-size:14px}.simple-product-card-bottom{padding-top:17px;margin-top:16px;border-top:1px solid rgba(255,255,255,.07)}.simple-product-card-bottom strong{color:#43e58f;font-size:19px}.simple-product-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#000807c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.simple-product-modal{width:min(520px,100%);max-height:90vh;overflow:auto;padding:24px;display:flex;flex-direction:column;gap:17px;border:1px solid rgba(65,229,143,.38);border-radius:20px;background:#09211e;box-shadow:0 24px 80px #00000073}.simple-product-modal-head{display:flex;justify-content:space-between;gap:15px}.simple-product-modal-head h2{margin:0 0 4px}.simple-product-modal-head p{margin:0;opacity:.65}.simple-product-modal label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:650}.simple-product-modal input,.simple-product-modal textarea{width:100%}.simple-product-close{width:38px;height:38px;display:grid;place-items:center;padding:0}.simple-product-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:5px}.simple-product-error{padding:11px 13px;border:1px solid rgba(255,90,90,.35);border-radius:10px;background:#78191933;color:#ffb4b4}.simple-product-success{padding:11px 13px;border:1px solid rgba(65,229,143,.32);border-radius:10px;background:#187e4b2e;color:#b5f5d4}@media(max-width:650px){.simple-products-head{flex-direction:column}.simple-products-head .primary{width:100%}.simple-product-grid{grid-template-columns:1fr}.simple-product-modal{padding:18px}}.sale-fast-form{display:flex;flex-direction:column;gap:20px}.sale-base-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sale-fast-form label{display:flex;flex-direction:column;gap:7px}.sale-products-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-top:5px}.sale-products-head h3{margin:0 0 4px}.sale-products-head p{margin:0;opacity:.64;font-size:13px}.sale-product-list{display:flex;flex-direction:column;gap:16px}.sale-product-entry{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:16px;border:1px solid rgba(84,222,153,.22);border-radius:16px;background:#05181694}.sale-product-number{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#34e08824;color:#42df91;font-weight:800}.sale-product-main{min-width:0;display:flex;flex-direction:column;gap:12px}.sale-product-search{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 12px;border:1px solid rgba(83,226,156,.3);border-radius:12px;background:#041211e0}.sale-product-search:focus-within{border-color:#40eb93b8;box-shadow:0 0 0 3px #37e18b1a}.sale-product-search svg{flex:0 0 auto;opacity:.65}.sale-product-search input{width:100%;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.sale-search-clear{width:31px;height:31px;flex:0 0 auto;padding:0;display:grid;place-items:center;border:0!important;background:transparent!important}.sale-product-results{max-height:350px;overflow:auto;display:flex;flex-direction:column;border:1px solid rgba(83,226,156,.2);border-radius:13px;background:#071d1a;box-shadow:0 18px 42px #00000059}.sale-product-result{width:100%;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border:0;border-bottom:1px solid rgba(255,255,255,.06);border-radius:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.sale-product-result:last-child{border-bottom:0}.sale-product-result:hover{background:#2fda841a}.sale-result-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#30e0881f;color:#48e395}.sale-result-content{min-width:0;display:flex;flex-direction:column;gap:3px}.sale-result-content strong{font-size:14px}.sale-result-category{color:#48df94;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.035em}.sale-result-content small{max-width:580px;overflow:hidden;color:#e5f1ed99;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.sale-result-price{padding-left:12px;color:#48e395;font-weight:800;white-space:nowrap}.sale-product-no-result{padding:18px;color:#e0ede9a6;font-size:13px;text-align:center}.sale-selected-product{display:flex;gap:12px;padding:13px;border:1px solid rgba(62,226,143,.24);border-radius:13px;background:#26bc7014}.sale-selected-check{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#2edf8629;color:#4ce69a}.sale-selected-info{min-width:0;display:flex;flex-direction:column;gap:3px}.sale-selected-info span{color:#47df94;font-size:12px;font-weight:700}.sale-selected-info p{margin:4px 0 0;color:#e3efebad;font-size:12px;line-height:1.45}.sale-product-values{display:grid;grid-template-columns:130px minmax(170px,220px);gap:12px}.sale-price-input{display:flex;align-items:center;position:relative}.sale-price-input input{width:100%;padding-right:35px}.sale-price-input span{position:absolute;right:13px;opacity:.65}.sale-remove-product{width:fit-content;display:flex;align-items:center;gap:6px;padding:4px 0;border:0!important;background:transparent!important;color:#ff9d9d!important;font-size:12px}.sale-fast-total{display:flex;justify-content:space-between;align-items:center;padding:17px 18px;border:1px solid rgba(63,228,143,.25);border-radius:14px;background:#22af6614}.sale-fast-total span{font-size:14px;font-weight:700}.sale-fast-total strong{color:#4be699;font-size:24px}@media(max-width:760px){.sale-base-grid{grid-template-columns:1fr}.sale-products-head{align-items:stretch;flex-direction:column}.sale-product-entry{grid-template-columns:1fr}.sale-product-number{display:none}.sale-product-result{grid-template-columns:38px minmax(0,1fr)}.sale-result-price{grid-column:2;padding-left:0}.sale-product-values{grid-template-columns:1fr 1fr}}@media(max-width:480px){.sale-product-values{grid-template-columns:1fr}.sale-product-result{padding:12px}}.appointment-delete-button{margin-left:8px}@media(max-width:600px){.appointment-delete-button{margin-left:4px}}
