@charset "UTF-8";@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.fixed{position:fixed}.static{position:static}.block{display:block}.contents{display:contents}.grid{display:grid}.resize{resize:both}}:root{--theme-base: #0f172a;--theme-base-rgb: 15 23 42;--theme-surface-page: #f1f5f9;--theme-surface-main: #ffffff;--theme-surface-elevated: #ffffff;--theme-surface-overlay: #ffffff;--theme-surface-sidebar: #ffffff;--theme-text-primary: #0f172a;--theme-text-secondary: #64748b;--theme-text-muted: #94a3b8;--theme-text-sidebar: #334155;--theme-border: #e2e8f0;--theme-border-subtle: #f1f5f9;--theme-border-strong: #cbd5e1;--theme-accent: #2563eb;--theme-accent-hover: #1d4ed8;--theme-accent-bg: rgba(37, 99, 235, .1);--theme-accent-hover-bg: rgba(37, 99, 235, .06);--theme-danger: #be123c;--theme-success: #15803d;--theme-warning: #b45309;--theme-btn-primary-bg: #2563eb;--theme-btn-primary-text: #ffffff;--theme-btn-primary-hover: #1d4ed8;--theme-btn-secondary-bg: rgb(15 23 42 / .06);--theme-header-glass: color-mix(in srgb, #ffffff 88%, transparent);--theme-focus: #2563eb;--theme-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--theme-radius-sm: 8px;--theme-radius-md: 12px;--theme-radius-lg: 16px;--theme-shadow-card: 0 4px 24px rgba(15, 23, 42, .06);--theme-status-pending: #b45309;--theme-status-approved: #15803d;--theme-status-rejected: #be123c;--theme-status-neutral: #64748b;--tg-bg: var(--theme-surface-page);--tg-secondary-bg: var(--theme-surface-elevated);--tg-text: var(--theme-text-primary);--tg-hint: var(--theme-text-secondary);--tg-link: var(--theme-accent);--tg-button: var(--theme-btn-primary-bg);--tg-button-text: var(--theme-btn-primary-text);--tg-header-bg: var(--theme-header-glass);--tg-accent: var(--theme-accent);--tg-section-bg: var(--theme-surface-elevated);--tg-section-header: var(--theme-text-secondary);--tg-subtitle: var(--theme-text-secondary);--tg-destructive: var(--theme-danger);--tg-separator: var(--theme-border);--tg-bottom-bar-bg: var(--theme-surface-sidebar);--safe-area-top: 0px;--safe-area-bottom: 0px;--safe-area-left: 0px;--safe-area-right: 0px;--app-max-width: 430px;--app-radius-sm: 12px;--app-radius-md: 16px;--app-radius-lg: 24px;--app-radius-xl: 32px;--app-shadow-soft: 0 8px 30px rgba(15, 23, 42, .08);--app-shadow-float: 0 12px 40px rgba(15, 23, 42, .14);--nav-height: 72px;--header-height: 56px;--font-display: "Sora", "Segoe UI", sans-serif;--font-body: "Manrope", "Segoe UI", sans-serif}html[data-theme=dark]{--theme-surface-page: #030712;--theme-surface-main: #0f172a;--theme-surface-elevated: #1e293b;--theme-surface-overlay: #1e293b;--theme-surface-sidebar: #0b1120;--theme-text-primary: #f8fafc;--theme-text-secondary: #d4dbe7;--theme-text-muted: #b8c1d1;--theme-text-sidebar: #d4dbe7;--theme-border: rgb(15 23 42 / .32);--theme-border-subtle: rgb(15 23 42 / .22);--theme-border-strong: rgb(15 23 42 / .48);--theme-accent: #60a5fa;--theme-accent-hover: #93c5fd;--theme-accent-bg: rgba(96, 165, 250, .14);--theme-accent-hover-bg: rgba(96, 165, 250, .08);--theme-danger: #f87171;--theme-success: #4ade80;--theme-warning: #fbbf24;--theme-btn-primary-bg: #60a5fa;--theme-btn-primary-text: #ffffff;--theme-btn-primary-hover: #93c5fd;--theme-btn-secondary-bg: rgb(248 250 252 / .08);--theme-header-glass: color-mix(in srgb, #0b1120 88%, transparent);--theme-focus: #818cf8;--theme-status-pending: #fbbf24;--theme-status-approved: #4ade80;--theme-status-rejected: #f87171;--theme-status-neutral: #d4dbe7;--tg-bg: var(--theme-surface-main);--app-shadow-soft: 0 8px 30px rgba(0, 0, 0, .35);--app-shadow-float: 0 12px 40px rgba(0, 0, 0, .45)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font-body);color:var(--tg-text);background:radial-gradient(1200px 600px at 10% -10%,var(--tg-accent),transparent 55%),radial-gradient(900px 500px at 100% 0%,var(--tg-button),transparent 50%),var(--theme-surface-page);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:contain}@supports (color: color-mix(in lab,red,red)){body{background:radial-gradient(1200px 600px at 10% -10%,color-mix(in srgb,var(--tg-accent) 14%,transparent),transparent 55%),radial-gradient(900px 500px at 100% 0%,color-mix(in srgb,var(--tg-button) 10%,transparent),transparent 50%),var(--theme-surface-page)}}html[data-theme=dark] body{background:radial-gradient(1200px 600px at 10% -10%,var(--tg-accent),transparent 55%),var(--theme-surface-page)}@supports (color: color-mix(in lab,red,red)){html[data-theme=dark] body{background:radial-gradient(1200px 600px at 10% -10%,color-mix(in srgb,var(--tg-accent) 12%,transparent),transparent 55%),var(--theme-surface-page)}}@media(max-width:480px){body,html[data-theme=dark] body{background:var(--tg-bg)}}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.gm-style img,.gm-style svg{max-width:none!important}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--tg-accent);outline-offset:2px}::selection{background:var(--tg-accent)}@supports (color: color-mix(in lab,red,red)){::selection{background:color-mix(in srgb,var(--tg-accent) 28%,transparent)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.55}}.animate-fade-up{animation:fade-up .42s cubic-bezier(.22,1,.36,1) both}.animate-scale-in{animation:scale-in .32s cubic-bezier(.22,1,.36,1) both}.animate-slide-up{animation:slide-up .36s cubic-bezier(.22,1,.36,1) both}.shimmer{background:linear-gradient(90deg,var(--tg-separator) 0%,var(--tg-secondary-bg) 50%,var(--tg-separator) 100%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}@supports (color: color-mix(in lab,red,red)){.shimmer{background:linear-gradient(90deg,color-mix(in srgb,var(--tg-separator) 65%,transparent),color-mix(in srgb,var(--tg-secondary-bg) 90%,white),color-mix(in srgb,var(--tg-separator) 65%,transparent))}}.app-card{background:var(--tg-section-bg);border-radius:var(--app-radius-md);box-shadow:var(--app-shadow-soft)}.app-surface{background:var(--tg-secondary-bg);border:1px solid var(--tg-separator);border-radius:var(--app-radius-md)}@supports (color: color-mix(in lab,red,red)){.app-surface{background:color-mix(in srgb,var(--tg-secondary-bg) 92%,transparent)}}@supports (color: color-mix(in lab,red,red)){.app-surface{border:1px solid color-mix(in srgb,var(--tg-separator) 70%,transparent)}}.tap-target{min-height:44px;min-width:44px}.page-pad{padding-left:max(1rem,var(--safe-area-left));padding-right:max(1rem,var(--safe-area-right))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-fixed-frame{left:50%;right:auto;width:min(100%,var(--app-max-width));transform:translate(-50%)}
