@font-face{font-family:LiAdorNoirrit;src:url(/fonts/Li%20Ador%20Noirrit%20Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:LiAdorNoirrit;src:url(/fonts/Li%20Ador%20Noirrit%20Light.ttf) format("truetype");font-weight:300}@font-face{font-family:LiAdorNoirrit;src:url(/fonts/Li%20Ador%20Noirrit%20SemiBold.ttf) format("truetype");font-weight:600}:root{--navy: #0B1F17;--amber: #16A34A;--amberTint: #F0FDF4;--amberSoft: #BBF7D0;--white: #FFFFFF;--paper: #F7FAF8;--line: #E5EBE7;--line2: #C7D2CC;--ink: #0F1A14;--inkMute: #4B5A52;--inkFaint: #7A857F;--green: #16A34A;--greenSoft: #DCFCE7;--red: #DC2626;--font-light: 300;--font-regular: 400;--font-semi: 600}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:LiAdorNoirrit,Hind Siliguri,SolaimanLipi,Arial,sans-serif;font-weight:400;background:#c7d2cc;color:#0f1a14;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,select,textarea{font-family:inherit;font-size:inherit;outline:none}a{text-decoration:none;color:inherit}svg{flex-shrink:0}#root{min-height:100dvh;display:flex;justify-content:center;background:#c7d2cc}.app-wrap{width:100%;max-width:480px;min-height:100dvh;background:#f7faf8;position:relative;display:flex;flex-direction:column;box-shadow:0 0 40px #00000026}.page-with-nav{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:80px}.page-wizard{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:120px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:#fff;border-top:1px solid #E5EBE7;display:flex;z-index:100;height:64px;box-shadow:0 -2px 8px #00000014}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px;cursor:pointer;transition:opacity .15s;border:none;background:none;font-family:inherit}.nav-item:active{opacity:.7}.nav-label{font-size:10px;font-weight:400;line-height:1}.nav-dot{width:4px;height:4px;border-radius:2px;background:#16a34a;margin-top:2px}.wizard-header{background:#fff;border-bottom:1px solid #E5EBE7;padding:12px 16px 10px;position:sticky;top:0;z-index:50}.wizard-header-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.wizard-back-btn{width:36px;height:36px;border-radius:10px;border:1px solid #E5EBE7;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer;flex-shrink:0}.wizard-title{font-size:15px;font-weight:600;color:#0f1a14;flex:1}.wizard-steps{display:flex;gap:6px}.wizard-step{flex:1;height:4px;border-radius:2px;background:#e5ebe7;cursor:pointer;transition:background .2s}.wizard-step.active{background:#16a34a}.wizard-step.done{background:#bbf7d0}.wizard-bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:#fff;border-top:1px solid #E5EBE7;padding:10px 16px 16px;z-index:100;box-shadow:0 -2px 8px #00000014}.wizard-nav-row{display:flex;gap:10px}.btn-back{flex:1;height:48px;border-radius:12px;border:1px solid #E5EBE7;background:#fff;font-size:14px;font-weight:600;color:#4b5a52;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:background .15s}.btn-back:hover{background:#f7faf8}.btn-next{flex:2;height:48px;border-radius:12px;background:#16a34a;font-size:15px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:none;transition:background .15s;box-shadow:0 4px 12px #16a34a4d}.btn-next:hover{background:#15803d}.card{background:#fff;border-radius:14px;border:1px solid #E5EBE7;overflow:hidden;box-shadow:0 1px 4px #0000000a}.btn-primary{display:flex;align-items:center;justify-content:center;gap:10px;background:#16a34a;color:#fff;border:none;border-radius:14px;height:52px;width:100%;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #16a34a4d;transition:background .15s}.btn-primary:hover{background:#15803d}.btn-secondary{display:flex;align-items:center;justify-content:center;gap:8px;background:#f7faf8;color:#0f1a14;border:1px solid #E5EBE7;border-radius:12px;height:48px;flex:1;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.btn-secondary:hover{background:#e5ebe7}.section-title{font-size:11px;font-weight:600;color:#7a857f;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;margin-top:2px}.toast{position:fixed;bottom:120px;left:50%;transform:translate(-50%);background:#0f1a14;color:#fff;padding:10px 20px;border-radius:999px;font-size:14px;z-index:300;pointer-events:none;animation:toastIn .25s ease,toastOut .25s ease 1.8s forwards;white-space:nowrap}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1}to{opacity:0}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200}.modal-box{background:#fff;border-radius:16px;padding:24px;width:min(320px,90vw);box-shadow:0 8px 32px #0003}.modal-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:flex-end;justify-content:center}.modal-sheet{width:100%;max-width:480px;background:#fff;border-radius:20px 20px 0 0;padding:20px 20px 34px;box-shadow:0 -4px 16px #0000001f;animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{width:36px;height:4px;background:#c7d2cc;border-radius:2px;margin:0 auto 16px}.stepper{display:flex;align-items:center;border:1.5px solid #E5EBE7;border-radius:8px;overflow:hidden;background:#fff}.stepper-btn{width:28px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;border:none;transition:background .1s}.stepper-btn:hover{background:#f7faf8}.stepper-btn:disabled{opacity:.4;cursor:default}.stepper-val{min-width:28px;text-align:center;font-size:13px;font-weight:600;color:#0f1a14}.hours-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.hours-pill{width:66px;height:66px;border-radius:14px;background:#f7faf8;border:1.5px solid #E5EBE7;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.hours-pill:hover{border-color:#16a34a}.hours-pill.selected{background:#16a34a;border-color:#16a34a;box-shadow:0 4px 8px #16a34a59}.hours-pill-num{font-size:20px;font-weight:600;color:#0f1a14}.hours-pill.selected .hours-pill-num{color:#fff}.hours-pill-unit{font-size:10px;color:#7a857f;margin-top:1px}.hours-pill.selected .hours-pill-unit{color:#ffffffd9}.bar-track{flex:1;height:8px;background:#f7faf8;border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px;transition:width .6s ease}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c7d2cc;border-radius:2px}
