.welcome-card { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: center; gap: 24px; padding: 28px; margin-bottom: 24px; overflow: hidden; }
.welcome-card h2 { margin-bottom: 8px; font-size: 28px; }
.welcome-card p:not(.eyebrow) { max-width: 620px; margin-bottom: 18px; }
.welcome-card img { justify-self: end; max-height: 210px; object-fit: contain; }
.file-grid, .icon-gallery, .product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.file-tile, .icon-tile { border: 1px solid var(--border); border-radius: 10px; padding: 14px; background: var(--surface-muted); display: grid; gap: 6px; }
.file-icon { width: 38px; height: 30px; border-radius: 8px; background: var(--blue-soft); border: 1px solid color-mix(in srgb, var(--blue) 24%, var(--border)); }
.form-layout { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sticky-actions { position: sticky; bottom: 0; display: flex; justify-content: flex-end; gap: 10px; border: 1px solid var(--border); border-radius: 12px; background: color-mix(in srgb, var(--surface) 92%, transparent); backdrop-filter: blur(14px); padding: 12px; }
.settings-list { display: grid; gap: 10px; }
.switch-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--border); border-radius: 10px; padding: 14px; }
.switch-row span { display: grid; gap: 3px; }
.switch-row small { color: var(--text-muted); }
.detail-layout { display: grid; gap: 20px; }
.detail-hero { display: flex; align-items: center; gap: 16px; }
.detail-hero .badge { margin-left: auto; }
.detail-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 20px 0 0; }
.detail-list div { border: 1px solid var(--border); border-radius: 10px; padding: 14px; }
.detail-list dt { color: var(--text-muted); font-size: 12px; }
.detail-list dd { margin: 4px 0 0; color: var(--text); font-weight: 800; }
.map-placeholder { width: 100%; min-height: 320px; object-fit: cover; border-radius: 12px; border: 1px solid var(--border); }
.checkout-grid, .search-layout, .settings-layout, .pos-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: start; }
.order-summary, .pos-cart, .filters, .settings-nav { position: sticky; top: calc(var(--header-h) + 20px); }
.product-card, .result-card { padding: 14px; display: flex; gap: 14px; align-items: center; }
.product-card img, .result-card img { width: 86px; height: 68px; border-radius: 10px; object-fit: cover; background: var(--surface-muted); }
.product-card h2, .result-card h2 { font-size: 15px; }
.result-list { display: grid; gap: 14px; }
.settings-nav { display: grid; gap: 6px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); padding: 10px; }
.settings-nav button, .queue-row { border: 0; border-radius: 9px; background: transparent; color: var(--text-muted); padding: 10px 12px; text-align: left; }
.settings-nav .is-active, .queue-row.is-active { background: var(--blue-soft); color: var(--blue); font-weight: 800; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(110px, 1fr)); border: 1px solid var(--border); border-radius: 12px; overflow: auto; }
.calendar-grid > * { min-height: 74px; border: 0; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); color: var(--text); padding: 10px; text-align: left; }
.calendar-grid strong { min-height: auto; background: var(--surface-muted); text-align: center; }
.calendar-grid button.has-event { background: var(--blue-soft); }
.stepper { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 20px; list-style: none; }
.stepper li { border: 1px solid var(--border); border-radius: 999px; padding: 8px 13px; color: var(--text-muted); }
.stepper .is-active { background: var(--gray-900); color: var(--gray-0); }
.utility-panel { max-width: 680px; margin: 60px auto; padding: 34px; text-align: center; display: grid; justify-items: center; gap: 14px; }
.utility-panel img { width: min(320px, 70vw); }
.auth-body { min-height: 100vh; background: var(--surface); color: var(--gray-700); }
.auth-symbol-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.auth-icon { width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; stroke: none; }
.auth-layout { min-height: 100vh; }
.auth-brand { display: inline-flex; align-items: center; color: var(--text); }
.auth-brand img { width: 168px; height: auto; }
.auth-brand-short img { width: 64px; }
.auth-layout h1 { color: var(--gray-900); font-size: clamp(26px, 2.1vw, 40px); line-height: 1.28; font-weight: 700; }
.auth-description, .auth-helper { color: var(--gray-700); line-height: 1.85; }
.auth-helper { margin: -6px 0 24px; text-align: center; }
.auth-underline { position: relative; display: inline-block; z-index: 0; white-space: nowrap; }
.auth-underline::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; z-index: -1; height: 10px; border-radius: 999px; background: color-mix(in srgb, var(--blue) 32%, transparent); transform: rotate(-1deg); }
.auth-gradient { background: linear-gradient(90deg, #136a8a, #267871); -webkit-background-clip: text; background-clip: text; color: transparent; }
.auth-wave { position: relative; display: inline-flex; align-items: center; min-height: 1.28em; padding: 0 10px; color: #fff; z-index: 0; white-space: nowrap; }
.auth-wave::before { content: ""; position: absolute; inset: .08em -2px; z-index: -1; border-radius: 42% 58% 49% 51% / 52% 45% 55% 48%; background: var(--primary-default); transform: rotate(-2deg); }
.auth-wave-short::before { inset-inline: -4px; }
.auth-wave-long::before { inset-inline: -8px; }
.auth-back-link, .auth-mobile-back, .auth-three-back, .auth-five-back, .auth-two-back { display: inline-flex; align-items: center; gap: 7px; color: var(--gray-500); font-weight: 700; transition: color .18s ease, background .18s ease; }
.auth-back-link:hover, .auth-three-back:hover, .auth-five-back:hover, .auth-two-back:hover { color: var(--gray-900); }
.auth-mobile-back { position: sticky; top: 0; z-index: 10; width: 100%; justify-content: center; min-height: 46px; background: var(--blue); color: #fff; }
.auth-back-desktop { position: absolute; left: 0; top: -14px; padding: 12px; }
.auth-social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0 0 22px; }
.auth-social-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); color: var(--gray-900); padding: 0 14px; font-weight: 700; }
.auth-social-button span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.auth-social-pill .auth-social-button { border-radius: 999px; }
.auth-social-google .auth-icon, .auth-social-facebook .auth-icon { color: currentColor; }
.auth-divider { position: relative; display: flex; align-items: center; justify-content: center; margin: 0 0 22px; color: var(--gray-400); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--border); }
.auth-divider span { padding: 0 14px; background: var(--surface); }
.auth-two-form-panel .auth-divider span { background: var(--surface); }
.auth-form { display: grid; gap: 16px; }
.auth-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.auth-span-2 { grid-column: 1 / -1; }
.auth-field { text-align: left; }
.auth-field .input, .auth-password-control .input { height: 46px; border-radius: 10px; font-size: 14px; }
.auth-password-control { position: relative; }
.auth-password-control .input { padding-right: 46px; }
.auth-password-toggle { position: absolute; right: 7px; top: 50%; width: 34px; height: 34px; display: grid; place-items: center; transform: translateY(-50%); border: 0; border-radius: 8px; background: transparent; color: var(--gray-400); }
.auth-password-toggle:hover, .auth-password-toggle.is-visible { color: var(--gray-900); background: var(--gray-50); }
.auth-check, .auth-switch { display: flex; align-items: flex-start; gap: 10px; color: var(--gray-600); line-height: 1.7; }
.auth-check input { width: 16px; height: 16px; margin-top: 4px; accent-color: var(--gray-900); }
.auth-check a, .auth-switch a, .auth-alt a, .auth-form-link { color: var(--blue); font-weight: 700; }
.auth-switch input { position: absolute; opacity: 0; pointer-events: none; }
.auth-switch-track { position: relative; width: 38px; height: 22px; flex: 0 0 38px; margin-top: 3px; border-radius: 999px; background: var(--gray-200); transition: background .18s ease; }
.auth-switch-track::after { content: ""; position: absolute; left: 3px; top: 3px; width: 16px; height: 16px; border-radius: 999px; background: var(--surface); box-shadow: 0 1px 4px rgba(0,0,0,.18); transition: transform .18s ease; }
.auth-switch input:checked + .auth-switch-track { background: var(--gray-900); }
.auth-switch input:checked + .auth-switch-track::after { transform: translateX(16px); }
.auth-switch-compact, .auth-check-compact { align-items: center; color: var(--gray-800); font-weight: 700; }
.auth-submit { min-height: 46px; width: 100%; margin-top: 4px; border-radius: 10px; font-size: 15px; }
.auth-submit .auth-icon { width: 20px; height: 20px; }
.auth-form-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 6px; }
.auth-alt { margin-top: 22px; color: var(--gray-500); line-height: 1.8; text-align: center; }
.otp-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.otp-input { height: 52px; text-align: center; font-family: var(--font-heading); font-size: 20px; font-weight: 800; }
.auth-otp-actions { display: grid; gap: 12px; margin-top: 4px; }
.auth-otp-actions-split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.auth-secondary { min-height: 46px; width: 100%; }
.auth-one { display: grid; grid-template-columns: minmax(420px, 5fr) minmax(520px, 7fr); gap: 32px; padding: 28px; }
.auth-one-panel { position: relative; display: grid; place-items: center; min-height: calc(100vh - 56px); }
.auth-one-content { width: 100%; max-width: 430px; }
.auth-one-content .auth-brand { margin-bottom: 34px; }
.auth-one-content h1 { margin-bottom: 22px; }
.auth-one-content .auth-description { margin-bottom: 26px; }
.auth-one-visual { display: grid; place-items: center; align-content: center; gap: 34px; min-height: calc(100vh - 56px); border-radius: 22px; background: var(--gray-50); padding: 44px; overflow: hidden; }
.auth-visual-copy { max-width: 520px; text-align: center; }
.auth-visual-copy h2 { margin-bottom: 18px; font-size: clamp(26px, 1.8vw, 34px); line-height: 1.35; }
.auth-visual-copy p { color: var(--gray-700); line-height: 1.85; }
.auth-one-visual img { width: min(820px, 82%); object-fit: contain; }
.auth-two-shell { display: grid; place-items: center; background: var(--gray-50); padding: 64px 20px; }
.auth-two-canvas { width: min(1720px, 100%); min-height: 720px; display: grid; grid-template-columns: 150px minmax(420px, 1fr) minmax(420px, .88fr); border-radius: 18px; background: var(--surface); }
.auth-two-nav { display: flex; flex-direction: column; align-items: center; gap: 32px; padding: 54px 0; }
.auth-two-nav .auth-brand { margin-bottom: 2px; }
.auth-two-nav-links { width: 100%; display: grid; gap: 20px; }
.auth-two-nav-links a { position: relative; display: flex; align-items: center; gap: 10px; padding: 5px 22px; color: var(--gray-700); font-size: 16px; font-weight: 700; }
.auth-two-nav-links a::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: 999px; background: var(--primary-light); transition: width .18s ease; }
.auth-two-nav-links a.is-active::before { width: 4px; }
.auth-two-back { margin-top: auto; }
.auth-two-intro { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 800px; margin: -36px 0; border-radius: 14px; background: linear-gradient(rgba(4, 58, 186, .82), rgba(4, 58, 186, .82)), var(--auth-bg) center / cover; color: #fff; padding: 86px 64px; overflow: hidden; }
.auth-two-intro h2 { margin: 12px 0 22px; color: #fff; font-size: clamp(34px, 3vw, 54px); line-height: 1.22; }
.auth-two-intro p { max-width: 620px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.9; }
.auth-star { width: 120px; }
.auth-joined { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.auth-avatar-stack { display: inline-flex; padding-left: 8px; }
.auth-avatar-stack span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -8px; border: 2px solid #fff; border-radius: 999px; background: #111; color: #fff; font-size: 10px; font-weight: 800; }
.auth-arrow-shape { width: 34px; height: 22px; border-bottom: 2px solid currentColor; border-right: 2px solid currentColor; transform: skewX(-24deg) rotate(-10deg); opacity: .9; }
.auth-two-social-links { display: flex; align-items: center; gap: 18px; padding-top: 60px; }
.auth-two-social-links a { color: #fff; opacity: .92; }
.auth-two-form-panel { display: grid; place-items: center; padding: 56px 38px; }
.auth-two-form-inner { width: min(100%, 570px); }
.auth-two-form-inner h1 { margin-bottom: 28px; text-align: left; }
.auth-three { position: relative; display: grid; place-items: center; background: linear-gradient(35deg, #136a8a, #267871); padding: 48px 24px; }
.auth-three-back { position: absolute; left: 24px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.82); }
.auth-three-card { width: min(700px, 100%); display: grid; justify-items: center; border-radius: 22px; background: var(--surface); padding: 48px 64px; }
.auth-three-card .auth-brand { margin-bottom: 34px; }
.auth-three-card h1 { margin-bottom: 34px; text-align: center; }
.auth-three-card .auth-form, .auth-three-card .auth-helper, .auth-three-card .auth-alt, .auth-three-card .auth-social-grid, .auth-three-card .auth-divider { width: 100%; }
.auth-four { display: flex; flex-direction: column; justify-content: space-between; }
.auth-four-header, .auth-four-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 64px; }
.auth-four-nav { display: flex; align-items: center; gap: 12px; }
.auth-four-nav a { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; border-radius: 999px; padding: 0 16px; color: var(--gray-700); font-weight: 700; }
.auth-four-nav a.is-active, .auth-four-nav a:hover { background: var(--gray-100); color: var(--gray-900); }
.auth-four-content { width: min(620px, calc(100% - 32px)); display: grid; justify-items: center; align-self: center; padding: 36px 0; }
.auth-four-content .auth-brand { margin-bottom: 34px; }
.auth-four-content h1 { margin-bottom: 34px; text-align: center; }
.auth-four-content .auth-form, .auth-four-content .auth-helper, .auth-four-content .auth-alt, .auth-four-content .auth-social-grid, .auth-four-content .auth-divider { width: 100%; }
.auth-four-footer { color: var(--gray-500); }
.auth-four-footer nav { display: flex; gap: 20px; color: var(--gray-700); font-weight: 700; }
.auth-four-footer a:hover { color: var(--blue); }
.auth-five-back { position: absolute; left: 50%; top: 22px; z-index: 4; width: min(1432px, calc(100% - 40px)); transform: translateX(-50%); color: var(--gray-700); }
.auth-five { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 88px 28px 34px; }
.auth-five-shell { width: min(1720px, 100%); display: grid; grid-template-columns: minmax(380px, 656px) minmax(420px, 730px); align-items: center; justify-content: space-between; gap: 64px; flex: 1; }
.auth-five-compact .auth-five-shell { width: min(1240px, 100%); grid-template-columns: minmax(360px, 480px) minmax(420px, 636px); }
.auth-five-form .auth-brand { margin-bottom: 34px; }
.auth-five-form h1 { margin-bottom: 34px; }
.auth-five-visual { display: grid; justify-items: center; }
.auth-five-visual img { width: min(636px, 100%); object-fit: contain; }
.auth-share-row { display: flex; flex-wrap: wrap; gap: 18px 24px; margin: 0 0 34px; }
.auth-share-button { display: grid; justify-items: center; gap: 10px; border: 0; background: transparent; color: var(--gray-700); font-weight: 700; }
.auth-share-button .auth-icon { width: 22px; height: 22px; }
.auth-tree-line { width: min(1720px, 100%); display: flex; justify-content: flex-end; border-bottom: 1px solid var(--gray-900); padding-top: 36px; }
.auth-tree-line span { width: 84px; height: 54px; margin-bottom: -10px; background: repeating-linear-gradient(90deg, currentColor 0 2px, transparent 2px 12px); clip-path: polygon(50% 0, 100% 82%, 0 82%); color: var(--gray-900); }
@media (min-width: 2560px) { .welcome-card { grid-template-columns: minmax(0, 1fr) 420px; } .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 3840px) { .product-grid, .file-grid, .icon-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 1180px) { .checkout-grid, .search-layout, .settings-layout, .pos-layout { grid-template-columns: 1fr; } .order-summary, .pos-cart, .filters, .settings-nav { position: static; } .detail-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .auth-shell { grid-template-columns: 1fr; padding: 18px; } .auth-visual { display: none; } }
@media (max-width: 767px) { .welcome-card { grid-template-columns: 1fr; padding: 20px; } .welcome-card img { display: none; } .form-grid, .file-grid, .product-grid, .icon-gallery { grid-template-columns: 1fr; } .detail-list { grid-template-columns: 1fr; } .detail-hero { display: grid; } .detail-hero .badge { margin-left: 0; justify-self: start; } }
@media (min-width: 2560px) { .auth-two-canvas { grid-template-columns: 184px minmax(660px, 1fr) minmax(560px, 640px); } .auth-two-intro { padding-inline: 96px; } .auth-five-shell { width: min(1820px, 100%); } }
@media (min-width: 3840px) { .auth-one { max-width: 2600px; margin-inline: auto; } .auth-two-canvas { width: min(1900px, 100%); } .auth-five-shell { width: min(1900px, 100%); } }
@media (max-width: 1280px) { .auth-one { grid-template-columns: minmax(360px, 5fr) minmax(420px, 6fr); } .auth-two-canvas { grid-template-columns: 120px minmax(380px, 1fr) minmax(360px, .9fr); } .auth-two-intro { padding: 72px 42px; } .auth-five-shell { gap: 36px; } }
@media (max-width: 1023px) { .auth-two-shell { display: block; padding: 0; background: var(--surface); } .auth-two-canvas { min-height: 100vh; display: grid; grid-template-columns: 1fr; border-radius: 0; } .auth-two-nav { flex-direction: row; justify-content: space-between; gap: 20px; padding: 18px; } .auth-two-nav-links { width: auto; display: flex; gap: 18px; } .auth-two-nav-links a { padding: 4px 0; } .auth-two-nav-links a::before { left: 0; right: 0; top: auto; bottom: -5px; height: 2px; width: 0; } .auth-two-nav-links a.is-active::before { width: 100%; } .auth-two-back { display: none; } .auth-two-intro { display: none; } .auth-two-form-panel { min-height: calc(100vh - 74px); padding: 32px 18px; } .auth-two-form-inner h1 { text-align: center; } .auth-five-shell, .auth-five-compact .auth-five-shell { grid-template-columns: 1fr; max-width: 560px; } .auth-five-visual { display: none; } .auth-five-back { position: sticky; left: auto; top: 0; width: 100%; justify-content: center; transform: none; background: var(--blue); color: #fff; padding: 10px; } .auth-five { padding: 34px 18px 24px; } }
@media (max-width: 900px) { .auth-one { display: block; padding: 0 18px 28px; } .auth-mobile-back { display: inline-flex; } .auth-back-desktop, .auth-one-visual { display: none; } .auth-one-panel { min-height: calc(100vh - 46px); } .auth-one-content { max-width: 520px; padding-block: 34px; } .auth-three { padding: 22px 16px; } .auth-three-back { position: static; justify-self: start; transform: none; margin-bottom: 18px; } .auth-three-card { padding: 34px 24px; } .auth-four-header, .auth-four-footer { padding-inline: 18px; } }
@media (min-width: 901px) { .auth-mobile-back { display: none; } }
@media (max-width: 767px) { .auth-layout h1 { font-size: 27px; text-align: center; } .auth-social-grid, .auth-form-grid, .auth-otp-actions-split { grid-template-columns: 1fr; } .auth-form-row { align-items: flex-start; flex-direction: column; } .auth-four-header { flex-wrap: wrap; } .auth-four-header .auth-brand img { width: 142px; } .auth-four-content { padding-block: 24px; } .auth-four-footer { flex-direction: column-reverse; text-align: center; } .auth-five-form .auth-brand, .auth-one-content .auth-brand { justify-content: center; width: 100%; } .auth-five-form h1 { text-align: center; } .auth-share-row { justify-content: center; } .auth-tree-line { display: none; } .auth-helper { text-align: center; } }
@media (max-width: 430px) { .auth-two-nav { gap: 12px; } .auth-two-nav .auth-brand-short img { width: 48px; } .auth-two-nav-links { gap: 12px; } .auth-two-nav-links a { font-size: 14px; } .auth-three-card { padding-inline: 18px; } .auth-four-nav a { padding-inline: 10px; } .auth-brand img { width: 148px; } .otp-row { gap: 7px; } .otp-input { height: 46px; font-size: 18px; } }

.other-page-body { min-height: 100vh; background: var(--surface); color: var(--gray-700); }
.other-page { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; padding: 32px 40px; }
.other-page-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 40px; }
.other-page-header.is-centered { justify-content: center; }
.other-page-logo { display: inline-flex; align-items: center; }
.other-page-logo img { width: 155px; height: auto; display: block; }
.other-home-link { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--border); border-radius: 8px; padding: 0 16px; background: transparent; color: var(--gray-700); font-weight: 600; }
.other-home-link:hover { border-color: var(--primary-default); color: var(--primary-default); }
.other-home-link svg, .other-primary-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.other-page-main { display: grid; align-items: center; width: min(1520px, 100%); min-width: 0; margin-inline: auto; }
.other-maintenance-grid { grid-template-columns: minmax(0, 603px) minmax(360px, 580px); justify-content: space-between; gap: 80px; }
.other-maintenance-copy, .other-maintenance-copy h1, .other-maintenance-copy p, .other-subscribe-title, .other-subscribe-form { min-width: 0; max-width: 100%; }
.other-maintenance-copy h1 { margin: 0 0 26px; color: var(--gray-900); font-family: var(--font-heading); font-size: clamp(30px, 2.55vw, 48px); font-weight: 700; line-height: 1.35; }
.other-maintenance-copy p { width: min(100%, 610px); margin: 0 0 38px; color: var(--gray-500); font-size: 16px; line-height: 2; }
.other-subscribe-title { margin: 0 0 22px; color: var(--gray-800); font-size: 16px; font-weight: 700; }
.other-subscribe-form { display: flex; width: min(100%, 604px); gap: 0; }
.other-subscribe-form .input { height: 56px; border-radius: 8px 0 0 8px; border-right: 0; padding-inline: 20px; font-size: 16px; }
.other-subscribe-form .btn { min-width: 148px; height: 56px; border-radius: 0 8px 8px 0; box-shadow: none; }
.other-maintenance-art { justify-self: end; width: min(580px, 100%); }
.other-maintenance-art img { display: block; width: 100%; height: auto; }
.other-center-main { justify-items: center; text-align: center; width: min(760px, 100%); padding-top: 54px; }
.other-center-logo-space { margin-top: 14px; }
.other-illustration { display: grid; place-items: center; margin-bottom: 48px; }
.other-illustration img { display: block; width: min(370px, 72vw); height: auto; }
.other-access-illustration { position: relative; width: min(370px, 72vw); margin-bottom: 48px; }
.other-access-illustration img:first-child { width: 100%; height: auto; display: block; }
.other-access-figure { position: absolute; right: 40px; top: 40px; width: min(100px, 28%); height: auto; }
.other-center-main h1 { margin: 0; color: var(--gray-900); font-family: var(--font-heading); font-size: 30px; font-weight: 700; line-height: 1.2; }
.other-center-main p { margin: 24px 0 0; color: var(--gray-500); font-size: 16px; line-height: 2; }
.other-primary-link { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 32px; border-radius: 8px; padding: 0 24px; background: var(--primary-default); color: #fff; font-weight: 700; box-shadow: 0 8px 18px color-mix(in srgb, var(--primary-default) 18%, transparent); }
.other-primary-link:hover { background: var(--primary-dark); color: #fff; }
.other-page-socials { display: flex; justify-content: center; gap: 24px; padding-top: 28px; }
.other-social-link { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 999px; background: var(--surface); color: var(--gray-500); box-shadow: 0 8px 18px rgba(17, 17, 17, .08); }
.other-social-link:hover { color: var(--gray-900); transform: translateY(-1px); }
.other-social-link svg { width: 17px; height: 17px; fill: currentColor; }
@media (min-width: 2560px) { .other-page { padding-inline: 72px; } .other-page-main { width: min(1720px, 100%); } .other-maintenance-grid { grid-template-columns: minmax(0, 720px) minmax(580px, 768px); } .other-maintenance-art { width: min(768px, 100%); } }
@media (max-width: 1023px) { .other-page { padding: 24px; } .other-maintenance-grid { grid-template-columns: 1fr; gap: 34px; text-align: center; } .other-maintenance-art { order: -1; justify-self: center; width: min(420px, 80vw); } .other-maintenance-copy h1 { font-size: clamp(26px, 5vw, 34px); } .other-subscribe-form { margin-inline: auto; } .other-center-main { padding-top: 34px; } }
@media (max-width: 640px) { .other-page { padding: 20px 18px 24px; } .other-page-header { align-items: flex-start; } .other-page-header:not(.is-centered) { flex-direction: column; } .other-page-header.is-centered { justify-content: flex-start; } .other-page-logo img { width: 142px; } .other-home-link { min-height: 38px; padding-inline: 12px; font-size: 13px; } .other-maintenance-grid { grid-template-columns: minmax(0, 1fr); } .other-maintenance-copy h1 br { display: none; } .other-maintenance-copy h1 { overflow-wrap: anywhere; } .other-maintenance-copy > * { width: 100%; } .other-subscribe-form { display: grid; gap: 12px; } .other-subscribe-form .input, .other-subscribe-form .btn { width: 100%; border-radius: 8px; border-right: 1px solid var(--border); } .other-center-main h1 { font-size: 24px; } .other-center-main p, .other-maintenance-copy p { font-size: 14px; line-height: 1.8; } .other-illustration, .other-access-illustration { margin-bottom: 32px; } .other-primary-link { width: 100%; min-height: 48px; } .other-page-socials { gap: 16px; } }

.file-dashboard-main-shell { max-width: none; }
.file-dashboard { display: grid; gap: 22px; }
.storage-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.storage-stat-card { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); padding: 18px 20px; }
.storage-stat-card p { margin-bottom: 2px; color: var(--gray-500); font-size: 13px; }
.storage-stat-card strong { display: block; margin-bottom: 2px; font-size: 20px; font-weight: 700; }
.storage-stat-card small { margin-left: 6px; color: var(--gray-400); font-size: 12px; }
.radial-meter { --size: 58px; --track: #dbeafe; flex: 0 0 var(--size); width: var(--size); height: var(--size); display: grid; place-items: center; border-radius: 999px; background: conic-gradient(currentColor calc(var(--value) * 1%), var(--track) 0); color: var(--primary-default); }
.radial-meter::before { content: ""; grid-area: 1 / 1; width: calc(var(--size) - 12px); height: calc(var(--size) - 12px); border-radius: inherit; background: var(--surface); }
.radial-meter span { grid-area: 1 / 1; position: relative; color: var(--gray-800); font-family: var(--font-heading); font-size: 11px; font-weight: 700; }
.radial-meter.tone-red { color: var(--red); --track: #ffe1e1; }
.file-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 29%); gap: 22px; align-items: start; }
.storage-report-card { min-height: 390px; }
.storage-report-card .widget-card__header h2 { display: flex; align-items: baseline; gap: 8px; margin-top: 6px; }
.storage-report-card .widget-card__header h2 span { font-size: 26px; }
.storage-report-card .widget-card__header h2 small { font-size: 13px; font-family: var(--font-body); }
.compact-legend { justify-content: flex-end; margin: 0; font-size: 12px; }
.storage-summary-card { min-height: 390px; display: grid; align-content: center; gap: 22px; }
.storage-donut { --size: 190px; width: var(--size); height: var(--size); justify-self: center; display: grid; place-items: center; border-radius: 999px; background: conic-gradient(var(--blue) calc(var(--value) * 1%), #b9dafd 0 88%, transparent 0); color: var(--text); }
.storage-donut::before { content: ""; grid-area: 1 / 1; width: calc(var(--size) - 40px); height: calc(var(--size) - 40px); border-radius: inherit; background: var(--surface); }
.storage-donut span, .storage-donut small { grid-area: 1 / 1; position: relative; text-align: center; }
.storage-donut span { transform: translateY(-8px); font-family: var(--font-heading); font-size: 28px; color: var(--text); }
.storage-donut small { transform: translateY(20px); color: var(--gray-500); }
.summary-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--border); padding-top: 12px; color: var(--gray-500); font-size: 13px; }
.summary-row span { display: inline-flex; align-items: center; gap: 8px; }
.legend-dot { width: 7px; height: 7px; border-radius: 999px; }
.legend-blue { background: var(--blue); }
.legend-blue-soft { background: #b9dafd; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.section-heading a { color: var(--gray-600); font-size: 12px; font-weight: 700; }
.quick-access-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.quick-access-card { min-height: 118px; display: grid; place-items: center; gap: 10px; border-radius: 8px; background: var(--gray-50); color: var(--gray-700); font-size: 12px; font-weight: 700; }
.quick-access-card img { width: 44px; height: 44px; object-fit: contain; }
.lower-grid { align-items: start; }
.file-dashboard-main { display: grid; gap: 22px; min-width: 0; }
.file-dashboard-rail { display: grid; gap: 22px; min-width: 0; }
.recent-files-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.recent-file-card { position: relative; min-height: 104px; display: grid; align-content: end; gap: 7px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); padding: 14px; }
.recent-file-card > img { position: absolute; left: 14px; top: 14px; width: 34px; height: 34px; }
.recent-file-card strong { font-size: 13px; }
.recent-file-card span { display: inline-flex; align-items: center; gap: 8px; color: var(--gray-500); font-size: 12px; }
.recent-file-card i { width: 4px; height: 4px; border-radius: 999px; background: var(--gray-300); }
.mini-action { position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; border: 0; background: transparent; color: var(--gray-400); }
.activity-card { min-height: 330px; }
.activity-kpis { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.activity-kpis span { display: inline-grid; gap: 2px; border-radius: 6px; padding: 8px 10px; font-size: 12px; }
.activity-kpis strong { font-size: 14px; }
.recent-activity-list { list-style: none; display: grid; gap: 16px; padding: 0; margin: 18px 0 0; }
.recent-activity-list li { display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: start; }
.recent-activity-list p { color: var(--gray-500); font-size: 12px; }
.recent-activity-list strong { display: block; font-family: var(--font-body); font-size: 13px; }
.recent-activity-list small { display: block; margin-top: 2px; color: var(--gray-400); }
.member-list { display: grid; gap: 14px; margin-top: 18px; }
.member-row { display: grid; grid-template-columns: 36px minmax(0, 1fr) 28px; gap: 10px; align-items: center; }
.member-row strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--font-body); font-size: 13px; }
.member-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--gray-500); font-size: 12px; }
.member-award { width: 28px; height: 28px; border-radius: 999px; }
.avatar-stack { display: inline-flex; align-items: center; padding-left: 8px; }
.avatar-stack span { width: 26px; height: 26px; display: grid; place-items: center; margin-left: -8px; border: 2px solid var(--surface); border-radius: 999px; background: var(--blue-soft); color: var(--blue); font-size: 10px; font-weight: 800; }
.all-files-card { margin-bottom: 18px; }
@media (min-width: 2560px) { .file-dashboard-grid { grid-template-columns: minmax(0, 1fr) 430px; } .storage-stats-grid { gap: 24px; } }
@media (min-width: 3840px) { .file-dashboard-grid { grid-template-columns: minmax(0, 1fr) 520px; } .quick-access-row { grid-template-columns: repeat(5, minmax(220px, 1fr)); } }
@media (max-width: 1280px) { .storage-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .file-dashboard-grid { grid-template-columns: 1fr; } .recent-files-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .file-dashboard-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .quick-access-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } .file-dashboard-rail { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .storage-stats-grid, .recent-files-grid, .quick-access-row { grid-template-columns: 1fr; } .storage-stat-card { min-height: 92px; } .storage-donut { --size: 168px; } .storage-report-card .widget-card__header { display: grid; } .compact-legend { justify-content: flex-start; } }

.roles-page { max-width: none; }
.roles-page-header { align-items: end; margin-bottom: 24px; }
.roles-page-header h1 { margin-bottom: 8px; font-size: 22px; line-height: 1.3; }
.roles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 20px; margin-bottom: 52px; }
.role-card { display: grid; gap: 20px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); padding: 24px; }
.role-card-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.role-title { display: flex; min-width: 0; align-items: center; gap: 14px; }
.role-title h2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; font-weight: 600; line-height: 1.35; }
.role-icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 8px; background: var(--role-color); color: #fff; }
.role-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.role-menu .mini-action { position: static; color: var(--gray-600); }
.role-menu .dropdown-menu { min-width: 168px; }
.role-users { display: flex; align-items: center; gap: 13px; color: var(--gray-700); }
.role-avatar-stack { display: inline-flex; align-items: center; padding-left: 8px; }
.role-avatar-stack img { width: 30px; height: 30px; margin-left: -8px; border: 2px solid var(--surface); border-radius: 999px; object-fit: cover; background: var(--gray-100); }
.role-edit-btn { width: 100%; min-height: 42px; border-radius: 6px; color: var(--gray-900); }
.role-edit-btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.roles-users-section { border: 0; background: transparent; padding: 0; overflow: visible; }
.roles-users-toolbar { display: grid; grid-template-columns: auto auto minmax(230px, 1fr) auto auto; align-items: center; gap: 12px; margin-bottom: 16px; }
.roles-users-toolbar h2 { white-space: nowrap; font-size: 18px; font-weight: 600; line-height: 1.55; }
.roles-filter-group { display: flex; align-items: center; gap: 10px; }
.roles-filter-control { width: 160px; color: var(--gray-500); }
.roles-search { justify-self: end; width: min(100%, 300px); background: var(--surface); }
.roles-search svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.roles-table-scroll { border: 1px solid var(--border); border-radius: 8px; background: var(--surface); padding: 0; }
.roles-users-table { min-width: 1400px; }
.roles-users-table th { background: var(--gray-50); padding: 12px 14px; font-weight: 600; line-height: 16px; }
.roles-users-table [data-col-id="select"] { text-align: center; }
.roles-users-table [data-col-id="actions"] { text-align: right; }
.roles-users-table td { color: var(--gray-700); vertical-align: middle; }
.checkbox-control { position: relative; display: inline-grid; width: 18px; height: 18px; place-items: center; vertical-align: middle; cursor: pointer; }
.checkbox-control input[type="checkbox"] { all: initial; position: absolute; inset: 0; z-index: 1; width: 18px; height: 18px; margin: 0; opacity: 0; appearance: none; -webkit-appearance: none; cursor: pointer; }
.checkbox-box { box-sizing: border-box; width: 18px; height: 18px; border: 1px solid #e3e3e3; border-radius: 4px; background: transparent; transition: box-shadow .16s ease; }
.checkbox-box::after { content: ""; display: block; width: 8px; height: 5px; margin: 4px auto 0; border-left: 2px solid #fff; border-bottom: 2px solid #fff; opacity: 0; transform: rotate(-45deg); }
.checkbox-control:hover .checkbox-box { border-color: var(--primary-default); }
.checkbox-control input[type="checkbox"]:focus-visible + .checkbox-box { box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary-default) 22%, transparent); }
.checkbox-control input[type="checkbox"]:checked + .checkbox-box { border-color: #3872fa; background: #3872fa; }
.checkbox-control input[type="checkbox"]:checked + .checkbox-box::after { opacity: 1; }
.user-cell { display: flex; align-items: center; gap: 12px; min-width: 240px; }
.user-cell img { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 999px; object-fit: cover; background: var(--gray-100); }
.user-cell strong { display: block; color: var(--text); font-family: var(--font-heading); font-size: 14px; }
.user-cell small, .roles-users-table time small { display: block; margin-top: 4px; color: var(--gray-500); font-size: 13px; }
.permission-chip { display: inline-flex; align-items: center; min-height: 30px; margin: 2px 6px 2px 0; border: 1px solid var(--border); border-radius: 8px; padding: 0 12px; background: var(--surface); color: var(--gray-600); font-size: 13px; }
.status-text { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.status-text::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: currentColor; }
.status-active { color: var(--green); }
.status-pending { color: #b86405; }
.status-deactivated { color: var(--red); }
.row-actions { display: inline-flex; align-items: center; justify-content: flex-end; gap: 12px; padding-right: 12px; }
.table-action { width: 32px; height: 32px; border-color: var(--border); border-radius: 8px; background: transparent; color: var(--gray-600); }
.table-action:hover { border-color: var(--primary-default); color: var(--primary-default); background: var(--surface); }
.table-action svg, .roles-table-footer svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.roles-table-footer { margin-top: 18px; }
.rows-per-page { display: flex; align-items: center; gap: 10px; }
.rows-per-page .select { width: 64px; height: 36px; }
.roles-table-footer .pagination { align-items: center; gap: 8px; }
.roles-table-footer .pagination span { margin-right: 8px; color: var(--text); }
.roles-table-footer .pagination button { display: inline-grid; place-items: center; }
.role-modal-panel { width: min(100%, 500px); }
.permission-modal-panel { width: min(100%, 700px); }
.add-user-modal-panel { width: min(100%, 600px); max-height: none; overflow: visible; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; }
.add-user-modal-panel .modal-header { grid-column: 1 / -1; margin-bottom: 2px; }
.add-user-modal-panel .modal-actions { grid-column: 2 / 3; margin-top: 4px; }
.add-user-modal-panel .modal-actions .btn { width: 100%; min-width: 0; }
.add-user-modal-panel .soft-select-menu { max-height: none; overflow: visible; }
.role-access-title { margin-bottom: 16px; font-size: 17px; }
.static-color-picker { display: grid; gap: 12px; width: min(100%, 220px); }
.color-map { position: relative; height: 152px; border-radius: 7px; background: linear-gradient(90deg, #fff, #f00), linear-gradient(0deg, #000, transparent); background-blend-mode: multiply; }
.color-map::after, .hue-bar::after, .alpha-bar::after { content: ""; position: absolute; width: 14px; height: 14px; border: 3px solid #fff; border-radius: 999px; box-shadow: 0 1px 4px rgba(0,0,0,.3); }
.color-map::after { left: -7px; bottom: 6px; background: #000; }
.hue-bar, .alpha-bar { position: relative; height: 12px; border-radius: 999px; }
.hue-bar { background: linear-gradient(90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red); }
.hue-bar::after { left: -4px; top: -2px; background: red; }
.alpha-bar { background: linear-gradient(90deg, #fff, #ddd); }
.alpha-bar::after { right: -4px; top: -2px; background: #111; }
.permission-grid { display: grid; }
.permission-row { display: grid; grid-template-columns: minmax(150px, 1fr) auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--border); padding: 16px 0; }
.permission-row:first-child { padding-top: 8px; }
.permission-row strong { color: var(--gray-700); font-size: 16px; }
.permission-row > span { display: flex; align-items: center; gap: 12px; }
.permission-option input { position: absolute; opacity: 0; pointer-events: none; }
.permission-option span { min-width: 92px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); color: var(--gray-700); font-weight: 700; }
.permission-option input:checked + span { border-color: var(--primary-default); color: var(--gray-800); box-shadow: inset 0 0 0 1px var(--primary-default); }
.permission-option input:checked + span::before { content: "\2713"; margin-right: 7px; color: var(--gray-900); }
@media (min-width: 1024px) { .roles-page-header h1 { font-size: 24px; } }
@media (min-width: 1500px) { .roles-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1800px) { .roles-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (min-width: 3840px) { .roles-page-header h1 { font-size: 26px; } .roles-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (max-width: 1280px) { .roles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .roles-users-toolbar { grid-template-columns: auto 1fr auto auto; } .roles-filter-group { order: 3; grid-column: 1 / -1; } .roles-search { justify-self: stretch; width: 100%; } }
@media (max-width: 900px) { .roles-page-header { align-items: start; } .roles-grid { grid-template-columns: 1fr; gap: 16px; margin-bottom: 34px; } .role-card { padding: 22px; } .roles-users-toolbar { grid-template-columns: 1fr; } .roles-filter-group { order: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); } .roles-filter-control, .roles-search { width: 100%; } .roles-users-table { min-width: 1240px; } }
@media (max-width: 767px) { .roles-page-header .page-actions, .roles-page-header .btn { width: 100%; } .roles-filter-group { grid-template-columns: 1fr; } .permission-row { grid-template-columns: 1fr; align-items: start; } .permission-row > span { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; } .permission-option span { min-width: 0; width: 100%; } .add-user-modal-panel { grid-template-columns: 1fr; overflow: auto; } .add-user-modal-panel .modal-actions { grid-column: 1 / -1; } }
@media (max-height: 760px) and (min-width: 768px) { .add-user-modal-panel { max-height: calc(100dvh - 40px); overflow: auto; } }
@media (max-width: 430px) { .role-card { padding: 18px; } .role-users { align-items: flex-start; flex-direction: column; gap: 10px; } .permission-row > span { grid-template-columns: 1fr; } .roles-table-footer { gap: 14px; } .roles-table-footer .pagination { flex-wrap: wrap; } }

.layout-showcase-page { max-width: none; }
.showcase-page-header { margin-bottom: 28px; }
.showcase-page-header h1 { font-size: 24px; line-height: 1.3; }
.showcase-page-header .btn { min-height: 40px; }
.showcase-stack { display: grid; gap: 30px; }
.showcase-section { display: grid; gap: 14px; min-width: 0; }
.showcase-section-title { margin: 0; color: var(--gray-700); font-size: 16px; font-weight: 500; line-height: 1.6; }
.showcase-card { min-width: 0; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); box-shadow: 0 1px 0 rgba(17, 17, 17, .02); }
.showcase-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.showcase-card-header h2, .showcase-card-header h3 { margin: 0; color: var(--gray-900); font-size: 18px; font-weight: 700; line-height: 1.45; }
.showcase-card-header p { margin-top: 4px; color: var(--gray-500); font-size: 13px; line-height: 1.6; }
.showcase-icon-button { width: 38px; height: 38px; flex: 0 0 38px; display: inline-grid; place-items: center; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--gray-600); }
.showcase-icon-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.showcase-icon-button:hover { border-color: var(--primary-default); color: var(--primary-default); }
.showcase-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.showcase-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.widget-showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.icon-metric-card { min-height: 226px; display: grid; align-content: space-between; gap: 26px; padding: 24px; }
.icon-metric-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.metric-icon-box { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 12px; color: var(--metric-color); background: color-mix(in srgb, var(--metric-color) 10%, transparent); }
.metric-icon-box svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.spark-bars { height: 40px; min-width: 88px; display: inline-flex; align-items: end; gap: 5px; color: var(--metric-color); }
.spark-bars i { width: 8px; border-radius: 999px 999px 0 0; background: currentColor; opacity: .85; }
.spark-bars i:nth-child(1) { height: 38%; opacity: .22; }
.spark-bars i:nth-child(2) { height: 66%; opacity: .5; }
.spark-bars i:nth-child(3) { height: 50%; opacity: .35; }
.spark-bars i:nth-child(4) { height: 82%; }
.spark-bars i:nth-child(5) { height: 56%; opacity: .62; }
.icon-metric-card p { margin: 0 0 6px; color: var(--gray-500); font-size: 13px; }
.icon-metric-card strong { color: var(--gray-900); font-family: var(--font-heading); font-size: 26px; font-weight: 700; line-height: 1.2; }
.progress-metric-card { min-height: 138px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; }
.progress-metric-card p { margin-bottom: 5px; color: var(--gray-500); font-size: 13px; }
.progress-metric-card strong { display: block; color: var(--gray-900); font-family: var(--font-heading); font-size: 24px; line-height: 1.2; }
.metric-trend { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; color: var(--green); font-size: 12px; font-weight: 700; }
.metric-trend.is-down { color: var(--red); }
.metric-trend small { color: var(--gray-400); font-weight: 500; }
.showcase-ring { --size: 60px; width: var(--size); height: var(--size); flex: 0 0 var(--size); display: grid; place-items: center; border-radius: 999px; background: conic-gradient(var(--ring-color, var(--primary-default)) calc(var(--value) * 1%), #e1ecff 0); }
.showcase-ring::before { content: ""; grid-area: 1 / 1; width: calc(var(--size) - 12px); height: calc(var(--size) - 12px); border-radius: inherit; background: var(--surface); }
.showcase-ring span { grid-area: 1 / 1; position: relative; color: var(--gray-800); font-family: var(--font-heading); font-size: 11px; font-weight: 700; }
.bar-metric-card { min-height: 288px; display: grid; gap: 18px; padding: 22px; }
.bar-metric-copy p { margin: 6px 0 8px; color: var(--gray-500); line-height: 1.6; }
.bar-metric-copy strong { color: var(--gray-900); font-family: var(--font-heading); font-size: 24px; line-height: 1.2; }
.mini-bar-chart { height: 108px; display: grid; grid-template-columns: repeat(12, minmax(8px, 1fr)); align-items: end; gap: 8px; border-bottom: 1px solid var(--border); padding-top: 8px; }
.mini-bar-chart i { border-radius: 6px 6px 0 0; background: color-mix(in srgb, var(--metric-color) 18%, transparent); }
.mini-bar-chart i:nth-child(odd) { background: var(--metric-color); opacity: .9; }
.widget-chart-card, .list-widget-card, .circle-widget-card { padding: 24px; }
.widget-stat-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 20px; }
.widget-stat { display: flex; align-items: center; gap: 12px; min-width: 0; }
.widget-stat span:first-child { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 8px; color: var(--stat-color); background: color-mix(in srgb, var(--stat-color) 10%, transparent); }
.widget-stat span:first-child svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.widget-stat small { display: block; color: var(--gray-500); font-size: 12px; }
.widget-stat strong { display: block; color: var(--gray-900); font-family: var(--font-heading); font-size: 16px; }
.svg-chart-frame { min-height: 236px; width: 100%; overflow: hidden; border-radius: 8px; background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--metric-color) 5%, transparent)); }
.svg-chart-frame svg { display: block; width: 100%; height: 236px; }
.axis-line { stroke: var(--border); stroke-width: 1; }
.chart-line { fill: none; stroke: var(--metric-color); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.chart-area { fill: var(--metric-color); opacity: .11; }
.chart-bar { fill: var(--metric-color); opacity: .18; }
.chart-bar.is-strong { opacity: 1; }
.list-widget-body { display: grid; gap: 20px; }
.participant-row, .app-row, .transaction-row, .product-row { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 14px; align-items: center; }
.participant-avatar, .product-thumb, .app-icon, .transaction-icon { width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; object-fit: cover; background: var(--gray-100); color: var(--item-color); font-weight: 800; }
.app-icon, .transaction-icon, .product-thumb { border-radius: 10px; }
.participant-row strong, .app-row strong, .transaction-row strong, .product-row strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--gray-900); font-size: 14px; }
.participant-row small, .app-row small, .transaction-row small, .product-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--gray-500); font-size: 13px; }
.status-dot { position: relative; }
.status-dot::after { content: ""; position: absolute; right: 0; bottom: 1px; width: 10px; height: 10px; border: 2px solid var(--surface); border-radius: 999px; background: var(--green); }
.status-dot.is-busy::after { background: var(--red); }
.award-pill, .external-pill { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 999px; background: color-mix(in srgb, var(--item-color) 12%, transparent); color: var(--item-color); font-weight: 800; }
.external-pill { border: 1px solid var(--border); border-radius: 8px; background: var(--surface); color: var(--gray-700); }
.external-pill svg, .transaction-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.price-value { color: var(--gray-900); font-family: var(--font-heading); font-size: 14px; font-weight: 700; }
.rating-stars { color: #f59e0b; font-size: 13px; white-space: nowrap; }
.circle-progress-grid { display: grid; justify-items: center; gap: 24px; text-align: center; }
.large-progress-ring { --size: 180px; width: var(--size); height: var(--size); display: grid; place-items: center; border-radius: 999px; background: conic-gradient(var(--metric-color) calc(var(--value) * 1%), #f0f0f0 0); }
.large-progress-ring::before { content: ""; grid-area: 1 / 1; width: calc(var(--size) - 24px); height: calc(var(--size) - 24px); border-radius: inherit; background: var(--surface); }
.large-progress-ring span { grid-area: 1 / 1; position: relative; color: var(--gray-900); font-family: var(--font-heading); font-size: 28px; font-weight: 700; }
.circle-progress-grid p { margin: 0; color: var(--gray-600); line-height: 1.8; }
.circle-progress-grid .btn { width: 100%; min-height: 48px; background: var(--metric-color); }
.chart-widgets-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.chart-demo-card { min-width: 0; padding: 24px; }
.chart-demo-card.is-wide { grid-column: 1 / -1; }
.chart-demo-card .chart-scroll { overflow-x: auto; overflow-y: hidden; }
.chart-demo-card canvas { width: 100%; min-width: 100%; display: block; }
.chart-svg-holder { width: 100%; min-width: 0; min-height: 310px; display: grid; place-items: center; overflow: hidden; }
.chart-svg-holder svg { width: 100%; height: 310px; display: block; }
.chart-tabs { display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--border); border-radius: 999px; padding: 4px; background: var(--gray-50); }
.chart-tabs button { min-height: 30px; border: 0; border-radius: 999px; padding: 0 14px; background: transparent; color: var(--gray-500); font-weight: 700; }
.chart-tabs button.is-active { background: var(--surface); color: var(--gray-900); box-shadow: 0 1px 4px rgba(17, 17, 17, .08); }
.radar-grid-line { fill: none; stroke: var(--border); stroke-width: 1; }
.radar-shape { fill: rgba(56, 114, 250, .14); stroke: var(--primary-default); stroke-width: 3; }
.radial-list { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 18px; align-items: center; }
.radial-donut { width: 210px; height: 210px; border-radius: 999px; background: conic-gradient(#3872fa 0 31%, #10b981 0 58%, #f59e0b 0 74%, #f1416c 0); display: grid; place-items: center; }
.radial-donut::before { content: ""; width: 144px; height: 144px; border-radius: 999px; background: var(--surface); }
.radial-legend { display: grid; gap: 12px; }
.radial-legend span { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--gray-600); }
.radial-legend i { width: 9px; height: 9px; margin-right: 8px; display: inline-block; border-radius: 999px; }
.product-create-page { max-width: none; }
.product-form-nav { position: sticky; top: 72px; z-index: 12; margin: 0 calc(var(--content-pad) * -1) 20px; border-bottom: 1px solid var(--border); background: var(--surface); padding-inline: var(--content-pad); }
.product-form-nav-inner { display: flex; gap: 30px; overflow-x: auto; scrollbar-width: thin; }
.product-form-nav a { position: relative; flex: 0 0 auto; padding: 16px 0; color: var(--gray-500); font-weight: 600; white-space: nowrap; }
.product-form-nav a.is-active, .product-form-nav a:hover { color: var(--gray-900); }
.product-form-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--gray-900); }
.product-form { position: relative; z-index: 1; }
.product-form-stack { display: grid; gap: 0; margin-bottom: 34px; }
.product-form-section { display: grid; grid-template-columns: minmax(220px, 320px) minmax(0, 1fr); gap: 36px; border-top: 1px dashed var(--border); padding: 32px 0; }
.product-form-section:first-child { border-top: 0; padding-top: 10px; }
.product-form-copy h2 { margin: 0 0 8px; color: var(--gray-900); font-size: 18px; font-weight: 700; line-height: 1.45; }
.product-form-copy p { margin: 0; color: var(--gray-500); line-height: 1.8; }
.product-form-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; min-width: 0; }
.field.is-full, .rich-editor, .upload-zone, .advanced-radio-group, .product-tags-builder, .product-repeat-row, .product-check-row { grid-column: 1 / -1; }
.field .prefix-input { position: relative; }
.field .prefix-input span { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--gray-500); font-weight: 700; }
.field .prefix-input .input { padding-left: 34px; }
.rich-editor { display: grid; gap: 8px; }
.editor-shell { min-height: 148px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.editor-toolbar { display: flex; gap: 8px; border-bottom: 1px solid var(--border); padding: 10px 12px; color: var(--gray-600); }
.editor-toolbar span { min-width: 28px; height: 28px; display: grid; place-items: center; border-radius: 6px; background: var(--gray-50); font-weight: 800; }
.editor-body { min-height: 94px; padding: 14px; color: var(--gray-400); }
.upload-zone { min-height: 170px; display: grid; place-items: center; gap: 10px; border: 1px dashed color-mix(in srgb, var(--primary-default) 45%, var(--border)); border-radius: 10px; background: color-mix(in srgb, var(--primary-default) 4%, transparent); padding: 24px; text-align: center; }
.upload-zone svg { width: 44px; height: 44px; color: var(--primary-default); fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.upload-zone strong { color: var(--gray-900); }
.upload-zone small { color: var(--gray-500); }
.product-check-row { display: flex; align-items: center; gap: 10px; color: var(--gray-700); font-weight: 600; }
.radio-stack { grid-column: 1 / -1; display: grid; gap: 14px; }
.radio-control, .advanced-radio-card { position: relative; display: flex; align-items: center; gap: 10px; color: var(--gray-700); font-weight: 600; }
.radio-control input, .advanced-radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.radio-control span::before { content: ""; width: 18px; height: 18px; display: inline-block; margin-right: 10px; border: 1px solid var(--border); border-radius: 999px; vertical-align: -4px; background: var(--surface); box-shadow: inset 0 0 0 5px var(--surface); }
.radio-control input:checked + span::before { border-color: var(--primary-default); background: var(--primary-default); }
.advanced-radio-group { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.advanced-radio-card span { width: 100%; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--border); border-radius: 8px; padding: 18px; background: var(--surface); }
.advanced-radio-card input:checked + span { border-color: var(--primary-default); box-shadow: 0 0 0 1px var(--primary-default); }
.product-repeat-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 42px; gap: 16px; align-items: end; }
.product-repeat-row .icon-button { height: 42px; align-self: end; }
.product-tags-builder { display: grid; gap: 14px; }
.tag-entry-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; }
.tag-pill-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-pill-list span { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--border); border-radius: 999px; padding: 6px 10px 6px 14px; background: var(--surface); color: var(--gray-700); font-weight: 700; }
.form-footer-sticky { position: sticky; bottom: 0; z-index: 13; display: flex; justify-content: flex-end; gap: 12px; border-top: 1px solid var(--border); background: color-mix(in srgb, var(--surface) 92%, transparent); padding: 18px 0; backdrop-filter: blur(10px); }
@media (min-width: 2560px) { .showcase-grid-4 { gap: 24px; } .chart-widgets-grid, .widget-showcase-grid { gap: 28px; } .product-form-section { grid-template-columns: 360px minmax(0, 1fr); } }
@media (min-width: 3840px) { .showcase-page-header h1 { font-size: 26px; } .showcase-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .chart-demo-card canvas, .chart-svg-holder { min-width: 640px; } }
@media (max-width: 1280px) { .showcase-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .chart-widgets-grid, .widget-showcase-grid { grid-template-columns: 1fr; } .chart-demo-card.is-wide { grid-column: auto; } .product-form-section { grid-template-columns: 1fr; gap: 18px; } }
@media (max-width: 900px) { .showcase-page-header { align-items: start; } .showcase-page-header .page-actions, .showcase-page-header .btn { width: 100%; } .product-form-nav { top: 64px; } .advanced-radio-group { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .showcase-grid-4, .showcase-grid-2, .widget-showcase-grid, .chart-widgets-grid, .product-form-fields { grid-template-columns: 1fr; } .icon-metric-card, .progress-metric-card, .bar-metric-card, .widget-chart-card, .list-widget-card, .circle-widget-card, .chart-demo-card { padding: 18px; } .progress-metric-card { align-items: flex-start; flex-direction: column; } .widget-stat-row { grid-template-columns: 1fr; } .participant-row, .app-row, .transaction-row, .product-row { grid-template-columns: 40px minmax(0, 1fr); } .participant-row > :last-child, .app-row > :last-child, .transaction-row > :last-child, .product-row > :last-child { grid-column: 2; justify-self: start; } .radial-list { grid-template-columns: 1fr; justify-items: center; } .chart-demo-card .showcase-card-header { display: grid; } .chart-tabs { justify-self: start; max-width: 100%; overflow-x: auto; } .chart-tabs button { padding-inline: 10px; } .product-repeat-row, .tag-entry-row { grid-template-columns: 1fr; } .form-footer-sticky { display: grid; grid-template-columns: 1fr; } }
@media (max-width: 430px) { .showcase-page-header h1 { font-size: 22px; } .product-form-nav-inner { gap: 20px; } .large-progress-ring { --size: 156px; } .radial-donut { width: 180px; height: 180px; } .radial-donut::before { width: 124px; height: 124px; } }
