/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-md:8px;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, 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;-webkit-text-decoration:inherit;-webkit-text-decoration: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{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}: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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-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]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.hidden{display:none}.outline{outline-style:var(--tw-outline-style);outline-width:1px}}:root,[data-theme=cobalt]{--background:#f5f7fa;--foreground:#17212b;--card:#fff;--card-foreground:#17212b;--muted:#e2eaf5;--muted-foreground:#526174;--border:#dde6f0;--input:#dde6f0;--ring:#6f8eb8;--primary:#6f8eb8;--primary-foreground:#fff;--primary-soft:#e2eaf5;--primary-strong:#4e6f9d;--secondary:#5faaa2;--destructive:#d06c63;--success:#61a184;--warning:#d69b43;--info:#6f8eb8}*{box-sizing:border-box}html{background:var(--background);min-width:320px;min-height:100%;color:var(--foreground)}body{min-width:320px;min-height:100vh;font-family:var(--font-sans);letter-spacing:0;margin:0}button,input,select,textarea{font:inherit}button{border:0}h1,h2,h3,p{margin:0}#root{min-height:100vh}.eyebrow{color:var(--muted-foreground);letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:800}.ui-button{border-radius:var(--radius-md);cursor:pointer;white-space:normal;justify-content:center;align-items:center;gap:.5rem;min-width:0;font-size:.9rem;font-weight:700;transition:background-color .16s,border-color .16s,color .16s,opacity .16s;display:inline-flex}.ui-button:focus-visible,.ui-input:focus-visible,.admin-tabs__tab:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.ui-button:disabled{cursor:not-allowed;opacity:.55}.ui-button--default{background:var(--primary);color:var(--primary-foreground)}.ui-button--default:hover:not(:disabled){background:var(--primary-strong)}.ui-button--secondary{background:var(--card);border:1px solid var(--border);color:var(--foreground)}.ui-button--secondary:hover:not(:disabled),.ui-button--ghost:hover:not(:disabled){background:var(--muted)}.ui-button--ghost{color:var(--muted-foreground);background:0 0}.ui-button--destructive{background:var(--destructive);color:#fff}.ui-button--sm{min-height:2rem;padding:.35rem .75rem}.ui-button--default{min-height:2.35rem;padding:.5rem 1rem}.ui-button--lg{min-height:2.75rem;padding:.65rem 1rem}.ui-button--icon{aspect-ratio:1;min-height:2.35rem;padding:.5rem}.ui-input{background:var(--card);border:1px solid var(--input);border-radius:var(--radius-md);color:var(--foreground);width:100%;min-height:2.5rem;padding:.55rem .75rem}.ui-input::placeholder{color:var(--muted-foreground)}.ui-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--card-foreground);box-shadow:0 10px 28px #17212b12}.ui-card__header{gap:.4rem;padding:1.25rem 1.25rem 0;display:grid}.ui-card__title{align-items:center;gap:.5rem;font-size:1.05rem;font-weight:800;line-height:1.25;display:flex}.ui-card__description{color:var(--muted-foreground);font-size:.92rem;line-height:1.5}.ui-card__content{padding:1.25rem}.ui-badge{border-radius:999px;align-items:center;width:fit-content;min-height:1.55rem;padding:.25rem .6rem;font-size:.75rem;font-weight:800;display:inline-flex}.ui-badge--default{background:var(--primary-soft);color:var(--primary-strong)}.ui-badge--secondary{background:var(--muted);color:var(--muted-foreground)}.ui-badge--success{color:var(--success);background:#61a18426}.ui-badge--warning{color:var(--warning);background:#d69b432b}.ui-badge--destructive{color:var(--destructive);background:#d06c6326}.ui-badge--info{color:var(--primary-strong);background:#6f8eb829}.auth-shell{align-items:center;min-height:100vh;padding:2rem 1rem;display:grid}.auth-panel{gap:1rem;width:min(100%,480px);max-width:480px;margin:0 auto;display:grid}.auth-panel__brand{align-items:center;gap:.8rem;display:flex}.auth-panel__brand h1,.admin-header h1{font-size:clamp(1.45rem,4vw,2rem);font-weight:850;line-height:1.1}.auth-panel__mark{background:var(--primary-soft);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--primary-strong);justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex}.login-methods,.stack{gap:.9rem;display:grid}.google-login{gap:.45rem;display:grid}.google-login__button{width:100%}.field{gap:.45rem;display:grid}.field span,.token-field span{color:var(--foreground);font-size:.86rem;font-weight:750}.form-hint{color:var(--muted-foreground);font-size:.86rem;line-height:1.45}.status-card--error{border-color:#d06c6359}.status-card--success{border-color:#61a18459}.callback-summary{gap:.75rem;margin:0;display:grid}.callback-summary div{gap:.25rem;display:grid}.callback-summary dt{color:var(--muted-foreground);text-transform:uppercase;font-size:.76rem;font-weight:800}.callback-summary dd{overflow-wrap:anywhere;margin:0;font-size:.95rem;font-weight:750}.demo-client{gap:1rem;display:grid}.demo-client .ui-button{width:100%}.admin-shell{align-content:start;gap:1rem;width:100%;max-width:1180px;min-height:100vh;margin:0 auto;padding:1.25rem;display:grid}.admin-header{grid-template-columns:minmax(220px,1fr) minmax(280px,560px);align-items:end;gap:1rem;display:grid}.admin-header__tools{grid-template-columns:minmax(180px,1fr) auto;align-items:end;gap:.65rem;display:grid}.token-field{gap:.35rem;display:grid}.admin-tabs{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:.25rem;padding:.3rem;display:flex;overflow-x:auto}.admin-tabs__tab{color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:6px;flex:none;min-height:2.25rem;padding:.45rem .85rem;font-size:.92rem;font-weight:800}.admin-tabs__tab[aria-current=page]{background:var(--primary-soft);color:var(--primary-strong)}.admin-message{border-radius:var(--radius-md);color:#7a551b;background:#d69b431f;border:1px solid #d69b4340;padding:.65rem .8rem;font-size:.9rem}.admin-section,.request-list,.grant-list{gap:.8rem;display:grid}.section-heading{grid-template-columns:minmax(0,1fr) minmax(220px,320px);align-items:end;gap:.8rem;display:grid}.section-title{align-items:center;gap:.55rem;min-height:2.3rem;display:flex}.section-title h2{font-size:1.05rem;font-weight:850}.section-title__icon{color:var(--secondary);display:inline-flex}.admin-filter{gap:.35rem;display:grid}.admin-filter span,.token-field span{color:var(--muted-foreground);font-size:.82rem;font-weight:800}.request-row .ui-card__content{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;display:grid}.request-row__main{grid-template-columns:minmax(180px,1fr) auto minmax(135px,auto);align-items:center;gap:.75rem;min-width:0;display:grid}.request-row__main strong,.request-row__main p,.request-row__main time{overflow-wrap:anywhere}.request-row__main p,.request-row__main time{color:var(--muted-foreground);font-size:.86rem}.request-row__actions{flex-wrap:wrap;justify-content:flex-end;gap:.55rem;display:flex}.grant-row .ui-card__content{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;display:grid}.grant-row__main{grid-template-columns:minmax(190px,1.4fr) auto auto minmax(110px,auto);align-items:center;gap:.75rem;min-width:0;display:grid}.grant-row__main strong,.grant-row__main p,.grant-row__main span,.grant-row__main time{overflow-wrap:anywhere}.grant-row__main p,.grant-row__main span,.grant-row__main time{color:var(--muted-foreground);font-size:.86rem}.simple-table{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.simple-table__row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:center;gap:.75rem;min-height:3rem;padding:.75rem .9rem;display:grid}.simple-table__row+.simple-table__row{border-top:1px solid var(--border)}.simple-table__row span{overflow-wrap:anywhere;font-size:.9rem}@media (width<=760px){.admin-shell{padding:1rem}.admin-header,.admin-header__tools,.section-heading,.grant-row .ui-card__content,.grant-row__main,.request-row .ui-card__content,.request-row__main,.simple-table__row{grid-template-columns:1fr}.admin-header__tools .ui-button,.grant-row .ui-button,.request-row__actions .ui-button{width:100%}.request-row__actions{justify-content:stretch}}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
