:root{--primary:#ec5b13;--primary-dark:#c2410c;--accent-red:#ec1325;--accent-amber:#d97706;--bg-light:#f8f6f6;--bg-white:#fff;--surface:#f8fafc;--border:#e2e8f0;--border-dark:#cbd5e1;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--success:#16a34a;--success-bg:#22c55e24;--amber:#d97706;--amber-bg:#f59e0b24;--red:#dc2626;--red-bg:#ef444424;--blue:#2563eb;--blue-bg:#3b82f61f;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-light);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;font-family:Work Sans,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{border:none;outline:none;font-family:inherit}input:focus,select:focus{border-color:var(--primary)}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;vertical-align:middle;font-size:24px;line-height:1}.login-page{background:linear-gradient(160deg,#fff5f0 0%,#f8f6f6 50%,#f0f4ff 100%);justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.login-card{background:var(--bg-white);border-radius:var(--radius-xl);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:2.5rem 2rem;animation:.4s ease-out loginCardIn}@keyframes loginCardIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.login-brand{text-align:center;margin-bottom:2rem}.login-logo{background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:var(--radius-lg);justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex;box-shadow:0 8px 20px #ec5b134d}.login-logo .material-symbols-outlined{color:#fff;font-size:32px}.login-brand h1{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.375rem;font-size:1.25rem;font-weight:800}.login-brand p{color:var(--text-muted);font-size:.875rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.login-error{background:var(--red-bg);color:var(--red);border-radius:var(--radius-md);border:1px solid #ef444433;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;display:flex}.login-error .material-symbols-outlined{flex-shrink:0;font-size:18px}.login-btn{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:var(--radius-md);cursor:pointer;letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;height:52px;margin-top:.25rem;font-family:inherit;font-size:.9375rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #ec5b134d}.login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #ec5b1366}.login-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #ec5b134d}.login-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.login-spinner{animation:1s linear infinite loginSpin}@keyframes loginSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-wrapper{background:var(--bg-white);max-width:480px;min-height:100dvh;box-shadow:var(--shadow-lg);margin:0 auto;position:relative;overflow-x:hidden}.app-header{z-index:20;background:var(--bg-white);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem;display:flex;position:sticky;top:0}.app-header-icon-btn{border-radius:var(--radius-full);width:48px;height:48px;color:var(--text-secondary);justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.app-header-icon-btn:hover{background:var(--surface);color:var(--text-primary)}.app-header-title{letter-spacing:-.01em;text-transform:uppercase;color:var(--text-primary);font-size:1.125rem;font-weight:700}.app-header-right{justify-content:flex-end;align-items:center;width:48px;display:flex}.notification-dot{position:relative}.notification-dot:after{content:"";background:var(--primary);border:2px solid var(--bg-white);border-radius:50%;width:8px;height:8px;position:absolute;top:2px;right:2px}.app-main{min-height:calc(100dvh - 65px);padding:1rem 1rem 7rem}.segmented-control{background:var(--surface);border-radius:var(--radius-md);gap:4px;height:44px;padding:4px;display:flex}.segmented-control .segment{border-radius:calc(var(--radius-md) - 2px);color:var(--text-secondary);flex:1;justify-content:center;align-items:center;gap:6px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;background:0 0!important}.segmented-control .segment .material-symbols-outlined{font-size:20px}.segmented-control .segment.active{box-shadow:var(--shadow-md);background:var(--primary)!important;color:var(--bg-white)!important;font-weight:700!important}.month-switcher{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.month-switcher button{border-radius:var(--radius-md);background:var(--bg-white);width:40px;height:40px;box-shadow:var(--shadow-sm);border:1px solid var(--border);color:var(--primary);justify-content:center;align-items:center;display:flex}.month-switcher strong{color:var(--text-primary);font-size:1rem;font-weight:700}.cumulative-btn{border-radius:var(--radius-lg);justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.cumulative-btn .cumulative-label{align-items:center;gap:.5rem;display:flex}.cumulative-btn .cumulative-label .eyebrow{text-transform:uppercase;letter-spacing:.05em;color:#fffc;margin-bottom:2px;font-size:.625rem;font-weight:700;display:block}.cumulative-btn .cumulative-dates{opacity:.9;font-size:.75rem;font-weight:400}.cumulative-btn.primary-cumulative{background:var(--primary);color:#fff;box-shadow:0 4px 16px #ec5b134d}.cumulative-btn.secondary-cumulative{color:var(--primary);background:#ec5b13bf;border:1.5px solid #ec5b13bf}.filter-strip{background:var(--bg-white);border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.section-heading{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-heading h3{color:var(--text-primary);font-size:1.125rem;font-weight:700}.count-badge{border-radius:var(--radius-full);color:var(--primary);background:#ec5b131a;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.restaurant-card{background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:1rem;overflow:hidden}.restaurant-card-header{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem}.restaurant-card-header h4{text-transform:uppercase;letter-spacing:.03em;color:var(--text-primary);font-size:.875rem;font-weight:700}.restaurant-card-header p{color:var(--text-secondary);margin-top:4px;font-size:.75rem}.restaurant-table{border-collapse:collapse;width:100%}.restaurant-table thead th{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--surface);border-bottom:1px solid var(--border);text-align:left;padding:.75rem;font-size:.625rem;font-weight:700}.restaurant-table thead th:not(:first-child){text-align:center}.restaurant-table thead th .col-delivered{color:var(--primary)}.restaurant-table thead th .col-remaining{color:var(--accent-red)}.restaurant-table tbody td{border-bottom:1px solid #f1f5f9b3;padding:.75rem;font-size:.8125rem}.restaurant-table tbody td:not(:first-child){text-align:center;color:var(--text-secondary);font-weight:600}.restaurant-table tbody td.col-delivered{color:var(--primary)!important;font-weight:700!important}.restaurant-table tbody td.col-remaining{color:var(--text-muted)!important;font-weight:400!important}.restaurant-table tbody td.col-remaining.has-remaining{color:var(--accent-red)!important;font-weight:700!important}.restaurant-table tbody td.col-transit{color:var(--accent-amber)!important;font-weight:700!important}.restaurant-table thead th.col-transit{color:var(--accent-amber)!important}.restaurant-table.request-table{table-layout:fixed}.restaurant-table .qty-col{font-variant-numeric:tabular-nums;text-align:right!important}.item-row-toggle{text-align:left;width:100%;color:var(--text-primary);align-items:center;gap:.25rem;font-weight:600;display:flex}.item-row-toggle .material-symbols-outlined{color:var(--text-muted);font-size:1rem}.item-row-toggle .item-unit{color:var(--text-secondary)}.item-breakdown-row td{background:#f8fafc;padding:0!important}.ycms-group-open td,.ycms-child td{background:#ec5b130f}.ycms-selected{cursor:pointer;background:#ec5b131a!important}.ycms-selected td:first-child{box-shadow:inset 3px 0 0 var(--primary)}.ycms-child:hover td{background:#ec5b131a}.purchase-slip-meta a{color:#2563eb;font-size:.875rem;font-weight:700;text-decoration:underline}.slip-status-tag{border-radius:999px;width:fit-content;padding:2px 8px;font-size:.6875rem;font-weight:700}.slip-status-tag.status-processing{color:#b45309;background:#f59e0b29}.slip-status-tag.status-completed{color:#15803d;background:#22c55e29}.slip-status-tag.status-pending{color:#475569;background:#e2e8f0}.print-slip-modal{border-radius:1.125rem;max-width:420px}.print-slip-header{justify-content:space-between;align-items:center;padding:1rem 1rem .75rem;display:flex}.print-slip-header h3{text-align:left;padding:0;font-size:1.75rem}.print-slip-header button{width:32px;height:32px;color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.print-slip-body{flex-direction:column;gap:.625rem;padding:.25rem 1rem .75rem;display:flex;overflow-y:auto}.print-slip-item{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:.75rem;padding:.875rem}.print-slip-item.selected{background:#ec5b1314;border-color:#ec5b1373}.print-slip-item-top{justify-content:space-between;gap:.75rem;display:flex}.print-slip-item h4{color:var(--text-primary);font-size:1.25rem;line-height:1.2}.print-slip-item p{color:var(--text-secondary);margin-top:.125rem;font-size:.8125rem}.print-slip-status{white-space:nowrap;border-radius:999px;height:fit-content;padding:.25rem .5rem;font-size:.625rem;font-weight:700}.print-slip-status.status-delivered{color:#15803d;background:#22c55e33}.print-slip-status.status-pending{color:#c2410c;background:#f9731633}.print-slip-status.status-cancelled{color:#b91c1c;background:#ef444433}.print-slip-item-bottom{color:var(--text-secondary);justify-content:space-between;gap:1rem;margin-top:.625rem;font-size:.75rem;display:flex}.print-slip-item-bottom strong{color:var(--text-primary);font-weight:700}.print-slip-footer{border-top:1px solid var(--border);gap:.75rem;padding:.75rem 1rem 1rem;display:flex}.print-slip-primary-btn{color:#fff;background:#f43f5e;box-shadow:0 4px 16px #f43f5e40}.print-warning-text{padding:0 1rem 1rem;font-size:.8125rem;font-weight:600;color:#dc2626!important}.print-page-wrapper{background:#e2e8f0}.print-sheet{background:#fff;max-width:190mm;min-height:calc(100dvh - 9rem);margin:.75rem;padding:20px 24px 16px;box-shadow:0 2px 12px #0000001f}.ps-header-row{border-bottom:1px solid #1e293b;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:10px;display:flex}.ps-company h2{letter-spacing:.02em;color:#0f172a;margin:0 0 3px;font-size:9.5pt;font-weight:700}.ps-company p{color:#475569;margin:0;font-size:8pt;line-height:1.4}.ps-qr{object-fit:contain;flex-shrink:0;width:64px;height:64px}.ps-title-block{text-align:center;margin:12px 0 10px}.ps-title-block h1{letter-spacing:.06em;color:#0f172a;text-transform:uppercase;margin:0 0 5px;font-size:16pt;font-weight:700}.ps-title-date{color:#475569;margin:0 0 4px;font-size:9pt;font-style:italic}.ps-title-code{color:#1e293b;margin:0;font-size:8.5pt}.ps-title-code strong{letter-spacing:.04em;font-weight:700}.ps-info-row{color:#1e293b;border-bottom:1px solid #cbd5e1;gap:24px;margin-bottom:10px;padding:6px 0 8px;font-size:9.5pt;display:flex}.ps-info-row strong{font-weight:700}.ps-info-row em{color:#64748b;font-style:italic}.ps-table{border-collapse:collapse;width:100%;margin-bottom:16px;font-size:8pt}.ps-table th,.ps-table td{text-align:left;vertical-align:middle;border:1px solid #1e293b;padding:3px 4px}.ps-table th{text-transform:uppercase;letter-spacing:.03em;color:#334155;text-align:center;background:#f1f5f9;font-size:7pt;font-weight:700}.ps-table td:first-child,.ps-table td:nth-child(3),.ps-table td:nth-child(4){text-align:center}.ps-table tbody tr:last-child td{border-color:#0000}.ps-table tbody tr:nth-last-child(2) td{border-bottom-color:#1e293b}.ps-empty-row td{height:18px;border-color:#0000!important}.ps-signatures{justify-content:space-between;margin-top:6px;padding:0 12px;display:flex}.ps-sig-block{flex-direction:column;align-items:center;gap:3px;width:38%;display:flex}.ps-sig-block span{letter-spacing:.03em;color:#334155;text-align:center;font-size:7.5pt;font-weight:700}.ps-sig-line{border:1px solid #94a3b8;border-top:none;width:100%;height:40px}.print-page-footer{gap:.5rem}@media print{.print-page-wrapper{background:#fff;overflow:visible}.print-sheet{box-shadow:none;page-break-inside:avoid;width:190mm;max-width:100%;margin:0;padding:20px 24px 16px}.sticky-footer,.app-header{display:none!important}}.header-schedule-menu-wrap{z-index:40;flex-shrink:0;justify-content:flex-end;align-items:center;width:48px;height:48px;display:flex;position:relative}.header-schedule-menu-backdrop{z-index:60;background:0 0;position:fixed;inset:0}.header-schedule-menu{background:var(--bg-white);border:1px solid var(--border);z-index:61;border-radius:.875rem;min-width:132px;padding:.375rem;position:fixed;top:64px;right:max(12px,50vw - 228px);overflow:hidden;box-shadow:0 14px 28px #0f172a33}.header-schedule-menu button{text-align:left;width:100%;color:var(--text-primary);border-radius:.5rem;padding:.5rem .625rem;font-size:.875rem;font-weight:600}.header-schedule-menu button:hover{color:var(--primary);background:#ec5b1314}.header-schedule-menu button+button{margin-top:.25rem}.schedule-menu-active{color:var(--primary)!important;background:#ec5b131a!important}.stats-filter{border:1px solid var(--border);background:var(--bg-white);height:44px;color:var(--text-secondary);border-radius:.75rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:0 .75rem;display:flex}.stats-filter .material-symbols-outlined:first-child{color:#ef4444;font-size:1.125rem}.stats-filter span:nth-child(2){color:var(--text-primary);flex:1;font-size:.875rem;font-weight:600}.stats-filter .material-symbols-outlined:last-child{color:var(--text-muted);font-size:1.125rem}.stats-kpi-grid{grid-template-columns:1fr 1fr;gap:.625rem;margin-bottom:1.25rem;display:grid}.stats-kpi-card{background:var(--bg-white);border:1px solid var(--border);border-radius:.75rem;padding:.75rem}.stats-kpi-card p{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.625rem;font-weight:700}.stats-kpi-card strong{margin-top:.25rem;font-size:2rem;line-height:1.1;display:block}.stats-kpi-card span{margin-top:.25rem;font-size:.75rem;font-weight:700;display:block}.stats-kpi-card span.up{color:#16a34a}.stats-kpi-card span.down{color:#dc2626}.stats-section{margin-bottom:1.25rem}.stats-section h3{margin-bottom:.625rem;font-size:1.5rem;font-weight:700}.stats-donut-card{background:var(--bg-white);border:1px solid var(--border);border-radius:.75rem;padding:1rem .75rem}.stats-donut-ring{background:conic-gradient(#f81134 0 316deg, #e2e8f0 316deg 360deg);border-radius:50%;place-items:center;width:180px;height:180px;margin:0 auto;display:grid}.stats-donut-inner{background:var(--bg-white);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:132px;height:132px;display:flex}.stats-donut-inner strong{font-size:2rem;line-height:1}.stats-donut-inner span{letter-spacing:.04em;font-size:.75rem;font-weight:700}.stats-legend{flex-wrap:wrap;justify-content:center;gap:.625rem 1rem;margin-top:.875rem;display:flex}.stats-legend span{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.stats-legend i{border-radius:50%;width:8px;height:8px;display:inline-block}.stats-legend i.red{background:#f81134}.stats-legend i.gray{background:#64748b}.stats-legend i.light{background:#cbd5e1}.stats-section-head{justify-content:space-between;align-items:center;margin-bottom:.625rem;display:flex}.stats-section-head h3{margin-bottom:0}.stats-section-head button{color:#e11d48;letter-spacing:.04em;font-size:.75rem;font-weight:700}.stats-restaurant-list{flex-direction:column;gap:.625rem;display:flex}.stats-restaurant-item{background:var(--bg-white);border:1px solid var(--border);border-radius:.75rem;align-items:center;gap:.625rem;padding:.625rem;display:flex}.stats-restaurant-icon{color:#e11d48;background:#fff1f2;border-radius:.625rem;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.stats-restaurant-icon .material-symbols-outlined{font-size:1.125rem}.stats-restaurant-content{flex:1;min-width:0}.stats-restaurant-content strong{white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;display:block;overflow:hidden}.stats-restaurant-content p{color:var(--text-secondary);font-size:.75rem}.stats-restaurant-bar{background:#f1f5f9;border-radius:999px;width:52px;height:6px;overflow:hidden}.stats-restaurant-bar span{border-radius:inherit;background:#f81134;height:100%;display:block}.ycms-filter-select{border:1px solid var(--border);background:var(--bg-white);height:48px;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.75rem;align-items:center;gap:.625rem;margin-bottom:.75rem;padding:0 .75rem;display:flex}.ycms-filter-select:hover{border-color:var(--primary);background:#ec5b1308}.ycms-filter-select span:nth-child(2){color:var(--text-primary);flex:1;font-size:.9375rem;font-weight:600}.ycms-filter-field{cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:.75rem}.ycms-filter-field label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:.375rem;font-size:.6875rem;font-weight:700;display:block}.ycms-filter-input{border:1px solid var(--border);background:var(--bg-white);border-radius:.75rem;align-items:center;gap:.625rem;height:48px;padding:0 .75rem;transition:border-color .15s;display:flex}.ycms-filter-input:hover{border-color:var(--primary)}.ycms-filter-input .material-symbols-outlined{color:var(--primary);font-size:1rem}.ycms-filter-input span:last-child{color:var(--text-primary);flex:1;font-size:.875rem;font-weight:600}.ycms-list-head{align-items:center;gap:.5rem;margin:1rem 0 .75rem;display:flex}.ycms-list-bar{background:var(--primary);border-radius:999px;flex-shrink:0;width:4px;height:16px}.ycms-list-head h3{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);font-size:.8125rem;font-weight:700}.ycms-list{flex-direction:column;gap:.625rem;display:flex}.ycms-item{border:1px solid var(--border);background:var(--bg-white);cursor:pointer;border-radius:.875rem;padding:.875rem 1rem;transition:box-shadow .15s,border-color .15s;box-shadow:0 1px 3px #0000000d}.ycms-item:hover{border-color:#ec5b134d;box-shadow:0 4px 12px #0000001a}.ycms-item.accent{border-left:3px solid var(--primary)}.ycms-item-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.375rem;display:flex}.ycms-item-header h4{color:var(--text-primary);flex:1;font-size:1rem;font-weight:700;line-height:1.2}.ycms-item-code{letter-spacing:.04em;color:var(--primary);white-space:nowrap;background:#ec5b1314;border:1px solid #ec5b1333;border-radius:4px;flex-shrink:0;align-items:center;gap:.25rem;margin-top:1px;padding:2px 6px;font-size:.6875rem;font-weight:700;display:inline-flex}.ycms-item-ycms{align-items:center;gap:.375rem;margin-bottom:.75rem;display:flex}.ycms-item-ycms .material-symbols-outlined{color:var(--text-muted);font-size:.875rem}.ycms-item-ycms code{color:var(--text-secondary);font-family:monospace;font-size:.8125rem;font-weight:600}.ycms-item-dates{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.ycms-date-chip{flex-direction:column;gap:1px;display:inline-flex}.ycms-date-chip-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.5625rem;font-weight:700}.ycms-date-chip-value{color:var(--text-primary);font-size:.8125rem;font-weight:700}.ycms-date-chip-value.accent{color:var(--primary)}.ycms-item-meta{color:var(--text-muted);margin-top:.5rem;font-size:.6875rem;font-weight:600}.item-card{background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:1rem;overflow:hidden}.item-card-header{border-bottom:1px solid #f1f5f9b3;padding:1rem}.item-card-header h3{text-transform:uppercase;color:var(--primary);font-size:1.125rem;font-weight:700}.item-card-header p{color:var(--text-secondary);margin-top:4px;font-size:.8125rem}.item-card-header p strong{color:var(--text-primary)}.item-grid-header{border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:#f8fafc80;grid-template-columns:1.5fr repeat(4,.8fr);gap:.5rem;padding:.75rem;font-size:.625rem;font-weight:700;display:grid}.item-grid-header span:not(:first-child){text-align:right}.item-grid-row{border-bottom:1px solid #f1f5f9b3;grid-template-columns:1.5fr repeat(4,.8fr);align-items:start;gap:.5rem;padding:.75rem;font-size:.8125rem;display:grid}.item-grid-row:last-child{border-bottom:none}.item-grid-row span:first-child{color:var(--text-secondary);overflow-wrap:break-word;word-break:break-word;min-width:0;font-weight:500}.item-grid-row span:not(:first-child){text-align:right;font-weight:600}.item-grid-row .col-delivered{color:var(--success)}.item-grid-row .col-remaining{color:var(--text-muted)}.item-grid-row .col-remaining.has-remaining{color:var(--primary)}.item-grid-row .col-transit{color:var(--accent-amber);font-weight:700}.profile-page{flex-direction:column;gap:1rem;padding:1rem;display:flex}.profile-avatar{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;gap:1rem;padding:1.25rem;display:flex}.profile-avatar-circle{background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px #ec5b134d}.profile-avatar-circle .material-symbols-outlined{color:#fff;font-size:28px}.profile-avatar-info h2{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:700}.profile-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--primary);border-radius:var(--radius-full);background:#ec5b131a;padding:2px 8px;font-size:.6875rem;font-weight:700;display:inline-block}.profile-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.profile-card-header{border-bottom:1px solid var(--border);background:#f8fafc80;padding:.875rem 1rem}.profile-card-header h3{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.6875rem;font-weight:700}.profile-info-list{flex-direction:column;display:flex}.profile-info-item{border-bottom:1px solid #f1f5f9b3;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;display:flex}.profile-info-item:last-child{border-bottom:none}.profile-info-icon{border-radius:var(--radius-sm);background:#ec5b1314;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;display:flex}.profile-info-icon .material-symbols-outlined{color:var(--primary);font-size:18px}.profile-info-content{flex:1;min-width:0}.profile-info-content label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:2px;font-size:.6875rem;font-weight:700;display:block}.profile-info-content span{color:var(--text-primary);word-break:break-word;font-size:.875rem;font-weight:500}.profile-token{font-family:monospace;color:var(--text-secondary)!important;font-size:.75rem!important}.profile-action-list{flex-direction:column;display:flex}.profile-action-item{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;border:none;border-bottom:1px solid #f1f5f9b3;align-items:center;gap:.75rem;padding:.875rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .15s;display:flex}.profile-action-item:last-child{border-bottom:none}.profile-action-item:hover{background:#ec5b130a}.profile-action-item .material-symbols-outlined{color:var(--primary);font-size:20px}.profile-action-item span:nth-child(2){flex:1}.profile-action-arrow{color:var(--text-muted)!important;font-size:18px!important}.profile-version{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);padding:1px 6px;color:var(--text-muted)!important;font-size:.6875rem!important}.profile-logout-btn{width:100%;height:48px;color:var(--red);border-radius:var(--radius-md);cursor:pointer;background:#ef44440f;border:1px solid #ef444433;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.profile-logout-btn:hover{background:#ef44441a;border-color:#ef44444d}.profile-logout-btn .material-symbols-outlined{font-size:20px}.calendar-section{background:var(--bg-white);border-radius:var(--radius-lg);margin-bottom:1rem;padding:1rem}.calendar-weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:.5rem;display:grid}.calendar-weekdays div{text-align:center;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.5rem 0;font-size:.625rem;font-weight:700}.calendar-grid{background:var(--border);border-radius:var(--radius-md);grid-template-columns:repeat(7,1fr);gap:1px;display:grid;overflow:hidden}.calendar-cell{background:var(--bg-white);flex-direction:column;align-items:flex-start;min-height:96px;padding:4px;display:flex}.calendar-cell.muted{background:var(--surface);opacity:.5}.calendar-cell.highlighted{box-shadow:inset 0 0 0 2px var(--primary);background:#ec5b130f}.calendar-cell.highlighted .cal-day-num{color:var(--primary);font-weight:700}.calendar-cell.clickable{cursor:pointer}.calendar-cell.clickable:hover{background:#ec5b130a}.calendar-cell.cell-selected{box-shadow:inset 0 0 0 2px var(--primary);background:#ec5b1314}.calendar-cell.cell-selected .cal-day-num,.cal-day-num.num-selected{color:var(--primary);font-weight:700}.cal-day-num{color:var(--text-primary);margin-bottom:4px;font-size:.75rem;font-weight:600}.cal-day-num.muted-num{color:var(--text-muted)}.cal-tags{flex-direction:column;gap:2px;width:100%;display:flex}.cal-tag{white-space:nowrap;text-overflow:ellipsis;border-radius:4px;width:100%;padding:2px 4px;font-size:.5625rem;font-weight:700;display:inline-flex;overflow:hidden}.cal-tag.tag-primary{color:var(--primary);background:#ec5b131a}.cal-tag.tag-blue{color:#2563eb;background:#3b82f61a}.cal-tag.tag-green{color:#16a34a;background:#22c55e1a}.cal-tag.tag-amber{color:#d97706;background:#f59e0b1a}.cal-tag.tag-red{color:#dc2626;background:#ef44441a}.cal-tag.tag-muted{background:var(--border);color:var(--text-secondary)}.today-detail-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:1rem;padding:1rem}.today-detail-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.today-detail-header h3{align-items:center;gap:8px;font-size:.875rem;font-weight:700;display:flex}.today-detail-dot{background:var(--primary);border-radius:50%;width:8px;height:8px}.today-detail-header span{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.625rem;font-weight:700}.today-detail-list{flex-direction:column;gap:.75rem;display:flex}.today-detail-row{align-items:center;gap:.75rem;display:flex}.today-detail-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.today-detail-icon.icon-primary{color:var(--primary);background:#ec5b131a}.today-detail-icon.icon-blue{color:#2563eb;background:#3b82f61a}.today-detail-icon.icon-green{color:#16a34a;background:#22c55e1a}.today-detail-icon.icon-red{color:#dc2626;background:#ef44441a}.today-detail-text strong{color:var(--text-primary);font-size:.875rem;font-weight:600;display:block}.today-detail-text p{color:var(--text-secondary);font-size:.75rem}.search-panel{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:1rem;padding:1rem}.search-box{margin-bottom:1rem;position:relative}.search-box .material-symbols-outlined{color:var(--text-muted);font-size:20px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-box input{background:var(--surface);border-radius:var(--radius-lg);width:100%;color:var(--text-primary);border:none;padding:.875rem 1rem .875rem 2.75rem;font-size:.875rem}.search-box input::placeholder{color:var(--text-muted)}.search-box input:focus{outline:2px solid var(--primary);outline-offset:-2px}.date-filters{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.date-filter-item{flex-direction:column;gap:4px;display:flex}.date-filter-item label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.625rem;font-weight:700}.date-filter-input{position:relative}.date-filter-input input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);padding:.75rem 2.5rem .75rem .75rem;font-size:.8125rem}.date-filter-input input::placeholder{color:var(--text-muted)}.date-filter-input input:focus{border-color:var(--primary)}.date-filter-input .material-symbols-outlined{color:var(--text-muted);pointer-events:none;font-size:18px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.slip-list{flex-direction:column;gap:1rem;padding-bottom:1rem;display:flex}.slip-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1rem 1rem 1rem 1.5rem;position:relative}.slip-card:before{content:"";width:4px;position:absolute;top:0;bottom:0;left:0}.slip-card.slip-completed:before{background:#22c55e}.slip-card.slip-processing:before{background:#f59e0b}.slip-card.slip-cancelled:before{background:var(--text-muted)}.slip-header-row{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.slip-id{border-radius:var(--radius-sm);color:var(--primary);background:#ec5b131a;margin-bottom:6px;padding:4px 8px;font-size:.75rem;font-weight:700;display:inline-flex}.slip-card h3{color:var(--text-primary);font-size:1rem;font-weight:700}.status-pill{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;padding:4px 10px;font-size:.625rem;font-weight:700;display:inline-flex}.status-pill.pill-completed{color:#16a34a;background:#22c55e24}.status-pill.pill-processing{color:#b45309;background:#f59e0b29}.status-pill.pill-cancelled{background:var(--surface);color:var(--text-secondary)}.slip-address{color:var(--text-secondary);align-items:flex-start;gap:6px;margin-bottom:.75rem;font-size:.8125rem;display:flex}.slip-address .material-symbols-outlined{flex-shrink:0;margin-top:2px;font-size:16px}.slip-dates{border-top:1px solid var(--border);justify-content:space-between;padding-top:.75rem;display:flex}.slip-dates>div{flex-direction:column;display:flex}.slip-dates>div span{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:4px;font-size:.625rem;font-weight:700}.slip-dates>div strong{color:var(--text-primary);font-size:.875rem;font-weight:600}.slip-dates>div strong.muted{color:var(--text-muted);font-style:italic;font-weight:400}.advanced-filter-btn{color:var(--primary);background:0 0;padding:0;font-size:.8125rem;font-weight:600}.form-section{background:var(--bg-white);margin-bottom:.75rem;padding:.75rem 1rem}.form-field{flex-direction:column;gap:.375rem;margin-bottom:.75rem;display:flex}.form-field:last-child{margin-bottom:0}.form-field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.form-input{position:relative}.form-input input,.form-input select{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;height:44px;color:var(--text-primary);appearance:none;box-sizing:border-box;min-width:0;padding:0 3rem 0 .75rem;font-size:.875rem}.form-input>div{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);box-sizing:border-box;align-items:center;height:44px;padding:0 2.5rem 0 .75rem;display:flex}.form-input input::placeholder{color:var(--text-muted)}.form-input input:focus,.form-input select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ec5b131a}.form-input .material-symbols-outlined{color:var(--text-muted);font-size:20px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.form-input:hover .material-symbols-outlined{color:var(--primary)}.form-input:hover .toggle-password-btn{color:var(--text-muted)}.toggle-password-btn{font-size:20px!important}.select-arrow{color:var(--text-muted);pointer-events:none;font-size:20px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.restaurant-dropdown{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:100;max-height:280px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.restaurant-dropdown-item{cursor:pointer;border-bottom:1px solid var(--border);padding:.75rem 1rem;transition:background .15s}.restaurant-dropdown-item:last-child{border-bottom:none}.restaurant-dropdown-item:hover{background:#ec5b130f}.restaurant-dropdown-item.selected{background:#ec5b131a}.item-table-section{margin-top:.5rem}.item-table-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.item-table-header h2{color:var(--text-primary);font-size:1rem;font-weight:700}.item-table{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;margin:0 -1rem;padding:0 1rem;overflow-x:auto}.item-table table{border-collapse:collapse;table-layout:fixed;width:100%}.item-table thead th{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);text-align:left;padding:0 .5rem .75rem;font-size:.625rem;font-weight:700}.item-table thead th:not(:first-child){text-align:center}.item-table thead th:last-child{text-align:right}.item-table thead th:nth-child(3){color:var(--primary)}.item-table thead th:nth-child(4){color:var(--accent-amber)}.item-table thead th:nth-child(5){color:var(--accent-red)}.item-table tbody tr{border-top:1px solid var(--border)}.item-table tbody td{vertical-align:middle;padding:1rem .5rem}.item-table tbody td:first-child{font-size:.875rem}.item-table tbody td:not(:first-child){text-align:center;color:var(--text-secondary);font-size:.875rem;font-weight:600}.item-item-name{color:var(--text-primary);font-weight:700}.item-item-unit{color:var(--primary);font-size:.75rem;font-weight:400}.item-delivered-text{color:var(--text-secondary);font-weight:600}.qty-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;width:100%;max-width:none;height:36px;color:var(--text-primary);box-sizing:border-box;padding:0 8px;font-size:.8125rem;font-weight:700}.qty-input:focus{border-color:var(--primary);outline:none}.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-input[type=number]{-moz-appearance:textfield}.stepper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);align-items:center;gap:4px;margin-left:auto;padding:4px 8px;display:inline-flex}.stepper button{width:28px;height:28px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex}.stepper button:hover{background:#ec5b131a}.stepper button .material-symbols-outlined{font-size:18px}.stepper input{text-align:center;width:36px;color:var(--text-primary);background:0 0;border:none;padding:0;font-size:.875rem;font-weight:700}.sticky-footer{background:var(--bg-white);border-top:1px solid var(--border);z-index:25;gap:.75rem;width:100%;max-width:480px;padding:1rem;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.footer-btn{border-radius:var(--radius-lg);flex:1;justify-content:center;align-items:center;gap:8px;height:56px;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex}.footer-btn:active{transform:scale(.98)}.footer-btn .material-symbols-outlined{font-size:22px}.footer-btn-cancel{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border)}.footer-btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 16px #ec5b134d}.fab-btn{background:var(--primary);color:#fff;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s;display:flex;position:fixed;bottom:6rem;right:1.5rem;box-shadow:0 4px 16px #ec5b1366}.fab-btn:active{transform:scale(.95)}.fab-btn .material-symbols-outlined{font-size:28px}.bottom-nav{width:100%;max-width:480px;padding:.5rem .5rem calc(.5rem + env(safe-area-inset-bottom));background:var(--bg-white);border-top:1px solid var(--border);z-index:20;justify-content:space-around;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav-item{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-top:2px solid #0000;flex-direction:column;align-items:center;gap:4px;margin-top:-2px;padding:.5rem;font-size:.625rem;font-weight:700;transition:color .2s;display:flex}.bottom-nav-item .material-symbols-outlined{font-size:22px}.bottom-nav-item.active{color:var(--primary);border-top-color:var(--primary)}.bottom-nav-item.active .material-symbols-outlined{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.modal-overlay{z-index:50;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;position:absolute;inset:0}.modal-card{background:var(--bg-white);border-radius:1.5rem;width:100%;max-width:380px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0003}.modal-card.restaurant-day-modal{max-width:420px}.restaurant-day-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:1rem 1rem .75rem;display:flex}.restaurant-day-modal-header h3{text-align:left;align-items:center;gap:.625rem;padding:0;font-size:1.125rem;font-weight:700;display:flex}.restaurant-day-modal-bar{background:var(--primary);border-radius:999px;width:6px;height:2rem;display:inline-block}.restaurant-day-modal-header p{color:var(--text-secondary);margin-top:.125rem;font-size:.875rem}.restaurant-day-modal-header button{width:32px;height:32px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.restaurant-day-modal-body{flex:1;padding:.75rem 1rem 0;overflow-y:auto}.restaurant-day-group{border-bottom:1px solid var(--border);border-radius:var(--radius-md);padding-bottom:.75rem;cursor:pointer;margin-bottom:.75rem;padding-inline:.5rem}.restaurant-day-group:last-child{margin-bottom:0}.restaurant-day-group.selected{background:#ec5b130f;box-shadow:inset 0 0 0 1px #ec5b1359}.restaurant-day-group>header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.restaurant-select-icon{color:var(--text-muted);margin-left:auto;font-size:1.25rem}.restaurant-select-icon.checked{color:var(--primary)}.restaurant-day-group-icon{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--primary);background:#ec5b1314;justify-content:center;align-items:center;display:flex}.restaurant-day-group-icon .material-symbols-outlined{font-size:18px}.restaurant-day-group h4{color:var(--text-primary);font-size:1.0625rem;font-weight:700}.restaurant-day-group p{color:var(--text-secondary);font-size:1rem}.restaurant-day-table{border-collapse:collapse;width:100%}.restaurant-day-table thead th{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);text-align:left;border-bottom:1px solid var(--border);padding:.5rem .25rem;font-size:.6875rem;font-weight:700}.restaurant-day-table thead th:not(:first-child){text-align:center}.restaurant-day-table tbody td{border-bottom:1px solid #f1f5f9cc;padding:.625rem .25rem;font-size:.9375rem}.restaurant-day-table tbody tr:last-child td{border-bottom:none}.restaurant-day-table tbody td:first-child{font-weight:500}.restaurant-day-table tbody td:nth-child(2){text-align:center;color:var(--text-secondary)}.restaurant-day-table tbody td:nth-child(3){text-align:center;color:var(--primary);font-weight:700}.restaurant-day-table tbody td:last-child{text-align:center;color:var(--accent-red);font-weight:700}.restaurant-day-table tbody td:last-child .material-symbols-outlined{color:var(--success);font-size:18px}.restaurant-day-modal-footer{border-top:1px solid var(--border);gap:.75rem;padding:.75rem 1rem 1rem;display:flex}.restaurant-day-modal-footer .footer-btn{height:52px}.restaurant-day-modal-footer .footer-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.modal-icon-wrap{width:64px;height:64px;color:var(--primary);background:#ec5b131a;border-radius:50%;justify-content:center;align-items:center;margin:1.5rem auto 1rem;display:flex}.modal-icon-wrap .material-symbols-outlined{font-size:32px}.modal-card h3{text-align:center;color:var(--text-primary);padding:0 1.5rem;font-size:1.125rem;font-weight:700}.modal-card>p{text-align:center;color:var(--text-secondary);padding:.5rem 1.5rem 1.5rem;font-size:.875rem;line-height:1.6}.modal-actions{flex-direction:column;gap:.5rem;padding:0 1.5rem 1.5rem;display:flex}.modal-action-btn{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:100%;height:48px;font-size:.9375rem;font-weight:700;transition:all .15s;display:flex}.modal-action-btn:active{transform:scale(.98)}.modal-action-btn .material-symbols-outlined{font-size:20px}.modal-action-primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px #ec5b134d}.modal-action-outline{background:var(--bg-white);color:var(--primary);border:1px solid var(--primary)}.modal-action-secondary{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border)}.drp-day{aspect-ratio:1;color:var(--text-primary);background:0 0;border-radius:50%;justify-content:center;align-items:center;min-height:36px;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}.drp-day:hover:not(:disabled){color:var(--primary);background:#ec5b1314}.drp-day:disabled{opacity:.3;cursor:default}.drp-day-muted{color:var(--text-muted);opacity:.4}.drp-day-today{color:var(--primary);background:#ec5b130f;font-weight:700}.drp-day-inrange{color:var(--primary);background:#ec5b131f;border-radius:0;font-weight:600}.drp-day-selected{font-weight:700;background:var(--primary)!important;color:#fff!important;border-radius:50%!important}.change-password-page{flex-direction:column;gap:1rem;padding:1rem;display:flex}.cp-intro{text-align:center;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.25rem 1rem}.cp-intro-icon{border-radius:var(--radius-md);background:linear-gradient(135deg,#ec5b131f,#ec5b130f);justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto .75rem;display:flex}.cp-intro-icon .material-symbols-outlined{color:var(--primary);font-size:26px}.cp-intro h2{color:var(--text-primary);margin-bottom:.375rem;font-size:1.0625rem;font-weight:700}.cp-intro p{color:var(--text-secondary);font-size:.8125rem;line-height:1.5}.cp-intro p strong{color:var(--text-primary);font-weight:600}.cp-form-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:0;padding:1.25rem 1rem;display:flex}.cp-form-card .form-field{margin-bottom:0}.cp-form-card .form-field label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.8125rem;font-weight:600;display:block}.cp-input{position:relative}.cp-input input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;height:52px;color:var(--text-primary);box-sizing:border-box;padding:0 3rem 0 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.cp-input input::placeholder{color:var(--text-muted)}.cp-input input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ec5b131a}.cp-input .toggle-password-btn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;transition:color .15s,background .15s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.cp-input .toggle-password-btn:hover{color:var(--primary);background:#ec5b1314}.cp-input .toggle-password-btn .material-symbols-outlined{font-size:20px}.cp-divider{background:var(--border);height:1px;margin:1rem 0}.cp-error{background:var(--red-bg);color:var(--red);border-radius:var(--radius-md);border:1px solid #ef444433;align-items:center;gap:.5rem;margin-top:.75rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;display:flex}.cp-error .material-symbols-outlined{flex-shrink:0;font-size:18px}.cp-btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;border-radius:var(--radius-md);cursor:pointer;letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;height:52px;margin-top:1.25rem;font-family:inherit;font-size:.9375rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #ec5b134d}.cp-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #ec5b1366}.cp-btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #ec5b134d}.cp-btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.cp-spinner{animation:1s linear infinite loginSpin}.cp-success-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;display:flex}.cp-success-icon{background:#22c55e1f;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.25rem;display:flex}.cp-success-icon .material-symbols-outlined{color:var(--success);font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;font-size:40px}.cp-success-card h3{color:var(--text-primary);font-size:1.125rem;font-weight:700}.cp-success-card p{color:var(--text-secondary);max-width:280px;font-size:.875rem;line-height:1.6}@media (width>=481px){.app-wrapper{border-radius:1rem;min-height:calc(100dvh - 2rem);margin-top:1rem;margin-bottom:1rem;overflow:hidden}}
