:root{font-family:Manrope,Segoe UI,sans-serif;color:#1d1d1f;background:#f5f6fa;line-height:1.5;font-weight:500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--card-bg: #ffffff;--card-border: #e4e7ee;--sidebar-bg: #262626;--sidebar-accent: #ffffff;--primary: #2ca01c;--primary-pressed: #1b7f12;--text-soft: #666b76;--danger: #bd3f3f;--shadow: 0 10px 30px rgba(20, 24, 34, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:#f5f6fa}button,input,select,textarea{font:inherit}button{cursor:pointer}.screen-shell{min-height:100vh;display:grid;place-items:center;padding:32px}.auth-card,.selection-card{width:min(100%,520px);background:var(--card-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--card-border);border-radius:28px;box-shadow:var(--shadow);padding:32px}.selection-card{width:min(100%,1080px)}.add-shop-card{width:min(100%,980px)}.verify-shop-card{width:min(100%,560px)}.selection-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(16,34,38,.1)}.auth-header,.content-header{display:grid;gap:8px}.eyebrow{margin:0;color:var(--primary);text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800}h1,h2,h3,h4,p{margin:0}h1{font-size:clamp(2rem,4vw,3.25rem);line-height:1.02}h2{font-size:1.7rem}h3{font-size:1.8rem}h4{font-size:1.35rem}.muted-copy{color:var(--text-soft)}.form-grid{margin-top:28px;display:grid;gap:18px}.field{display:grid;gap:10px;font-weight:700}.field input{border:1px solid rgba(16,34,38,.16);border-radius:16px;padding:16px 18px;background:#ffffffeb;transition:border-color .12s ease,transform .12s ease}.field textarea{border:1px solid rgba(16,34,38,.16);border-radius:16px;padding:16px 18px;background:#ffffffeb;transition:border-color .12s ease,transform .12s ease;font:inherit;resize:vertical}.field input:focus{outline:none;border-color:var(--primary);transform:translateY(-1px)}.field textarea:focus{outline:none;border-color:var(--primary);transform:translateY(-1px)}.primary-button,.secondary-button,.logout-button{border:0;border-radius:999px;padding:14px 18px;font-weight:800;transition:transform .12s ease,opacity .12s ease,background-color .12s ease}.primary-button{background:var(--primary);color:#fff}.primary-button:hover,.secondary-button:hover,.logout-button:hover,.shop-card:hover{transform:translateY(-1px)}.primary-button:disabled{opacity:.65;cursor:wait}.secondary-button:disabled{opacity:.5;cursor:not-allowed}.primary-button:disabled:hover,.secondary-button:disabled:hover{transform:none}.secondary-button{border:1px solid rgba(16,34,38,.18);background:transparent;color:#2d3138}.logout-button{width:100%;background:#f8e4d5;color:#8b3c2f}.shop-select-logout{width:auto;justify-self:start}.helper-panel{margin-top:24px;padding-top:20px;border-top:1px solid rgba(16,34,38,.1)}.demo-list{padding-left:18px;color:var(--text-soft)}.error-text{color:var(--danger);font-weight:700}.shop-grid{margin-top:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.shop-list{display:grid;gap:14px}.shop-card{text-align:left;border:1px solid rgba(16,34,38,.1);border-radius:22px;padding:20px;background:#ffffffdb;display:grid;gap:10px}.shop-card.selected{border-color:var(--primary);box-shadow:inset 0 0 0 1px #0b7a7538}.shop-row{text-align:left;border:2px solid rgba(16,34,38,.1);border-radius:20px;padding:16px 18px;background:#ffffffe6;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:16px;align-items:center;transition:transform .12s ease,background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.shop-row:hover{transform:translateY(-1px);background:#f0f8f7fa;border-color:#0b7a7538;box-shadow:0 12px 28px #10222614}.shop-row.selected{border-color:var(--primary);box-shadow:inset 0 0 0 1px #0b7a7538}.shop-row-main{display:grid;gap:4px}.shop-row-meta{display:grid;gap:4px;justify-items:end}.shop-meta-line{color:var(--text-soft);font-weight:400;white-space:nowrap}.shop-meta-value{font-weight:700}.status-text{font-weight:800}.status-active{color:#1f8a4c}.status-processing,.status-pending-review,.status-pending-samplesheet-review,.status-awaiting-samplesheet,.status-pending-license-verification,.status-pending-licence-verification{color:#d17a00}.status-rejected,.status-rejected-samplesheet{color:#c73a3a}.shop-card-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.status-pill,.shop-code,.session-role{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800}.status-pill{background:#f3c06747;color:#7d5608}.shop-code{background:#0b7a751f;color:var(--primary)}.app-shell{height:100vh;display:grid;grid-template-columns:280px 1fr;overflow:hidden}.sidebar{background:#262626;color:#fff;padding:22px 18px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;height:100vh;overflow-y:auto}.brand-block,.session-panel{display:grid;gap:8px}.brand-lockup{display:flex;align-items:center;gap:12px}.brand-mark{width:40px;height:40px;border-radius:999px;background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;text-transform:uppercase}.brand-copy{display:grid;gap:2px}.brand-copy strong{font-size:1.05rem}.brand-kicker{color:#ffffff94;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.sidebar-create-button{width:100%;margin-top:18px;border:2px solid rgba(255,255,255,.7);border-radius:999px;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;font-weight:800}.session-panel{margin-top:18px;padding:16px;border-radius:18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.session-role{width:fit-content;background:#ffffff1a;color:#dfe4ea}.sidebar-section-title{margin-top:20px;color:#ffffffd1;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:800;display:inline-flex;align-items:center;gap:6px}.menu-list{margin-top:16px;display:grid;gap:4px}.menu-link{color:#ffffffdb;text-decoration:none;padding:12px 14px 12px 18px;border-radius:12px;transition:background-color .12s ease,color .12s ease,transform .12s ease;position:relative}.menu-link:hover,.menu-link.active{background:#ffffff0f;color:#fff;transform:translate(2px)}.menu-link.active:before{content:"";position:absolute;left:-18px;top:6px;bottom:6px;width:5px;border-radius:0 6px 6px 0;background:var(--primary)}.main-panel{padding:0 10px;display:grid;grid-template-rows:auto 1fr;gap:16px;min-height:0;overflow:hidden}.topbar,.content-panel,.feature-panel{background:var(--card-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--card-border);box-shadow:var(--shadow)}.topbar{padding:18px 26px;display:flex;justify-content:space-between;gap:20px;align-items:flex-start;position:sticky;top:0;z-index:20;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin:0 -10px;border-left:0;border-right:0;border-top:0;box-shadow:0 1px #1418220f}.main-content-scroll{min-height:0;overflow-y:auto;padding:0 12px 24px 4px}.selected-shop-meta{display:grid;gap:2px;margin-top:10px;line-height:1.3}.selected-shop-details-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.selected-shop-title-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.selected-shop-title-separator{width:1px;height:28px;background:#d7dbe3;flex-shrink:0}.selected-shop-value{font-weight:800;color:#102226}.content-panel{padding:28px;display:grid;gap:28px;border-radius:22px}.section-sticky-header{position:sticky;top:0;z-index:12;background:linear-gradient(180deg,#fffffffa,#fffffff0 76%,#fff0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.stats-grid-compact{grid-template-columns:minmax(220px,.9fr) minmax(280px,1.1fr) minmax(380px,1.6fr)}.stat-card{background:#ffffffeb;border-radius:22px;padding:18px;border:1px solid rgba(16,34,38,.08);display:grid;gap:8px;min-width:0}.stat-card span{color:var(--text-soft)}.stat-card strong{font-size:1.7rem;line-height:1.1}.stat-card-metrics{align-content:start}.stat-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px}.stat-metric-item{display:grid;gap:4px;min-width:0}.stat-metric-item small{color:var(--text-soft);font-size:.8rem;font-weight:700}.stat-metric-item strong{font-size:1.05rem}.stat-card-tone-success{background:#edf8f0;border-color:#b9dfc0}.stat-card-tone-success span,.stat-card-tone-success .muted-copy{color:#2f6f3c}.stat-card-tone-success strong{color:#1f5b2e}.stat-card-tone-warning{background:#fff4e6;border-color:#f2cf9f}.stat-card-tone-warning span,.stat-card-tone-warning .muted-copy{color:#9a5b00}.stat-card-tone-warning strong{color:#7d4a00}.stat-card-tone-error{background:#fdecec;border-color:#efb7b7}.stat-card-tone-error span,.stat-card-tone-error .muted-copy{color:#9a3434}.stat-card-tone-error strong{color:#7e2424}.feature-panel{padding:22px;display:flex;justify-content:space-between;gap:16px;align-items:center}.inline-button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.page-header-actions,.page-toolbar,.record-card-top,.record-stats{display:flex;gap:16px}.page-header-actions,.record-card-top{justify-content:space-between;align-items:flex-start}.page-toolbar,.record-stats{flex-wrap:wrap;align-items:center}.select-input{border:1px solid rgba(16,34,38,.16);border-radius:16px;padding:14px 16px;background:#ffffffeb}.editor-form,.detail-list{display:grid;gap:20px}.form-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.daily-sheet-create-layout{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.daily-sheet-create-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.daily-sheet-create-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%;position:relative;padding-right:88px}.daily-sheet-header-actions{display:inline-flex;align-items:center;gap:8px;position:absolute;top:0;right:0}.daily-sheet-header-date-field{min-width:220px;display:flex;align-items:center;gap:10px;margin:0}.daily-sheet-header-date-field span{font-size:.78rem;white-space:nowrap}.daily-sheet-header-date-field input{min-width:0;flex:1 1 auto}.daily-sheet-create-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.daily-sheet-create-layout .field input,.daily-sheet-create-metrics .field input,.daily-sheet-create-metrics .field textarea{padding:12px 16px}.daily-sheet-note-field{grid-column:span 3}.daily-sheet-close-button{border:0;background:transparent;color:var(--text-soft);padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;align-self:flex-start;margin-left:0}.daily-sheet-close-button .material-symbols-outlined{font-size:26px}.upload-grid,.record-grid,.record-list,.dashboard-link-grid,.thumb-grid{display:grid;gap:16px}.upload-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.record-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.record-list{max-height:420px;overflow-y:auto;align-content:start}.thumb-grid,.dashboard-link-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.account-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;align-content:start}.account-dashboard-card{text-decoration:none;color:inherit;background:#fff;border:1px solid #e4e7ee;border-radius:18px;padding:22px;display:grid;gap:18px;box-shadow:0 6px 18px #1418220d;transition:transform .12s ease,background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.account-dashboard-card:hover{transform:translateY(-2px);border-color:#2ca01c38;box-shadow:0 14px 28px #14182214}.account-dashboard-card.action-needed{border-color:#d17a003d;background:linear-gradient(180deg,#fffaf1,#fff)}.account-dashboard-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-dashboard-value{color:#202124;font-size:2.35rem;line-height:1;letter-spacing:-.04em}.account-dashboard-card.action-needed .account-dashboard-value,.account-dashboard-card.action-needed .account-dashboard-label{color:#b56a00}.account-dashboard-label{font-weight:800;font-size:1rem}.account-association-card{display:grid;gap:10px}.account-association-grid{display:grid;grid-template-columns:1fr;gap:12px}.account-association-item{border:1px solid rgba(16,34,38,.1);border-radius:12px;padding:12px;background:#ffffffe6;display:grid;gap:10px}.accountant-name-card,.accountant-shops-card{border:1px solid rgba(16,34,38,.12);border-radius:10px;background:#fff;padding:10px;display:grid;gap:8px}.accountant-name-card{border-color:#2ca01c73;background:linear-gradient(180deg,#f2fbf3,#fff);box-shadow:0 8px 18px #2ca01c1a}.accountant-name-card-sticky{position:sticky;top:92px;z-index:5}.account-name-line{display:flex;align-items:baseline;gap:8px}.account-name-line span{font-weight:800;color:#1f2d23}.associated-shop-cards{display:grid;gap:8px}.associated-shop-card{border:1px solid rgba(16,34,38,.14);border-radius:8px;background:#f8fbfa;padding:8px 10px;font-weight:700}.associated-shops-list{margin:0;padding-left:20px;display:grid;gap:4px;font-weight:700}.upload-card,.record-card,.detail-card,.dashboard-link-card,.empty-panel,.thumb-card{background:#fff;border:1px solid #e4e7ee;border-radius:18px;padding:20px;box-shadow:0 6px 18px #1418220d}.add-shop-highlight{background:#e4f5ec;border-color:#2ea67d47;box-shadow:0 14px 32px #2ea67d14;border-radius:0}.upload-card,.dashboard-link-card,.thumb-card{display:grid;gap:10px}.field-label{font-weight:700}.record-card-link,.record-row-link,.dashboard-link-card,.thumb-card{text-decoration:none;color:inherit}.dashboard-link-card{transition:transform .12s ease,background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.dashboard-link-header{display:flex;align-items:center;gap:12px}.dashboard-link-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#2ca01c14;color:var(--primary);border:1px solid rgba(44,160,28,.12)}.material-symbols-outlined{font-size:24px;line-height:1}.dashboard-link-card:hover{transform:translateY(-2px);border-color:#2ca01c33;box-shadow:0 14px 28px #14182214}.dashboard-link-card-disabled{opacity:.56;cursor:not-allowed;pointer-events:none;box-shadow:none}.record-card{display:grid;gap:14px}.record-row{display:grid;grid-template-columns:minmax(130px,160px) minmax(140px,180px) minmax(180px,1fr) minmax(180px,1fr);gap:16px;align-items:center;padding:14px 18px;background:#ffffffe6;border:1px solid rgba(16,34,38,.08);border-radius:18px;white-space:nowrap;transition:transform .12s ease,background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.record-row-primary{color:#102226}.record-row-link:hover .record-row{transform:translateY(-1px);background:#f0f8f7fa;border-color:#0b7a7538;box-shadow:0 12px 28px #10222614}.detail-card{display:grid;gap:16px}.shop-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shop-info-item{display:grid;gap:6px}.submission-option-panel{margin-top:20px;display:grid;gap:14px}.submission-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.submission-option-card{border:1px solid #d8dde7;border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:10px;background:#fff;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.submission-option-card input{margin:0}.submission-option-card.selected{border-color:#2ca01c57;background:#f3fbf4;box-shadow:0 8px 18px #2ca01c14}.submission-option-title{font-weight:700}.sample-entry-grid{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr) auto;gap:12px;align-items:start}.sample-entry-grid-head{color:#fff;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;background:#203034;padding:10px 12px;border-radius:12px}.sample-entry-grid-row{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr) auto;grid-column:1 / -1;gap:12px;align-items:start}.sample-entry-grid-row-error>*{background:#c73a3a0a}.sample-entry-grid-cell{min-width:0}.sample-entry-brand-input{width:100%;padding:9px 12px;min-height:38px}.sample-entry-input-error{border-color:#c73a3a}.sample-entry-input-error-wrap{border:1px solid rgba(199,58,58,.35);border-radius:12px;padding:10px 12px 8px}.sample-entry-action-field{justify-items:end;padding-top:10px}.sample-entry-checkbox-group{display:flex;flex-wrap:nowrap;gap:10px 14px;white-space:nowrap;overflow-x:auto;padding-top:15px}.sample-entry-checkbox-option{display:inline-flex;align-items:center;gap:8px;color:#2d3138;font-weight:700;font-size:.98rem}.sample-entry-checkbox-option input{margin:0;width:18px;height:18px;accent-color:#2ca01c}.sample-entry-actions{margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:16px}.sample-entry-actions-divider{margin-top:22px;border-top:1px solid rgba(16,34,38,.1)}.sample-entry-error-text{margin-top:6px;font-size:.84rem}.sample-entry-submit-actions{display:flex;align-items:center;gap:12px}.success-text{color:#1f8a4c;font-weight:700}.sample-submit-table-wrap{width:100%}.sample-submit-table{min-width:100%}.sample-submit-preview-grid{min-width:920px}.daily-sheet-entry-grid{min-width:860px}.daily-sheet-entry-input{width:100%;min-width:62px;border:1px solid rgba(16,34,38,.16);border-radius:8px;padding:6px 8px;text-align:center;font:inherit;font-size:.82rem;font-weight:700;background:#fff}.daily-sheet-entry-input:focus{outline:none;border-color:var(--primary)}.daily-sheet-entry-input-error{border-color:#c73a3a;background:#c73a3a14}.sample-entry-remove-button{color:#c73a3a}.sample-entry-remove-button .material-symbols-outlined{color:#c73a3a;font-size:22px}.suggestions-panel{border:1px solid rgba(16,34,38,.1);border-radius:18px;overflow:hidden;background:#ffffffeb}.suggestion-row{width:100%;border:0;background:transparent;padding:14px 16px;text-align:left;display:grid;gap:4px;border-bottom:1px solid rgba(16,34,38,.08)}.suggestion-row:last-child{border-bottom:0}.suggestion-row:hover{background:#f0f8f7fa}.license-modal{width:min(100%,520px)}.license-modal-content{display:grid;gap:8px}.text-button{border:0;background:transparent;color:var(--text-soft);font-weight:700;padding:0;display:inline-flex;align-items:center;gap:6px;text-decoration:none}.text-link-primary{color:#0b74de;justify-self:start}.otp-input{text-align:center;letter-spacing:.28em}.table-scroll{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.daily-sheet-create-overlay-form>*{min-width:0}.mobile-grid-shell{width:100%;min-width:0;overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{text-align:left;border-bottom:1px solid rgba(16,34,38,.08);padding:10px 12px;white-space:nowrap}.mobile-grid-shell{border:1px solid rgba(16,34,38,.08);border-radius:18px;overflow:hidden;background:#fff}.daily-sheet-grid{width:100%;min-width:700px;border-collapse:collapse}.daily-sheet-grid thead th{background:#203034;color:#fff;font-size:.72rem;letter-spacing:.03em;font-weight:800;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.1)}.daily-sheet-grid tbody td{padding:8px 10px;border-bottom:1px solid rgba(16,34,38,.08);border-right:1px solid rgba(16,34,38,.08);font-size:.92rem;font-weight:700;background:#fff;transition:background-color .12s ease}.daily-sheet-grid thead th:last-child,.daily-sheet-grid tbody td:last-child{border-right:0}.daily-sheet-grid tbody tr:nth-child(2n) td{background:#f8fbfa}.daily-sheet-grid tbody tr:hover td{background:#edf7f3}.grid-divider-right{border-right:4px solid rgba(16,34,38,.22)!important}.grid-cell{white-space:nowrap}.grid-cell-brand{min-width:132px;text-align:left}.grid-cell-size{min-width:60px;text-align:center}.grid-cell-value{min-width:64px;text-align:center}.grid-cell-text{display:inline-block;min-width:100%;font-weight:700;font-size:.92rem}.daily-sheet-grid th:nth-child(5),.daily-sheet-grid td:nth-child(5),.daily-sheet-grid th:nth-child(7),.daily-sheet-grid td:nth-child(7){min-width:88px}.thumb-card img{width:100%;height:220px;object-fit:cover;border-radius:16px;background:#1022260d}.danger-button{border:0;border-radius:999px;padding:14px 18px;font-weight:800;background:#b64040;color:#fff}.compact-button{padding:10px 14px;justify-self:end}.modal-backdrop{position:fixed;inset:0;background:#10222661;display:grid;place-items:center;padding:24px;z-index:60;overflow-y:auto}.confirm-modal{width:min(100%,420px);background:#fffffffa;border:1px solid rgba(16,34,38,.08);border-radius:22px;box-shadow:var(--shadow);padding:22px;display:grid;gap:16px;justify-items:center;text-align:center}.confirm-modal h4{text-align:center}.confirm-modal .page-toolbar{justify-content:center}.daily-sheet-create-overlay{width:min(100%,1240px);height:calc(100vh - 48px);max-height:calc(100vh - 48px);padding:24px;display:flex;flex-direction:column;text-align:left;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.daily-sheet-create-overlay .page-header-actions,.daily-sheet-create-overlay .content-header{width:100%}.daily-sheet-create-overlay .page-toolbar{justify-content:flex-end}.daily-sheet-create-overlay-form{display:grid;gap:20px;padding-right:4px}.status-banner{border-radius:18px;padding:14px 16px;font-weight:700}.status-banner.info{background:#2ea67d1f;color:#156b4f}.status-banner.success{background:#1f8a4c1f;color:#1f8a4c}.status-banner.warning{background:#d17a001f;color:#a86300}.status-banner.error{background:#c73a3a1f;color:#b53333}.status-banner-with-action{display:flex;justify-content:space-between;align-items:center;gap:16px}.review-actions{justify-content:flex-start}.reject-reason-modal{width:min(100%,560px)}.reject-reason-input{width:100%;min-height:120px;border:1px solid rgba(16,34,38,.16);border-radius:16px;padding:14px 16px;resize:vertical;font:inherit}.sample-grid-shell{border:1px solid rgba(16,34,38,.08);border-radius:18px;overflow:hidden;background:#fff}.sample-grid-table{width:100%;min-width:720px;border-collapse:collapse}.sample-grid-table th,.sample-grid-table td{border-right:1px solid rgba(16,34,38,.08);border-bottom:1px solid rgba(16,34,38,.08);padding:10px 12px;text-align:left;white-space:nowrap}.sample-grid-table thead th{background:#203034;color:#fff;font-size:.72rem;letter-spacing:.03em}.sample-grid-table tbody tr:nth-child(2n) td{background:#f8fbfa}.sample-grid-table tbody tr:hover td{background:#edf7f3}.sample-grid-table th:last-child,.sample-grid-table td:last-child{border-right:0}.sample-grid-divider-right{border-right:4px solid rgba(16,34,38,.22)!important}.sample-header-input{width:auto;border:1px solid rgba(16,34,38,.28);border-radius:0;padding:10px;background:#fffffff5;color:#102226}.sample-header-input:focus{outline:none;border-color:var(--primary);background:#fff}.tab-active-button{background:#2ea67d2e;border:1px solid rgba(46,166,125,.22)}.topbar-title-group{display:flex;align-items:flex-start;gap:16px;min-width:0;flex:1}.topbar-title-group>div:last-child{min-width:0;width:100%}.topbar-menu-button{margin-top:2px}.topbar-title{font-size:clamp(1.55rem,2vw,2rem);line-height:1.08;letter-spacing:-.03em}.topbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.topbar-icon-button{width:44px;height:44px;border:1px solid transparent;border-radius:999px;background:transparent;color:#4a4f58;display:inline-flex;align-items:center;justify-content:center;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.topbar-icon-button:hover{background:#f3f5f9;border-color:#e3e7ee;color:#202124}.topbar-avatar{width:40px;height:40px;border-radius:999px;background:#0b74de;color:#fff;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.topbar-shop-button{padding-inline:20px;flex-shrink:0}.title-inline-shop-button{padding:10px 16px;display:inline-flex;align-items:center;gap:4px}.account-dashboard-hero{display:flex;justify-content:space-between;gap:28px;align-items:flex-start}.account-greeting{font-size:clamp(2.25rem,4vw,3.5rem);line-height:.98;letter-spacing:-.05em;color:#202124}.account-quick-actions{display:flex;align-items:flex-start;gap:18px;flex-wrap:wrap;justify-content:flex-end}.quick-action-bubble{width:124px;min-height:126px;padding:16px 12px 14px;text-decoration:none;color:inherit;display:grid;justify-items:center;align-content:start;gap:10px}.quick-action-bubble .material-symbols-outlined{width:88px;height:88px;border-radius:999px;border:2px solid #e4e7ee;background:#fff;color:#26a69a;display:inline-flex;align-items:center;justify-content:center;font-size:36px;box-shadow:0 4px 12px #1418220a}.quick-action-bubble span:last-child{font-weight:700;text-align:center}.account-dashboard-layout{display:grid;grid-template-columns:minmax(320px,1fr) minmax(420px,1.2fr);gap:24px;align-items:start}.account-focus-panel{background:#fff;border:1px solid #e4e7ee;border-radius:18px;padding:20px;box-shadow:0 6px 18px #1418220d;display:grid;gap:18px;min-height:100%}.account-focus-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-focus-header h4,.account-summary-section h4{text-transform:uppercase;letter-spacing:.02em;font-size:1rem}.account-focus-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.focus-story-card{position:relative;min-height:180px;padding:0;border:1px solid #e4e7ee;border-radius:14px;background:#fff;overflow:hidden;text-decoration:none;color:inherit;display:grid;grid-template-columns:8px 1fr;box-shadow:inset 0 0 0 1px #fff6;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.focus-story-card:hover{transform:translateY(-2px);border-color:#2ca01c3d;box-shadow:0 14px 28px #14182214}.focus-story-accent{background:var(--primary);display:block}.focus-story-body{padding:24px 22px;display:grid;gap:16px;align-content:start}.focus-story-body h4{font-size:1rem}.account-summary-section{gap:18px}@media(max-width:960px){.app-shell{grid-template-columns:1fr;height:auto;overflow:visible}.sidebar{padding-bottom:20px;height:auto;overflow:visible}.stats-grid{grid-template-columns:1fr}.page-header-actions{flex-direction:column}.form-two-column,.daily-sheet-create-metrics,.daily-sheet-create-layout{grid-template-columns:1fr}.daily-sheet-note-field{grid-column:auto}.record-row{grid-template-columns:1fr;gap:8px;white-space:normal}.shop-info-grid,.submission-option-grid,.sample-entry-grid-row{grid-template-columns:1fr}.sample-entry-action-field{justify-items:start}.topbar,.feature-panel{flex-direction:column;align-items:flex-start}.topbar-actions,.account-quick-actions{width:100%;justify-content:flex-start}.account-dashboard-hero,.account-dashboard-layout{grid-template-columns:1fr;flex-direction:column}.account-focus-cards{grid-template-columns:1fr}.shop-row{grid-template-columns:1fr;align-items:flex-start}.shop-row-meta{justify-items:start}.main-panel{grid-template-rows:auto auto;overflow:visible}.main-content-scroll{overflow:visible}}@media(max-width:640px){.screen-shell,.main-panel{padding:18px}.auth-card,.selection-card,.topbar,.content-panel,.feature-panel{padding:20px;border-radius:22px}.topbar-title-group{width:100%}.topbar-actions{flex-wrap:wrap}.selected-shop-details-row{align-items:flex-start}.selected-shop-title-separator{display:none}.quick-action-bubble{width:104px;min-height:112px}.quick-action-bubble .material-symbols-outlined{width:72px;height:72px;font-size:30px}.selection-topbar{flex-direction:column;align-items:flex-start}}
