@import"https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&family=Rubik:wght@300;400;500;700&display=swap";.app-container{display:flex;height:100%;width:100%}.app{display:flex;flex-direction:column;background-color:var(--white);color:var(--light-black)}.content{flex:1;padding:20px;background-color:var(--white);margin:10px;border-radius:15px;overflow-y:auto}.nav{background-color:#fff;border-right:1px solid var(--light-grey);margin:0 10px 0 0;padding:10px 10px 0;border-radius:0;max-height:100vh;box-sizing:border-box;width:20%;display:flex;flex-direction:column;box-shadow:2px 2px 10px #0000;transition:box-shadow .3s ease}.nav:hover{box-shadow:2px 2px 10px #0003}.logo-logout-container{display:flex;align-items:center;justify-content:space-between;padding:10px 10px 10px 20px}.nav-divider{border:none;border-top:1px solid var(--light-grey);margin:10px 0;width:90%;align-self:center}.nav ul{list-style:none;padding:0}.nav li{margin-bottom:10px}.nav .logo img{max-width:100%;height:70px;margin:0 auto}.nav .logo{align-items:left}.nav-link{display:flex;align-items:center;text-decoration:none;font-size:var(--fs-h4);border-radius:12px;cursor:pointer;padding:10px 0 10px 20px;color:var(--black)}.nav-link:hover{box-shadow:2px 2px 10px #00000017;transition:box-shadow .3s ease;color:#ff9800}.nav-link.active{background-color:var(--light-orange);color:var(--orange)}.nav-link.active p{color:var(--orange)!important}.main-loading-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:var(--ivory-white)}.app-loading-spinner{width:42px;height:42px;border:4px solid rgba(251,152,24,.22);border-top-color:var(--orange);border-radius:50%;animation:app-loading-spin .75s linear infinite}@keyframes app-loading-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.app-loading-spinner{animation-duration:1.5s}}@media (max-width: 855px){.content{margin:0;border:none;display:flex;padding:0}.app-container{height:100%!important}.app{height:100%;width:100%}}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#fff}.auth-wrapper{width:100%;max-width:440px;padding:40px 36px;box-shadow:0 8px 32px #0000000f;border:1px solid var(--light-grey);border-radius:16px;background-color:#fff}.custom-auth-form{min-height:50vh;display:flex;flex-direction:column;justify-content:center}.signup-title-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;font-family:Oswald,system-ui,sans-serif;font-size:var(--fs-h2);font-weight:600;color:var(--light-black);margin-bottom:16px}.auth-logo{width:220px;height:auto;display:block}.signup-title-print{color:var(--light-black)}.signup-title-shrimp{color:var(--orange)}.signup-title-get{margin-right:6px}.signup-title{font-family:Oswald,system-ui,sans-serif;font-size:var(--fs-h2);font-weight:600;margin:0}.signup-form-input-title{font-family:Rubik,system-ui,sans-serif;font-size:var(--fs-body);font-weight:500;color:var(--light-black);margin:0 0 6px}.signup-form-input-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;width:100%}.signup-form-container{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:14px;margin-top:20px;width:100%}.signup-form-input{padding:12px 14px;border-radius:8px;border:1px solid transparent;background-color:var(--light-grey);color:var(--light-black);font-family:Rubik,system-ui,sans-serif;font-size:var(--fs-body);width:100%;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.signup-form-input::placeholder{color:var(--dark-grey);opacity:1}.signup-form-input:focus{outline:none;border:1px solid var(--orange);background-color:#fff}.submit-container{display:flex;gap:20px}.whatsapp-code-form-input{padding:12px 14px;border-radius:8px;border:1px solid transparent;background-color:var(--light-grey);color:var(--light-black);font-family:Rubik,system-ui,sans-serif;font-size:var(--fs-body);width:80px;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.whatsapp-code-form-input:focus{outline:none;border:1px solid var(--orange);background-color:#fff}.whatsapp-form-input{padding:12px 14px;border-radius:8px;border:1px solid transparent;background-color:var(--light-grey);color:var(--light-black);font-family:Rubik,system-ui,sans-serif;font-size:var(--fs-body);flex:1;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease}.whatsapp-form-input::placeholder{color:var(--dark-grey);opacity:1}.whatsapp-form-input:focus{outline:none;border:1px solid var(--orange);background-color:#fff}.free-order{font-size:var(--fs-small);color:var(--dark-grey);margin:0;padding:0}.free-cta{color:var(--dark-grey)}.forget-password-text{font-size:var(--fs-small);font-weight:400;margin:0;color:var(--orange)}.forget-password-text:hover{cursor:pointer;text-decoration:underline}.signup-form-input-title-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.app-container{display:flex;height:100vh;width:100vw}.signup-button{width:100%;padding:12px 16px;border-radius:8px;background-color:var(--orange);color:#fff;font-family:Oswald,system-ui,sans-serif;font-size:var(--fs-body);font-weight:500;margin-top:12px;border:none;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.signup-button:hover{background-color:var(--dark-orange)}.signup-button:active{transform:scale(.98)}.signup-bottom-container{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:20px}.whatsapp-container{display:flex;width:100%;gap:10px}.signup-bottom-text{font-size:var(--fs-small);font-weight:400;margin:0;color:var(--orange)}.signup-bottom-text-link{text-decoration:underline;cursor:pointer}.verify-email-logo{width:200px}.verify-email-message{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px}.verify-email-title{font-size:var(--fs-h2);font-weight:600}.verify-email-copy{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:var(--fs-lead);font-weight:400;text-align:center}.verify-email-message-text-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.verify-email-message-text{margin:0;text-align:center}.mobile-signup-title{display:none}@media (max-width: 855px){.auth-wrapper{width:80%}.signup-title{font-size:var(--fs-h2);flex-wrap:wrap;display:flex;justify-content:center}.computer-signup-title{display:none}.mobile-signup-title{font-size:var(--fs-h2);flex-wrap:wrap;display:flex;justify-content:center}}.commissions-page{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.commissions-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.commissions-header h1{margin:0}.commissions-name{color:var(--orange, #fb9818);text-transform:capitalize}.commissions-picker{display:flex;align-items:center;gap:8px;font-size:14px}.commissions-picker select{padding:6px 10px;border-radius:6px;border:1px solid #ccc;background:#fff;font-size:14px}.commissions-error{background:#ffe8e8;color:#b00020;border:1px solid #f5c2c2;padding:12px;border-radius:8px;margin-bottom:16px}.commissions-empty{background:#fff8e1;border:1px solid #ffe082;padding:16px;border-radius:8px;margin-bottom:24px;color:#5d4a00}.commissions-empty code{background:#0000000f;padding:1px 6px;border-radius:4px;font-size:.9em}.tier-breakdown-section{margin-bottom:32px}.tier-breakdown-section h2{margin:0 0 12px}.tier-breakdown-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.tier-card{background:#fff;border-radius:10px;padding:16px;border-left:5px solid #ccc;box-shadow:0 1px 3px #0000000f}.tier-card-50{border-left-color:#16a34a}.tier-card-25{border-left-color:#d97706}.tier-card-0{border-left-color:#94a3b8}.tier-card-pre{border-left-color:#cbd5e1;background:#f9fafb}.tier-card-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.tier-card-pct{font-weight:700;font-size:18px;color:#222}.tier-card-window{font-size:12px;color:#777;text-transform:uppercase;letter-spacing:.02em}.tier-card-commission{font-size:22px;font-weight:700;color:#1f8b3f;margin-bottom:4px}.tier-card-pre .tier-card-commission{color:#94a3b8}.tier-card-meta{font-size:12px;color:#666}.row-toggle{background:none;border:none;cursor:pointer;font-size:16px;color:#555;padding:4px 8px;border-radius:4px}.row-toggle:hover{background:#f0f0f0}.breakdown-row>td{background:#fafafa;padding:12px 16px!important}.customer-breakdown-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff;border-radius:6px;overflow:hidden}.customer-breakdown-table th,.customer-breakdown-table td{padding:8px 12px;border-bottom:1px solid #eee;text-align:left}.customer-breakdown-table th{background:#f5f5f5;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#555}.customer-breakdown-table tr:last-child td{border-bottom:none}.thermometer-section{background:#f9f9f9;border-radius:12px;padding:20px 24px 60px;margin-bottom:32px}.thermometer-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:28px}.thermometer-header h2{margin:0;font-size:18px;color:#333}.thermometer-count{font-size:28px;font-weight:700;color:var(--orange, #fb9818)}.thermometer-track{position:relative;height:22px;background:#e7e7e7;border-radius:999px;overflow:visible}.thermometer-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#fbbf24,#fb9818);border-radius:999px;transition:width .6s ease}.milestone{position:absolute;top:0;transform:translate(-50%);pointer-events:none}.milestone-tick{width:2px;height:30px;background:#999;margin:-4px auto 0}.milestone-reached .milestone-tick{background:#4ade80}.milestone-label{display:flex;flex-direction:column;align-items:center;margin-top:4px;font-size:12px;color:#555;white-space:nowrap}.milestone-reached .milestone-label{color:#1f8b3f;font-weight:600}.milestone-gift{font-size:16px;filter:grayscale(.5);opacity:.7}.milestone-reached .milestone-gift{filter:none;opacity:1}.customers-section h2{margin:0 0 12px}.customers-table-wrap{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f}.customers-table{width:100%;border-collapse:collapse;font-size:14px}.customers-table th,.customers-table td{text-align:left;padding:12px;border-bottom:1px solid #eee}.customers-table th{background:#f5f5f5;font-weight:600;font-size:13px;color:#555;text-transform:uppercase;letter-spacing:.02em}.customers-table tr:last-child td{border-bottom:none}.customer-name{font-weight:600;color:#222}.customer-email{font-size:12px;color:#777}.commission-cell{font-weight:700;color:#1f8b3f}.days-left-warn{display:inline-block;padding:2px 8px;border-radius:999px;background:#fef3c7;color:#92400e;font-weight:600;font-size:12px}.tier-chip{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}.tier-50{background:#d4f7dd;color:#166534}.tier-25{background:#fef3c7;color:#92400e}.tier-0{background:#f1f5f9;color:#64748b}.customers-empty{background:#f9f9f9;padding:24px;border-radius:8px;text-align:center;color:#777}@media (max-width: 768px){.thermometer-section{padding:16px 12px 70px}.milestone-label{font-size:10px}.milestone-gift{font-size:14px}}.wallet-history-page{box-sizing:border-box;max-width:1520px;margin:0 auto;padding:18px 24px 56px;width:100%}.wallet-history-page *{box-sizing:border-box}.wallet-history-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px}.wallet-history-header h1{color:#171717;font-size:19px;margin:0 0 4px}.wallet-history-header p{color:#666;font-size:12px;margin:0}.wallet-history-header button,.wallet-history-controls button{background:#111;border:1px solid #111;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:800;height:34px;padding:0 12px;white-space:nowrap}.wallet-history-header button:disabled{cursor:default;opacity:.55}.wallet-history-controls{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:6px;display:grid;gap:12px;grid-template-columns:minmax(360px,1fr) minmax(160px,220px) minmax(180px,240px);margin-bottom:14px;padding:12px}.wallet-history-controls input,.wallet-history-controls select{border:1px solid #d8d8d8;border-radius:6px;color:#222;font-size:12px;height:34px;padding:0 10px;width:100%}.wallet-history-summary{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-bottom:14px}.wallet-history-summary div{background:#f7f7f7;border:1px solid #ececec;border-radius:6px;padding:12px 14px}.wallet-history-summary span{color:#777;display:block;font-size:10px;font-weight:800;letter-spacing:.02em;margin-bottom:4px;text-transform:uppercase}.wallet-history-summary strong{color:#222;display:block;font-size:16px}.wallet-history-summary small{color:#888;display:block;font-size:10px;margin-top:3px}.wallet-history-error{background:#fff1f2;border:1px solid #fecdd3;border-radius:6px;color:#b91c1c;font-size:13px;margin-bottom:12px;padding:10px 12px}.wallet-credit-panel{background:#fff;border:1px solid #e8e8e8;border-radius:6px;margin-bottom:18px;padding:16px}.wallet-credit-title{align-items:baseline;display:flex;gap:8px;justify-content:space-between;margin-bottom:12px}.wallet-credit-title h2{color:#222;font-size:15px;margin:0}.wallet-credit-title span{color:#777;font-size:11px;font-weight:700}.wallet-credit-form{display:grid;gap:12px;grid-template-columns:minmax(320px,1fr) minmax(180px,260px);max-width:980px}.wallet-credit-form input,.wallet-credit-form textarea{border:1px solid #d8d8d8;border-radius:6px;color:#222;font-size:12px;padding:0 10px;width:100%}.wallet-credit-form input{height:34px}.wallet-credit-form textarea{grid-column:1 / -1;min-height:96px;padding-bottom:8px;padding-top:8px;resize:vertical}.wallet-credit-form button{background:#111;border:1px solid #111;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:800;grid-column:1 / -1;height:34px;justify-self:start;min-width:118px;padding:0 12px;white-space:nowrap}.wallet-credit-form button:disabled{cursor:default;opacity:.55}.wallet-credit-error,.wallet-credit-message{font-size:12px;font-weight:700;margin:8px 0 0}.wallet-credit-error{color:#b91c1c}.wallet-credit-message{color:#166534}.wallet-credit-result{background:#f7f7f7;border:1px solid #ececec;border-radius:6px;margin-top:8px;max-width:980px;padding:8px 10px}.wallet-credit-result p{color:#333;font-size:12px;margin:0 0 4px}.wallet-credit-result p:last-child{margin-bottom:0}.wallet-credit-result code{-webkit-user-select:all;user-select:all}.wallet-credit-modal-backdrop{align-items:center;background:#11111194;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.wallet-credit-modal{background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 18px 48px #0000002e;max-width:560px;padding:22px;width:min(560px,100%)}.wallet-credit-modal-warning{border:2px solid #dc2626}.wallet-credit-modal-title{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.wallet-credit-modal-title h2{color:#171717;font-size:19px;margin:0}.wallet-credit-modal-title span{background:#fef2f2;border:1px solid #fecaca;border-radius:999px;color:#b91c1c;font-size:11px;font-weight:800;padding:4px 8px}.wallet-credit-modal p{color:#333;font-size:14px;line-height:1.5;margin:0 0 12px}.wallet-credit-modal-callout{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#7f1d1d;display:grid;gap:4px;margin-bottom:12px;padding:10px 12px}.wallet-credit-modal-callout strong{font-size:12px}.wallet-credit-modal-callout span{font-size:13px;line-height:1.45}.wallet-credit-modal dl{background:#fafafa;border:1px solid #ededed;border-radius:6px;margin:0 0 14px;padding:10px}.wallet-credit-modal dl div{display:grid;gap:8px;grid-template-columns:130px 1fr;margin-bottom:8px}.wallet-credit-modal dl div:last-child{margin-bottom:0}.wallet-credit-modal dt,.wallet-credit-modal dd{color:#333;font-size:12px;margin:0}.wallet-credit-modal dt{color:#777;font-weight:800}.wallet-credit-modal dd{overflow-wrap:anywhere}.wallet-credit-modal-actions{display:flex;gap:8px;justify-content:flex-end}.wallet-credit-modal-actions button{border-radius:6px;cursor:pointer;font-size:12px;font-weight:800;min-height:34px;padding:0 12px}.wallet-credit-modal-cancel{background:#111;border:1px solid #111;color:#fff}.wallet-credit-modal-confirm{background:#fff;border:1px solid #bdbdbd;color:#222}.wallet-credit-modal-confirm-warning{border-color:#dc2626;color:#b91c1c}.wallet-history-section{margin-top:14px}.wallet-history-section-title{align-items:baseline;display:flex;gap:8px;justify-content:space-between;margin-bottom:7px}.wallet-history-section-title h2{color:#222;font-size:15px;margin:0}.wallet-history-section-title span{color:#777;font-size:11px;font-weight:700}.wallet-history-table-wrap{background:#fff;border:1px solid #e8e8e8;border-radius:6px;overflow-x:auto}.wallet-history-table{border-collapse:collapse;font-size:12px;min-width:980px;width:100%}.wallet-history-wide-table{min-width:1280px}.wallet-history-table th{background:#fafafa;border-bottom:1px solid #e5e5e5;color:#777;font-size:10px;font-weight:800;padding:6px 7px;text-align:left;text-transform:uppercase;white-space:nowrap}.wallet-history-table td{border-bottom:1px solid #f1f1f1;color:#333;padding:7px;vertical-align:middle;white-space:nowrap}.wallet-history-table tr:last-child td{border-bottom:0}.wallet-history-table code{color:#333;font-size:11px}.wallet-history-table .numeric-cell{text-align:right}.wallet-history-table .user-cell{min-width:210px;white-space:normal}.wallet-history-table .user-cell strong{display:block;font-size:12px;margin-bottom:2px;word-break:break-word}.wallet-history-table .user-cell span{color:#888;display:block;font-size:10px;line-height:1.35;word-break:break-word}.wallet-history-table .note-cell{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-status{border-radius:999px;display:inline-flex;font-size:10px;font-weight:800;padding:3px 8px;text-transform:uppercase}.wallet-status-pending{background:#fef3c7;color:#92400e}.wallet-status-completed{background:#dcfce7;color:#166534}.wallet-status-failed,.wallet-status-cancelled{background:#fee2e2;color:#991b1b}.wallet-positive{color:#166534!important}.wallet-negative{color:#991b1b!important}@media (max-width: 900px){.wallet-history-header{flex-direction:column}.wallet-history-controls,.wallet-history-summary,.wallet-credit-form{grid-template-columns:1fr}.wallet-credit-title{align-items:flex-start;flex-direction:column;gap:3px}}.print-discounts-page{max-width:1600px}.print-discounts-header-actions{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.print-discounts-header-actions span{color:#777;font-size:11px;font-weight:700}.print-discounts-controls{grid-template-columns:minmax(280px,1fr) auto}.print-discounts-note{background:#f7f7f7;border:1px solid #ececec;border-radius:6px;color:#555;font-size:12px;margin-bottom:14px;padding:10px 12px}@media (max-width: 900px){.print-discounts-header-actions{align-items:flex-start}.print-discounts-controls{grid-template-columns:1fr}}.subscriptions-page{max-width:1280px;margin:0 auto;padding:16px 20px 40px;color:var(--black, #1f1d1d)}.subscriptions-page h1{font-size:1.3rem;font-weight:800;letter-spacing:-.01em;margin-bottom:14px}.hero{background:linear-gradient(135deg,var(--light-orange, #ffecd9) 0%,var(--ivory-white, #fffcf8) 55%);border:1px solid #f6e0c4;border-radius:18px;padding:20px 22px;margin-bottom:18px}.hero-kicker{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#c07b1a;margin-bottom:6px}.hero-verdict{font-size:1.02rem;line-height:1.55;color:var(--light-black, #3a3a3a);margin-bottom:16px}.hero-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.kpi-tile{background:#fff;border:1px solid #f3e5d2;border-radius:14px;padding:13px 16px;box-shadow:0 1px 2px #1f1d1d0a}.kpi-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#a08a70}.kpi-value{font-size:1.65rem;font-weight:800;line-height:1.15;color:var(--black, #1f1d1d);margin-top:3px;font-variant-numeric:tabular-nums}.kpi-sub{font-size:.72rem;color:#9c9088;margin-top:2px}.kpi-orange .kpi-value{color:var(--orange, #fb9818)}.kpi-green .kpi-value{color:#0f9d63}.panel{background:#fff;border:1px solid #f0e7dc;border-radius:16px;padding:18px 20px;margin-bottom:16px;box-shadow:0 1px 2px #1f1d1d08}.panel h2{display:flex;align-items:center;gap:8px;font-size:.98rem;font-weight:800;margin:0 0 10px;color:var(--black, #1f1d1d)}.panel h2:before{content:"";width:4px;height:16px;border-radius:99px;background:var(--orange, #fb9818)}.panel-sub{font-size:.78rem;color:#9c9088;margin:-4px 0 12px}.panel-head-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:10px}.panel-head-row h2{margin:0}.table-title{font-size:.82rem;font-weight:700;color:var(--light-black, #3a3a3a);margin:16px 0 8px}.muted-line{font-size:.74rem;color:#a39a91;line-height:1.5;margin:10px 0 0}.money-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:28px}.mrr-row{margin-bottom:10px}.mrr-row-top{display:flex;align-items:baseline;gap:10px;font-size:.84rem;margin-bottom:4px}.mrr-name{display:flex;align-items:center;gap:7px;font-weight:600;color:var(--light-black, #3a3a3a)}.plan-dot{display:inline-block;width:9px;height:9px;border-radius:50%;flex-shrink:0}.mrr-count{color:#a39a91;font-size:.76rem}.mrr-amount{margin-left:auto;font-weight:700;font-variant-numeric:tabular-nums}.mrr-bar{background:#f7f0e7;border-radius:999px;height:8px;overflow:hidden}.mrr-bar span{display:block;height:100%;border-radius:999px;transition:width .4s ease}.mrr-total-row{display:flex;justify-content:space-between;font-size:.88rem;font-weight:800;border-top:2px solid #f0e7dc;margin-top:12px;padding-top:9px;font-variant-numeric:tabular-nums}.pl-lines{background:var(--ivory-white, #fffcf8);border:1px solid #f3e9dc;border-radius:12px;padding:12px 14px}.pl-line{display:flex;justify-content:space-between;align-items:baseline;font-size:.86rem;padding:5px 0;color:var(--light-black, #3a3a3a);font-variant-numeric:tabular-nums}.pl-pos{font-weight:700}.pl-neg{color:#c2410c;font-weight:600}.pl-total{border-top:2px solid #f0e7dc;margin-top:6px;padding-top:9px;font-weight:800;font-size:.94rem}.pl-total>span:last-child{color:#0f9d63}.margin-badge{background:#e7f6ee;color:#0f7a45;border-radius:999px;font-size:.68rem;font-weight:700;padding:2px 8px;margin-left:6px;vertical-align:middle}.sub-chip-row{display:flex;gap:7px;flex-wrap:wrap}.sub-chip{padding:5px 11px;border-radius:999px;cursor:pointer;font-size:.78rem;font-weight:600;border:1px solid #e8ddd0;background:#fff;color:#7d7268;transition:all .15s}.sub-chip:hover{border-color:var(--orange, #fb9818)}.sub-chip.is-active{border-color:var(--orange, #fb9818);background:var(--light-orange, #ffecd9);color:#9a3412}.sub-search-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sub-search-row .muted-line{margin:0}.sub-search{padding:8px 12px;width:min(320px,100%);border:1px solid #e8ddd0;border-radius:10px;font-size:14px;box-sizing:border-box;background:var(--ivory-white, #fffcf8)}.sub-search:focus{outline:none;border-color:var(--orange, #fb9818);background:#fff}.funnel-row{display:flex;gap:4px;flex-wrap:wrap;align-items:stretch}.funnel-step{display:flex;align-items:center;gap:4px;flex:1 1 0;min-width:140px}.funnel-stage{flex:1;border-radius:12px;padding:13px 10px;text-align:center;border:1px solid transparent}.funnel-step:nth-child(1) .funnel-stage{background:#f7f4f0;border-color:#eee7dd}.funnel-step:nth-child(2) .funnel-stage{background:#fff6e8;border-color:#f8e6c8}.funnel-step:nth-child(3) .funnel-stage{background:var(--light-orange, #ffecd9);border-color:#f6d9b7}.funnel-step:nth-child(4) .funnel-stage{background:#e7f6ee;border-color:#c9ead8}.funnel-label{font-size:.72rem;font-weight:600;color:#8a7e72}.funnel-value{font-size:1.4rem;font-weight:800;color:var(--black, #1f1d1d);margin-top:2px;font-variant-numeric:tabular-nums}.funnel-step:nth-child(4) .funnel-value{color:#0f7a45}.funnel-sub{font-size:.68rem;color:#a39a91;margin-top:2px}.funnel-arrow{color:#ddc9ac;font-size:20px;font-weight:700}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.stat-tile{background:var(--ivory-white, #fffcf8);border:1px solid #f3e9dc;border-radius:12px;padding:12px 14px}.stat-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#a08a70}.stat-value{font-size:1.35rem;font-weight:800;color:var(--black, #1f1d1d);margin-top:3px;font-variant-numeric:tabular-nums}.stat-sub{font-size:.7rem;color:#a39a91;margin-top:2px;line-height:1.35}.render-gauge{margin-top:16px;background:var(--ivory-white, #fffcf8);border:1px solid #f3e9dc;border-radius:12px;padding:12px 14px}.render-gauge-head{display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px;font-size:.78rem;margin-bottom:8px}.render-gauge-head span:first-child{font-weight:700;color:var(--light-black, #3a3a3a)}.render-gauge-head span:last-child{color:#8a7e72;font-variant-numeric:tabular-nums}.render-bar{background:#f2e9dd;border-radius:999px;height:9px;overflow:hidden}.render-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--orange, #fb9818),var(--dark-orange, #ff6135));transition:width .4s ease}.render-bar span.is-over{background:#ef4444}.render-gauge-sub{font-size:.7rem;color:#a39a91;margin-top:6px}.charts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.chart-panel{border:1px solid #f0e7dc;border-radius:12px;padding:12px;background:var(--ivory-white, #fffcf8);min-width:0}.chart-box canvas{max-width:100%}.chart-panel-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px}.chart-panel-header h3{color:var(--light-black, #3a3a3a);font-size:.82rem;margin:0}.chart-panel-header span{color:#a39a91;font-size:.7rem}.chart-box{height:260px}.leaderboard-toggle{display:flex;gap:2px;background:#f5eee4;border-radius:999px;padding:3px}.leaderboard-toggle button{padding:5px 13px;border:none;border-radius:999px;background:transparent;cursor:pointer;font-size:.75rem;font-weight:600;color:#8a7e72;transition:all .15s}.leaderboard-toggle button.active{background:#fff;color:var(--black, #1f1d1d);box-shadow:0 1px 3px #1f1d1d1f}.leaderboard-table-wrap{overflow-x:auto;border:1px solid #f0e7dc;border-radius:12px}.leaderboard-table{width:100%;border-collapse:collapse}.leaderboard-table th{text-align:left;padding:8px 10px;font-size:.68rem;font-weight:700;color:#a08a70;text-transform:uppercase;letter-spacing:.03em;background:var(--ivory-white-alt2, #fff9f3);white-space:nowrap;position:sticky;top:0;z-index:1;box-shadow:inset 0 -1px #f0e7dc}.leaderboard-table td{padding:8px 10px;border-bottom:1px solid #f7f1e9;font-size:.82rem}.leaderboard-table tr:last-child td{border-bottom:none}.leaderboard-table tbody tr:hover{background:var(--based, #fff7f2)}.user-email{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-badge{display:inline-block;padding:1px 8px;border-radius:10px;font-size:.7rem;font-weight:600;text-transform:capitalize}.allowance-cell{min-width:118px}.allowance-line{align-items:baseline;display:flex;gap:3px;white-space:nowrap}.allowance-line strong{font-size:.78rem}.allowance-line span,.allowance-remaining{color:#a39a91;font-size:.68rem}.allowance-bar{background:#f2e9dd;border-radius:999px;height:5px;margin:4px 0 3px;overflow:hidden;width:100%}.allowance-bar span{background:var(--orange, #fb9818);display:block;height:100%}.allowance-bar.is-low span{background:var(--dark-orange, #ff6135)}.allowance-bar.is-critical span{background:#ef4444}.manage-usage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:16px}.manage-usage-grid>div{background:var(--ivory-white, #fffcf8);border:1px solid #f3e9dc;border-radius:8px;padding:8px}.manage-usage-grid span,.manage-usage-grid small{color:#a39a91;display:block;font-size:.68rem}.manage-usage-grid strong{color:var(--black, #1f1d1d);display:block;font-size:.95rem;margin:2px 0}.empty-state{text-align:center;color:#a39a91;padding:24px 0;font-size:.85rem}@media (max-width: 900px){.money-grid{grid-template-columns:1fr;gap:18px}}@media (max-width: 768px){.subscriptions-page{padding:14px 12px 32px}.hero{padding:16px}.charts-grid{grid-template-columns:minmax(0,1fr)}.funnel-row{flex-direction:column}.funnel-step{min-width:0}.funnel-arrow{display:none}.panel-head-row{flex-direction:column;align-items:flex-start}.manage-usage-grid{grid-template-columns:1fr}}.nav-mobile-initial{display:none}.select-box-status{height:fit-content}.admin-existing-cases{width:100vw}.status-box{display:flex;flex-direction:column;gap:4px}.case-email-tools-summary{font-size:12px;color:#374151;cursor:pointer;margin-bottom:8px}.tracking-input-container{display:flex;gap:12px;height:50px;align-items:center;margin-top:12px}.staff-note-textarea{width:400px;height:50px}.tracking-input-container input,.tracking-input-container textarea{width:100px}.report-existing-title-container{display:flex;flex-direction:column;gap:2px}.case-progress-toolbar{display:inline-flex;align-items:center;gap:10px;margin-top:10px;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;color:#374151;font-size:12px}.case-progress-toolbar button,.case-progress-toggle{border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;font-size:12px;font-weight:600}.case-progress-toolbar button{padding:5px 9px}.case-progress-toggle{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0}.case-progress-toggle:hover{background:#f3f4f6}.case-progress-toggle input{width:14px;height:14px;margin:0;accent-color:#111827;cursor:pointer}.case-progress-toggle.is-active{background:#f3f4f6;border-color:#111827}.case-item.case-item-progress{background:#e5e7eb;border-color:#6b7280;box-shadow:inset 0 0 0 2px #6b7280}.tracking-input-button{width:100px;height:50px;color:#000;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500}.case-card{display:flex;gap:12px;align-items:center}.case-p{margin:0}.admin-image-title{font-size:12px;margin:0;width:50%}.case-email-tools{width:50%;margin-top:8px}.case-email-tools-content{margin-top:8px}.case-email-tools[open] .case-email-tools-content{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:10px}.case-email-tools-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.case-email-tools-to{margin:8px 0 0;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.case-email-tools-to-label{font-size:12px;font-weight:600;white-space:nowrap}.case-email-tools-to-value{display:inline-block;min-width:320px;max-width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;line-height:1.3;word-break:break-word}.case-email-tools-preview{width:100%;max-width:100%;box-sizing:border-box;margin-top:8px}.customer-lifecycle-page{display:flex;flex-direction:column;gap:14px;width:100%;box-sizing:border-box}.customer-lifecycle-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.customer-lifecycle-header h1{font-size:clamp(30px,3.2vw,44px);line-height:1;margin-bottom:4px}.customer-lifecycle-header p{margin:0;color:#6b7280;font-size:13px}.customer-lifecycle-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.customer-lifecycle-actions button,.customer-lifecycle-deliver-button{border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;cursor:pointer;font-size:13px;font-weight:600;padding:8px 12px}.customer-lifecycle-actions button:hover,.customer-lifecycle-deliver-button:hover{background:#f3f4f6}.customer-lifecycle-actions button:disabled,.customer-lifecycle-deliver-button:disabled{color:#9ca3af;cursor:not-allowed}.customer-lifecycle-tabs{display:flex;flex-wrap:wrap;gap:8px}.customer-lifecycle-tabs button{display:flex;flex-direction:column;align-items:flex-start;min-width:170px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;cursor:pointer;padding:9px 12px;text-align:left}.customer-lifecycle-tabs button:hover{background:#f9fafb}.customer-lifecycle-tabs button.is-active{border-color:#fb9818;background:#fff7ed;box-shadow:inset 0 0 0 1px #fb9818}.customer-lifecycle-tabs strong{font-size:13px;line-height:1.2}.customer-lifecycle-tabs span{margin-top:3px;color:#6b7280;font-size:10px;line-height:1.2;overflow-wrap:anywhere}.customer-lifecycle-search{width:min(520px,100%);box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px}.customer-lifecycle-message,.customer-lifecycle-error{border-radius:8px;font-size:14px;padding:10px 12px}.customer-lifecycle-message{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.customer-lifecycle-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.customer-lifecycle-table-wrap{max-width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.customer-lifecycle-table{width:100%;min-width:820px;border-collapse:collapse;table-layout:fixed;font-size:12px}.customer-lifecycle-table th:nth-child(1),.customer-lifecycle-table td:nth-child(1){width:18%}.customer-lifecycle-table th:nth-child(2),.customer-lifecycle-table td:nth-child(2){width:25%}.customer-lifecycle-table th:nth-child(3),.customer-lifecycle-table td:nth-child(3){width:13%}.customer-lifecycle-table th:nth-child(4),.customer-lifecycle-table td:nth-child(4){width:28%}.customer-lifecycle-table th:nth-child(5),.customer-lifecycle-table td:nth-child(5){width:16%}.customer-lifecycle-table th,.customer-lifecycle-table td{border-bottom:1px solid #e5e7eb;padding:11px 12px;text-align:left;vertical-align:top;overflow-wrap:anywhere}.customer-lifecycle-table th{background:#f9fafb;color:#4b5563;font-size:11px;font-weight:700;text-transform:uppercase}.customer-lifecycle-table td strong{display:block;color:#111827;font-size:12px;line-height:1.25;margin-bottom:3px}.customer-lifecycle-table td small{display:block;color:#6b7280;font-size:11px;line-height:1.35}.customer-lifecycle-table a{display:block;color:#fb9818;font-size:12px;font-weight:600;word-break:break-all}.customer-lifecycle-email-state{display:inline-flex;align-items:center;gap:6px;color:#4b5563;font-size:11px;font-weight:700;line-height:1.3;margin-top:7px}.customer-lifecycle-email-state strong{margin:0;min-width:0;font-size:11px;line-height:1.3}.customer-lifecycle-email-dot{flex:0 0 auto;width:8px;height:8px;border-radius:999px;background:#9ca3af}.customer-lifecycle-email-state.is-sent{color:#065f46}.customer-lifecycle-email-state.is-sent .customer-lifecycle-email-dot{background:#10b981}.customer-lifecycle-email-state.is-pending{color:#9a3412}.customer-lifecycle-email-state.is-pending .customer-lifecycle-email-dot{background:#fb9818}.customer-lifecycle-email-state.is-missing{color:#991b1b}.customer-lifecycle-email-state.is-missing .customer-lifecycle-email-dot{background:#ef4444}.customer-lifecycle-email-state.is-waiting{color:#6b7280}.customer-lifecycle-status{display:inline-flex;border:1px solid #d1d5db;border-radius:999px;color:#374151;font-size:12px;font-weight:700;margin-bottom:6px;padding:3px 8px}.customer-lifecycle-deliver-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-width:0;margin-top:8px;padding:7px 6px;font-size:11px;line-height:1.2;white-space:nowrap}@media (max-width: 855px){.nav-mobile-initial{display:flex}.admin-dashboard{padding-bottom:100px}.case-email-tools{width:100%}.case-email-tools-to-value{min-width:280px}.customer-lifecycle-header{flex-direction:column}.customer-lifecycle-actions{justify-content:flex-start}}.user-stats-page{max-width:1320px;margin:0 auto;padding:14px 16px 48px}.user-stats-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.user-stats-header h1{margin:0 0 4px;font-size:19px;color:#171717}.user-stats-header p{margin:0;color:#666;font-size:12px}.user-stats-refresh{border:1px solid #111;background:#111;color:#fff;border-radius:6px;cursor:pointer;font-size:12px;font-weight:700;padding:7px 11px;white-space:nowrap}.user-stats-refresh:disabled{cursor:default;opacity:.55}.test-email-panel{align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:6px;display:grid;gap:8px;grid-template-columns:minmax(260px,1fr) 170px auto minmax(180px,1fr);margin-bottom:10px;padding:8px}.test-email-panel input,.test-email-panel select{border:1px solid #d8d8d8;border-radius:6px;color:#222;font-size:12px;height:34px;padding:0 10px;width:100%}.test-email-panel button{background:#fff;border:1px solid #111;border-radius:6px;color:#111;cursor:pointer;font-size:12px;font-weight:800;height:34px;padding:0 12px;white-space:nowrap}.test-email-panel button:disabled{cursor:default;opacity:.55}.test-email-panel span{font-size:11px;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.test-email-panel .success{color:#15803d}.test-email-panel .error{color:#b91c1c}.user-stats-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:10px}.user-stats-summary div{background:#f7f7f7;border:1px solid #ececec;border-radius:6px;padding:8px 10px}.user-stats-summary span{color:#777;display:block;font-size:10px;font-weight:700;letter-spacing:.02em;margin-bottom:4px;text-transform:uppercase}.user-stats-summary strong{color:#222;display:block;font-size:16px}.user-stats-error{background:#fff1f2;border:1px solid #fecdd3;border-radius:6px;color:#b91c1c;font-size:13px;margin-bottom:12px;padding:10px 12px}.user-stats-table-wrap{background:#fff;border:1px solid #e8e8e8;border-radius:6px;overflow-x:auto}.user-stats-table{border-collapse:collapse;font-size:12px;min-width:980px;width:100%}.user-stats-table th{background:#fafafa;border-bottom:1px solid #e5e5e5;color:#777;font-size:10px;font-weight:800;padding:6px 7px;text-align:left;text-transform:uppercase;white-space:nowrap}.user-stats-table th button{background:none;border:0;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:inherit;text-transform:inherit}.user-stats-table td{border-bottom:1px solid #f1f1f1;color:#333;padding:7px;vertical-align:middle;white-space:nowrap}.user-stats-table tr:last-child td{border-bottom:0}.user-stats-table .numeric-cell{text-align:right}.user-stats-table .user-cell{min-width:190px;white-space:normal}.user-stats-table .user-cell strong{display:block;font-size:12px;margin-bottom:2px;word-break:break-word}.user-stats-table .user-cell span{color:#888;display:block;font-size:10px;line-height:1.35;word-break:break-word}.empty-cell{color:#777;padding:28px 10px!important;text-align:center}.milestone-tracker{align-items:flex-start;display:inline-flex;flex-direction:column;gap:3px}.milestone-list{display:flex;flex-wrap:wrap;gap:3px;max-width:260px}.milestone-list span{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#64748b;display:inline-flex;font-size:10px;font-weight:800;justify-content:center;min-height:20px;min-width:46px;padding:2px 6px}.milestone-list .sent{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.milestone-list .not-sent{opacity:.72}.milestone-tracker small{color:#999;font-size:9px;font-weight:700;line-height:1;text-transform:uppercase}.user-stats-pagination{align-items:center;display:flex;justify-content:space-between;gap:12px;margin-top:12px;color:#666;font-size:12px}.user-stats-pagination>div{align-items:center;display:flex;gap:8px}.user-stats-pagination button{background:#fff;border:1px solid #d8d8d8;border-radius:6px;cursor:pointer;font-size:12px;padding:6px 9px}.user-stats-pagination button:disabled{cursor:default;opacity:.45}@media (max-width: 860px){.user-stats-page{padding-bottom:96px}.user-stats-header,.user-stats-pagination{align-items:stretch;flex-direction:column}.user-stats-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.test-email-panel{grid-template-columns:1fr}}.admin-dashboard{max-width:1200px;margin:0 auto;padding:20px;font-family:Arial,sans-serif}.profit-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.profit-toggle-label{font-size:14px;font-weight:500;color:var(--light-black, #333)}.toggle-switch{position:relative;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#ccc;border-radius:24px;transition:background-color .25s}.toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .25s}.toggle-switch input:checked+.toggle-slider{background-color:var(--orange, #fb9818)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.dashboard-header{display:flex;align-items:center;justify-content:space-between}.dashboard-header-right{display:flex;align-items:center;gap:16px}.refresh-controls{display:flex;align-items:center;gap:10px}.last-refreshed{font-size:12px;color:#888}.refresh-btn{padding:6px 14px;font-size:13px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:6px;cursor:pointer;transition:background-color .2s}.refresh-btn:hover:not(:disabled){background-color:#e0e0e0}.refresh-btn:disabled{opacity:.55;cursor:default}.dashboard-header h1{margin:0}.dashboard-header nav{display:flex;gap:10px}.dashboard-header button{padding:8px 16px;background-color:#f0f0f0;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.dashboard-header button:hover{background-color:#e0e0e0}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.metric-card{background-color:#f9f9f9;border-radius:8px;padding:10px;text-align:center}.metric-card h3{margin:10px;color:#666}.metric-value{font-size:24px;font-weight:700;margin:10px 0 0;color:#333}.source-attribution{border:1px solid #e6e6e6;border-radius:8px;padding:12px 14px;margin-bottom:24px;background:#fff}.source-attribution-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.source-attribution-header>div:first-child{display:flex;align-items:baseline;gap:10px;min-width:220px}.source-attribution h2{margin:0;color:#333;font-size:22px;line-height:1.1}.source-attribution p{margin:0;color:#777;font-size:12px;white-space:nowrap}.source-range-tabs{display:inline-flex;flex-wrap:wrap;padding:3px;border:1px solid #ddd;border-radius:7px;background:#f8f8f8;gap:2px}.source-range-tabs button{border:0;background:transparent;border-radius:5px;padding:5px 9px;cursor:pointer;font-size:12px;color:#555}.source-range-tabs button.active{background:#222;color:#fff}.source-bars{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));column-gap:22px}.source-column{display:grid;gap:9px}.source-row-top{display:flex;justify-content:space-between;gap:10px;margin-bottom:3px;font-size:12px;line-height:1.2}.source-name{font-weight:700;color:#333}.source-count{color:#666;white-space:nowrap}.source-track{height:6px;overflow:hidden;border-radius:999px;background:#eee}.source-fill{height:100%;border-radius:inherit;background:#fb9818}.source-empty{padding:8px 0 2px}@media (max-width: 760px){.source-attribution-header{align-items:flex-start}.source-attribution-header>div:first-child{display:block;min-width:0}.source-attribution p{margin-top:2px}.source-bars{grid-template-columns:1fr;row-gap:9px}}.recent-orders{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.recent-orders h2{margin-top:0;margin-bottom:20px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #e0e0e0}th{background-color:#f0f0f0;font-weight:700}tr:last-child td{border-bottom:none}.profit-graph{margin-bottom:50px}.profit-graph-header{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:10px}.profit-graph-header .profit-graph-title{margin:0}.profit-graph-container{position:relative;width:100%;height:400px}.mom-delta{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.8rem;font-weight:700;line-height:1.4;white-space:nowrap}.mom-delta--up{color:#15803d;background:#dcfce7}.mom-delta--down{color:#b91c1c;background:#fee2e2}.send-tracking-updated{background-color:#4caf50;color:#fff;border:2px solid #4CAF50;border-radius:4px;padding:8px 16px;cursor:pointer}.send-tracking-updated:hover{background-color:#45a049;border-color:#45a049}.mobile-mini-dashboard{background:#0e0e0e;padding-top:50px;padding:1rem 3rem 3rem;border-radius:16px;color:#fff;font-family:Inter,sans-serif;max-width:420px;margin:auto}.mobile-mini-dashboard-title{font-size:1.5rem;margin-bottom:1rem;color:#fff;text-align:center}.mini-cards{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.mini-card{flex:1;background:#1c1c1e;border-radius:12px;padding:.1rem;text-align:center;box-shadow:0 0 10px #00000040}.mini-card h4{font-size:.85rem;color:#a1a1aa;margin-bottom:.5rem}.mini-card p{font-size:1.5rem;font-weight:700;color:#fff;margin:10px}.product-breakdown-cards{margin-bottom:1rem}.product-breakdown-card{padding:.75rem .5rem;text-align:left}.product-breakdown-card h4{text-align:center;margin-bottom:.6rem}.product-breakdown-card .breakdown-row{display:flex;justify-content:space-between;align-items:baseline;padding:3px 2px;font-family:Inter,sans-serif}.product-breakdown-card .breakdown-label{font-size:.7rem;color:#a1a1aa;text-transform:uppercase;letter-spacing:.02em}.product-breakdown-card .breakdown-value{font-size:.95rem;font-weight:600;color:#fff}.mini-graph{background:#1c1c1e;border-radius:12px;padding:1rem;height:300px;box-shadow:0 0 10px #00000040}.mini-graph-title{font-size:1rem;margin-bottom:.5rem;margin-top:0;color:#e4e4e7}.admin-suppliers-container{padding:20px;font-family:Arial,sans-serif}.loading-container{display:flex;justify-content:center;align-items:center;height:60vh}.suppliers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:20px}.supplier-card{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:15px;box-shadow:0 2px 5px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.supplier-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #00000026}.supplier-card h3{margin-top:0;color:#333}.supplier-card p{margin:8px 0;color:#555}.supplier-card a{color:#1e90ff;text-decoration:none}.supplier-card a:hover{text-decoration:underline}.csvbar{display:flex;gap:30px;margin:20px 50px 20px 10px}:root{--very-dark-grey: #8e8b89;--dark-grey: #B1B1B1;--light-grey: #EFEFEF;--orange: #FB9818;--light-black: #3A3A3A;--light-dark-grey: #e2e1e1;--white: #FFFFFF;--black: #1F1D1D;--dark-orange: #FF6135;--super-light-orange: #ffecd969;--light-orange: #FFECD9;--ivory-white: #FFFCF8;--ivory-white-alt: #fffbf8;--ivory-white-alt2: #fff9f3;--ivory-white-alt3: #eee7df;--based: #FFF7F2;--warning: #ed3737;--soft-warning: #ef5757;--warning-light: #f79b9b;--soft-orange: #fb991886;--green: #4CAF50;--soft-green: #4caf4f7a;--light-green: #88c88a;--fs-caption: 11px;--fs-small: 12px;--fs-body: 14px;--fs-lead: 16px;--fs-h4: 18px;--fs-h3: 20px;--fs-h2: 24px;--fs-h1: 32px;--fs-display: 48px;font-family:Rubik,system-ui,-apple-system,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;color-scheme:light only!important;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;width:100%;background:#fff}a{font-weight:500;color:#d57f1c;text-decoration:inherit}a:hover{color:#d57f1c}body{margin:0;place-items:center;min-width:320px}h1,h2,h3,h4,h5,h6{font-family:Oswald,system-ui,sans-serif;font-weight:600;line-height:1.2}h1{font-size:var(--fs-display)}button{font-family:Oswald,system-ui,sans-serif;font-weight:500}.standard-button{border:none;border-radius:8px;padding:.6em 1.2em;font-size:var(--fs-body);font-weight:500;font-family:Oswald,system-ui,sans-serif;cursor:pointer;transition:all .2s ease;background-color:var(--light-grey);color:var(--black);box-sizing:border-box}.standard-button:hover{background-color:#e3e3e3}.standard-button:active{transform:scale(.98)}input{width:auto;padding:12px 16px;border:1px solid var(--light-grey);border-radius:8px;font-size:var(--fs-small);font-family:inherit;box-shadow:inset 0 1px 2px #0000000d;transition:border .2s ease,box-shadow .2s ease;color:var(--light-black)}input:focus{outline:none;border-color:#ff5a3c}p,table{color:var(--black)}.regular-body{font-size:var(--fs-lead);font-weight:400;color:var(--black);margin:0}@media (prefers-color-scheme: light){:root{color:#213547}a:hover{color:#d57f1c}button{background-color:#f9f9f9}}@media (max-width: 855px){input{font-size:var(--fs-lead)}}
