:root{color:#1f2937;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f7fb;font-family:Inter,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:radial-gradient(circle at 0 0,#3b82f614,#0000 22%),linear-gradient(#f7f9fc 0%,#f1f5f9 100%);min-width:320px;margin:0}button,a{font:inherit}a{color:inherit;text-decoration:none}#app{min-height:100vh}.admin-layout{grid-template-columns:268px 1fr;min-height:100vh;display:grid}.sidebar{background:linear-gradient(#fff 0%,#f8fafc 100%);border-right:1px solid #e5e7eb;flex-direction:column;height:100vh;padding:24px;display:flex;position:sticky;top:0}.sidebar__brand{align-items:center;gap:14px;margin-bottom:32px;display:flex}.sidebar__logo{color:#fff;background:linear-gradient(135deg,#3b82f6,#14b8a6);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:inline-flex}.sidebar__title,.sidebar__subtitle,.stat-card p,.info-card p{margin:0}.sidebar__title{color:#111827;font-size:18px;font-weight:700}.sidebar__subtitle{color:#6b7280;font-size:13px}.sidebar__nav{flex-direction:column;gap:10px;display:flex}.sidebar__footer{background:linear-gradient(#fff,#eff6ff);border:1px solid #e5e7eb;border-radius:18px;margin-top:auto;padding:18px;box-shadow:0 10px 22px #0f172a0a}.sidebar__footer-label{color:#1d4ed8;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.sidebar__footer strong{color:#111827;margin-bottom:6px;display:block}.sidebar__footer span{color:#6b7280;font-size:13px}.sidebar__admin{color:#374151;border-top:1px solid #dbeafe;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:14px;font-size:13px;display:flex}.sidebar__logout{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0}.sidebar__link{color:#4b5563;border-radius:12px;padding:12px 14px;transition:background-color .2s,color .2s,transform .2s;position:relative}.sidebar__link--active,.sidebar__link.router-link-active,.sidebar__link:hover{color:#1d4ed8;background:#dbeafe;transform:translate(2px)}.sidebar__link.router-link-active:before{content:"";background:#2563eb;border-radius:999px;width:4px;position:absolute;top:10px;bottom:10px;left:-8px}.content{padding:28px}.content__header,.panel__heading,.table-shell__header,.table-shell__row{justify-content:space-between;gap:16px;display:flex}.content__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #e5e7eb;border-radius:20px;align-items:flex-start;margin-bottom:24px;padding:20px 24px;box-shadow:0 10px 28px #0f172a0d}.content__title-group h1{margin-bottom:8px}.content__subtitle{color:#6b7280;margin:0}.content__meta{align-items:center;gap:12px;display:flex}.content__status{color:#166534;background:#dcfce7;border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex}.content__eyebrow,.panel__eyebrow,.status{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.content__eyebrow,.panel__eyebrow{color:#1d4ed8;background:#dbeafe}.content h1,.panel h2,.info-card h2{color:#111827;margin:10px 0 0}.header-action,.panel__button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:12px 16px;transition:transform .18s,box-shadow .18s,background-color .18s,border-color .18s}.header-action:hover,.panel__button:hover{background:#f8fafc;transform:translateY(-1px)}.panel__button{color:#1d4ed8;background:linear-gradient(#fff,#eff6ff);border-color:#bfdbfe;box-shadow:0 8px 18px #2563eb14}.panel__button:hover{background:linear-gradient(#fff,#dbeafe);box-shadow:0 12px 24px #2563eb1f}.panel__button--primary{color:#fff;background:linear-gradient(#2563eb,#1d4ed8);border-color:#2563eb;box-shadow:0 12px 24px #2563eb33}.panel__button--primary:hover{background:linear-gradient(#3b82f6,#2563eb)}.header-action{background:#fff}.header-action:hover{border-color:#cbd5e1}.header-action:disabled,.panel__button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:24px;margin-bottom:24px;padding:24px;position:relative;overflow:hidden;box-shadow:0 14px 36px #0f172a0f}.panel:before{content:"";opacity:.7;background:linear-gradient(90deg,#2563eb,#14b8a6);height:3px;position:absolute;top:0;left:0;right:0}.panel__heading{border-bottom:1px solid #eef2f7;margin-bottom:18px;padding-bottom:18px}.panel__heading h2{font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.2}.banner{color:#1e40af;background:#eff6ff;border:1px solid #dbeafe;border-radius:14px;margin-top:18px;padding:14px 16px}.banner--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-login{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-login__card{background:#fffffff0;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:420px;padding:32px;box-shadow:0 20px 48px #0f172a14}.admin-login__header h1{color:#111827;margin:0;font-size:30px}.admin-login__header p{color:#6b7280;margin:10px 0 0}.admin-login__form{gap:14px;margin-top:20px;display:grid}.admin-login__submit{width:100%;margin-top:6px}.stats-grid,.panel--split{gap:16px;display:grid}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px}.dashboard-shell{gap:20px;display:grid}.dashboard-hero{background:linear-gradient(135deg,#2563eb14,#14b8a60f),#f8fbff;border:1px solid #dbeafe;border-radius:22px;justify-content:space-between;gap:18px;padding:24px;display:flex}.dashboard-hero h3{color:#111827;margin:10px 0 0;font-size:28px}.dashboard-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:12px;display:flex}.stat-card,.info-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s}.info-card h2{font-size:22px;line-height:1.25}.settings-shell{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.settings-card{background:linear-gradient(#fff,#f8fbff)}.settings-form{gap:14px;margin-top:16px;display:grid}.stat-card:hover,.info-card:hover,.submission-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 16px 30px #0f172a12}.stat-card span{color:#6b7280;font-size:14px}.stat-card strong{color:#111827;margin:12px 0 8px;font-size:34px;display:block}.stat-card--primary{background:linear-gradient(#fff,#eff6ff)}.stat-card--info{background:linear-gradient(#fff,#ecfeff)}.stat-card--success{background:linear-gradient(#fff,#f0fdf4)}.stat-card--warning{background:linear-gradient(#fff,#fffbeb)}.stat-card--danger{background:linear-gradient(#fff,#fff1f2)}.panel__heading{align-items:center}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-card{min-height:100%}.dashboard-list{color:#4b5563;margin:16px 0 0;padding-left:18px}.dashboard-list li+li{margin-top:10px}.dashboard-shortcuts{gap:12px;margin-top:16px;display:grid}.dashboard-shortcut{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px 18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:block}.dashboard-shortcut:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 12px 22px #0f172a0f}.dashboard-shortcut strong{color:#111827;margin-bottom:6px;display:block}.dashboard-shortcut span,.dashboard-status span{color:#6b7280}.dashboard-statuses{gap:12px;margin-top:16px;display:grid}.dashboard-status{background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.table-shell{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-top:20px;overflow:hidden;box-shadow:0 12px 26px #0f172a0a}.table-shell__header,.table-shell__row{align-items:center;padding:16px 18px}.table-shell__header{color:#374151;background:#f8fafc;font-weight:700}.table-shell__row{border-top:1px solid #eef2f7;transition:background-color .18s}.table-shell__row:hover{background:#f8fbff}.table-shell__row strong{color:#111827}.table-shell__header--grid-5,.table-shell__row--grid-5{grid-template-columns:1.2fr 1fr .6fr .6fr 1fr;display:grid}.table-shell__header--grid-6,.table-shell__row--grid-6{grid-template-columns:1.4fr .8fr .8fr .8fr .6fr 1fr;display:grid}.table-shell__header--grid-7,.table-shell__row--grid-7{grid-template-columns:1.4fr .8fr .8fr .8fr .6fr 1fr 1fr;display:grid}.table-shell__header--grid-8,.table-shell__row--grid-8{grid-template-columns:1.2fr 1fr 1fr .8fr .8fr .8fr .7fr .9fr;display:grid}.status{color:#b45309;background:#fef3c7;font-style:normal}.status--progress{color:#1d4ed8;background:#dbeafe}.status--success{color:#166534;background:#dcfce7}.status--danger{color:#b91c1c;background:#fee2e2}.panel--split{grid-template-columns:repeat(2,minmax(0,1fr))}.row-subtext{color:#6b7280;margin:6px 0 0}.submission-list{gap:16px;display:grid}.submission-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 8px 18px #0f172a0a}.submission-card__header,.submission-card__meta,.submission-card__actions{justify-content:space-between;gap:14px;display:flex}.submission-card__header h3,.submission-card__header p,.submission-card__desc{margin:0}.submission-card__header h3{color:#111827}.submission-card__header p,.submission-card__meta,.submission-card__desc{color:#6b7280}.submission-card__meta{flex-wrap:wrap;margin-top:14px}.submission-card__desc{margin-top:14px}.submission-card__actions{margin-top:18px}.submission-card__actions .header-action:last-child{color:#b91c1c;background:#fff5f5;border-color:#fecaca}.submission-card__actions .header-action:last-child:hover{background:#fee2e2}.submission-card__link{justify-content:center;align-items:center;display:inline-flex}.detail-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.detail-full{grid-column:1/-1}.field{color:#374151;flex-direction:column;gap:8px;margin-top:14px;display:flex}.field__hint{color:#6b7280;font-size:13px;line-height:1.5}.field select,.field input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:12px 14px}.field select:focus,.field input:focus{border-color:#60a5fa;outline:2px solid #2563eb24}.detail-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.detail-actions .panel__button,.detail-actions .header-action{margin-top:0}.duplicate-list{gap:12px;display:grid}.duplicate-item{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.duplicate-item:first-child{border-top:0;padding-top:0}@media (width<=1100px){.admin-layout,.stats-grid,.panel--split,.dashboard-grid{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #e5e7eb;border-right:0;height:auto;position:static}}@media (width<=720px){.content{padding:18px}.dashboard-hero,.content__header,.panel__heading,.table-shell__header,.table-shell__row,.submission-card__header,.submission-card__meta,.submission-card__actions{flex-direction:column;align-items:flex-start}.panel{padding:18px}.table-shell__header--grid-5,.table-shell__row--grid-5,.table-shell__header--grid-6,.table-shell__row--grid-6,.table-shell__header--grid-7,.table-shell__header--grid-8,.table-shell__row--grid-8,.table-shell__row--grid-7,.detail-layout,.settings-shell{grid-template-columns:1fr}}
