*{margin:0;padding:0}body{margin:0;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}.qr-container{min-height:100vh}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#fff;color:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-showcase{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(145deg,#000000f0,#0000007a),url(https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1400&q=85) center / cover no-repeat}.showcase-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000026,#000000e0)}.login-showcase:after{content:"";position:absolute;width:430px;height:430px;right:-210px;bottom:-210px;background:#ff6b00;border-radius:50%;opacity:.22;filter:blur(90px)}.showcase-content{position:relative;z-index:2;min-height:100vh;padding:42px 55px;display:flex;flex-direction:column;justify-content:space-between}.showcase-logo{color:#fff;font-size:24px;font-weight:800;letter-spacing:-.8px}.showcase-logo span{color:#ff6b00;font-weight:500}.showcase-text{max-width:600px}.showcase-label{color:#ff6b00;font-size:11px;font-weight:800;letter-spacing:2px}.showcase-text h1{margin:20px 0;color:#fff;font-size:clamp(42px,4.5vw,64px);line-height:1.04;letter-spacing:-3px;font-weight:400}.showcase-text h1 strong{font-weight:800}.showcase-text p{max-width:480px;margin:0;color:#c5c5c5;font-size:15px;line-height:1.75}.showcase-bottom{display:flex;align-items:center;gap:25px}.showcase-stat{display:flex;flex-direction:column;gap:5px}.showcase-stat strong{color:#fff;font-size:12px;font-weight:800}.showcase-stat span{color:#999;font-size:10px}.showcase-divider{width:1px;height:32px;background:#fff3}.login-form-side{min-height:100vh;padding:50px 8%;background:#fff;display:flex;align-items:center;justify-content:center}.login-form-wrapper{width:100%;max-width:430px}.mobile-logo{display:none}.login-heading{margin-bottom:36px}.login-heading>span{color:#ff6b00;font-size:10px;font-weight:800;letter-spacing:1.8px}.login-heading h2{margin:12px 0 10px;color:#111;font-size:34px;line-height:1.2;letter-spacing:-1.2px;font-weight:750}.login-heading p{margin:0;color:#888;font-size:14px;line-height:1.6}.login-form{display:flex;flex-direction:column;gap:21px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{color:#333;font-size:12px;font-weight:700}.password-label{display:flex;align-items:center;justify-content:space-between}.forgot-btn{padding:0;border:none;background:transparent;color:#ff6b00;font-family:inherit;font-size:11px;font-weight:600;cursor:pointer}.forgot-btn:hover{color:#e85e00;text-decoration:underline}.input-wrapper{position:relative;width:100%;display:flex;align-items:center}.input-icon{position:absolute;left:15px;z-index:2;color:#999;font-size:15px;pointer-events:none}.input-wrapper input{width:100%;height:52px;padding:0 15px 0 42px;border:1px solid #dddddd;border-radius:8px;outline:none;background:#fff;color:#111;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.input-wrapper input::placeholder{color:#aaa;font-size:13px}.input-wrapper input:hover{border-color:#c8c8c8}.input-wrapper input:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 3px #ff6b0017}.login-error{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff5f0;border:1px solid #ffd5c1;border-radius:8px;color:#d84e00;font-size:12px;line-height:1.4}.login-error span{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ff6b00;color:#fff;font-size:11px;font-weight:800}.login-btn{width:100%;height:52px;margin-top:3px;border:none;border-radius:8px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;gap:14px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.login-btn:hover:not(:disabled){background:#ff6b00;transform:translateY(-2px);box-shadow:0 8px 22px #ff6b0033}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-btn span{color:#ff6b00;font-size:18px;transition:.2s}.login-btn:hover span{color:#fff}.register-link{margin-top:28px;padding-top:23px;border-top:1px solid #eeeeee;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px}.register-link span{color:#999}.register-link button{padding:0;border:none;background:transparent;color:#ff6b00;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:.2s}.register-link button:hover{color:#e85e00;text-decoration:underline}.login-help{margin-top:20px;display:flex;justify-content:center;gap:5px;font-size:11px}.login-help span{color:#aaa}.login-help button{padding:0;border:none;background:transparent;color:#666;font-family:inherit;font-size:11px;font-weight:600;cursor:pointer}.login-help button:hover{color:#ff6b00}.login-footer-text{margin-top:48px;text-align:center;color:#aaa;font-size:10px;line-height:1.5}@media(min-width:1400px){.showcase-content{padding-left:70px;padding-right:70px}.login-form-side{padding-left:10%;padding-right:10%}}@media(max-width:900px){.login-page{grid-template-columns:1fr}.login-showcase{display:none}.login-form-side{min-height:100vh;padding:40px 30px}.login-form-wrapper{max-width:440px}.mobile-logo{display:block;margin-bottom:50px;text-align:center;color:#111;font-size:23px;font-weight:800;letter-spacing:-.7px}.mobile-logo span{color:#ff6b00;font-weight:500}}@media(max-width:600px){.login-form-side{padding:25px 18px 30px}.mobile-logo{margin-bottom:38px;font-size:21px}.login-heading{margin-bottom:30px}.login-heading>span{font-size:9px}.login-heading h2{margin-top:10px;font-size:28px;line-height:1.18}.login-heading p{font-size:13px}.login-form{gap:18px}.input-group label{font-size:11px}.input-wrapper input{height:49px;font-size:14px}.input-wrapper input::placeholder{font-size:12px}.login-btn{height:51px;font-size:14px}.register-link,.register-link button{font-size:11px}.login-help,.login-help button{font-size:10px}.login-footer-text{margin-top:38px;font-size:9px}}@media(max-width:380px){.login-form-side{padding-left:15px;padding-right:15px}.mobile-logo{margin-bottom:32px}.login-heading h2{font-size:25px}.login-heading p{font-size:12px}.input-wrapper input{height:47px;padding-left:40px;font-size:13px}.login-btn{height:49px}}.register-page{min-height:100vh;display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;color:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.register-showcase{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(145deg,#000000f0,#00000085),url(https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=1400&q=85) center / cover no-repeat}.register-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000026,#000000e0)}.register-showcase:after{content:"";position:absolute;width:420px;height:420px;right:-200px;bottom:-200px;background:#ff6b00;border-radius:50%;opacity:.22;filter:blur(90px)}.register-showcase-content{position:relative;z-index:2;min-height:100vh;padding:42px 55px;display:flex;flex-direction:column;justify-content:space-between}.register-logo{color:#fff;font-size:24px;font-weight:800;letter-spacing:-.8px}.register-logo span{color:#ff6b00;font-weight:500}.register-message{max-width:570px}.register-message>span{color:#ff6b00;font-size:11px;font-weight:800;letter-spacing:2px}.register-message h1{margin:20px 0;color:#fff;font-size:clamp(42px,4vw,62px);line-height:1.05;letter-spacing:-3px;font-weight:400}.register-message h1 strong{font-weight:800}.register-message p{max-width:470px;margin:0;color:#c5c5c5;font-size:15px;line-height:1.75}.register-benefits{display:flex;align-items:center;gap:28px}.register-benefits div{display:flex;flex-direction:column;gap:5px}.register-benefits strong{color:#ff6b00;font-size:12px;font-weight:800}.register-benefits span{color:#aaa;font-size:10px}.register-benefits div:after{content:""}.register-form-side{min-height:100vh;padding:55px 8%;background:#fff;display:flex;justify-content:center}.register-form-wrapper{width:100%;max-width:650px}.register-mobile-logo{display:none}.register-heading{margin-bottom:38px}.register-heading>span{color:#ff6b00;font-size:10px;font-weight:800;letter-spacing:1.8px}.register-heading h2{margin:12px 0 10px;color:#111;font-size:34px;line-height:1.2;letter-spacing:-1.2px;font-weight:750}.register-heading p{margin:0;color:#888;font-size:14px;line-height:1.6}.register-form{display:flex;flex-direction:column;gap:20px}.register-section-title{display:flex;align-items:center;gap:11px;margin-top:10px;padding-bottom:11px;border-bottom:1px solid #eeeeee;color:#222;font-size:14px;font-weight:800}.register-section-title span{width:23px;height:23px;display:flex;align-items:center;justify-content:center;background:#fff1e8;color:#ff6b00;border-radius:6px;font-size:10px;font-weight:800}.register-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.register-input-group{display:flex;flex-direction:column;gap:8px}.register-input-group.full{grid-column:1 / -1}.register-input-group label{color:#333;font-size:12px;font-weight:700}.register-input-group input,.register-input-group select{width:100%;height:50px;padding:0 14px;border:1px solid #dddddd;border-radius:8px;outline:none;background:#fff;color:#111;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.register-input-group input::placeholder{color:#aaa;font-size:13px}.register-input-group input:focus,.register-input-group select:focus{border-color:#ff6b00;background:#fff;box-shadow:0 0 0 3px #ff6b0017}.register-input-group select{cursor:pointer;appearance:auto}.register-error{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff5f0;border:1px solid #ffd5c1;border-radius:8px;color:#d84e00;font-size:12px;line-height:1.4}.register-error span{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ff6b00;color:#fff;font-size:11px;font-weight:800}.register-button{width:100%;height:52px;margin-top:5px;border:none;border-radius:8px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;gap:14px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.register-button:hover:not(:disabled){background:#ff6b00;transform:translateY(-2px);box-shadow:0 8px 22px #ff6b0033}.register-button:active:not(:disabled){transform:translateY(0)}.register-button:disabled{opacity:.6;cursor:not-allowed}.register-button span{color:#ff6b00;font-size:18px;transition:.2s}.register-button:hover span{color:#fff}.register-login{display:flex;justify-content:center;gap:6px;margin-top:5px;padding-top:5px;font-size:12px}.register-login span{color:#999}.register-login button{padding:0;border:none;background:transparent;color:#ff6b00;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}.register-login button:hover{color:#e85e00;text-decoration:underline}.register-footer{margin:42px 0 0;text-align:center;color:#aaa;font-size:10px}@media(min-width:1400px){.register-form-side{padding-left:9%;padding-right:9%}.register-showcase-content{padding-left:70px;padding-right:70px}}@media(max-width:1000px){.register-page{grid-template-columns:1fr}.register-showcase{display:none}.register-form-side{min-height:100vh;padding:40px 30px}.register-form-wrapper{max-width:650px}.register-mobile-logo{display:block;margin-bottom:50px;text-align:center;color:#111;font-size:23px;font-weight:800;letter-spacing:-.7px}.register-mobile-logo span{color:#ff6b00;font-weight:500}}@media(max-width:600px){.register-form-side{padding:25px 18px 30px}.register-mobile-logo{margin-bottom:38px;font-size:21px}.register-heading{margin-bottom:30px}.register-heading>span{font-size:9px}.register-heading h2{margin-top:10px;font-size:28px;line-height:1.18;letter-spacing:-1px}.register-heading p{font-size:13px}.register-form{gap:18px}.register-section-title{font-size:13px;margin-top:8px}.register-grid{grid-template-columns:1fr;gap:15px}.register-input-group.full{grid-column:auto}.register-input-group label{font-size:11px}.register-input-group input,.register-input-group select{height:49px;font-size:14px}.register-input-group input::placeholder{font-size:12px}.register-button{height:51px;font-size:14px}.register-login,.register-login button{font-size:11px}.register-footer{margin-top:35px;font-size:9px}}@media(max-width:380px){.register-form-side{padding-left:15px;padding-right:15px}.register-heading h2{font-size:25px}.register-heading p,.register-section-title{font-size:12px}.register-input-group input,.register-input-group select{height:47px;padding-left:12px;padding-right:12px;font-size:13px}}.sidebar{width:260px;height:100vh;padding-bottom:20px;background:linear-gradient(180deg,#0b0b0b,#151515);color:#e8e8e8;display:flex;flex-direction:column;position:fixed;left:-260px;top:0;z-index:1002;border-right:1px solid #292929;box-shadow:8px 0 30px #0000004d;transition:left .3s ease}.sidebar-logo{display:flex;align-items:center;gap:12px;min-height:78px;padding:18px;font-size:20px;font-weight:700;border-bottom:1px solid #292929;position:relative}.logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#ff6b00;color:#fff;border-radius:11px;font-size:20px;box-shadow:0 5px 16px #ff6b0038}.sidebar-logo h2{margin:0;max-width:145px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff;font-size:16px;font-weight:750}.sidebar-logo:after{content:"";position:absolute;left:18px;bottom:0;width:40px;height:2px;background:#ff6b00;border-radius:5px}.sidebar-menu{flex:1;padding:18px 13px;overflow-y:auto}.sidebar-menu::-webkit-scrollbar{width:5px}.sidebar-menu::-webkit-scrollbar-track{background:transparent}.sidebar-menu::-webkit-scrollbar-thumb{background:#333;border-radius:20px}.sidebar-menu::-webkit-scrollbar-thumb:hover{background:#ff6b00}.menu-title{font-size:10px;color:#777;margin:15px 10px 8px;letter-spacing:1.5px;text-transform:uppercase}.menu-item{position:relative;display:flex;align-items:center;width:100%;min-height:47px;padding:10px 13px;margin-bottom:5px;gap:12px;box-sizing:border-box;border-radius:10px;color:#a8a8a8;text-decoration:none;cursor:pointer;font-size:13px;font-weight:550;transition:background .2s ease,color .2s ease,transform .2s ease}.menu-icon{width:25px;min-width:25px;display:flex;align-items:center;justify-content:center;font-size:18px}.menu-item:hover{background:#222;color:#fff;transform:translate(2px)}.menu-item.active{background:linear-gradient(90deg,#ff6b00,#e85f00);color:#fff;font-weight:700;box-shadow:0 6px 18px #ff6b002e}.menu-item.active:before{content:"";position:absolute;left:-13px;width:3px;height:26px;background:#ff6b00;border-radius:0 5px 5px 0}.sidebar-footer{padding:14px;background:#0c0c0c;border-top:1px solid #292929}.logout-btn{width:100%;min-height:46px;padding:10px;background:#1d1d1d;color:#d0d0d0;border:1px solid #303030;border-radius:9px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:650;transition:background .2s ease,color .2s ease,border-color .2s ease}.logout-btn:hover{background:#2a1510;color:#ff6b00;border-color:#ff6b00}.menu-toggle{position:fixed;top:15px;left:15px;font-size:22px;background:#111;color:#fff;border:1px solid #333333;padding:8px 12px;border-radius:8px;cursor:pointer;z-index:1001;box-shadow:0 5px 18px #00000040;transition:background .2s ease,transform .2s ease}.menu-toggle:hover{background:#ff6b00;border-color:#ff6b00;transform:translateY(-1px)}.sidebar-overlay{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000}.sidebar.open{left:0}.close-btn{margin-left:auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;background:#1c1c1c;color:#aaa;border:1px solid #333333;border-radius:8px;font-size:13px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.close-btn:hover{background:#ff6b00;color:#fff;border-color:#ff6b00;transform:rotate(90deg)}@media(max-width:768px){.sidebar{width:260px;height:100vh;left:-260px;padding-bottom:20px}.sidebar.open{left:0}.menu-toggle{display:block}.sidebar-logo{min-height:72px;padding:16px}.sidebar-logo:after{left:16px}.menu-item{min-height:48px;font-size:13px}}.dashboard{width:100%;min-height:100%;padding:0;color:#fff}.dashboard-loading{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#bbb;font-size:14px}.loading-spinner{width:30px;height:30px;border:3px solid #444444;border-top-color:#ff6b00;border-radius:50%;animation:dashboard-spin .8s linear infinite}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-top{width:100%;display:grid;grid-template-columns:minmax(360px,.85fr) minmax(450px,1.35fr);gap:22px;align-items:stretch}.dashboard-stats{min-width:0;display:flex;flex-direction:column}.dashboard-section-heading{margin-bottom:50px;text-align:center}.dashboard-section-heading span{display:block;margin-bottom:5px;color:#ff6b00;font-size:10px;font-weight:800;letter-spacing:1.8px}.dashboard-section-heading h1{margin:0;color:#fff;font-size:29px;line-height:1.15;font-weight:800;letter-spacing:-.8px}.stats-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0}.stats-grid .stat-card{width:100%;min-height:118px;padding:18px;background:#fff;border:1px solid #eeeeee;border-radius:13px;box-shadow:0 7px 20px #0000002e;transition:transform .2s ease,box-shadow .2s ease}.stats-grid .stat-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000040}.dashboard-chart{min-width:0;height:400px;min-height:400px;display:flex;align-items:stretch;background:#fff;border-radius:15px;border:1px solid #eeeeee;padding:20px;box-shadow:0 7px 24px #0003;overflow:hidden}.dashboard-chart>*{width:100%;min-width:0}.dashboard-orders{width:100%;margin-top:22px;padding:20px;background:#fff;border:1px solid #eeeeee;border-radius:15px;box-shadow:0 7px 24px #0000002e;overflow-x:auto}.dashboard-orders>*{width:100%}.dashboard-orders table{width:100%;border-collapse:collapse}.dashboard-orders th{background:#111;color:#fff;padding:13px 15px;font-size:12px;text-align:left}.dashboard-orders td{padding:13px 15px;color:#333;border-bottom:1px solid #eeeeee;font-size:13px}.dashboard-orders tr:last-child td{border-bottom:none}.dashboard-orders tbody tr:hover{background:#fff7f1}@media(max-width:1050px){.dashboard-top{grid-template-columns:1fr;gap:18px}.dashboard-chart{min-height:350px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.dashboard{padding:0}.dashboard-section-heading{margin-bottom:14px}.dashboard-section-heading h1{font-size:24px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stats-grid .stat-card{min-height:105px;padding:14px;border-radius:11px}.dashboard-chart{min-height:300px;padding:14px;border-radius:12px}.dashboard-orders{margin-top:15px;padding:14px;border-radius:12px}}@media(max-width:380px){.stats-grid{gap:8px}.stats-grid .stat-card{min-height:98px;padding:11px}.dashboard-chart{min-height:270px;padding:10px}}.units-page{width:100%;min-height:100%;padding:5px 0 30px;box-sizing:border-box;color:#fff}.units-page>h2{margin:0 0 24px;color:#fff;font-size:27px;font-weight:800;letter-spacing:-.5px;text-align:left;padding:0}.table-x-scroll{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-radius:14px;box-shadow:0 8px 25px #0000002e}.table-x-scroll::-webkit-scrollbar{height:7px}.table-x-scroll::-webkit-scrollbar-track{background:#202020}.table-x-scroll::-webkit-scrollbar-thumb{background:#555;border-radius:20px}.table-x-scroll::-webkit-scrollbar-thumb:hover{background:#ff6b00}.unit-table{width:100%;min-width:800px;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e5e5e5;border-radius:14px;overflow:hidden}.unit-table th{padding:15px 16px;background:#111;color:#fff;border:none;font-size:12px;font-weight:750;letter-spacing:.3px;text-align:center;white-space:nowrap}.unit-table td{padding:14px 16px;background:#fff;color:#333;border:none;border-bottom:1px solid #eeeeee;font-size:13px;text-align:center;white-space:nowrap}.unit-table tbody tr:last-child td{border-bottom:none}.unit-table tbody tr:hover td{background:#fff8f3}.btn{min-height:34px;padding:7px 12px;border:none;border-radius:7px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:650;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.btn:hover{opacity:1;transform:translateY(-1px)}.btn.edit{background:#111;color:#fff}.btn.edit:hover{background:#252525;box-shadow:0 4px 12px #0003}.btn.view{background:#ff6b00;color:#fff}.btn.view:hover{background:#e85f00;box-shadow:0 4px 12px #ff6b0040}.btn.generate{background:#ff6b00;color:#fff}.btn.generate:hover{background:#e85f00;box-shadow:0 4px 12px #ff6b0040}.btn.danger{background:#2a2a2a;color:#fff}.btn.danger:hover{background:#c62828;box-shadow:0 4px 12px #c6282833}.btn.add{min-height:40px;padding:9px 16px;background:#ff6b00;color:#fff;font-size:13px;font-weight:700}.btn.add:hover{background:#e85f00;box-shadow:0 6px 16px #ff6b0040}.btn.print{min-height:40px;padding:9px 16px;background:#fff;color:#111;border:1px solid #dddddd;font-size:13px;font-weight:700}.btn.print:hover{background:#f4f4f4;border-color:#ff6b00}.unit-table button{margin:3px;white-space:nowrap}.units-page>div:last-of-type{display:flex;align-items:center;gap:10px;margin-top:16px}.unit-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.unit-modal{width:100%;max-width:430px;max-height:90vh;padding:28px;box-sizing:border-box;overflow-y:auto;background:#fff;border:1px solid #eeeeee;border-radius:16px;box-shadow:0 20px 60px #0006;animation:popup .25s ease}.unit-modal h3{margin:0 0 22px;color:#111;font-size:22px;font-weight:800;text-align:left}.unit-form{width:100%;display:flex;flex-direction:column;gap:14px}.unit-form input,.unit-form select{width:100%;box-sizing:border-box;padding:12px 13px;margin:0;background:#fafafa;color:#111;border:1px solid #dddddd;border-radius:9px;outline:none;font-family:inherit;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.unit-form input::placeholder{color:#888}.unit-form input:focus,.unit-form select:focus{background:#fff;border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001a}.modal-actions{display:flex;gap:10px;margin-top:6px}.modal-actions button{flex:1;min-height:42px;border-radius:9px;font-size:13px;font-weight:700}.modal-actions button[type=submit]{background:#ff6b00;color:#fff;border:none;cursor:pointer}.modal-actions button[type=submit]:hover{background:#e85f00}.modal-actions .danger{background:#eee;color:#333;border:none}.modal-actions .danger:hover{background:#ddd;color:#111}.qr-modal{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.qr-content{position:relative;width:100%;max-width:390px;padding:30px;box-sizing:border-box;background:#fff;border-radius:16px;text-align:center;box-shadow:0 20px 60px #00000073}.qr-content img{display:block;width:280px;height:280px;max-width:100%;margin:10px auto 0;object-fit:contain}.qr-unit-code{margin-top:14px;padding-bottom:18px;color:#111;font-size:18px;font-weight:800;letter-spacing:2px}.qr-close{position:absolute;top:10px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;background:#111;color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:.2s ease}.qr-close:hover{background:#ff6b00;transform:rotate(90deg)}.a4-print{display:none}@keyframes popup{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:600px){.units-page{padding:3px 0 25px}.units-page>h2{font-size:23px;margin-bottom:18px}.unit-table{min-width:760px}.unit-table th{padding:13px 12px;font-size:11px}.unit-table td{padding:12px;font-size:12px}.unit-modal{max-width:100%;padding:22px;border-radius:14px}.modal-actions{flex-direction:column}.modal-actions button{width:100%}.qr-content{padding:25px 18px;max-width:340px}.qr-content img{width:250px;height:250px}.qr-unit-code{font-size:16px}.units-page>div:last-of-type{flex-wrap:wrap}.btn.add,.btn.print{flex:1;min-width:145px}}@media(max-width:380px){.unit-modal{padding:18px}.qr-content img{width:220px;height:220px}.btn.add,.btn.print{width:100%;flex:none}}@media print{body *{visibility:hidden}.a4-print,.a4-print *{visibility:visible}.a4-print{position:absolute;left:0;top:0;width:210mm;min-height:297mm;display:grid;grid-template-columns:repeat(2,1fr);gap:15mm;padding:15mm;box-sizing:border-box;background:#fff}.qr-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;page-break-inside:avoid}.qr-item img{width:80mm;height:80mm;object-fit:contain}.qr-code-text{margin-top:5mm;color:#000;font-size:24px;font-weight:700;letter-spacing:2px}}.menu-admin{width:100%;min-height:100%;padding:5px 0 30px;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;position:relative;transition:filter .25s ease}.blur-bg{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none}.menu-header{position:relative;min-height:45px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.menu-header h2{margin:0;color:#fff;font-size:27px;font-weight:800;letter-spacing:-.5px;text-align:center}.add-item-btn{position:absolute;right:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;padding:0;background:#ff6b00;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:19px;font-weight:700;box-shadow:0 6px 18px #ff6b0033;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.add-item-btn:hover{background:#e85f00;transform:translateY(-2px);box-shadow:0 9px 22px #ff6b004d}.category-bar-admin{width:100%;display:flex;align-items:center;gap:9px;margin:0 0 20px;padding:4px 2px 10px;overflow-x:auto;box-sizing:border-box}.category-bar-admin::-webkit-scrollbar{height:5px}.category-bar-admin::-webkit-scrollbar-track{background:transparent}.category-bar-admin::-webkit-scrollbar-thumb{background:#444;border-radius:20px}.category-bar-admin::-webkit-scrollbar-thumb:hover{background:#ff6b00}.category-bar-admin span{flex-shrink:0;padding:8px 15px;background:#242424;color:#bdbdbd;border:1px solid #353535;border-radius:20px;cursor:pointer;white-space:nowrap;font-size:12px;font-weight:650;-webkit-user-select:none;user-select:none;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.category-bar-admin span:hover{background:#303030;color:#fff;transform:translateY(-1px)}.category-bar-admin span.active{background:#ff6b00;color:#fff;border-color:#ff6b00;box-shadow:0 5px 15px #ff6b002e}.add-category-chip{padding:8px 15px!important;background:#fff!important;color:#111!important;border:1px solid #ffffff!important;font-weight:700!important}.add-category-chip:hover{background:#eee!important;color:#111!important}.menu-admin>div:not(.item-form-overlay):not(.modal-overlay){box-sizing:border-box}.menu-table{width:100%;min-width:750px;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e5e5e5;border-radius:14px;overflow:hidden;box-shadow:0 8px 25px #0000002e}.menu-table th{padding:15px 14px;background:#111;color:#fff;border:none;font-size:12px;font-weight:750;text-align:center;white-space:nowrap}.menu-table td{padding:13px 14px;background:#fff;color:#333;border:none;border-bottom:1px solid #eeeeee;font-size:13px;text-align:center;white-space:nowrap}.menu-table tbody tr:last-child td{border-bottom:none}.menu-table tbody tr:hover td{background:#fff8f3}.menu-img{width:58px;height:58px;object-fit:cover;border-radius:9px;border:1px solid #eeeeee;display:block;margin:auto}.menudata td{font-size:13px}.menu-table button{min-height:34px;padding:7px 12px;margin:3px;border:none;border-radius:7px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:650;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.menu-table button:not(.danger){background:#111;color:#fff}.menu-table button:not(.danger):hover{background:#292929;transform:translateY(-1px)}.menu-table button.danger{background:#2a2a2a;color:#fff}.menu-table button.danger:hover{background:#c62828;transform:translateY(-1px)}.item-form-overlay{position:fixed;inset:0;width:auto;z-index:1050;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin:0;animation:slideDown .25s ease}.menu-form{width:100%;max-width:430px;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;padding:28px;background:#fff;border-radius:16px;border:1px solid #eeeeee;box-shadow:0 20px 60px #0006}.menu-form h1{margin:0 0 5px;color:#111;font-size:23px;font-weight:800}.menu-form input,.menu-form select{width:100%;box-sizing:border-box;padding:12px 13px;background:#fafafa;color:#111;border:1px solid #dddddd;border-radius:9px;outline:none;font-family:inherit;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.menu-form input::placeholder{color:#888}.menu-form input:focus,.menu-form select:focus{background:#fff;border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001a}.form-actions{display:flex;gap:10px;margin-top:5px}.form-actions button{flex:1;min-height:42px;padding:10px;border:none;border-radius:9px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700}.form-actions button[type=submit]{background:#ff6b00;color:#fff}.form-actions button[type=submit]:hover{background:#e85f00}.form-actions .btn-cancel{background:#eee;color:#333}.form-actions .btn-cancel:hover{background:#ddd}.context-menu{position:absolute;min-width:175px;background:#fff;border:1px solid #dddddd;border-radius:10px;overflow:hidden;box-shadow:0 12px 30px #00000040;z-index:9999}.context-item{padding:11px 14px;color:#333;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease}.context-item:hover{background:#fff4ed}.context-item.danger{color:#c62828;font-weight:700}.modal-overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-box{width:100%;max-width:370px;box-sizing:border-box;padding:28px;background:#fff;border-radius:15px;border:1px solid #eeeeee;box-shadow:0 20px 60px #0006}.modal-box h3{margin:0 0 18px;color:#111;font-size:21px;font-weight:800}.modal-box input{width:100%;box-sizing:border-box;padding:12px 13px;margin:0 0 20px;background:#fafafa;color:#111;border:1px solid #dddddd;border-radius:9px;outline:none;font-size:14px}.modal-box input:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001a}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.btn-cancel,.btn-save{min-height:40px;padding:9px 16px;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700}.btn-cancel{background:#eee;color:#333}.btn-cancel:hover{background:#ddd}.btn-save{background:#ff6b00;color:#fff}.btn-save:hover{background:#e85f00}@keyframes slideDown{0%{opacity:0;transform:translateY(-15px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.menu-admin{padding:3px 0 25px}.menu-header{min-height:42px;margin-bottom:18px}.menu-header h2{font-size:23px}.add-item-btn{width:39px;height:39px;font-size:18px}.category-bar-admin{margin-bottom:16px}.menu-table{min-width:700px}.menu-table th{padding:13px 11px;font-size:11px}.menu-table td{padding:11px;font-size:12px}.menu-img{width:52px;height:52px}.item-form-overlay{padding:16px}.menu-form{max-width:100%;padding:22px;border-radius:14px}.modal-box{max-width:100%;padding:22px}}@media(max-width:480px){.menu-header h2{font-size:21px}.category-bar-admin span{padding:7px 13px;font-size:11px}.menu-form{padding:20px}.form-actions{flex-direction:column}.form-actions button{width:100%}.modal-actions{flex-direction:column}.btn-cancel,.btn-save{width:100%}.item-form-overlay{padding:12px}}@media(max-width:380px){.menu-header h2{font-size:20px}.add-item-btn{width:37px;height:37px}.menu-form{padding:17px}}.admin-orders{min-height:100vh;padding:20px 20px 90px;background:linear-gradient(135deg,#151515,#1d1d1d,#111);color:#fff;box-sizing:border-box}.loading,.empty{text-align:center;color:#b8b8b8;margin-top:40px;font-size:15px}.orders-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.order-card-main{width:100%}.order-card{width:100%;box-sizing:border-box;background:#fff;color:#171717;border:1px solid #eeeeee;border-radius:15px;padding:18px;box-shadow:0 8px 25px #00000038;transition:transform .2s ease,box-shadow .2s ease}.order-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0000004d}.order-card.new{border-left:5px solid #ff6b00;animation:pulse-orange 1.5s ease}@keyframes pulse-orange{0%{box-shadow:0 0 #ff6b0026}50%{box-shadow:0 0 18px #ff6b0059}to{box-shadow:0 0 #ff6b0026}}.order-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;font-size:15px;font-weight:700;color:#171717}.order-time{color:#ff6b00;font-size:13px;font-weight:700}.badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.status,.pay-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.3px}.status.PENDING{background:#fff0df;color:#d95f00}.status.PREPARING,.status.APPROVED{background:#fff0df;color:#e85f00}.status.SERVED,.status.COMPLETED{background:#eaf7ee;color:#16803c}.status.CANCELLED,.status.REJECTED{background:#ffe9e9;color:#c62828}.pay-badge.UNPAID{background:#fff0df;color:#d95f00}.pay-badge.PAID{background:#eaf7ee;color:#16803c}.order-items{margin:12px 0;padding:12px 0;border-top:1px dashed #dddddd;border-bottom:1px dashed #dddddd}.order-item{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:8px;font-size:14px;color:#242424}.order-item:last-child{margin-bottom:0}.order-item span:last-child{white-space:nowrap;color:#555;font-weight:600}.order-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:10px;font-size:14px;font-weight:700;color:#333}.order-footer span:last-child{color:#ff6b00;font-size:16px}.online-customer-info{margin-top:14px;padding:15px;background:#f7f7f7;border:1px solid #e5e5e5;border-radius:12px;display:flex;flex-direction:column;gap:9px}.online-customer-info p{margin:0;display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:1.5;color:#444;word-break:break-word}.online-customer-info p strong{color:#111;min-width:65px}.online-customer-info button{width:100%;height:42px;margin-top:5px;border:none;border-radius:9px;background:#111;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:.2s ease}.online-customer-info button:hover{background:#ff6b00}.online-customer-info button:active{transform:scale(.98)}.order-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.order-actions button{min-height:38px;padding:8px 14px;border:none;border-radius:8px;background:#111;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.order-actions button:hover{background:#ff6b00;transform:translateY(-1px);box-shadow:0 5px 14px #ff6b0038}.order-actions button:disabled{opacity:.6;cursor:not-allowed}.order-tabs{position:fixed;left:0;right:0;bottom:0;z-index:100;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 30px;background:#0c0c0cf7;border-top:1px solid #292929;box-shadow:0 -5px 25px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.order-tabs button{min-width:110px;display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 14px;border:1px solid #333333;border-radius:9px;background:#1c1c1c;color:#aaa;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.order-tabs button:hover{background:#292929;color:#fff}.order-tabs button.active{background:#ff6b00;border-color:#ff6b00;color:#fff;box-shadow:0 5px 16px #ff6b0040}.icon-wrapper{position:relative}.tab-icon{font-size:18px;line-height:1}.tab-text{display:block;font-size:13px}.icon-badge{position:absolute;top:-8px;right:-10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 4px;background:#ff6b00;color:#fff;border:2px solid #111111;border-radius:50%;font-size:9px;font-weight:800}.moreButton{position:absolute;bottom:65px;right:20px;width:190px;padding:10px;background:#fff;border:1px solid #dddddd;border-radius:12px;box-shadow:0 10px 30px #00000040;z-index:200}.ready-type-tabs{width:fit-content;display:flex;align-items:center;gap:5px;margin:18px auto 12px;padding:5px;background:#fff;border:1px solid #dddddd;border-radius:11px;box-shadow:0 5px 18px #00000026}.ready-type-tabs button{min-width:130px;padding:10px 20px;border:none;border-radius:8px;background:transparent;color:#555;font-size:13px;font-weight:700;cursor:pointer;transition:.2s ease}.ready-type-tabs button:hover{background:#f1f1f1}.ready-type-tabs button.active{background:#111;color:#fff;box-shadow:0 3px 10px #0000002e}.online-order-tabs{width:fit-content;display:flex;align-items:center;gap:5px;margin:10px auto 20px;padding:5px;background:#fff;border:1px solid #dddddd;border-radius:10px;box-shadow:0 4px 15px #0000001f}.online-order-tabs button{min-width:110px;padding:9px 15px;border:none;border-radius:7px;background:#f1f1f1;color:#555;font-size:12px;font-weight:700;cursor:pointer;transition:.2s ease}.online-order-tabs button:hover{background:#e5e5e5}.online-order-tabs button:nth-child(1).active{background:#ff6b00;color:#fff}.online-order-tabs button:nth-child(2).active{background:#e58a00;color:#fff}.online-order-tabs button:nth-child(3).active{background:#16803c;color:#fff}.discount-popup{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.discount-box{width:100%;max-width:380px;box-sizing:border-box;padding:24px;background:#fff;border-radius:15px;box-shadow:0 20px 50px #0006;animation:popupScale .2s ease}.discount-box h3{margin:0 0 18px;text-align:center;color:#111;font-size:19px;font-weight:800}.discount-box input{width:100%;height:45px;box-sizing:border-box;padding:0 13px;border:1px solid #d5d5d5;border-radius:8px;color:#111;font-size:15px;outline:none}.discount-box input:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001f}.discount-box button{flex:1;height:42px;border:none;border-radius:8px;font-weight:700;cursor:pointer}.discount-box button:first-child{background:#ff6b00;color:#fff}.discount-box button:last-child{background:#eee;color:#222}.discount-box button:hover{opacity:.9}.no-plan-page{min-height:75vh;display:flex;align-items:center;justify-content:center;padding:30px}.no-plan-card{width:100%;max-width:480px;box-sizing:border-box;padding:45px 35px;background:#fff;border-radius:20px;text-align:center;box-shadow:0 15px 45px #00000040}.no-plan-icon{width:75px;height:75px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:#fff0df;border-radius:20px;font-size:34px}.no-plan-card h2{margin:0;color:#111;font-size:27px;font-weight:800}.no-plan-card p{max-width:390px;margin:15px auto 28px;color:#666;font-size:15px;line-height:1.7}.no-plan-card button{border:none;border-radius:9px;padding:13px 27px;background:#ff6b00;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:.2s ease}.no-plan-card button:hover{background:#e85f00;transform:translateY(-1px)}.order-actions .print-bill-btn{background:#111;color:#fff;padding:9px 15px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer}.order-actions .print-bill-btn:hover{background:#ff6b00}@keyframes popupScale{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:900px){.admin-orders{padding:18px 18px 90px}.orders-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-tabs{padding:9px 15px}.order-tabs button{min-width:90px}}@media(max-width:600px){.admin-orders{padding:14px 14px 85px}.orders-grid{grid-template-columns:1fr}.order-card{padding:15px;border-radius:13px}.order-header{align-items:flex-start;flex-direction:column}.badges{width:100%}.order-item{font-size:14px}.order-footer{font-size:13px}.order-actions{display:grid;grid-template-columns:1fr 1fr}.order-actions button{width:100%}.order-tabs{gap:3px;padding:8px 5px}.order-tabs button{min-width:0;flex:1;padding:8px 4px;border-radius:8px;flex-direction:column;gap:3px}.tab-icon{font-size:20px}.tab-text{font-size:10px}.ready-type-tabs{width:calc(100% - 20px)}.ready-type-tabs button{flex:1;min-width:0;padding:9px 7px;font-size:12px}.online-order-tabs{width:calc(100% - 20px)}.online-order-tabs button{flex:1;min-width:0;padding:8px 4px;font-size:11px}.no-plan-card{padding:35px 22px}}@media(max-width:380px){.admin-orders{padding:11px 11px 82px}.order-card{padding:13px}.order-actions{grid-template-columns:1fr}.order-tabs button{padding:7px 2px}.tab-icon{font-size:18px}.tab-text{font-size:9px}.ready-type-tabs button{font-size:11px}.online-order-tabs button{font-size:10px}}.fk-layout{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#171717;color:#111;overflow-x:hidden;box-sizing:border-box}.fk-menu{width:100%;padding:20px;box-sizing:border-box}.fk-menu-header{width:100%;margin-bottom:20px}.fk-menu-header input{display:block;width:100%;max-width:620px;margin:0 auto;padding:13px 18px;box-sizing:border-box;background:#fff;border:1px solid #dddddd;border-radius:999px;outline:none;color:#111;font-size:14px;box-shadow:0 5px 18px #0000002e;transition:.2s ease}.fk-menu-header input::placeholder{color:#888}.fk-menu-header input:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001f,0 5px 18px #0000002e}.fk-categories{display:flex;gap:9px;margin-top:16px;padding:3px 2px 8px;overflow-x:auto;scrollbar-width:thin}.fk-categories::-webkit-scrollbar{height:4px}.fk-categories::-webkit-scrollbar-thumb{background:#555;border-radius:20px}.fk-categories button{flex-shrink:0;padding:9px 17px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#333;white-space:nowrap;font-size:13px;font-weight:600;cursor:pointer;transition:.2s ease}.fk-categories button:hover{border-color:#ff6b00;color:#ff6b00}.fk-categories button.active{background:#ff6b00;border-color:#ff6b00;color:#fff;box-shadow:0 5px 14px #ff6b0033}.menu-conatiner{width:100%;margin-top:20px;margin-bottom:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px}.fk-menu-item{width:100%;min-width:0;box-sizing:border-box;padding:13px;display:flex;flex-direction:column;background:#fff;border:1px solid #e7e7e7;border-radius:14px;cursor:pointer;box-shadow:0 6px 20px #0000002e;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.fk-menu-item:hover{transform:translateY(-3px);border-color:#ff6b00;box-shadow:0 12px 28px #00000040}.fk-menu-item.active-card{border:2px solid #ff6b00;box-shadow:0 8px 25px #ff6b0033}.fk-menu-item>div:first-child{width:100%!important;height:150px!important;margin:0!important;border-radius:10px!important;background:#eee!important}.fk-menu-item img{width:100%!important;height:100%!important;object-fit:cover;border-radius:10px}.fk-info{margin:12px 2px 10px}.fk-info .name{margin:0 0 5px;color:#111;font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fk-info .price{margin:0;color:#ff6b00;font-size:15px;font-weight:800}.menu-qty{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:5px;background:#f3f3f3;border-radius:9px}.menu-qty button{flex:1;height:35px;border:none;border-radius:7px;color:#fff;font-size:19px;font-weight:800;cursor:pointer;transition:.15s ease}.menu-qty button:active{transform:scale(.94)}.menu-qty .qty-decrease{background:#111}.menu-qty .qty-decrease:hover{background:#2b2b2b}.menu-qty .qty-count{min-width:30px;text-align:center;color:#111;font-size:15px;font-weight:800}.menu-qty .qty-increase{background:#ff6b00}.menu-qty .qty-increase:hover{background:#e85f00}.fk-cart{width:100%;box-sizing:border-box;background:#fff;border-top:1px solid #dddddd;box-shadow:0 -5px 25px #0000002e;overflow-y:auto}.fk-table{width:100%;margin:0;padding:11px 13px;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:9px;background:#fff;color:#111;font-size:13px;font-weight:600;outline:none;cursor:pointer}.fk-table:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001a}.fk-cart-list{max-height:35vh;overflow-y:auto;padding:14px}.fk-cart-list::-webkit-scrollbar{width:5px}.fk-cart-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:20px}.fk-cart-item{display:flex;align-items:center;gap:11px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eeeeee}.fk-cart-item:last-child{border-bottom:none}.fk-cart-item>div:first-child{width:45px!important;height:45px!important;margin:0!important;border-radius:8px!important;flex-shrink:0}.fk-cart-item img{width:100%!important;height:100%!important;border-radius:8px}.fk-cart-info{flex:1;min-width:0}.fk-cart-info p{margin:0 0 4px;color:#222;font-size:13px;font-weight:700;line-height:1.3}.fk-cart-info span{color:#ff6b00;font-size:13px;font-weight:700}.fk-qty{width:92px;display:flex;align-items:center;justify-content:space-between;gap:5px;flex-shrink:0}.fk-qty button{width:28px;height:28px;border:none;border-radius:7px;background:#111;color:#fff;font-size:17px;font-weight:800;cursor:pointer;transition:.15s ease}.fk-qty button:hover{background:#ff6b00}.fk-qty button:active{transform:scale(.9)}.fk-qty span{min-width:20px;text-align:center;color:#111;font-size:13px;font-weight:800}.fk-footer{padding:16px;border-top:1px solid #eeeeee;background:#fff}.fk-total{margin-bottom:12px;display:flex;justify-content:space-between;color:#111;font-size:18px;font-weight:800}.fk-total:after{content:""}.fk-footer button{width:100%;min-height:45px;padding:11px 15px;border:none;border-radius:9px;background:#ff6b00;color:#fff;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 6px 18px #ff6b0038;transition:.2s ease}.fk-footer button:hover{background:#e85f00;transform:translateY(-1px)}.fk-footer button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(min-width:768px){.fk-layout{flex-direction:row;align-items:flex-start;gap:0;background:#171717}.fk-menu{width:72%;min-height:100vh;padding:25px}.fk-menu-header input{padding:13px 18px;font-size:14px}.fk-categories{justify-content:center}.menu-conatiner{grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:18px;margin-top:22px}.fk-menu-item>div:first-child{height:145px!important}.fk-cart{position:fixed;top:20px;right:20px;width:27%;height:calc(100vh - 40px);border:1px solid #dddddd;border-radius:15px;box-shadow:0 10px 35px #0000004d;overflow-y:auto}.fk-cart-list{max-height:none;height:auto}}@media(min-width:1200px){.fk-menu{width:74%;padding:30px}.menu-conatiner{grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:20px}.fk-menu-item>div:first-child{height:155px!important}.fk-cart{width:25%;right:25px}}@media(max-width:767px){.fk-menu{padding:15px}.menu-conatiner{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.fk-menu-item{padding:10px;border-radius:11px}.fk-menu-item>div:first-child{height:125px!important}.fk-info{margin:9px 1px}.fk-info .name{font-size:13px}.fk-info .price{font-size:14px}.fk-cart{position:sticky;bottom:0;z-index:10;max-height:48vh;border-radius:15px 15px 0 0}.fk-cart-list{max-height:24vh;padding:12px}}@media(max-width:380px){.fk-menu{padding:11px}.menu-conatiner{gap:9px}.fk-menu-item{padding:8px}.fk-menu-item>div:first-child{height:110px!important}.fk-info .name{font-size:12px}.fk-info .price{font-size:13px}.fk-cart{max-height:50vh}.fk-qty{width:82px}.fk-qty button{width:25px;height:25px}}.plan-container{width:100%;max-width:1000px;min-height:100vh;box-sizing:border-box;margin:0 auto;padding:28px}.plan-container h2{margin:0 0 30px;color:#fff;text-align:center;font-size:28px;line-height:1.2;font-weight:800;letter-spacing:-.5px}.plan-container h2:after{content:"";display:block;width:45px;height:3px;margin:10px auto 0;background:#ff6b00;border-radius:5px}.plan-container .error{width:100%;box-sizing:border-box;margin:0 auto 20px;padding:11px 14px;background:#fff0f0;border:1px solid #ffd0d0;border-radius:8px;color:#c62828;text-align:center;font-size:13px;font-weight:600}.plans{width:100%;min-height:65vh;display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}.plan-card{position:relative;width:290px;min-height:390px;box-sizing:border-box;display:flex;flex-direction:column;padding:26px 23px;background:#fff;border:1px solid #e4e4e4;border-radius:16px;box-shadow:0 10px 30px #0003;text-align:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.plan-card:hover{transform:translateY(-5px);border-color:#ff6b00;box-shadow:0 15px 35px #00000047}.plan-card h3{margin:0 0 12px;color:#111;font-size:20px;font-weight:800}.plan-card .price{margin:8px 0 20px;color:#ff6b00;font-size:27px;font-weight:850;letter-spacing:-.5px}.plan-card ul{flex:1;list-style:none;padding:0;margin:5px 0 22px;text-align:left}.plan-card ul li{position:relative;margin:0;padding:10px 0 10px 26px;color:#444;font-size:13px;font-weight:500;border-bottom:1px solid #eeeeee}.plan-card ul li:last-child{border-bottom:none}.plan-card ul li:before{content:"✓";position:absolute;left:0;color:#ff6b00;font-size:14px;font-weight:900}.plan-card button{width:100%;min-height:47px;margin-top:auto;padding:11px 15px;border:none;border-radius:9px;background:#111;color:#fff;font-family:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.plan-card button:hover{background:#ff6b00;transform:translateY(-1px);box-shadow:0 7px 18px #ff6b0040}.plan-card button:active{transform:translateY(0)}.plan-card button:disabled{background:#777;color:#eee;cursor:not-allowed;transform:none;box-shadow:none}.plan-card.premium{border:2px solid #ff6b00;box-shadow:0 12px 35px #ff6b0026}.plan-card.premium:before{content:"POPULAR";position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:5px 13px;background:#ff6b00;color:#fff;border-radius:20px;font-size:9px;font-weight:800;letter-spacing:1px}.plan-card.premium button{background:linear-gradient(135deg,#ff6b00,#e85f00)}.plan-card.premium button:hover{background:linear-gradient(135deg,#e85f00,#d95500)}@media(max-width:900px){.plan-container{padding:22px}.plan-container h2{font-size:25px}.plans{min-height:auto;padding:25px 0 40px}.plan-card{width:280px}}@media(max-width:600px){.plan-container{padding:18px 14px}.plan-container h2{margin-bottom:25px;font-size:22px}.plans{width:100%;flex-direction:column;gap:25px;padding-top:15px}.plan-card{width:100%;max-width:360px;min-height:370px;padding:23px 20px}.plan-card h3{font-size:19px}.plan-card .price{font-size:25px}.plan-card ul li{font-size:13px}}@media(max-width:380px){.plan-container{padding:14px 11px}.plan-card{min-height:350px;padding:20px 17px}.plan-card h3{font-size:18px}.plan-card .price{font-size:23px}.plan-card ul li{font-size:12px}}.staff-main{width:100%;min-height:100vh;box-sizing:border-box;display:flex;justify-content:center;align-items:flex-start;padding:30px;background:linear-gradient(135deg,#1a1a1a,#222,#171717);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.staff-container{width:100%;max-width:900px;padding:10px}.staff-container h2{margin:0 0 25px;color:#fff;text-align:left;font-size:28px;line-height:1.2;font-weight:800;letter-spacing:-.6px}.staff-container h2:after{content:"";display:block;width:42px;height:3px;margin-top:9px;background:#ff6b00;border-radius:5px}.staff-container .tabs{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap}.staff-container .tabs button{min-height:43px;padding:10px 17px;border:1px solid #353535;border-radius:9px;background:#202020;color:#bdbdbd;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.staff-container .tabs button:hover{background:#2b2b2b;color:#fff;border-color:#555}.staff-container .tabs button.active{background:#ff6b00;border-color:#ff6b00;color:#fff;box-shadow:0 6px 18px #ff6b0033}.staff-container .card{width:100%;box-sizing:border-box;background:#fff;padding:24px;border:1px solid #e5e5e5;border-radius:14px;box-shadow:0 10px 30px #0003}.staff-container form.card{max-width:560px;display:flex;flex-direction:column;gap:15px}.staff-container input,.staff-container select{width:100%;height:48px;box-sizing:border-box;padding:0 14px;border:1px solid #d7d7d7;border-radius:9px;background:#fff;color:#111;font-family:inherit;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.staff-container input::placeholder{color:#8b8b8b}.staff-container input:focus,.staff-container select:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001c}.staff-container select{cursor:pointer;font-weight:600}.staff-container form.card>button{width:100%;min-height:48px;margin-top:4px;border:none;border-radius:9px;background:#ff6b00;color:#fff;font-family:inherit;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 6px 18px #ff6b002e;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.staff-container form.card>button:hover{background:#e85f00;transform:translateY(-1px);box-shadow:0 9px 22px #ff6b0040}.staff-container form.card>button:active{transform:translateY(0)}.staff-container .card:has(table){overflow-x:auto;padding:0}.staff-container table{width:100%;min-width:700px;border-collapse:separate;border-spacing:0;background:#fff}.staff-container thead{background:#111}.staff-container th{padding:15px 16px;color:#fff;font-size:12px;font-weight:700;text-align:left;border-bottom:1px solid #292929;white-space:nowrap}.staff-container td{padding:14px 16px;color:#333;font-size:13px;border-bottom:1px solid #eeeeee;white-space:nowrap}.staff-container tbody tr{transition:background .15s ease}.staff-container tbody tr:hover{background:#fff8f3}.staff-container tbody tr:last-child td{border-bottom:none}.staff-container tbody td:first-child{color:#888;font-weight:700;width:45px}.staff-container tbody td:nth-child(4){font-weight:700}.staff-container td:last-child{display:flex;align-items:center;gap:8px}.staff-container .btn{min-height:34px;padding:7px 11px;border:none;border-radius:7px;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease,transform .15s ease}.staff-container .btn:active{transform:scale(.97)}.staff-container .btn.reset{background:#fff1e6;color:#d85d00;border:1px solid #ffd4b5}.staff-container .btn.reset:hover{background:#ff6b00;color:#fff;border-color:#ff6b00}.staff-container .btn.delete{background:#fff0f0;color:#d62828;border:1px solid #ffd0d0}.staff-container .btn.delete:hover{background:#dc2626;color:#fff;border-color:#dc2626}.staff-container .card::-webkit-scrollbar{width:6px;height:6px}.staff-container .card::-webkit-scrollbar-track{background:#eee}.staff-container .card::-webkit-scrollbar-thumb{background:#aaa;border-radius:20px}.staff-container .card::-webkit-scrollbar-thumb:hover{background:#ff6b00}@media(max-width:900px){.staff-main{padding:22px}.staff-container{max-width:100%}.staff-container h2{font-size:26px}}@media(max-width:600px){.staff-main{padding:15px;align-items:flex-start}.staff-container{padding:0}.staff-container h2{margin-bottom:20px;font-size:23px}.staff-container .tabs{gap:7px}.staff-container .tabs button{flex:1;min-height:42px;padding:9px 8px;font-size:12px}.staff-container .card{padding:16px;border-radius:11px}.staff-container form.card{max-width:100%}.staff-container input,.staff-container select{height:46px;font-size:14px}.staff-container form.card>button{height:46px}.staff-container .card:has(table){padding:0}.staff-container th{padding:13px 12px;font-size:11px}.staff-container td{padding:12px;font-size:12px}.staff-container .btn{min-height:32px;padding:6px 9px;font-size:10px}}@media(max-width:380px){.staff-main{padding:11px}.staff-container h2{font-size:21px}.staff-container .card{padding:13px}.staff-container .tabs button{font-size:11px}}.invoice-settings{width:100%;max-width:760px;min-height:100vh;box-sizing:border-box;margin:0 auto;padding:28px;background:#fff;border:1px solid #e5e5e5;border-radius:16px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-shadow:0 10px 30px #00000029}.invoice-title{margin:0 0 28px;color:#111;font-size:26px;line-height:1.2;font-weight:800;letter-spacing:-.5px;text-align:left}.invoice-title:after{content:"";display:block;width:42px;height:3px;margin-top:9px;background:#ff6b00;border-radius:5px}.section-title{margin:26px 0 13px;padding-bottom:9px;color:#222;font-size:16px;font-weight:800;border-bottom:1px solid #eeeeee}.form-label{display:block;margin-top:15px;margin-bottom:7px;color:#333;font-size:13px;font-weight:700}.form-input{width:100%;height:46px;box-sizing:border-box;margin:0;padding:0 13px;border:1px solid #d7d7d7;border-radius:9px;outline:none;background:#fff;color:#111;font-family:inherit;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-input:hover{border-color:#bbb}.form-input:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001c}.form-color{width:65px;height:42px;padding:3px;border:1px solid #d7d7d7;border-radius:8px;background:#fff;cursor:pointer}.form-color:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001c}.checkbox-label{display:flex;align-items:center;gap:10px;margin-top:18px;padding:11px 13px;border:1px solid #eeeeee;border-radius:9px;background:#fafafa;color:#333;cursor:pointer;transition:background .2s ease,border-color .2s ease}.checkbox-label:hover{background:#fff8f3;border-color:#ffd2b3}.form-checkbox{width:17px;height:17px;margin:0;accent-color:#ff6b00;cursor:pointer}.form-label+.form-input[type=number]{max-width:180px}.save-btn{width:100%;min-height:48px;margin-top:24px;padding:12px 20px;border:none;border-radius:9px;background:linear-gradient(135deg,#ff6b00,#e85f00);color:#fff;font-family:inherit;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 6px 18px #ff6b0033;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.save-btn:hover{background:linear-gradient(135deg,#e85f00,#d95500);transform:translateY(-1px);box-shadow:0 10px 24px #ff6b0047}.save-btn:active{transform:translateY(0)}.invoice-settings br{display:none}@media(max-width:900px){.invoice-settings{max-width:100%;padding:24px}.invoice-title{font-size:24px}}@media(max-width:600px){.invoice-settings{width:100%;min-height:auto;padding:18px;border-radius:12px;box-shadow:0 6px 20px #00000024}.invoice-title{margin-bottom:22px;font-size:21px}.section-title{margin-top:22px;font-size:15px}.form-label{font-size:12px}.form-input{height:46px;font-size:14px}.form-color{width:60px;height:40px}.checkbox-label{font-size:13px}.save-btn{min-height:47px;font-size:14px}}@media(max-width:380px){.invoice-settings{padding:14px}.invoice-title{font-size:20px}.form-input{height:44px;font-size:13px}}.dashboard-main{width:100%;min-height:100vh;display:flex;margin:0;padding:0;background:#111;color:#dfdddd;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.dashboard-content{flex:1;width:calc(100% - 250px);min-width:0;min-height:100vh;padding:28px;background:linear-gradient(135deg,#1c1c1c,#252525,#1a1a1a);overflow-x:hidden;transition:.25s ease}.dashboard-content h1,.dashboard-content h2,.dashboard-content h3{color:#fff}.dashboard-content h1{margin-top:0;margin-bottom:8px;color:#d4cbcb;font-size:29px;line-height:1.2;font-weight:800;letter-spacing:-.8px}.dashboard-content h2{color:#fdfdfd;font-size:21px;font-weight:750}.dashboard-content h3{color:#171717;font-weight:700}.dashboard-content p{color:#b8b8b8}.dashboard-content .card,.dashboard-content .dashboard-card,.dashboard-content .stat-card{background:#fff;border:1px solid #e7e7e7;border-radius:14px;box-shadow:0 4px 18px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.dashboard-content .card:hover,.dashboard-content .dashboard-card:hover,.dashboard-content .stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000001a}.dashboard-content button.primary,.dashboard-content .primary-button,.dashboard-content .add-button,.dashboard-content .save-button{background:#ff6b00;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.dashboard-content button.primary:hover,.dashboard-content .primary-button:hover,.dashboard-content .add-button:hover,.dashboard-content .save-button:hover{background:#e85f00;box-shadow:0 6px 18px #ff6b0040}.dashboard-content .dark-button{background:#111;color:#fff;border:none;border-radius:8px;font-weight:700}.dashboard-content .dark-button:hover{background:#252525}.dashboard-content input,.dashboard-content select,.dashboard-content textarea{font-family:inherit;background:#fff;color:#111;border:1px solid #dcdcdc;border-radius:8px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.dashboard-content input:focus,.dashboard-content select:focus,.dashboard-content textarea:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001a}.dashboard-content table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e4e4e4;border-radius:13px;overflow:hidden;box-shadow:0 4px 18px #0000000d}.dashboard-content th{padding:15px 17px;background:#151515;color:#fff;font-size:12px;font-weight:700;text-align:left}.dashboard-content td{padding:14px 17px;color:#333;font-size:13px;border-bottom:1px solid #eeeeee}.dashboard-content tr:last-child td{border-bottom:none}.dashboard-content tbody tr:hover{background:#fff8f3}.dashboard-content .active,.dashboard-content .success,.dashboard-content .available{color:#16803c;background:#eaf8ef;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:700}.dashboard-content .pending{color:#d96a00;background:#fff2e5;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:700}.dashboard-content .danger,.dashboard-content .error{color:#c62828;background:#fff0f0;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:700}.dashboard-content .highlight{border-left:4px solid #ff6b00;background:#fff}.dashboard-content .section-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}.dashboard-content .section-header h2{margin:0}.dashboard-content::-webkit-scrollbar{width:7px;height:7px}.dashboard-content::-webkit-scrollbar-track{background:transparent}.dashboard-content::-webkit-scrollbar-thumb{background:#c2c2c2;border-radius:20px}.dashboard-content::-webkit-scrollbar-thumb:hover{background:#ff6b00}.dashboard-content button:focus-visible,.dashboard-content input:focus-visible,.dashboard-content select:focus-visible,.dashboard-content textarea:focus-visible{outline:3px solid rgba(255,107,0,.18);outline-offset:2px}@media(max-width:900px){.dashboard-main{display:block;min-height:100vh}.dashboard-content{width:100%;min-height:calc(100vh - 60px);padding:22px 22px 85px}.dashboard-content h1{font-size:26px}.dashboard-content h2{font-size:20px}}@media(max-width:600px){.dashboard-content{padding:16px 16px 85px;background:linear-gradient(145deg,#1c1c1c,#252525)}.dashboard-content h1{font-size:23px;letter-spacing:-.5px}.dashboard-content h2{font-size:18px}.dashboard-content h3{font-size:15px}.dashboard-content p{font-size:13px}.dashboard-content .section-header{align-items:flex-start;flex-direction:column;margin-bottom:17px}.dashboard-content table{min-width:650px}}@media(max-width:380px){.dashboard-content{padding:13px 13px 80px}.dashboard-content h1{font-size:21px}.dashboard-content h2{font-size:17px}}.settings-page{width:100%;max-width:720px;margin:0 auto;padding:20px;box-sizing:border-box}.settings-page h2{margin:0 0 22px;color:#fff;font-size:26px;font-weight:800;letter-spacing:-.5px}.setting-card{width:100%;margin-top:12px;padding:18px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid #e5e5e5;border-radius:14px;box-shadow:0 6px 20px #0000002e;transition:transform .2s ease,box-shadow .2s ease}.setting-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000040}.setting-card h4{margin:0;color:#171717;font-size:16px;font-weight:750}.setting-card p{margin:5px 0 0;color:#737373;font-size:13px;line-height:1.5}.switch{position:relative;flex-shrink:0;width:48px;height:26px;display:inline-block;cursor:pointer}.switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}.slider{position:absolute;inset:0;background:#d4d4d4;border-radius:30px;transition:.25s ease;z-index:1}.slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 2px 5px #0003;transition:.25s ease}.switch input:checked+.slider{background:#ff6b00;box-shadow:0 4px 12px #ff6b004d}.switch input:checked+.slider:before{transform:translate(22px)}.switch-hint{opacity:.45}.location-settings{display:flex;flex-direction:column;align-items:stretch;gap:15px}.location-btn,.save-location-btn{width:100%;min-height:44px;padding:11px 15px;border:none;border-radius:9px;background:#111;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.location-btn:hover,.save-location-btn:hover{background:#ff6b00;transform:translateY(-1px);box-shadow:0 6px 16px #ff6b0040}.location-btn:disabled,.save-location-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.location-inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.location-inputs input{width:100%;min-height:42px;padding:10px 12px;box-sizing:border-box;background:#f7f7f7;color:#333;border:1px solid #dddddd;border-radius:8px;font-size:13px;outline:none}.radius-wrapper{display:flex;flex-direction:column;gap:7px}.radius-wrapper label{color:#333;font-size:13px;font-weight:700}.radius-wrapper select{width:100%;min-height:42px;padding:9px 12px;background:#fff;color:#222;border:1px solid #d8d8d8;border-radius:8px;font-size:13px;outline:none;cursor:pointer}.radius-wrapper select:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001a}.hint-text{margin-top:5px;color:#999;font-size:12px}.coming-soon{margin-top:18px;padding:14px;text-align:center;color:#999;font-size:12px;border:1px dashed #444444;border-radius:10px;background:#ffffff08}@media(max-width:600px){.settings-page{padding:14px}.settings-page h2{font-size:22px;margin-bottom:18px}.setting-card{padding:15px;border-radius:12px;gap:12px}.setting-card h4{font-size:15px}.setting-card p{font-size:12px}.location-inputs{grid-template-columns:1fr}.switch{width:46px;height:25px}.slider:before{width:19px;height:19px}.switch input:checked+.slider:before{transform:translate(21px)}}@media(max-width:380px){.settings-page{padding:11px}.setting-card{padding:13px}.setting-card h4{font-size:14px}.setting-card p{font-size:11px}}.feedback-table{width:100%;max-width:1100px;box-sizing:border-box;margin:0 auto;padding:24px;background:#fff;border:1px solid #e5e5e5;border-radius:15px;box-shadow:0 10px 30px #0000002e;overflow-x:auto}.feedback-table h3{width:100%;margin:0;padding-bottom:15px;color:#111;font-size:22px;font-weight:800;border-bottom:1px solid #eeeeee}.feedback-table h3:after{content:"";display:block;width:42px;height:3px;margin-top:8px;background:#ff6b00;border-radius:5px}.feedback-table table{width:100%;min-width:650px;margin-top:18px;border-collapse:separate;border-spacing:0;overflow:hidden;background:#fff;border:1px solid #e5e5e5;border-radius:10px}.feedback-table th{padding:14px 15px;background:#111;color:#fff;font-size:12px;font-weight:700;text-align:left;white-space:nowrap}.feedback-table td{padding:14px 15px;color:#333;font-size:13px;line-height:1.5;border-bottom:1px solid #eeeeee;vertical-align:middle}.feedback-table tbody tr{transition:background .15s ease}.feedback-table tbody tr:hover{background:#fff8f3}.feedback-table tbody tr:last-child td{border-bottom:none}.feedback-table td:first-child{color:#ff6b00;font-size:14px;font-weight:700;white-space:nowrap}.feedback-table td:nth-child(2){max-width:500px;color:#333;font-weight:500;word-break:break-word}.feedback-table td:nth-child(3){font-weight:700;white-space:nowrap}.feedback-table td:nth-child(3){color:#d85d00}.feedback-table td:last-child{color:#777;font-size:12px;white-space:nowrap}.feedback-table::-webkit-scrollbar{width:6px;height:6px}.feedback-table::-webkit-scrollbar-track{background:#eee;border-radius:10px}.feedback-table::-webkit-scrollbar-thumb{background:#aaa;border-radius:10px}.feedback-table::-webkit-scrollbar-thumb:hover{background:#ff6b00}.feedback-table+p,.feedback-table p{color:#777;font-size:14px}@media(max-width:900px){.feedback-table{max-width:100%;padding:20px}.feedback-table h3{font-size:20px}}@media(max-width:600px){.feedback-table{padding:15px;border-radius:12px}.feedback-table h3{font-size:18px;padding-bottom:12px}.feedback-table table{margin-top:14px;min-width:620px}.feedback-table th{padding:12px;font-size:11px}.feedback-table td{padding:12px;font-size:12px}}@media(max-width:380px){.feedback-table{padding:12px}.feedback-table h3{font-size:17px}}body{background:#f7f7f7;color:#111;font-family:system-ui,-apple-system,BlinkMacSystemFont}.qr-container{max-width:480px;margin:auto;padding:14px 14px 90px}.search-container{background:#fff;width:100%}.sticky-search{position:sticky;top:0;z-index:1000;background:#fff;padding:10px 12px;box-shadow:0 4px 12px #0000000f}.search-input{width:100%;box-sizing:border-box;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;outline:none}.search-input:focus{border-color:#111}.menu-info h4{margin:0;font-size:16px;line-height:20px;height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.location-loading{min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:30px}.location-spinner{width:42px;height:42px;border:4px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:locationSpin .8s linear infinite;margin-bottom:18px}.location-loading h3{margin:0 0 8px}.location-loading p{color:#6b7280;font-size:14px}@keyframes locationSpin{to{transform:rotate(360deg)}}.category-bar{display:flex;gap:10px;overflow-x:auto;padding:8px 0 14px}.category-bar button{padding:8px 16px;font-weight:600;border-radius:20px;border:1px solid #ddd;background:#fff;font-size:14px;white-space:nowrap;cursor:pointer}.category-bar button.active{background:#000;color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:10px}.menu-card{background:#fff;border:1px solid #e5e5e5;border-radius:18px;overflow:hidden;display:flex;flex-direction:column}.menu-card img{width:100%;height:150px;object-fit:cover}.menu-info{padding:10px 12px}.menu-info h4{margin:0;font-size:16px}.menu-info p{margin-top:4px;font-size:17px;font-weight:600}.online-order-form{margin-top:18px;padding:16px;background:#f8f9fa;border-radius:14px;border:1px solid #e5e7eb}.online-order-form h4{margin:0 0 12px;font-size:16px;font-weight:700;color:#111827}.online-input,.online-textarea{width:100%;box-sizing:border-box;padding:12px 14px;margin-bottom:12px;border:1px solid #d1d5db;border-radius:10px;font-size:15px;outline:none;transition:.2s}.online-input:focus,.online-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.online-textarea{min-height:90px;resize:vertical}.add-btn{margin:10px;padding:12px;font-size:16px;font-weight:600;border-radius:14px;border:none;background:#000;color:#fff;cursor:pointer}.loading{text-align:center;padding:60px;font-size:18px}.qty-box{display:flex;align-items:center;justify-content:space-between;background:#f3f4f6;border-radius:20px;padding:4px 8px;width:90%;margin-top:6px}.order-status{padding:12px;margin-top:12px;border-radius:8px;font-weight:700;text-align:center}.item-note{width:90%;margin:6px auto 10px;padding:8px 10px;border-radius:10px;border:1px solid #ddd;font-size:13px;resize:none;min-height:36px;outline:none}.top-cart-icon{position:fixed;top:14px;right:14px;background:#000;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;z-index:1000}.top-cart-icon:active{transform:scale(.92)}.order-overlay{position:fixed;inset:0;background:#fff;z-index:1100;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;justify-content:center;align-items:flex-start;padding:15px 0 40px}.order-summary{height:auto;position:relative;width:90%;background:#fff;padding:16px;animation:slideDown .25s ease}.order-summary::-webkit-scrollbar{width:4px}.order-summary::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.order-summary h4{margin:0 0 12px;font-size:18px;font-weight:700;text-align:center;color:#111}.placed-order{background:#f9fafb;border-radius:14px;padding:12px;margin-bottom:12px;border:1px solid #e5e7eb}.placed-order h5{margin:0 0 8px;font-size:14px;font-weight:700;color:#374151}.summary-item{display:flex;justify-content:space-between;align-items:center;font-size:14px;padding:4px 0;color:#111827}.summary-item span:last-child{font-weight:600}.summary-total{margin-top:8px;padding-top:8px;border-top:1px dashed #d1d5db;font-weight:700;font-size:15px;display:flex;justify-content:space-between;color:#111}.item-note::placeholder{color:#9ca3af}.close-summary-btn{margin-top:40px;margin-bottom:50px;width:100%;padding:12px;border-radius:14px;border:none;background:#111;color:#fff;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.close-summary-btn:hover{background:#000}.close-summary-btn:active{transform:scale(.96)}.grand-total{margin-top:10px;padding:12px;border-radius:14px;background:#f1f5f9;display:flex;justify-content:space-between;font-size:16px;font-weight:800;color:#111}.pending{background:#fde68a}.approved{background:#bbf7d0}.rejected{background:#fecaca}.completed{background:#bfdbfe}.qty-box button{width:30px;height:30px;border-radius:50%;border:none;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-box button:hover{background:#000}.qty-box span{min-width:24px;text-align:center;font-size:14px;font-weight:600;color:#111827}.qty-box button:active{transform:scale(.95)}.cart-footer{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid #e5e5e5;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -4px 10px #00000014;z-index:999}.place-order-btn{background:#5c6a99;color:#fff;border:none;margin-right:40px;padding:15px 18px;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer}.place-order-btn:active{transform:scale(.96)}.parent-place{width:100%;display:flex;gap:10px;margin-top:20px}.parent-place button{flex:1;margin-top:10px;height:50px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer}.place-order-btn-confirm{background:#5c6a99;color:#fff;border:none;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer}.feedback-overlay{position:fixed;inset:0;background:#000000a6;z-index:2000;display:flex;align-items:center;justify-content:center}.feedback-box{background:#fff;padding:20px;width:90%;max-width:360px;border-radius:16px;box-shadow:0 20px 40px #00000059;animation:fadeInScale .25s ease}.feedback-box h3{margin:0 0 12px;text-align:center}.feedback-box textarea{width:100%;min-height:70px;margin-top:10px;padding:10px;border-radius:10px;border:1px solid #d1d5db;resize:none}.feedback-box select{width:100%;margin-top:8px;padding:10px;border-radius:10px}.feedback-box button{margin-top:14px;width:100%;padding:12px;border-radius:12px;border:none;background:#000;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.early-feedback{position:fixed;bottom:0;right:0;background-color:#ceb676;border-radius:10px;margin:20px;padding:10px;text-align:center}.order-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:9999;padding:16px}.order-summary{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:20px;box-sizing:border-box;box-shadow:0 10px 30px #0000002e;animation:popup .2s ease}.order-summary h3{margin:0 0 18px;text-align:center;font-size:20px;font-weight:700}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.summary-item strong{font-size:15px}.qty-box-review{width:30%;background-color:#9ca3af;border-radius:20px;display:flex;justify-content:center;align-items:center;padding:5px 0;gap:10px}.qty-box-review button{width:34px;height:34px;border:none;border-radius:50%;cursor:pointer;font-size:15px;font-weight:700}.qty-box-review button:first-child{background:#a78470}.qty-box-review button:last-child{background:#ba9ed1;color:#fff}.qty-box span{min-width:20px;text-align:center;font-weight:600;font-size:16px}.grand-total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:2px solid #eee;font-size:18px;font-weight:700}.close-summary-btn-confirm{width:50%;margin-top:10px;padding:14px;border:none;border-radius:10px;background:#f1f1f1;color:#333;font-size:15px;font-weight:500;cursor:pointer}.cafe-banner{position:relative;z-index:1;background:linear-gradient(135deg,#fff,#fafafa);border-radius:22px;padding:18px;margin:14px 0 18px;display:flex;align-items:center;gap:16px;border:1px solid #ececec;box-shadow:0 8px 30px #0000000f}.cafe-icon{width:68px;height:68px;border-radius:20px;background:#111;color:#fff;display:flex;justify-content:center;align-items:center;font-size:32px;flex-shrink:0}.cafe-info{min-width:0}.cafe-info h1{margin:0;font-size:26px;font-weight:800;color:#111;line-height:1.2;word-break:break-word}.cafe-info p{margin:6px 0 0;font-size:15px;font-weight:500;color:#666}@keyframes popup{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}*{box-sizing:border-box}html{scroll-behavior:smooth}.oot-page{min-height:100vh;background:#fff;color:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.oot-navbar{height:72px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;background:#111;border-bottom:1px solid #252525;position:sticky;top:0;z-index:100;box-shadow:0 5px 25px #00000026}.oot-logo{color:#fff;text-decoration:none;font-size:22px;font-weight:800;letter-spacing:-.8px}.oot-logo span{color:#ff6b00;font-weight:500}.oot-nav-links{display:flex;gap:34px}.oot-nav-links a{color:#bdbdbd;text-decoration:none;font-size:13px;font-weight:500;transition:.2s}.oot-nav-links a:hover{color:#ff6b00}.oot-login-btn{border:1px solid #ff6b00;background:#ff6b00;color:#fff;padding:10px 21px;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer;transition:.2s}.oot-login-btn:hover{background:#ff7a1a;transform:translateY(-1px)}.oot-hero{max-width:1280px;min-height:700px;margin:auto;padding:90px 6% 80px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;background:#fff}.oot-hero-content{max-width:650px}.oot-badge{display:inline-flex;align-items:center;gap:9px;padding:7px 13px;background:#fff4eb;border:1px solid #ffd7ba;border-radius:50px;color:#e85e00;font-size:11px;font-weight:600}.oot-badge span{width:7px;height:7px;background:#ff6b00;border-radius:50%;box-shadow:0 0 0 4px #ffe3d0}.oot-hero h1{margin:25px 0 20px;color:#111;font-size:clamp(43px,5vw,68px);line-height:1.03;letter-spacing:-3.5px;font-weight:400}.oot-hero h1 strong{color:#111;font-weight:800}.oot-hero h1 strong:after{content:"";display:block;width:100px;height:5px;margin-top:13px;background:#ff6b00;border-radius:10px}.oot-hero-content>p{max-width:590px;margin:30px 0 0;color:#666;font-size:16px;line-height:1.75}.oot-hero-buttons{display:flex;gap:12px;margin-top:32px}.oot-primary-btn,.oot-secondary-btn{min-height:49px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;transition:.2s}.oot-primary-btn{border:none;background:#ff6b00;color:#fff;box-shadow:0 8px 22px #ff6b0038}.oot-primary-btn:hover{background:#e85e00;transform:translateY(-2px)}.oot-primary-btn span{font-size:17px}.oot-secondary-btn{border:1px solid #dcdcdc;background:#fff;color:#222}.oot-secondary-btn:hover{border-color:#ff6b00;color:#ff6b00}.oot-trust{display:flex;align-items:center;gap:20px;margin-top:48px}.oot-trust-item{display:flex;flex-direction:column;gap:3px}.oot-trust-item strong{color:#111;font-size:12px}.oot-trust-item span{color:#999;font-size:10px}.oot-trust-line{width:1px;height:30px;background:#ddd}.oot-hero-visual{position:relative;min-height:450px;display:flex;align-items:center;justify-content:center}.oot-hero-visual:before{content:"";position:absolute;width:390px;height:390px;background:#fff1e8;border-radius:50%;z-index:0}.oot-dashboard{position:relative;z-index:2;width:min(100%,470px);padding:24px;background:#111;border:1px solid #272727;border-radius:18px;box-shadow:0 30px 70px #0003;transform:rotate(1deg)}.oot-dashboard-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.oot-dashboard-top small{color:#777;font-size:9px}.oot-dashboard-top h3{margin:5px 0 0;color:#fff;font-size:17px}.oot-online{display:flex;align-items:center;gap:6px;color:#ccc;font-size:10px}.oot-online span{width:7px;height:7px;background:#ff6b00;border-radius:50%;box-shadow:0 0 0 4px #ff6b0026}.oot-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.oot-stat{padding:17px;background:#1b1b1b;border:1px solid #292929;border-radius:11px}.oot-stat span,.oot-stat small{display:block;color:#777;font-size:9px}.oot-stat strong{display:block;margin:7px 0;color:#fff;font-size:27px}.oot-order-preview{margin-top:14px;padding:16px;background:#fff;border-radius:11px}.oot-order-head{display:flex;justify-content:space-between;margin-bottom:12px}.oot-order-head strong{color:#111;font-size:12px}.oot-order-head span{color:#ff6b00;font-size:10px}.oot-order-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #eeeeee}.oot-order-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#fff1e8;color:#ff6b00;border-radius:8px;font-size:9px;font-weight:800}.oot-order-row strong,.oot-order-row span{display:block}.oot-order-row strong{color:#111;font-size:11px}.oot-order-row span{margin-top:3px;color:#999;font-size:9px}.oot-order-row b{color:#111;font-size:11px}.oot-floating-card{position:absolute;z-index:3;left:0;bottom:10px;display:flex;align-items:center;gap:12px;padding:13px 16px;background:#fff;border:1px solid #e5e5e5;border-radius:11px;box-shadow:0 15px 40px #0000001f}.oot-qr-box{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#ff6b00;color:#fff;border-radius:7px;font-size:9px;font-weight:800}.oot-floating-card strong,.oot-floating-card span{display:block}.oot-floating-card strong{color:#111;font-size:11px}.oot-floating-card span{margin-top:3px;color:#999;font-size:9px}.oot-how{max-width:1200px;margin:auto;padding:110px 6%}.oot-section-heading>span{color:#ff6b00;font-size:10px;font-weight:800;letter-spacing:1.8px}.oot-section-heading h2{margin:13px 0 0;color:#111;font-size:38px;line-height:1.12;letter-spacing:-1.7px}.oot-section-heading.center{text-align:center}.oot-section-heading.center p{max-width:540px;margin:14px auto 0;color:#777;font-size:13px;line-height:1.7}.oot-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}.oot-step{position:relative;padding:30px;background:#fff;border:1px solid #e7e7e7;border-radius:14px;transition:.25s}.oot-step:hover{border-color:#ff6b00;transform:translateY(-4px);box-shadow:0 15px 40px #0000000f}.oot-step-number{color:#ff6b00;font-size:11px;font-weight:800;margin-bottom:55px}.oot-step h3{margin-bottom:10px;color:#111;font-size:16px}.oot-step p{margin:0;color:#777;font-size:12px;line-height:1.7}.oot-features{padding:110px 6%;background:#111;color:#fff}.oot-features .oot-section-heading h2{color:#fff}.oot-features .oot-section-heading.center p{color:#999}.oot-feature-grid{max-width:1100px;margin:55px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.oot-feature-card{position:relative;min-height:215px;padding:26px;background:#171717;border:1px solid #292929;border-radius:13px;transition:.25s}.oot-feature-card:hover{border-color:#ff6b00;transform:translateY(-4px)}.oot-feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;background:#ff6b00;color:#fff;border-radius:8px;font-size:15px}.oot-feature-card h3{margin-bottom:9px;color:#fff;font-size:15px}.oot-feature-card p{max-width:300px;margin:0;color:#888;font-size:11px;line-height:1.7}.oot-feature-arrow{position:absolute;right:24px;bottom:22px;color:#ff6b00;font-size:16px}.oot-cta{max-width:1100px;margin:90px auto;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fff4eb;border:1px solid #ffd9bd;border-radius:18px}.oot-cta>div>span{color:#ff6b00;font-size:9px;font-weight:800;letter-spacing:1.5px}.oot-cta h2{margin:13px 0;color:#111;font-size:36px;line-height:1.1;letter-spacing:-1.5px}.oot-cta p{margin:0;color:#777;font-size:12px}.oot-cta button{flex-shrink:0;padding:14px 21px;border:none;border-radius:8px;background:#ff6b00;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:.2s}.oot-cta button:hover{background:#e85e00;transform:translateY(-2px)}.oot-cta button span{margin-left:10px}.oot-footer{padding:65px 6% 25px;background:#0b0b0b;color:#fff}.oot-footer-main{max-width:1200px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:50px}.footer-logo{color:#fff}.oot-footer-brand p{max-width:280px;margin-top:15px;color:#777;font-size:11px;line-height:1.7}.oot-footer-column{display:flex;flex-direction:column;gap:12px}.oot-footer-column h4{margin-bottom:7px;color:#fff;font-size:11px}.oot-footer-column a{color:#777;text-decoration:none;font-size:10px;transition:.2s}.oot-footer-column a:hover{color:#ff6b00}.oot-footer-bottom{max-width:1200px;margin:55px auto 0;padding-top:20px;border-top:1px solid #242424;display:flex;justify-content:space-between;color:#555;font-size:9px}@media(max-width:850px){.oot-navbar{padding:0 20px}.oot-nav-links{display:none}.oot-hero{grid-template-columns:1fr;padding:65px 20px;text-align:center;gap:50px}.oot-hero-content{margin:auto}.oot-hero-buttons{justify-content:center}.oot-hero-content>p{margin-left:auto;margin-right:auto}.oot-trust{justify-content:center}.oot-hero-visual{min-height:410px}.oot-floating-card{left:5px}.oot-steps{grid-template-columns:1fr}.oot-feature-grid{grid-template-columns:repeat(2,1fr)}.oot-how{padding-top:80px;padding-bottom:80px}.oot-cta{margin:60px 20px}.oot-footer-main{grid-template-columns:repeat(2,1fr)}.oot-footer-brand{grid-column:1 / -1}}@media(max-width:500px){.oot-navbar{height:64px}.oot-logo{font-size:19px}.oot-login-btn{padding:8px 15px}.oot-hero{padding-top:45px}.oot-hero h1{font-size:36px;letter-spacing:-2px}.oot-hero h1 strong:after{margin:10px auto 0}.oot-hero-buttons{flex-direction:column}.oot-primary-btn,.oot-secondary-btn{width:100%}.oot-trust{gap:8px}.oot-trust-line{height:25px}.oot-hero-visual{min-height:360px}.oot-hero-visual:before{width:290px;height:290px}.oot-dashboard{padding:17px;border-radius:14px}.oot-floating-card{bottom:0;padding:10px 12px}.oot-feature-grid{grid-template-columns:1fr}.oot-section-heading h2{font-size:28px}.oot-cta{margin:50px 15px;padding:32px 24px;flex-direction:column;align-items:flex-start}.oot-cta h2{font-size:29px}.oot-cta button{width:100%}.oot-footer{padding:50px 20px 20px}.oot-footer-main{grid-template-columns:1fr 1fr;gap:35px 20px}.oot-footer-bottom{flex-direction:column;gap:8px;line-height:1.5}}.legal-page{min-height:100vh;background:#f5f7fb;padding:60px 20px;font-family:Arial,sans-serif}.legal-card{max-width:900px;margin:auto;background:#fff;padding:50px;border-radius:20px;box-shadow:0 4px 25px #0000000f}.legal-title{font-size:42px;margin-bottom:25px;color:#111}.legal-subtitle{font-size:26px;margin-top:35px;margin-bottom:15px;color:#222}.legal-text{font-size:17px;line-height:1.9;color:#555}.legal-contact{margin-top:35px;padding-top:20px;border-top:1px solid #eee}.legal-contact-text{margin:10px 0;font-size:16px;color:#444;font-weight:500}@media(max-width:768px){.legal-card{padding:30px 20px}.legal-title{font-size:32px}.legal-subtitle{font-size:22px}.legal-text{font-size:15px}}
