:root{--navy: #0c2749;--blue: #0043ff;--red: #ff1200;--cream: #f7f5ee;--gray: #f7f5f1;--white: #ffffff;--green: #128a4b;--amber: #c47a00;--pink: #ff7bac;--navy-rgb: 12 39 73;--blue-rgb: 0 67 255;--red-rgb: 255 18 0;--green-rgb: 18 138 75;--amber-rgb: 196 122 0;--pink-rgb: 255 123 172;--bg: var(--cream);--surface: var(--white);--surface-muted: var(--gray);--text: var(--navy);--text-muted: rgb(var(--navy-rgb) / .68);--text-subtle: rgb(var(--navy-rgb) / .45);--border: rgb(var(--navy-rgb) / .1);--border-strong: rgb(var(--navy-rgb) / .22);--focus-ring: 0 0 0 3px rgb(var(--blue-rgb) / .22);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-pill: 999px;--shadow-card: 0 1px 2px rgb(12 39 73 / .04), 0 12px 32px -20px rgb(12 39 73 / .2);--shadow-pop: 0 24px 60px -24px rgb(12 39 73 / .4);--font-ui: "Instrument Sans", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-text: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--sidebar-width: 264px;--page-max: 1200px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0;font-family:var(--font-ui);color:var(--text);letter-spacing:-.012em;line-height:1.2}h1{font-size:28px;font-weight:700}h2{font-size:19px;font-weight:600}h3{font-size:15px;font-weight:600}p{margin:0}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0;padding:0}img{max-width:100%;display:block}pre{margin:0}:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.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}.text-muted{color:var(--text-muted)}.text-subtle{color:var(--text-subtle)}.text-sm{font-size:13px}.text-xs{font-size:12px}.text-strong{font-weight:600}.text-ui{font-family:var(--font-ui)}.mono{font-family:var(--font-mono);font-size:12.5px}.nowrap{white-space:nowrap}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stack>*+*{margin-top:16px}.stack-sm>*+*{margin-top:8px}.row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.row--between{justify-content:space-between}.row--end{justify-content:flex-end}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.app{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:24px 16px 20px;z-index:40;transition:transform .25s ease;overflow-y:auto}.sidebar__brand{display:block;padding:4px 12px 22px;color:var(--text);font-family:var(--font-ui);line-height:1.2}.sidebar__brand:hover{text-decoration:none}.brand__name{display:block;font-weight:700;font-size:16px;letter-spacing:-.01em}.brand__tag{display:inline-block;margin-top:6px;color:var(--blue);font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.sidebar__nav{display:flex;flex-direction:column;gap:4px;flex:1}.sidebar__group{display:flex;flex-direction:column;gap:2px}.sidebar__group+.sidebar__group{margin-top:14px}.sidebar__group-title{padding:0 12px 6px;color:var(--text-subtle);font-family:var(--font-ui);font-weight:600;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-ui);font-weight:500;font-size:14.5px;transition:background .15s ease,color .15s ease}.nav-link:hover{background:var(--surface-muted);text-decoration:none}.nav-link.is-active{background:rgb(var(--blue-rgb)/.08);color:var(--blue)}.nav-link__icon{width:20px;height:20px;flex-shrink:0;opacity:.9}.nav-link__count{margin-left:auto}.sidebar__footer{border-top:1px solid var(--border);padding-top:16px;margin-top:16px;display:flex;flex-direction:column;gap:10px}.sidebar__user{display:flex;align-items:center;gap:10px;padding:0 6px;min-width:0}.avatar{width:36px;height:36px;border-radius:50%;background:var(--navy);color:var(--white);display:grid;place-items:center;font-family:var(--font-ui);font-weight:600;font-size:13px;flex-shrink:0}.sidebar__user-text{min-width:0}.sidebar__user-name{font-family:var(--font-ui);font-weight:600;font-size:13.5px;line-height:1.25}.sidebar__user-email{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__links{display:flex;gap:8px;flex-wrap:wrap}.sidebar .sidebar__close,.sidebar__backdrop{display:none}.app__main{flex:1;margin-left:var(--sidebar-width);min-width:0;display:flex;flex-direction:column}.topbar{display:none}.page{width:100%;max-width:var(--page-max);margin:0 auto;padding:36px 32px 72px}.page--narrow{max-width:880px}.page-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 24px;margin-bottom:24px}.page-header__titles{min-width:0;flex:1 1 320px}.page-header__back{display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;color:var(--text-muted);font-family:var(--font-ui);font-weight:500;font-size:13px}.page-header__back svg{width:16px;height:16px}.page-header__back:hover{color:var(--blue);text-decoration:none}.page-header__subtitle{color:var(--text-muted);margin-top:6px;font-size:14px}.page-header__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.grid-detail{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:20px;align-items:start}.grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}.span-2{grid-column:span 2}.login{min-height:100vh;display:grid;place-items:center;padding:24px 16px;background:radial-gradient(ellipse 70% 50% at 50% -10%,rgb(var(--blue-rgb)/.08),transparent 70%),var(--bg)}.login__card{width:100%;max-width:420px}.login__brand{text-align:center;margin-bottom:26px}.login__logo{width:52px;height:52px;border-radius:16px;background:var(--navy);display:grid;place-items:center;margin:0 auto 16px;color:var(--white)}.login__logo svg{width:26px;height:26px}.login__title{font-size:22px;font-weight:700}.login__sub{color:var(--text-muted);margin-top:6px}.login__foot{text-align:center;margin-top:20px;color:var(--text-subtle);font-size:12.5px}@media(max-width:960px){.sidebar{transform:translate(-100%);width:min(300px,86vw)}.sidebar.is-open{transform:none;box-shadow:var(--shadow-pop)}.sidebar .sidebar__close{display:inline-flex;position:absolute;top:14px;right:12px}.sidebar__backdrop{display:block;position:fixed;inset:0;background:rgb(var(--navy-rgb)/.4);z-index:39;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar__backdrop.is-open{opacity:1;pointer-events:auto}.app__main{margin-left:0}.topbar{display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:30;background:#ffffffeb;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:10px 14px;font-family:var(--font-ui);font-weight:700;font-size:15px}.topbar__brand{color:var(--text)}.topbar__brand:hover{text-decoration:none}.page{padding:20px 16px 56px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2,.grid-detail{grid-template-columns:1fr}}@media(max-width:640px){h1{font-size:24px}.grid-form{grid-template-columns:1fr}.span-2{grid-column:auto}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;min-height:40px;border-radius:var(--radius-pill);border:1px solid transparent;font-family:var(--font-ui);font-weight:600;font-size:14px;line-height:1.2;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease;text-decoration:none}.btn svg{width:17px;height:17px;flex-shrink:0}.btn:hover{text-decoration:none}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--blue);color:var(--white)}.btn--primary:hover:not(:disabled){background:#0037d6}.btn--secondary{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.btn--secondary:hover:not(:disabled){background:var(--surface-muted);border-color:rgb(var(--navy-rgb)/.35)}.btn--danger{background:var(--red);color:var(--white)}.btn--danger:hover:not(:disabled){background:#d90f00}.btn--danger-soft{background:rgb(var(--red-rgb)/.08);color:var(--red)}.btn--danger-soft:hover:not(:disabled){background:rgb(var(--red-rgb)/.14)}.btn--ghost{background:transparent;color:var(--text)}.btn--ghost:hover:not(:disabled){background:var(--surface-muted)}.btn--sm{padding:6px 12px;min-height:32px;font-size:13px}.btn--sm svg{width:15px;height:15px}.btn--icon{padding:0;width:36px;min-height:36px;height:36px;border-radius:50%}.btn--icon.btn--sm{width:30px;height:30px;min-height:30px}.btn--block{width:100%}.btn__spinner{width:16px;height:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:24px}.card--flush{padding:0;overflow:hidden}.card--sm{padding:18px 20px;border-radius:var(--radius-md)}.card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.card--flush .card__header{margin:0;padding:18px 24px;border-bottom:1px solid var(--border)}.card__title{font-size:16px;font-weight:600}.card__section+.card__section{border-top:1px solid var(--border);padding-top:20px;margin-top:20px}.badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--radius-pill);font-family:var(--font-ui);font-weight:600;font-size:12px;line-height:1.5;white-space:nowrap;background:var(--surface-muted);color:var(--text-muted)}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.85}.badge--nodot:before{display:none}.badge--red{background:rgb(var(--red-rgb)/.1);color:var(--red)}.badge--blue{background:rgb(var(--blue-rgb)/.1);color:var(--blue)}.badge--green{background:rgb(var(--green-rgb)/.12);color:var(--green)}.badge--amber{background:rgb(var(--amber-rgb)/.12);color:var(--amber)}.badge--navy{background:rgb(var(--navy-rgb)/.08);color:var(--navy)}.badge--gray{background:rgb(var(--navy-rgb)/.06);color:var(--text-muted)}.badge--pink{background:rgb(var(--pink-rgb)/.18);color:#c9346e}.count-pill{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:var(--radius-pill);background:var(--red);color:var(--white);font-family:var(--font-ui);font-weight:700;font-size:11.5px}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:collapse;font-size:13.5px}.table th,.table td{padding:13px 16px;text-align:left;vertical-align:middle;border-bottom:1px solid var(--border)}.table th{font-family:var(--font-ui);font-weight:600;font-size:11.5px;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-muted);white-space:nowrap}.table tbody tr:last-child td{border-bottom:0}.table .align-right{text-align:right}.table .align-center{text-align:center}.table--clickable tbody tr{cursor:pointer;transition:background .12s ease}.table--clickable tbody tr:hover,.table--clickable tbody tr:focus-visible{background:rgb(var(--blue-rgb)/.04);outline:none}.table__actions{display:inline-flex;gap:4px;align-items:center;justify-content:flex-end}.table__loading td,.table__empty td{padding:40px 16px;text-align:center;color:var(--text-muted)}.table__empty td{padding:0}.cell-primary{font-weight:600;color:var(--text)}.cell-secondary{color:var(--text-muted);font-size:12.5px;margin-top:2px}.thumb{width:64px;height:46px;border-radius:8px;object-fit:cover;background:var(--surface-muted);border:1px solid var(--border);flex-shrink:0}.thumb--empty{display:grid;place-items:center;color:var(--text-subtle)}.thumb--empty svg{width:18px;height:18px}@media(max-width:960px){.table{min-width:640px}}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 20px;border-top:1px solid var(--border);color:var(--text-muted);font-size:13px}.pagination__controls{display:flex;align-items:center;gap:6px}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field__label{font-family:var(--font-ui);font-weight:600;font-size:13px;color:var(--text)}.field__required{color:var(--red);margin-left:2px}.field__hint{font-size:12.5px;color:var(--text-muted)}.field__error{font-size:12.5px;color:var(--red);font-weight:500}.input,.select,.textarea{width:100%;padding:10px 14px;min-height:42px;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);font-family:var(--font-text);font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.input::placeholder,.select::placeholder,.textarea::placeholder{color:var(--text-subtle)}.input:hover:not(:disabled),.select:hover:not(:disabled),.textarea:hover:not(:disabled){border-color:rgb(var(--navy-rgb)/.35)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--blue);box-shadow:var(--focus-ring)}.input:disabled,.select:disabled,.textarea:disabled{background:var(--surface-muted);color:var(--text-muted);cursor:not-allowed}.input.is-invalid,.select.is-invalid,.textarea.is-invalid{border-color:var(--red)}.input.is-invalid:focus,.select.is-invalid:focus,.textarea.is-invalid:focus{box-shadow:0 0 0 3px rgb(var(--red-rgb)/.18)}.select{appearance:none;padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230C2749' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.select--sm,.input--sm{min-height:36px;padding-top:6px;padding-bottom:6px;font-size:13.5px}.textarea{resize:vertical;min-height:120px;line-height:1.55}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-subtle);pointer-events:none}.input-with-icon .input{padding-left:38px}.check{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none;font-size:14px}.check input{position:absolute;opacity:0;width:0;height:0}.check__box{position:relative;width:40px;height:24px;border-radius:var(--radius-pill);background:rgb(var(--navy-rgb)/.18);transition:background .15s ease;flex-shrink:0}.check__box:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--white);box-shadow:0 1px 3px #0003;transition:transform .15s ease}input:checked+.check__box{background:var(--blue)}input:checked+.check__box:after{transform:translate(16px)}input:focus-visible+.check__box{box-shadow:var(--focus-ring)}input:disabled+.check__box{opacity:.5}.check__label{font-weight:500}.check__hint{display:block;font-size:12.5px;color:var(--text-muted);font-weight:400}.segmented{display:inline-flex;padding:4px;border-radius:var(--radius-pill);background:var(--surface-muted);gap:2px}.segmented__option{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:var(--radius-pill);font-family:var(--font-ui);font-weight:600;font-size:13px;color:var(--text-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.segmented__option input{position:absolute;opacity:0;width:0;height:0}.segmented__option.is-active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0c274914}.segmented__option:has(input:focus-visible){box-shadow:var(--focus-ring)}.color-dot{width:12px;height:12px;border-radius:50%;display:inline-block;flex-shrink:0;border:1px solid rgba(0,0,0,.08)}.color-dot--blue{background:var(--blue)}.color-dot--pink{background:var(--pink)}.form-section{border:0;padding:0;margin:0;min-width:0}.form-section+.form-section{border-top:1px solid var(--border);padding-top:22px;margin-top:22px}.form-section__title{font-family:var(--font-ui);font-weight:600;font-size:15px;color:var(--text)}.form-section__desc{margin-top:4px;font-size:13px;color:var(--text-muted);max-width:68ch}.form-section__body{margin-top:16px}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:20px;margin-top:8px;border-top:1px solid var(--border)}.form-actions__right{display:flex;gap:10px;flex-wrap:wrap;margin-left:auto}.filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:16px 20px;border-bottom:1px solid var(--border)}.filters__search{flex:1 1 240px;max-width:380px}.filters__select{width:auto;min-width:150px}.filters__spacer{flex:1}.alert{display:flex;gap:12px;align-items:flex-start;padding:12px 16px;border-radius:var(--radius-md);font-size:13.5px;line-height:1.5}.alert svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}.alert--info{background:rgb(var(--blue-rgb)/.07);color:var(--navy)}.alert--info svg{color:var(--blue)}.alert--error{background:rgb(var(--red-rgb)/.08);color:#b30d00}.alert--error svg{color:var(--red)}.alert--success{background:rgb(var(--green-rgb)/.1);color:var(--green)}.toast-stack{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:10px;z-index:100;max-width:min(380px,100vw - 32px);pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:flex-start;gap:10px;padding:12px 14px 12px 16px;border-radius:var(--radius-md);background:var(--navy);color:var(--white);box-shadow:var(--shadow-pop);font-size:13.5px;line-height:1.45;animation:toast-in .22s ease;border-left:4px solid var(--blue)}.toast svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}.toast--success{border-left-color:#3ddc84}.toast--success svg{color:#3ddc84}.toast--error{border-left-color:var(--red)}.toast--error svg{color:#ff6a5c}.toast--info svg{color:#7da2ff}.toast__close{margin-left:auto;color:#ffffffb3;display:inline-flex}.toast__close:hover{color:var(--white)}.toast__close svg{width:16px;height:16px;margin:0}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.dialog-backdrop{position:fixed;inset:0;background:rgb(var(--navy-rgb)/.45);backdrop-filter:blur(2px);display:grid;place-items:center;padding:16px;z-index:90;animation:fade-in .15s ease}.dialog{width:100%;max-width:440px;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);padding:26px 26px 22px;animation:dialog-in .18s ease}.dialog__title{font-size:18px;margin-bottom:8px}.dialog__message{color:var(--text-muted);line-height:1.55}.dialog__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;flex-wrap:wrap}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes dialog-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 24px;color:var(--text-muted)}.empty-state svg{width:40px;height:40px;color:rgb(var(--navy-rgb)/.25);margin-bottom:14px}.empty-state__title{font-family:var(--font-ui);font-weight:600;font-size:15px;color:var(--text)}.empty-state__desc{margin-top:4px;max-width:380px}.empty-state__action{margin-top:16px}.spinner{width:22px;height:22px;border-radius:50%;border:2.5px solid rgb(var(--navy-rgb)/.15);border-top-color:var(--blue);animation:spin .8s linear infinite;flex-shrink:0}.spinner--light{border-color:#ffffff59;border-top-color:var(--white)}.spinner--lg{width:36px;height:36px;border-width:3px}.spinner-block{display:flex;align-items:center;justify-content:center;gap:12px;padding:48px;color:var(--text-muted)}.spinner-page{min-height:100vh;display:grid;place-items:center}@keyframes spin{to{transform:rotate(360deg)}}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:20px 22px;display:flex;flex-direction:column;gap:10px;color:var(--text);position:relative;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.stat-card:hover{text-decoration:none;transform:translateY(-1px)}.stat-card__label{font-family:var(--font-ui);font-weight:600;font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:8px}.stat-card__dot{width:9px;height:9px;border-radius:50%;background:var(--stat-color, var(--navy))}.stat-card__value{font-family:var(--font-ui);font-weight:700;font-size:34px;line-height:1;letter-spacing:-.02em;color:var(--stat-color, var(--text))}.stat-card__hint{font-size:12.5px;color:var(--text-subtle)}.stat-card--red{--stat-color: var(--red)}.stat-card--blue{--stat-color: var(--blue)}.stat-card--green{--stat-color: var(--green)}.stat-card--navy{--stat-color: var(--navy)}.dl{display:grid;grid-template-columns:max-content 1fr;gap:10px 20px;font-size:14px}.dl dt{color:var(--text-muted);font-family:var(--font-ui);font-weight:500;font-size:13px}.dl dd{margin:0;min-width:0;overflow-wrap:anywhere}@media(max-width:640px){.dl{grid-template-columns:1fr;gap:4px}.dl dt+dd{margin-bottom:8px}}.log{background:#0b1a30;color:#d6e0f0;border-radius:var(--radius-md);padding:16px 18px;font-family:var(--font-mono);font-size:12.5px;line-height:1.55;max-height:420px;overflow:auto;white-space:pre-wrap;word-break:break-word}.log--empty{color:#d6e0f080;font-style:italic}.image-preview{border-radius:var(--radius-md);border:1px dashed var(--border-strong);background:var(--surface-muted);min-height:160px;display:grid;place-items:center;overflow:hidden;color:var(--text-muted);font-size:13px;text-align:center;padding:12px}.image-preview img{width:100%;height:220px;object-fit:cover;border-radius:10px}.upload-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.gallery-editor{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.gallery-editor__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-muted)}.gallery-editor__rank{flex-shrink:0;width:14px;text-align:right;font-family:var(--font-ui);font-weight:700;font-size:12px;color:var(--text-subtle)}.gallery-editor__fields{flex:1 1 auto;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gallery-editor__controls{flex-shrink:0;display:flex;align-items:center;gap:4px}.gallery-editor__empty{padding:16px;border:1px dashed var(--border-strong);border-radius:var(--radius-md);text-align:center;font-size:13px;color:var(--text-muted)}.gallery-editor__count{font-size:12.5px;color:var(--text-muted)}.gallery-editor__draft{flex:1 1 220px;width:auto;max-width:360px}@media(max-width:640px){.gallery-editor__item{flex-wrap:wrap}.gallery-editor__fields{grid-template-columns:1fr;flex-basis:100%;order:3}.gallery-editor__controls{margin-left:auto}}.order-controls{display:inline-flex;flex-direction:column;gap:2px}.order-controls .btn{width:26px;height:24px;min-height:24px;border-radius:8px}.order-controls .btn svg{width:14px;height:14px}.kbd{font-family:var(--font-mono);font-size:11.5px;padding:1px 6px;border-radius:6px;background:var(--surface-muted);border:1px solid var(--border)}.link-inline{display:inline-flex;align-items:center;gap:4px}.link-inline svg{width:14px;height:14px}.message-block{background:var(--surface-muted);border-radius:var(--radius-md);padding:16px 18px;white-space:pre-wrap;word-break:break-word;line-height:1.6;font-size:14px}.danger-zone{border:1px solid rgb(var(--red-rgb)/.25);border-radius:var(--radius-md);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.danger-zone__title{font-family:var(--font-ui);font-weight:600;color:var(--red);font-size:14px}.danger-zone__desc{color:var(--text-muted);font-size:13px;margin-top:2px}.error-screen{min-height:60vh;display:grid;place-items:center;text-align:center;padding:24px}.error-screen__code{font-family:var(--font-ui);font-weight:700;font-size:64px;color:rgb(var(--navy-rgb)/.12);line-height:1}.dashboard__grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:20px;margin-top:20px;align-items:start}.build-status{display:flex;align-items:flex-start;gap:14px}.build-status__icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:var(--surface-muted);color:var(--text-muted)}.build-status__icon svg{width:20px;height:20px}.build-status__icon.is-ok{background:rgb(var(--green-rgb)/.12);color:var(--green)}.build-status__icon.is-ko{background:rgb(var(--red-rgb)/.1);color:var(--red)}.build-status__icon.is-running{background:rgb(var(--blue-rgb)/.1);color:var(--blue)}.build-status__title{font-family:var(--font-ui);font-weight:600;font-size:15px}.build-status__meta{color:var(--text-muted);font-size:13px;margin-top:2px}.property-cell{display:flex;align-items:center;gap:14px;min-width:0}.property-cell__text{min-width:0}.image-count{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-ui);font-size:13px;font-weight:600;color:var(--text)}.image-count svg{width:15px;height:15px;color:var(--text-muted)}.quote-cell{max-width:420px;color:var(--text);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.media-cell{display:flex;align-items:center;gap:14px;min-width:0}.media-cell__text{min-width:0;max-width:420px}.build-row__log td{padding:0 16px 16px;background:var(--surface-muted)}@media(max-width:960px){.dashboard__grid{grid-template-columns:1fr}}
