body{min-height:100vh;margin:0}:root{color:#1b2b49;background-color:#eef1f4;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{background:#eef1f4;margin:0}.app-shell{justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.auth-panel{background:#fff;border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));width:min(1200px,100%);display:grid;overflow:hidden;box-shadow:0 24px 60px #1118272e}.auth-left{flex-direction:column;gap:20px;padding:40px 48px;display:flex}.brand{justify-content:center;align-items:center;gap:12px;display:flex}.logo{width:96px;height:96px;display:block}h1{margin:0;font-size:32px}.subtitle{color:#6b7280;margin:0}.form-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.auth-right{color:#fff;background:linear-gradient(145deg,#0b3b3f 0%,#114d55 50%,#1f6a6f 100%);flex-direction:column;justify-content:space-between;gap:24px;padding:40px 48px;display:flex}.auth-right h2{margin-top:0;font-size:26px}.auth-right p{color:#ffffffd9;line-height:1.6}.quote{opacity:.95;margin-top:16px;font-size:15px;line-height:1.6}.author{margin-top:10px;font-weight:600}.trust{margin-top:24px}.trust span{text-transform:uppercase;letter-spacing:1px;opacity:.7;font-size:11px}.logos{opacity:.8;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;font-size:12px;display:grid}label{color:#1f2937;margin-bottom:16px;font-size:13px;display:block}input,textarea,select{background:#fff;border:1px solid #d1d5db;border-radius:10px;width:100%;margin-top:8px;padding:10px 12px;font-family:inherit;font-size:14px;display:block}textarea{resize:vertical;min-height:90px}button{color:#fff;cursor:pointer;background:#0b1f3a;border:none;border-radius:10px;width:100%;padding:12px 16px;font-weight:600;transition:transform .2s,box-shadow .2s}button:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0b1f3a33}button.secondary{color:#0b1f3a;background:0 0;border:1px solid #d1d5db;width:auto}button.link{color:#0b1f3a;cursor:pointer;background:0 0;border:none;width:auto;padding:0;font-size:13px}.switch{color:#6b7280;margin-top:16px;font-size:13px}.switch span{color:#0b1f3a;cursor:pointer;font-weight:600}.notice{border-radius:10px;margin-bottom:12px;padding:12px 16px;font-size:14px}.dashboard{background:#eef1f4;grid-template-columns:280px minmax(0,1fr);gap:24px;min-height:100vh;padding:32px;display:grid}.sidebar{background:#fff;border-radius:24px;flex-direction:column;gap:24px;max-height:calc(100vh - 64px);padding:24px;display:flex;position:sticky;top:32px;box-shadow:0 18px 40px #1118271f}.sidebar-brand{justify-content:center;display:flex}.sidebar-logo{width:110px;height:auto;display:block}.sidebar-user{background:#f8fafc;border-radius:18px;align-items:center;gap:16px;padding:16px;display:flex}.avatar{color:#fff;background:#0b1f3a;border-radius:50%;place-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:grid}.sidebar-login{color:#fff;cursor:pointer;background:#0b1f3a;border:none;border-radius:14px;width:100%;padding:12px 16px;font-weight:600;transition:transform .2s,box-shadow .2s}.sidebar-login:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0b1f3a29}.sidebar-section{text-transform:uppercase;letter-spacing:.14em;color:#4b5563;font-size:12px}.sidebar-nav{gap:10px;display:grid}.sidebar-nav button{text-align:left;color:#111827;cursor:pointer;background:#f8fafc;border:none;border-radius:14px;width:100%;padding:14px 16px;transition:background .2s,transform .2s}.sidebar-divider{background:#e5e7eb;border:none;height:1px;margin:8px 0}.sidebar-footer{margin-top:auto}.alert{color:#1e293b;background:linear-gradient(135deg,#f8fafc,#eef3ff);border:1px solid #dbeafe;border-radius:18px;padding:18px}.alert strong{margin-bottom:6px;display:block}.dashboard-main{background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 50px #0f172a14}.breadcrumb{color:#6b7280;margin-bottom:8px;font-size:14px}.page-title{margin-bottom:24px;font-size:32px;font-weight:700}.itr-card,.application-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px;padding:24px;display:flex}.itr-card{flex-wrap:wrap}.itr-card button{width:auto;min-width:190px;padding-left:28px;padding-right:28px}.itr-card h2{margin:0 0 8px;font-size:24px}.itr-card p{color:#4b5563;max-width:560px;margin:0}.application-list{gap:18px;margin-top:20px;display:grid}.application-card{flex-wrap:wrap;grid-template-columns:repeat(2,minmax(0,1fr))}.app-label{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:6px;font-size:12px}.app-value{color:#111827;font-size:16px;font-weight:700}.app-pill{color:#111827;background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;min-width:120px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.form-stack{gap:18px;display:grid}@media (width<=1024px){.dashboard{grid-template-columns:1fr}.sidebar{max-height:none;position:relative;top:0}}@media (width<=640px){.dashboard-main{padding:24px}.itr-card,.application-card{flex-direction:column;align-items:flex-start}}.notice.error{color:#b91c1c;background:#fee2e2}.notice.success{color:#15803d;background:#dcfce7}.dashboard{background:#f3f4f6;grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;gap:20px;padding:24px;display:flex}.sidebar-brand{justify-content:flex-start;align-self:flex-start;align-items:flex-start;margin:0 0 8px;padding:0;display:flex}.brand-dot{background:#f7c948;border-radius:4px;width:14px;height:14px}.sidebar-section{text-transform:uppercase;color:#9ca3af;font-size:12px}.sidebar-nav{flex-direction:column;gap:6px;display:flex}.sidebar-nav button{text-align:left;color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:10px;width:100%;padding:10px 12px}.sidebar-nav button.active,.sidebar-nav button:hover{color:#1e3a8a;background:#eef2ff}.sidebar-divider{background:#e5e7eb;height:1px}.sidebar-footer .alert{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:12px;font-size:12px}.sidebar-footer .alert p{margin:6px 0 0}.dashboard-main{flex-direction:column;gap:20px;padding:24px 32px 40px;display:flex}.topbar{background:#fff;border-radius:16px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;box-shadow:0 12px 30px #0f172a14}.topbar-links{color:#6b7280;gap:20px;font-size:14px;display:flex}.topbar-user{align-items:center;gap:12px;display:flex}.avatar{color:#1e3a8a;background:#e0e7ff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:600;display:flex}.avatar.lg{width:56px;height:56px;font-size:20px}.topbar-user .name{font-weight:600}.topbar-user .email{color:#9ca3af;font-size:12px}.breadcrumb{color:#9ca3af;font-size:13px}.page-title{font-size:22px;font-weight:700}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 12px 24px #0f172a14}.card h3{margin-top:0}.card-body{flex-direction:column;gap:16px;margin-top:16px;display:flex}.profile-header{align-items:center;gap:16px;display:flex}.form-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.input-group span{color:#6b7280;font-size:12px}.form-stack{flex-direction:column;gap:12px;display:flex}.page-actions{justify-content:flex-end;gap:12px;display:flex}@media (width<=960px){.auth-panel{grid-template-columns:1fr}.auth-right{min-height:auto}.app-shell{padding:20px}.dashboard{grid-template-columns:1fr}.sidebar{position:sticky;top:0}.topbar{flex-direction:column;align-items:flex-start;gap:12px}}.sidebar-user{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:12px;padding:12px;display:flex}.sidebar-user .name{font-weight:600}.sidebar-user .email{color:#9ca3af;font-size:12px}.empty-state{color:#6b7280;background:#fff;border:1px dashed #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:24px;display:flex}.empty-state p{margin:0}.sidebar-login{color:#fff;background:#0b1f3a;border-radius:10px;width:100%;margin-bottom:12px}.itr-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex;box-shadow:0 12px 24px #0f172a14}.itr-card h2{margin:0 0 6px}.dialog-overlay{z-index:50;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.dialog-backdrop{z-index:40;background:#0f172a59;position:fixed;inset:0}.dialog-panel{z-index:51;background:#fff;border-radius:20px;width:min(520px,100%);max-width:520px;overflow:hidden;box-shadow:0 32px 80px #0f172a2e}.dialog-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.dialog-header h3{margin:0;font-size:20px}.dialog-close{cursor:pointer;color:#6b7280;background:0 0;border:none;width:auto;font-size:26px;line-height:1}.dialog-body{padding:24px}.sidebar-logo{object-fit:contain;display:block;width:50px!important;max-width:50px!important;height:50px!important;max-height:50px!important}
