:root{--bg:#f5f6f8;--surface:#fff;--surface-2:#f8f9fb;--surface-3:#eef0f4;--text:#16181d;--muted:#6e7480;--border:#e4e6eb;--accent:#5b5ce2;--accent-2:#7475f5;--accent-soft:#eeeeff;--success:#1a9b68;--danger:#d74f5b;--shadow:0 1px 2px rgba(16,24,40,.04),0 12px 32px rgba(16,24,40,.06);--radius:14px;--sidebar:256px;color-scheme:light;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
html[data-theme=dark]{--bg:#0e0f12;--surface:#15171b;--surface-2:#1b1d22;--surface-3:#24272e;--text:#f2f3f5;--muted:#979da8;--border:#292c33;--accent:#8b8cf8;--accent-2:#a5a6ff;--accent-soft:#242446;--success:#4bc894;--danger:#f0707b;--shadow:0 1px 2px rgba(0,0,0,.2),0 18px 45px rgba(0,0,0,.22);color-scheme:dark}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{font-family:inherit;-webkit-font-smoothing:antialiased}button,input{font:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}svg{width:20px;height:20px}.ipm-app{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);min-height:100vh}.ipm-sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);z-index:30;background:var(--surface);border-right:1px solid var(--border);padding:22px 16px;display:flex;flex-direction:column}.ipm-brand{height:50px;display:flex;align-items:center;gap:12px;padding:0 8px}.ipm-brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:white;background:linear-gradient(145deg,var(--accent-2),#4647c8);box-shadow:0 8px 18px rgba(91,92,226,.24)}.ipm-brand-mark svg{width:21px}.ipm-brand-copy{display:flex;flex-direction:column;min-width:0}.ipm-brand-copy strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-brand-copy small{font-size:11px;color:var(--muted);margin-top:2px}.ipm-nav{margin-top:32px;display:grid;gap:4px}.ipm-nav-label,.ipm-eyebrow{margin:0;color:var(--muted);font-size:10px;line-height:1.4;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.ipm-nav-label{padding:0 12px 9px}.ipm-nav-item{display:flex;align-items:center;gap:12px;min-height:43px;padding:0 12px;border-radius:10px;color:var(--muted);text-decoration:none;font-size:13px;font-weight:600;transition:.18s ease}.ipm-nav-item svg{width:18px}.ipm-nav-item:hover{color:var(--text);background:var(--surface-2)}.ipm-nav-item.is-active{color:var(--accent);background:var(--accent-soft)}.ipm-sidebar-footer{margin-top:auto;display:grid;gap:10px}.ipm-security-note{display:flex;gap:10px;padding:12px;background:var(--surface-2);border:1px solid var(--border);border-radius:11px;color:var(--success)}.ipm-security-note svg{width:18px;flex:none}.ipm-security-note span{display:flex;flex-direction:column}.ipm-security-note strong{font-size:11px;color:var(--text)}.ipm-security-note small{font-size:9px;color:var(--muted);margin-top:2px}.ipm-workspace{grid-column:2;min-width:0}.ipm-topbar{position:sticky;top:0;z-index:20;height:72px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.ipm-search-trigger{width:min(390px,44vw);height:40px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--muted);display:flex;align-items:center;gap:10px;padding:0 11px;text-align:left}.ipm-search-trigger svg{width:17px}.ipm-search-trigger span{flex:1;font-size:12px}.ipm-search-trigger kbd{font-size:10px;border:1px solid var(--border);border-radius:5px;padding:2px 6px;background:var(--surface-2)}.ipm-topbar-actions{display:flex;align-items:center;gap:12px}.ipm-icon-button{border:1px solid var(--border);width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--surface);color:var(--muted);cursor:pointer}.ipm-icon-button:hover{color:var(--text);border-color:color-mix(in srgb,var(--border),var(--text) 18%)}.ipm-user{display:flex;align-items:center;gap:9px;padding-left:12px;border-left:1px solid var(--border)}.ipm-avatar{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#f1c7a4,#c68255);color:#532a13;font-weight:750;font-size:12px}.ipm-user-copy{display:flex;flex-direction:column;min-width:95px}.ipm-user-copy strong{font-size:11px}.ipm-user-copy small{font-size:9px;color:var(--muted);margin-top:2px}.ipm-menu-button{display:none}.ipm-main{width:min(1180px,100%);margin:0 auto;padding:44px 38px 70px}.ipm-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.ipm-page-heading h1{font-size:32px;letter-spacing:-.035em;margin:6px 0 7px}.ipm-page-heading>div>p:last-child{margin:0;color:var(--muted);font-size:13px}.ipm-phase-badge{font-size:10px;font-weight:700;color:var(--accent);background:var(--accent-soft);border:1px solid color-mix(in srgb,var(--accent) 25%,transparent);border-radius:999px;padding:7px 10px}.ipm-foundation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.ipm-status-card{position:relative;display:flex;gap:13px;min-height:150px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:0 1px 2px rgba(0,0,0,.02)}.ipm-status-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent);flex:none}.ipm-status-icon svg{width:18px}.ipm-status-card div{display:flex;flex-direction:column}.ipm-status-card small{font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:2px 0 7px}.ipm-status-card strong{font-size:13px}.ipm-status-card p{font-size:10.5px;line-height:1.55;color:var(--muted);margin:6px 0 0}.ipm-status-dot{position:absolute;top:19px;right:18px;width:7px;height:7px;background:var(--success);border-radius:50%;box-shadow:0 0 0 4px color-mix(in srgb,var(--success) 14%,transparent)}.ipm-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.ipm-panel-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--border)}.ipm-panel-head h2{font-size:18px;letter-spacing:-.02em;margin:5px 0 0}.ipm-live{display:flex;align-items:center;gap:7px;color:var(--success);font-size:10px;font-weight:700}.ipm-live i{width:7px;height:7px;border-radius:50%;background:var(--success)}.ipm-check-list{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;padding-top:24px}.ipm-check-list>div{display:flex;gap:12px}.ipm-check-list>div>span{width:25px;height:25px;border:1px solid var(--border);border-radius:7px;display:grid;place-items:center;color:var(--muted);font-size:8px;font-weight:750;flex:none}.ipm-check-list p{display:flex;flex-direction:column;margin:0;color:var(--muted);font-size:10px;line-height:1.5}.ipm-check-list strong{color:var(--text);font-size:11px;margin-bottom:3px}.ipm-empty{min-height:430px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:50px;box-shadow:var(--shadow)}.ipm-empty-icon{width:48px;height:48px;border-radius:14px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;margin-bottom:18px}.ipm-empty h1,.ipm-empty h2{max-width:560px;font-size:23px;letter-spacing:-.025em;margin:7px 0 8px}.ipm-empty p:not(.ipm-eyebrow){max-width:520px;color:var(--muted);font-size:12px;line-height:1.6;margin:0}.ipm-button{margin-top:20px;padding:11px 16px;border-radius:9px;background:var(--accent);color:#fff;text-decoration:none;font-size:12px;font-weight:700}.ipm-sidebar-scrim{display:none}
/* Login */
.ipm-login-body{overflow-x:hidden}.ipm-login-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,46%) 1fr;background:var(--surface)}.ipm-login-visual{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:42px 52px;color:#fff;background:radial-gradient(circle at 78% 25%,rgba(145,146,255,.55),transparent 26%),radial-gradient(circle at 20% 85%,rgba(77,202,177,.20),transparent 30%),linear-gradient(145deg,#151631,#25265b 55%,#3f4094)}.ipm-login-visual:after{content:"";position:absolute;width:520px;height:520px;right:-260px;bottom:-250px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}.ipm-login-brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px;font-size:14px}.ipm-login-brand .ipm-brand-mark{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);box-shadow:none}.ipm-login-message{position:relative;z-index:1;margin:auto 0}.ipm-kicker{display:inline-flex;align-items:center;gap:8px;font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#d8d8ff;font-weight:700}.ipm-kicker i{width:18px;height:1px;background:#9b9cff}.ipm-login-message h1{font-size:clamp(40px,4.1vw,64px);line-height:1.02;letter-spacing:-.055em;margin:20px 0 24px;max-width:600px}.ipm-login-message h1 em{font-style:normal;color:#a9aaff}.ipm-login-message p{max-width:460px;font-size:13px;line-height:1.7;color:#c4c5dc}.ipm-login-proof{position:relative;z-index:1;display:flex;align-items:center;gap:15px}.ipm-proof-icons{display:flex}.ipm-proof-icons span{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:#3e3f78;border:2px solid #232454;margin-left:-6px}.ipm-proof-icons span:first-child{margin-left:0}.ipm-proof-icons svg{width:14px}.ipm-login-proof p{display:flex;flex-direction:column;margin:0}.ipm-login-proof strong{font-size:10px}.ipm-login-proof small{font-size:9px;color:#b4b5cd;margin-top:3px}.ipm-login-form-wrap{position:relative;display:flex;align-items:center;justify-content:center;padding:58px;background:var(--surface)}.ipm-login-theme{position:absolute;right:28px;top:26px}.ipm-login-card{width:min(390px,100%)}.ipm-mobile-brand{display:none}.ipm-login-card h2{font-size:29px;letter-spacing:-.04em;margin:8px 0}.ipm-login-subtitle{color:var(--muted);font-size:12px;margin:0 0 28px}.ipm-alert{display:flex;gap:10px;align-items:flex-start;padding:12px;margin-bottom:18px;border:1px solid color-mix(in srgb,var(--danger) 30%,var(--border));border-radius:10px;background:color-mix(in srgb,var(--danger) 8%,var(--surface));color:var(--danger);font-size:11px;line-height:1.45}.ipm-alert svg{width:17px;flex:none}.ipm-login-form{display:grid;gap:17px}.ipm-field{display:grid;gap:7px}.ipm-field>span:first-child{font-size:10px;font-weight:700}.ipm-field input{width:100%;height:47px;padding:0 13px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:9px;outline:none;font-size:12px;transition:.18s}.ipm-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 13%,transparent)}.ipm-field input::placeholder{color:color-mix(in srgb,var(--muted) 70%,transparent)}.ipm-password-input{position:relative}.ipm-password-input button{position:absolute;right:5px;top:5px;width:37px;height:37px;border:0;background:transparent;color:var(--muted);cursor:pointer}.ipm-password-input button svg{width:16px}.ipm-form-row{display:flex;align-items:center;justify-content:space-between;font-size:10px}.ipm-form-row a{color:var(--accent);text-decoration:none;font-weight:650}.ipm-checkbox{display:flex;align-items:center;gap:7px;color:var(--muted)}.ipm-checkbox input{accent-color:var(--accent)}.ipm-submit{height:47px;border:0;border-radius:9px;padding:0 15px;background:linear-gradient(135deg,var(--accent-2),#4a4bc9);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px;font-weight:750;cursor:pointer;box-shadow:0 9px 20px rgba(91,92,226,.18)}.ipm-submit:hover{filter:brightness(1.06)}.ipm-submit svg{width:15px}.ipm-login-help{text-align:center;color:var(--muted);font-size:9px;margin:20px 0 0}.ipm-login-footer{position:absolute;bottom:22px;margin:0;color:var(--muted);font-size:9px}.ipm-toast-region{position:fixed;right:20px;bottom:20px;z-index:100}
@media(max-width:980px){.ipm-foundation-grid{grid-template-columns:1fr}.ipm-status-card{min-height:auto}.ipm-check-list{grid-template-columns:1fr}.ipm-login-page{grid-template-columns:41% 59%}.ipm-login-visual{padding:36px}.ipm-login-message h1{font-size:40px}.ipm-login-form-wrap{padding:44px}}
@media(max-width:760px){.ipm-app{display:block}.ipm-sidebar{transform:translateX(-105%);transition:transform .22s ease;box-shadow:var(--shadow)}body.ipm-sidebar-open .ipm-sidebar{transform:none}body.ipm-sidebar-open{overflow:hidden}.ipm-sidebar-scrim{position:fixed;inset:0;z-index:25;background:rgba(8,10,14,.45);backdrop-filter:blur(2px)}body.ipm-sidebar-open .ipm-sidebar-scrim{display:block}.ipm-workspace{display:block}.ipm-topbar{height:64px;padding:0 16px}.ipm-menu-button{display:grid}.ipm-search-trigger{width:auto;flex:1;margin:0 12px}.ipm-search-trigger span,.ipm-search-trigger kbd{display:none}.ipm-user-copy{display:none}.ipm-user{padding-left:8px}.ipm-main{padding:30px 18px 48px}.ipm-page-heading{align-items:flex-start}.ipm-page-heading h1{font-size:27px}.ipm-login-page{display:block;background:var(--surface)}.ipm-login-visual{display:none}.ipm-login-form-wrap{min-height:100vh;padding:70px 24px}.ipm-login-card{max-width:420px}.ipm-mobile-brand{display:flex;align-items:center;gap:11px;margin-bottom:48px}.ipm-login-theme{top:20px;right:20px}.ipm-login-footer{bottom:18px}}
@media(max-width:430px){.ipm-topbar-actions{gap:6px}.ipm-topbar-actions>.ipm-icon-button{display:none}.ipm-page-heading{display:block}.ipm-phase-badge{display:inline-block;margin-top:14px}.ipm-empty{padding:35px 22px}.ipm-login-card h2{font-size:26px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Phase 2 dashboard */
[hidden]{display:none!important}.ipm-dashboard{display:grid;gap:18px}.ipm-dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:8px}.ipm-dashboard-hero h1{font-size:30px;letter-spacing:-.04em;margin:6px 0 7px}.ipm-dashboard-hero>div>p:last-child{margin:0;color:var(--muted);font-size:12px}.ipm-quick-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ipm-quick-actions .ipm-button{margin:0;display:inline-flex;align-items:center;gap:7px;min-height:39px;padding:0 13px;border:1px solid transparent}.ipm-quick-actions .ipm-button svg{width:15px}.ipm-button-primary{background:var(--accent);color:#fff}.ipm-button-primary>span{font-size:18px;font-weight:400;line-height:1}.ipm-button-secondary{background:var(--surface);color:var(--text);border-color:var(--border)!important}.ipm-button-secondary:hover{background:var(--surface-2)}.ipm-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ipm-stat{min-height:126px;display:flex;align-items:flex-start;gap:13px;padding:19px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px rgba(0,0,0,.02)}.ipm-stat-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex:none;background:var(--accent-soft);color:var(--accent)}.ipm-stat-icon svg{width:18px}.ipm-stat-icon.is-blue{background:color-mix(in srgb,#3b82f6 11%,var(--surface));color:#3b82f6}.ipm-stat-icon.is-green{background:color-mix(in srgb,var(--success) 11%,var(--surface));color:var(--success)}.ipm-stat-icon.is-amber{background:color-mix(in srgb,#f59e0b 12%,var(--surface));color:#d88a07}.ipm-stat>div{min-width:0;display:flex;flex-direction:column}.ipm-stat small{font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.085em;color:var(--muted);margin:1px 0 5px}.ipm-stat strong{min-height:29px;font-size:25px;line-height:1.1;letter-spacing:-.04em}.ipm-stat p{font-size:9.5px;color:var(--muted);margin:7px 0 0;white-space:nowrap}.ipm-dashboard-columns{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:14px}.ipm-dashboard-panel{min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.02)}.ipm-dashboard-panel>header{min-height:76px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--border)}.ipm-dashboard-panel>header>div{display:flex;align-items:center;gap:11px;min-width:0}.ipm-dashboard-panel header h2{font-size:12px;margin:0 0 4px}.ipm-dashboard-panel header p{font-size:9px;color:var(--muted);margin:0}.ipm-dashboard-panel header>a{color:var(--accent);font-size:9.5px;font-weight:700;text-decoration:none;white-space:nowrap}.ipm-panel-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--accent-soft);color:var(--accent);flex:none}.ipm-panel-icon svg{width:16px}.ipm-panel-icon.is-amber{background:color-mix(in srgb,#f59e0b 12%,var(--surface));color:#d88a07}.ipm-panel-icon.is-green{background:color-mix(in srgb,var(--success) 11%,var(--surface));color:var(--success)}.ipm-dashboard-list{min-height:290px}.ipm-dashboard-item{min-height:70px;padding:11px 18px;display:flex;align-items:center;gap:11px;color:var(--text);text-decoration:none;border-bottom:1px solid var(--border);transition:background .15s ease}.ipm-dashboard-item:last-child{border-bottom:0}.ipm-dashboard-item:hover{background:var(--surface-2)}.ipm-site-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;flex:none;background:linear-gradient(145deg,var(--surface-3),var(--accent-soft));border:1px solid var(--border);color:var(--accent);font-size:11px;font-weight:800}.ipm-item-body{min-width:0;display:flex;flex:1;flex-direction:column;gap:5px}.ipm-item-body>strong{font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-item-meta{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:8.5px;min-width:0}.ipm-item-meta>span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-category-pill{--category-color:#8b8f99;position:relative;padding-left:9px;white-space:nowrap}.ipm-category-pill:before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;margin-top:-2.5px;border-radius:50%;background:var(--category-color)}.ipm-item-side{display:flex;align-items:center;gap:8px;flex:none}.ipm-item-side small{font-size:8.5px;color:var(--muted)}.ipm-item-star{color:#e6a20c;font-size:12px}.ipm-list-empty{min-height:290px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px}.ipm-list-empty-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;margin-bottom:11px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);font-size:17px}.ipm-list-empty strong{font-size:11px}.ipm-list-empty p{max-width:250px;margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.ipm-empty-link{margin-top:12px;color:var(--accent);font-size:9px;font-weight:750;text-decoration:none}.ipm-list-skeleton{height:70px;padding:13px 18px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--border)}.ipm-list-skeleton>span{display:grid;gap:7px;width:55%}.ipm-skeleton{display:block;height:8px;width:100%;border-radius:999px;background:linear-gradient(90deg,var(--surface-3) 20%,color-mix(in srgb,var(--surface-3),var(--surface) 55%) 45%,var(--surface-3) 70%);background-size:220% 100%;animation:ipm-shimmer 1.4s ease-in-out infinite}.ipm-skeleton.is-short{width:58%;height:6px}.ipm-skeleton-avatar{width:36px;height:36px;border-radius:10px;flex:none}.ipm-skeleton-number{width:42px;height:23px;margin-top:2px}.ipm-dashboard-error{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid color-mix(in srgb,var(--danger) 28%,var(--border));border-radius:11px;background:color-mix(in srgb,var(--danger) 7%,var(--surface));color:var(--danger)}.ipm-dashboard-error>span{display:grid;place-items:center}.ipm-dashboard-error>div{flex:1}.ipm-dashboard-error strong{font-size:10.5px}.ipm-dashboard-error p{font-size:9px;margin:3px 0 0;color:var(--muted)}.ipm-dashboard-error button{border:1px solid color-mix(in srgb,var(--danger) 30%,var(--border));border-radius:8px;background:var(--surface);color:var(--danger);padding:7px 11px;font-size:9px;font-weight:700;cursor:pointer}@keyframes ipm-shimmer{0%{background-position:100% 0}100%{background-position:-120% 0}}
@media(max-width:1080px){.ipm-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ipm-dashboard-columns{grid-template-columns:1fr}}
@media(max-width:760px){.ipm-dashboard-hero{align-items:flex-start;flex-direction:column}.ipm-quick-actions{justify-content:flex-start}.ipm-dashboard-hero h1{font-size:26px}.ipm-stat{min-height:112px}.ipm-dashboard-columns{gap:12px}}
@media(max-width:480px){.ipm-stat-grid{grid-template-columns:1fr 1fr}.ipm-stat{padding:14px;gap:10px}.ipm-stat-icon{width:33px;height:33px}.ipm-stat p{display:none}.ipm-stat strong{font-size:22px}.ipm-quick-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.ipm-quick-actions .ipm-button{justify-content:center}.ipm-quick-actions .ipm-button-primary{grid-column:1/-1}.ipm-item-side small{display:none}.ipm-dashboard-panel>header{padding:14px}.ipm-dashboard-item{padding:10px 14px}}

/* Phase 3 password management */
body.ipm-search-open{overflow:hidden}.ipm-search-overlay{position:fixed;inset:0;z-index:90;display:flex;justify-content:center;align-items:flex-start;padding:12vh 20px}.ipm-search-scrim{position:absolute;inset:0;border:0;background:rgba(10,12,18,.55);backdrop-filter:blur(7px)}.ipm-global-search{position:relative;width:min(640px,100%);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.28);overflow:hidden}.ipm-global-search header{display:flex;align-items:center;gap:12px;padding:17px 19px;border-bottom:1px solid var(--border)}.ipm-global-search header>span{color:var(--accent)}.ipm-global-search header>div{flex:1}.ipm-global-search h2{font-size:13px;margin:0 0 3px}.ipm-global-search p,.ipm-global-search footer{font-size:9px;color:var(--muted);margin:0}.ipm-global-search kbd{font-size:9px;padding:3px 6px;border:1px solid var(--border);border-radius:5px;background:var(--surface-2)}.ipm-global-search form{display:flex;gap:9px;padding:18px}.ipm-global-search input{height:48px;flex:1;min-width:0;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);color:var(--text);padding:0 14px;outline:none}.ipm-global-search input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 13%,transparent)}.ipm-global-search form button{border:0;border-radius:9px;background:var(--accent);color:#fff;padding:0 18px;font-size:10px;font-weight:750}.ipm-global-search footer{padding:11px 18px;border-top:1px solid var(--border)}
.ipm-passwords-heading{align-items:center}.ipm-add-password{margin:0;display:inline-flex;align-items:center;gap:7px}.ipm-add-password span{font-size:18px}.ipm-password-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto;gap:9px;margin-bottom:14px}.ipm-list-search{height:42px;display:flex;align-items:center;gap:9px;padding:0 11px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.ipm-list-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)}.ipm-list-search svg{width:16px;color:var(--muted)}.ipm-list-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:10.5px}.ipm-list-search kbd{font-size:8px;padding:2px 5px;border:1px solid var(--border);border-radius:4px;color:var(--muted)}.ipm-password-toolbar select,.ipm-filter-button{height:42px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);padding:0 11px;font-size:10px;outline:none}.ipm-password-toolbar select:focus,.ipm-filter-button:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)}.ipm-filter-button{display:flex;align-items:center;gap:7px;cursor:pointer}.ipm-filter-button svg{width:14px}.ipm-filter-button.is-active{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 30%,var(--border));color:var(--accent)}.ipm-list-notice{padding:10px 12px;margin-bottom:12px;border:1px solid color-mix(in srgb,#f59e0b 30%,var(--border));border-radius:9px;background:color-mix(in srgb,#f59e0b 7%,var(--surface));color:#b87805;font-size:9px}.ipm-password-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.02)}.ipm-table-summary{min-height:58px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.ipm-table-summary p{display:flex;align-items:baseline;gap:8px;margin:0}.ipm-table-summary strong{font-size:11px}.ipm-table-summary span{font-size:9px;color:var(--muted)}.ipm-table-summary button{border:0;background:transparent;color:var(--accent);font-size:9px;font-weight:700;cursor:pointer}.ipm-password-table{min-width:900px}.ipm-password-thead,.ipm-password-row{display:grid;grid-template-columns:minmax(200px,1.35fr) minmax(120px,.85fr) 96px 120px 82px minmax(205px,1fr);align-items:center;column-gap:10px;padding:0 14px}.ipm-password-thead{height:42px;background:var(--surface-2);border-bottom:1px solid var(--border);font-size:8px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.ipm-password-row{min-height:68px;border-bottom:1px solid var(--border);font-size:9.5px;transition:background .14s}.ipm-password-row:last-child{border-bottom:0}.ipm-password-row:hover{background:var(--surface-2)}.ipm-password-website-cell{display:flex;align-items:center;gap:8px;min-width:0}.ipm-password-site{display:flex;align-items:center;gap:10px;min-width:0}.ipm-password-favicon{width:35px;height:35px;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px;background:linear-gradient(145deg,var(--surface-3),var(--accent-soft));color:var(--accent);font-size:10px;font-weight:800;flex:none}.ipm-password-site>span:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.ipm-password-site strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-password-site small{font-size:8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-username-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-masked-password{color:var(--muted);letter-spacing:.08em}.ipm-password-category{--category-color:#8b8f99;position:relative;display:inline-block;max-width:110px;padding:5px 8px 5px 16px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-password-category:before{content:"";position:absolute;left:7px;top:50%;width:5px;height:5px;margin-top:-2.5px;border-radius:50%;background:var(--category-color)}.ipm-updated-cell{color:var(--muted);font-size:8.5px}.ipm-password-actions{display:flex;justify-content:flex-end;gap:4px;min-width:0}.ipm-row-action{min-width:27px;height:27px;padding:0 7px;display:grid;place-items:center;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);font-size:7.5px;font-weight:750;text-decoration:none;cursor:pointer}.ipm-row-action:hover{border-color:color-mix(in srgb,var(--accent) 35%,var(--border));color:var(--accent);background:var(--accent-soft)}.ipm-favorite-action{border:0;background:transparent;min-width:24px;padding:0;color:var(--muted);font-size:16px}.ipm-favorite-action.is-active{color:#e5a00b}.ipm-row-skeleton>i{width:70%}.ipm-row-skeleton>span{display:flex;gap:9px;align-items:center}.ipm-row-skeleton>span>i:last-child{width:60%}.ipm-password-cards{display:none}.ipm-list-empty-state,.ipm-list-error-state{min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px}.ipm-list-empty-state>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:var(--accent-soft);color:var(--accent)}.ipm-list-empty-state h2,.ipm-list-error-state strong{font-size:15px;margin:14px 0 5px}.ipm-list-empty-state p,.ipm-list-error-state p{font-size:9.5px;color:var(--muted);margin:0}.ipm-list-empty-state a,.ipm-list-error-state button{margin-top:14px;border:0;border-radius:8px;background:var(--accent);color:#fff;padding:9px 13px;font-size:9px;font-weight:750;text-decoration:none}.ipm-pagination{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:16px}.ipm-pagination button{min-width:32px;height:32px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted);font-size:8.5px;cursor:pointer}.ipm-pagination button.is-current{background:var(--accent);border-color:var(--accent);color:#fff}.ipm-pagination button:disabled{opacity:.45;cursor:not-allowed}.ipm-page-total{margin-left:7px;color:var(--muted);font-size:8.5px}
.ipm-modal-backdrop{position:fixed;inset:0;z-index:95;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(8,10,15,.58);backdrop-filter:blur(5px)}.ipm-modal{width:min(420px,100%);padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 28px 80px rgba(0,0,0,.28);text-align:center}.ipm-modal-icon{width:46px;height:46px;margin:0 auto 14px;display:grid;place-items:center;border-radius:13px;background:var(--accent-soft);color:var(--accent)}.ipm-modal-icon.is-danger{background:color-mix(in srgb,var(--danger) 10%,var(--surface));color:var(--danger)}.ipm-modal h2{font-size:17px;margin:0 0 8px}.ipm-modal>p{color:var(--muted);font-size:10px;line-height:1.55;margin:0}.ipm-modal>div:last-child{display:flex;justify-content:center;gap:8px;margin-top:21px}.ipm-modal .ipm-button{margin:0;border:1px solid var(--border);cursor:pointer}.ipm-button-danger{background:var(--danger);color:#fff;border-color:var(--danger)!important}.ipm-revealed-value{display:flex;gap:7px;margin-top:17px}.ipm-revealed-value input{flex:1;min-width:0;height:43px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);color:var(--text);padding:0 11px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.ipm-revealed-value button{border:0;border-radius:8px;background:var(--accent);color:#fff;padding:0 13px;font-size:9px;font-weight:750}
.ipm-toast-region{display:grid;gap:8px;max-width:min(360px,calc(100vw - 30px))}.ipm-toast{display:flex;align-items:center;gap:10px;min-height:46px;padding:10px 13px;border:1px solid var(--border);border-radius:11px;background:var(--surface);box-shadow:var(--shadow);font-size:10px;font-weight:650;opacity:0;transform:translateY(8px);transition:.2s ease}.ipm-toast.is-visible{opacity:1;transform:none}.ipm-toast>span:first-child{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:color-mix(in srgb,var(--success) 12%,var(--surface));color:var(--success)}.ipm-toast.is-error>span:first-child{background:color-mix(in srgb,var(--danger) 10%,var(--surface));color:var(--danger)}.ipm-toast.is-info>span:first-child{background:var(--accent-soft);color:var(--accent)}
/* Password form */
.ipm-back-link{display:inline-block;margin-bottom:22px;color:var(--muted);font-size:9px;font-weight:650;text-decoration:none}.ipm-security-chip{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid color-mix(in srgb,var(--success) 25%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--success) 7%,var(--surface));color:var(--success);font-size:8.5px;font-weight:700}.ipm-security-chip svg{width:13px}.ipm-password-form{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:15px;align-items:start}.ipm-form-main{display:grid;gap:12px}.ipm-form-card,.ipm-generator-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px rgba(0,0,0,.02)}.ipm-form-card>header{display:flex;align-items:center;gap:11px;padding:18px 20px;border-bottom:1px solid var(--border)}.ipm-form-card>header>span,.ipm-generator-heading>span{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:var(--accent-soft);color:var(--accent)}.ipm-form-card header h2,.ipm-generator-heading h2{font-size:12px;margin:0 0 4px}.ipm-form-card header p,.ipm-generator-heading p{font-size:8.5px;color:var(--muted);margin:0}.ipm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 14px;padding:21px}.ipm-form-field{display:flex;flex-direction:column;gap:7px}.ipm-form-field>span:first-child{font-size:9px;font-weight:700}.ipm-form-field b{color:var(--danger)}.ipm-form-field input,.ipm-form-field select,.ipm-form-field textarea{width:100%;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);font-size:10px;outline:none;transition:.15s}.ipm-form-field input,.ipm-form-field select{height:43px;padding:0 11px}.ipm-form-field textarea{padding:11px;resize:vertical;line-height:1.5}.ipm-form-field input:focus,.ipm-form-field select:focus,.ipm-form-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 11%,transparent)}.ipm-form-field [aria-invalid=true]{border-color:var(--danger)}.ipm-form-field>small{min-height:11px;color:var(--danger);font-size:8px}.ipm-form-field-full{grid-column:1/-1}.ipm-password-field{align-self:start}.ipm-form-password-input{position:relative}.ipm-form-password-input input{padding-right:43px}.ipm-form-password-input button{position:absolute;right:5px;top:5px;width:33px;height:33px;border:0;background:transparent;color:var(--muted);cursor:pointer}.ipm-form-password-input button svg{width:15px}.ipm-strength{grid-column:2;align-self:end;padding-bottom:13px}.ipm-strength>div{height:5px;border-radius:999px;background:var(--surface-3);overflow:hidden}.ipm-strength i{display:block;height:100%;border-radius:inherit;transition:.25s;background:var(--muted)}.ipm-strength i[data-level=weak]{background:var(--danger)}.ipm-strength i[data-level=fair]{background:#e69b0b}.ipm-strength i[data-level=good]{background:#3b82f6}.ipm-strength i[data-level=strong]{background:var(--success)}.ipm-strength span{display:block;margin-top:6px;color:var(--muted);font-size:8px}.ipm-form-actions{display:flex;justify-content:flex-end;gap:8px}.ipm-form-actions .ipm-button{margin:0;border:1px solid var(--border);cursor:pointer}.ipm-form-actions button{min-width:120px}.ipm-button-spinner{width:13px;height:13px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:ipm-spin .7s linear infinite}.ipm-generator-card{position:sticky;top:88px;padding:19px}.ipm-generator-heading{display:flex;align-items:center;gap:10px;padding-bottom:17px;border-bottom:1px solid var(--border)}.ipm-generated-preview{display:flex;gap:6px;margin:17px 0}.ipm-generated-preview input{flex:1;min-width:0;height:40px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);padding:0 9px;font:9px ui-monospace,SFMono-Regular,Consolas,monospace}.ipm-generated-preview button{border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--accent);font-size:8px;font-weight:750;padding:0 10px}.ipm-generator-length{display:grid;gap:9px}.ipm-generator-length>span{display:flex;justify-content:space-between;font-size:9px;font-weight:700}.ipm-generator-length output{color:var(--accent)}.ipm-generator-length input{width:100%;accent-color:var(--accent)}.ipm-generator-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.ipm-generator-options label{display:flex;align-items:center;gap:7px;padding:9px;border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:8px}.ipm-generator-options input{accent-color:var(--accent)}.ipm-generate-button{width:100%;height:39px;border:0;border-radius:8px;background:var(--accent-soft);color:var(--accent);font-size:9px;font-weight:750;cursor:pointer}.ipm-generator-note{margin:12px 0 0;color:var(--muted);font-size:7.5px;line-height:1.5;text-align:center}.ipm-form-loading{display:grid;gap:12px;padding:25px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.ipm-form-loading i{height:48px}.ipm-form-loading i:last-child{height:190px}@keyframes ipm-spin{to{transform:rotate(360deg)}}
@media(max-width:1120px){.ipm-password-toolbar{grid-template-columns:1fr 1fr}.ipm-list-search{grid-column:1/-1}.ipm-password-form{grid-template-columns:1fr}.ipm-generator-card{position:static}.ipm-generator-options{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.ipm-passwords-heading{display:flex}.ipm-password-table{display:none}.ipm-password-cards{display:grid;gap:10px;padding:12px;background:var(--bg)}.ipm-password-card{padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.ipm-password-card header{display:flex;align-items:center;justify-content:space-between}.ipm-password-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0;padding:12px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ipm-password-card-meta p{display:flex;flex-direction:column;gap:4px;margin:0}.ipm-password-card-meta small{font-size:7.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.ipm-password-card-meta strong{font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-password-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.ipm-password-card .ipm-password-actions{flex-wrap:wrap}.ipm-password-toolbar{grid-template-columns:1fr 1fr}.ipm-password-toolbar select{min-width:0}.ipm-passwords-heading{align-items:flex-start}.ipm-form-grid{grid-template-columns:1fr}.ipm-form-field-full,.ipm-strength{grid-column:1}.ipm-generator-options{grid-template-columns:1fr 1fr}.ipm-security-chip{display:none}}
@media(max-width:460px){.ipm-passwords-heading{display:block}.ipm-add-password{margin-top:14px}.ipm-password-toolbar{grid-template-columns:1fr}.ipm-list-search{grid-column:1}.ipm-filter-button{justify-content:center}.ipm-global-search form{display:grid}.ipm-global-search form button{height:40px}.ipm-form-grid{padding:16px}.ipm-form-card>header{padding:16px}.ipm-form-actions{display:grid;grid-template-columns:1fr 1fr}.ipm-form-actions .ipm-button{justify-content:center}.ipm-modal{padding:23px}.ipm-pagination .ipm-page-total{display:none}}

/* Phase 4 category management */
body.ipm-modal-open{overflow:hidden}.ipm-categories-heading{align-items:center}.ipm-add-category{margin:0;display:inline-flex;align-items:center;gap:7px;cursor:pointer}.ipm-add-category span{font-size:18px}.ipm-category-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 180px;gap:9px;margin-bottom:14px}.ipm-category-toolbar select{height:42px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);padding:0 11px;font-size:10px;outline:none}.ipm-category-toolbar select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)}.ipm-category-panel{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px rgba(0,0,0,.02)}.ipm-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px;background:var(--bg)}.ipm-category-card{position:relative;min-width:0;min-height:178px;padding:17px;background:var(--surface);border:1px solid var(--border);border-radius:13px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.ipm-category-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 22%,var(--border));box-shadow:0 10px 28px rgba(16,24,40,.07)}.ipm-category-card header{display:flex;align-items:center;gap:12px}.ipm-category-card header>div{min-width:0}.ipm-category-card h2{margin:0 0 4px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-category-card header p{margin:0;color:var(--muted);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-category-card-icon{--category-color:#6366f1;width:42px;height:42px;display:grid;place-items:center;flex:none;border-radius:11px;border:1px solid color-mix(in srgb,var(--category-color) 26%,var(--border));background:color-mix(in srgb,var(--category-color) 10%,var(--surface));color:var(--category-color);font-size:13px;font-weight:800;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.ipm-category-usage{display:flex;align-items:baseline;gap:6px;margin:19px 0 15px;padding-bottom:15px;border-bottom:1px solid var(--border)}.ipm-category-usage strong{font-size:22px;letter-spacing:-.03em}.ipm-category-usage span{font-size:8.5px;color:var(--muted)}.ipm-category-card footer{display:flex;justify-content:flex-end;gap:6px}.ipm-category-action{height:29px;padding:0 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);font-size:8px;font-weight:700;cursor:pointer}.ipm-category-action:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 30%,var(--border));background:var(--accent-soft)}.ipm-category-action.is-danger:hover{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 30%,var(--border));background:color-mix(in srgb,var(--danger) 7%,var(--surface))}.ipm-category-skeleton{display:flex;align-items:flex-start;gap:12px;min-height:178px}.ipm-category-skeleton>span{display:grid;gap:8px;flex:1;padding-top:5px}.ipm-category-panel>.ipm-list-empty-state button{margin-top:14px;border:0;border-radius:8px;background:var(--accent);color:#fff;padding:9px 13px;font-size:9px;font-weight:750;cursor:pointer}
.ipm-category-editor{width:min(520px,100%);padding:0;text-align:left;overflow:hidden}.ipm-category-editor>header{display:flex;align-items:center;gap:12px;padding:19px 21px;border-bottom:1px solid var(--border)}.ipm-category-editor>header .ipm-modal-icon{margin:0;flex:none}.ipm-category-editor>header>div{flex:1}.ipm-category-editor>header h2{margin:3px 0 0;font-size:15px}.ipm-category-editor>header>button{width:31px;height:31px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted);font-size:18px;cursor:pointer}.ipm-category-editor form{display:grid;gap:18px;padding:21px}.ipm-category-editor .ipm-form-field input{font-size:11px}.ipm-category-colour-field,.ipm-category-icon-field{margin:0;padding:0;border:0}.ipm-category-colour-field legend,.ipm-category-icon-field legend{margin-bottom:8px;font-size:9px;font-weight:700}.ipm-category-colour-control{height:45px;display:flex;align-items:center;gap:10px;padding:6px;border:1px solid var(--border);border-radius:9px}.ipm-category-colour-control input{width:44px;height:31px;padding:0;border:0;border-radius:6px;background:transparent;cursor:pointer}.ipm-category-colour-control output{font:9px ui-monospace,SFMono-Regular,Consolas,monospace;color:var(--muted)}.ipm-category-colour-control span{width:22px;height:22px;margin-left:auto;border-radius:6px;border:1px solid var(--border);background:#6366f1}.ipm-category-icon-options{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.ipm-category-icon-options label{position:relative;cursor:pointer}.ipm-category-icon-options input{position:absolute;opacity:0;pointer-events:none}.ipm-category-icon-options label>span{height:42px;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);color:var(--muted);font:800 12px ui-monospace,SFMono-Regular,Consolas,monospace}.ipm-category-icon-options label>span:before{content:"▰"}.ipm-category-icon-options [data-category-icon=briefcase]:before{content:"▣"}.ipm-category-icon-options [data-category-icon=code]:before{content:"</>"}.ipm-category-icon-options [data-category-icon=server]:before{content:"≡"}.ipm-category-icon-options [data-category-icon=cloud]:before{content:"☁"}.ipm-category-icon-options [data-category-icon=globe]:before{content:"◎"}.ipm-category-icon-options [data-category-icon=database]:before{content:"◫"}.ipm-category-icon-options [data-category-icon=shield]:before{content:"◇"}.ipm-category-icon-options small{display:block;margin-top:4px;text-align:center;color:var(--muted);font-size:7px}.ipm-category-icon-options input:checked+span{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 10%,transparent)}.ipm-category-editor form>footer{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.ipm-category-editor form>footer .ipm-button{margin:0;border:1px solid var(--border);cursor:pointer}.ipm-category-editor [data-category-save]{display:flex;align-items:center;gap:7px;min-width:118px;justify-content:center}.ipm-category-editor [data-category-save]:disabled{opacity:.7;cursor:wait}
@media(max-width:980px){.ipm-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.ipm-categories-heading{display:block}.ipm-add-category{margin-top:14px}.ipm-category-toolbar{grid-template-columns:1fr}.ipm-category-grid{grid-template-columns:1fr;padding:10px}.ipm-category-card{min-height:164px}.ipm-category-icon-options{grid-template-columns:repeat(4,1fr)}}
@media(max-width:420px){.ipm-category-editor form{padding:17px}.ipm-category-editor>header{padding:17px}.ipm-category-icon-options{grid-template-columns:repeat(2,1fr)}}

/* Phase 5 user management */
.ipm-users-heading{align-items:center}.ipm-add-user{margin:0;display:inline-flex;align-items:center;gap:7px;cursor:pointer}.ipm-add-user span{font-size:18px}.ipm-user-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.ipm-user-stats article{min-height:82px;display:flex;align-items:center;gap:12px;padding:15px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.ipm-user-stats article>span{width:36px;height:36px;display:grid;place-items:center;flex:none;border-radius:10px;background:var(--accent-soft);color:var(--accent)}.ipm-user-stats svg{width:17px}.ipm-user-stats article>div{display:flex;flex-direction:column;gap:3px}.ipm-user-stats small{font-size:8px;color:var(--muted)}.ipm-user-stats strong{font-size:19px;letter-spacing:-.03em}.ipm-user-toolbar{display:grid;grid-template-columns:minmax(250px,1fr) 130px 130px 150px;gap:8px;margin-bottom:14px}.ipm-user-toolbar select{height:42px;min-width:0;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);padding:0 10px;font-size:9px;outline:none}.ipm-user-toolbar select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)}.ipm-user-table-wrap{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px rgba(0,0,0,.02)}.ipm-user-table{min-width:790px}.ipm-user-thead,.ipm-user-row{display:grid;grid-template-columns:minmax(260px,1.5fr) 105px 100px 100px minmax(220px,1fr);align-items:center;gap:10px;padding:0 15px}.ipm-user-thead{height:42px;background:var(--surface-2);border-bottom:1px solid var(--border);font-size:8px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.ipm-user-row{min-height:76px;border-bottom:1px solid var(--border);font-size:9px;transition:background .14s}.ipm-user-row:last-child{border-bottom:0}.ipm-user-row:hover{background:var(--surface-2)}.ipm-user-member{display:flex;align-items:center;gap:10px;min-width:0}.ipm-user-avatar{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:11px;background:linear-gradient(145deg,var(--accent-soft),color-mix(in srgb,var(--accent) 18%,var(--surface)));color:var(--accent);font-size:10px;font-weight:800}.ipm-user-member>span:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}.ipm-user-name{display:flex;align-items:center;gap:6px;min-width:0}.ipm-user-name strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-user-member>span:last-child>small{font-size:7.8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ipm-you-chip{padding:2px 5px;border-radius:999px;background:var(--accent-soft);color:var(--accent)!important;font-size:6.5px!important;font-weight:750}.ipm-user-login{opacity:.8}.ipm-role-badge,.ipm-status-badge{display:inline-flex;align-items:center;width:max-content;border:1px solid var(--border);border-radius:999px;padding:5px 8px;font-size:7.5px;font-weight:700}.ipm-role-badge.is-master{color:#7c3aed;background:color-mix(in srgb,#7c3aed 8%,var(--surface));border-color:color-mix(in srgb,#7c3aed 22%,var(--border))}.ipm-role-badge.is-manager{color:#2563eb;background:color-mix(in srgb,#2563eb 8%,var(--surface));border-color:color-mix(in srgb,#2563eb 22%,var(--border))}.ipm-role-badge.is-user{color:var(--muted);background:var(--surface-2)}.ipm-status-badge{gap:5px;color:var(--muted)}.ipm-status-badge i{width:6px;height:6px;border-radius:50%;background:currentColor}.ipm-status-badge.is-active{color:var(--success);background:color-mix(in srgb,var(--success) 7%,var(--surface));border-color:color-mix(in srgb,var(--success) 22%,var(--border))}.ipm-user-joined{color:var(--muted);font-size:8px}.ipm-user-actions{display:flex;justify-content:flex-end;gap:5px}.ipm-user-action{height:29px;padding:0 9px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);font-size:7.5px;font-weight:700;cursor:pointer}.ipm-user-action:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 28%,var(--border));background:var(--accent-soft)}.ipm-user-action.is-danger:hover{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 28%,var(--border));background:color-mix(in srgb,var(--danger) 7%,var(--surface))}.ipm-user-action:disabled{opacity:.4;cursor:not-allowed}.ipm-user-skeleton>span{display:flex;align-items:center;gap:9px}.ipm-user-skeleton>span>i:last-child{width:62%}.ipm-user-skeleton>i{width:70%}.ipm-user-cards{display:none}.ipm-user-table-wrap>.ipm-list-empty-state button{margin-top:14px;border:0;border-radius:8px;background:var(--accent);color:#fff;padding:9px 13px;font-size:9px;font-weight:750;cursor:pointer}
.ipm-user-editor{width:min(650px,100%);padding:0;text-align:left;overflow:hidden}.ipm-user-editor>header{display:flex;align-items:center;gap:12px;padding:19px 21px;border-bottom:1px solid var(--border)}.ipm-user-editor>header .ipm-modal-icon{margin:0;flex:none}.ipm-user-editor>header>div{flex:1}.ipm-user-editor>header h2{margin:3px 0 0;font-size:15px}.ipm-user-editor>header>button{width:31px;height:31px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted);font-size:18px;cursor:pointer}.ipm-user-editor form{padding:21px}.ipm-user-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 13px}.ipm-user-active-field{height:43px;display:flex;align-items:center;gap:9px;align-self:start;margin-top:19px;padding:0 11px;border:1px solid var(--border);border-radius:9px;cursor:pointer}.ipm-user-active-field input{accent-color:var(--accent)}.ipm-user-active-field>span{display:flex;flex-direction:column;gap:2px}.ipm-user-active-field strong{font-size:8.5px}.ipm-user-active-field small{font-size:7px;color:var(--muted)}.ipm-user-active-field:has(input:disabled){opacity:.55;cursor:not-allowed}.ipm-user-password-control{display:grid;grid-template-columns:minmax(0,1fr) 36px auto}.ipm-user-password-control input{border-radius:9px 0 0 9px!important}.ipm-user-password-control button{border:1px solid var(--border);border-left:0;background:var(--surface-2);color:var(--muted);font-size:8px;font-weight:700;cursor:pointer}.ipm-user-password-control button:last-child{padding:0 12px;border-radius:0 9px 9px 0;color:var(--accent)}.ipm-user-password-control svg{width:14px}.ipm-role-guide{margin-top:16px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--accent) 20%,var(--border));border-radius:10px;background:var(--accent-soft)}.ipm-role-guide strong{font-size:8.5px}.ipm-role-guide p{margin:4px 0 0;color:var(--muted);font-size:8px;line-height:1.5}.ipm-user-editor form>footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:17px;border-top:1px solid var(--border)}.ipm-user-editor form>footer .ipm-button{margin:0;border:1px solid var(--border);cursor:pointer}.ipm-user-editor [data-user-save]{min-width:110px;display:flex;align-items:center;justify-content:center;gap:7px}.ipm-user-editor [data-user-save]:disabled{opacity:.7;cursor:wait}.ipm-user-editor input:disabled,.ipm-user-editor select:disabled{opacity:.6;cursor:not-allowed;background:var(--surface-2)}
@media(max-width:1120px){.ipm-user-toolbar{grid-template-columns:1fr 1fr}.ipm-user-toolbar .ipm-list-search{grid-column:1/-1}.ipm-user-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.ipm-user-table{display:none}.ipm-user-cards{display:grid;gap:10px;padding:11px;background:var(--bg)}.ipm-user-card{padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.ipm-user-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.ipm-user-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0;padding:12px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ipm-user-card-meta p{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin:0}.ipm-user-card-meta p>small{font-size:7px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.ipm-user-card-meta p>strong{font-size:9px}.ipm-user-card footer{display:flex;justify-content:flex-end}.ipm-user-form-grid{grid-template-columns:1fr}.ipm-user-active-field{align-self:stretch;margin-top:0}.ipm-user-stats article{min-height:72px;padding:12px}}
@media(max-width:500px){.ipm-users-heading{display:block}.ipm-add-user{margin-top:14px}.ipm-user-toolbar{grid-template-columns:1fr}.ipm-user-toolbar .ipm-list-search{grid-column:1}.ipm-user-stats{grid-template-columns:1fr 1fr}.ipm-user-stats article{gap:8px}.ipm-user-stats article>span{width:32px;height:32px}.ipm-user-editor form{padding:17px}.ipm-user-editor>header{padding:17px}.ipm-user-password-control{grid-template-columns:minmax(0,1fr) 34px auto}}

/* Phase 6 settings */
.ipm-brand-mark.has-logo{overflow:hidden;background:var(--surface);border:1px solid var(--border);box-shadow:none}.ipm-brand-mark.has-logo img{width:100%;height:100%;object-fit:contain}.ipm-login-brand .ipm-brand-mark.has-logo{background:rgba(255,255,255,.94)}.ipm-settings{display:grid;gap:18px}.ipm-settings-heading{align-items:center;margin-bottom:6px}.ipm-master-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--border));background:var(--accent-soft);color:var(--accent);font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.ipm-master-badge svg{width:13px;height:13px}.ipm-settings-skeleton{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ipm-settings-skeleton span{height:310px;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(90deg,var(--surface-2),var(--surface),var(--surface-2));background-size:220% 100%;animation:ipm-shimmer 1.35s infinite}.ipm-settings form{display:grid;gap:18px}.ipm-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}.ipm-settings-card{min-width:0;padding:22px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px rgba(0,0,0,.02)}.ipm-settings-card>header{display:flex;gap:11px;align-items:center;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--border)}.ipm-settings-icon{width:36px;height:36px;display:grid;place-items:center;flex:none;border-radius:10px;background:var(--accent-soft);color:var(--accent)}.ipm-settings-icon svg{width:17px}.ipm-settings-card h2{margin:0 0 4px;font-size:13px}.ipm-settings-card header p{margin:0;color:var(--muted);font-size:8.5px}.ipm-logo-editor{display:flex;align-items:center;gap:14px;padding:14px;margin-bottom:16px;border:1px solid var(--border);border-radius:11px;background:var(--surface-2)}.ipm-logo-preview{width:58px;height:58px;display:grid;place-items:center;flex:none;border-radius:14px;color:#fff;background:linear-gradient(145deg,var(--accent-2),#4647c8);font-size:20px;font-weight:800;overflow:hidden}.ipm-logo-preview svg{width:25px}.ipm-logo-preview.has-image{background:var(--surface);border:1px solid var(--border)}.ipm-logo-preview img{width:100%;height:100%;object-fit:contain}.ipm-logo-editor>div{min-width:0}.ipm-logo-editor strong{font-size:9px}.ipm-logo-editor p{margin:3px 0 10px;color:var(--muted);font-size:7.5px}.ipm-logo-actions{display:flex;gap:6px;flex-wrap:wrap}.ipm-small-button{min-height:31px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--accent) 30%,var(--border));border-radius:8px;background:var(--accent-soft);color:var(--accent);font-size:8px;font-weight:750;cursor:pointer}.ipm-small-button.is-muted{border-color:var(--border);background:var(--surface);color:var(--muted)}.ipm-small-button input{position:absolute;width:1px;height:1px;opacity:0}.ipm-setting-field{display:grid;gap:7px}.ipm-setting-field>span,.ipm-length-control>label,.ipm-theme-options legend,.ipm-character-options legend{font-size:8.5px;font-weight:750;color:var(--text)}.ipm-setting-field input,.ipm-setting-field select{width:100%;height:43px;padding:0 11px;border:1px solid var(--border);border-radius:9px;outline:none;background:var(--surface);color:var(--text);font-size:10px}.ipm-setting-field input:focus,.ipm-setting-field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.ipm-setting-field small{color:var(--muted);font-size:7.5px}.ipm-setting-field i,.ipm-field-error{min-height:10px;color:var(--danger);font-size:7.5px;font-style:normal}.ipm-theme-options,.ipm-character-options{padding:0;margin:0;border:0}.ipm-theme-options legend,.ipm-character-options legend{margin-bottom:9px}.ipm-theme-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ipm-theme-options label{cursor:pointer}.ipm-theme-options input{position:absolute;opacity:0}.ipm-theme-options label>span{min-height:102px;padding:9px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:10px;transition:.16s}.ipm-theme-options label>span>i{display:block;height:45px;margin-bottom:9px;border-radius:7px;border:1px solid var(--border);background:linear-gradient(90deg,#f4f5f7 50%,#1d2027 50%)}.ipm-theme-options label>span>i.is-light{background:#f4f5f7}.ipm-theme-options label>span>i.is-dark{background:#1d2027}.ipm-theme-options strong{font-size:8.5px}.ipm-theme-options small{margin-top:2px;color:var(--muted);font-size:6.7px}.ipm-theme-options input:checked+span{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 12%,transparent);background:var(--accent-soft)}.ipm-theme-options input:focus-visible+span{outline:2px solid var(--accent);outline-offset:2px}.ipm-settings-note{margin:12px 0 0;color:var(--muted);font-size:7.5px;line-height:1.5}.ipm-security-callout{display:flex;gap:9px;align-items:flex-start;margin-top:16px;padding:11px;border:1px solid color-mix(in srgb,var(--success) 22%,var(--border));border-radius:9px;background:color-mix(in srgb,var(--success) 7%,var(--surface));color:var(--success)}.ipm-security-callout svg{width:16px;flex:none}.ipm-security-callout p{display:flex;flex-direction:column;margin:0}.ipm-security-callout strong{font-size:8px;color:var(--text)}.ipm-security-callout small{margin-top:2px;color:var(--muted);font-size:7px}.ipm-length-control{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.ipm-length-control output{min-width:33px;padding:5px 7px;text-align:center;border-radius:7px;background:var(--accent-soft);color:var(--accent);font-size:9px;font-weight:750}.ipm-length-control input{grid-column:1/-1;width:100%;accent-color:var(--accent)}.ipm-character-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:17px}.ipm-character-options legend{grid-column:1/-1}.ipm-character-options label{display:grid;grid-template-columns:auto 31px 1fr;align-items:center;gap:7px;min-height:42px;padding:0 9px;border:1px solid var(--border);border-radius:9px;cursor:pointer}.ipm-character-options input{accent-color:var(--accent)}.ipm-character-options label>span{font-size:7px;color:var(--accent);font-weight:750}.ipm-character-options label>strong{font-size:8px}.ipm-generator-preview{display:grid;grid-template-columns:minmax(0,1fr) 30px auto;gap:8px;align-items:center;margin-top:15px;padding:10px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2)}.ipm-generator-preview>div{display:flex;flex-direction:column;min-width:0}.ipm-generator-preview small{font-size:6.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.ipm-generator-preview code{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:8px}.ipm-generator-preview button{width:28px;height:28px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);cursor:pointer}.ipm-generator-preview>span{padding:4px 6px;border-radius:999px;background:color-mix(in srgb,var(--success) 10%,var(--surface));color:var(--success);font-size:6.5px;font-weight:750;white-space:nowrap}.ipm-settings-savebar{position:sticky;bottom:14px;z-index:12;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:color-mix(in srgb,var(--surface) 93%,transparent);backdrop-filter:blur(14px);box-shadow:var(--shadow)}.ipm-settings-savebar>div{display:flex;flex-direction:column;margin-right:auto}.ipm-settings-savebar strong{font-size:9px}.ipm-settings-savebar small{margin-top:2px;color:var(--muted);font-size:7px}.ipm-settings-savebar .ipm-button{margin:0;min-height:34px;border:0;cursor:pointer}.ipm-settings-savebar button:disabled{opacity:.5;cursor:not-allowed}.ipm-button-spinner{width:10px;height:10px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:ipm-spin .7s linear infinite}.ipm-inline-error{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid color-mix(in srgb,var(--danger) 28%,var(--border));border-radius:11px;background:color-mix(in srgb,var(--danger) 7%,var(--surface));color:var(--danger)}.ipm-inline-error>span{width:26px;height:26px;display:grid;place-items:center;border-radius:7px;background:color-mix(in srgb,var(--danger) 12%,var(--surface));font-weight:800}.ipm-inline-error>div{flex:1}.ipm-inline-error strong{font-size:9px}.ipm-inline-error p{margin:2px 0 0;color:var(--muted);font-size:7.5px}.ipm-inline-error button{border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);padding:7px 10px;font-size:8px;cursor:pointer}
@media(max-width:940px){.ipm-settings-grid{grid-template-columns:1fr}.ipm-settings-skeleton{grid-template-columns:1fr}.ipm-settings-skeleton span{height:230px}}
@media(max-width:560px){.ipm-settings-heading{display:block}.ipm-master-badge{margin-top:13px}.ipm-settings-card{padding:17px}.ipm-theme-options{grid-template-columns:1fr}.ipm-theme-options label>span{min-height:68px;display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto;column-gap:10px}.ipm-theme-options label>span>i{grid-row:1/3;width:80px;height:48px;margin:0}.ipm-character-options{grid-template-columns:1fr}.ipm-settings-savebar{bottom:8px;display:grid;grid-template-columns:1fr 1fr}.ipm-settings-savebar>div{grid-column:1/-1}.ipm-settings-savebar .ipm-button,.ipm-settings-savebar .ipm-small-button{width:100%}.ipm-logo-editor{align-items:flex-start}.ipm-generator-preview{grid-template-columns:minmax(0,1fr) 30px}.ipm-generator-preview>span{grid-column:1/-1;width:max-content}}
/* Phase 7 final polish */
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--accent);outline-offset:2px}
::selection{background:color-mix(in srgb,var(--accent) 24%,transparent);color:var(--text)}
.ipm-sidebar,.ipm-workspace,.ipm-brand-copy,.ipm-nav-item span,.ipm-security-note span{transition:width .2s ease,margin .2s ease,opacity .16s ease,transform .2s ease}








.ipm-user{min-height:43px;padding:4px 6px 4px 12px;border:0;border-left:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer}
.ipm-user>svg{width:13px;color:var(--muted);transition:transform .16s ease}
.ipm-user[aria-expanded=true]>svg{transform:rotate(90deg)}
.ipm-profile-menu{position:absolute;top:calc(100% + 10px);right:0;width:245px;padding:8px;z-index:60;border:1px solid var(--border);border-radius:13px;background:var(--surface);box-shadow:0 20px 50px rgba(16,24,40,.16)}
.ipm-profile-menu header{display:flex;align-items:center;gap:10px;padding:10px;border-bottom:1px solid var(--border)}
.ipm-profile-menu header>span:last-child{min-width:0;display:flex;flex-direction:column}
.ipm-profile-menu header strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ipm-profile-menu header small{margin-top:3px;color:var(--muted);font-size:7.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ipm-profile-menu>p{margin:8px 9px 5px;color:var(--muted);font-size:7px;text-transform:uppercase;letter-spacing:.09em;font-weight:750}
.ipm-profile-menu>a{min-height:36px;padding:0 9px;display:flex;align-items:center;gap:9px;border-radius:8px;color:var(--text);text-decoration:none;font-size:9px;font-weight:650}
.ipm-profile-menu>a:hover{background:var(--surface-2);color:var(--accent)}
.ipm-profile-menu>a svg{width:15px;color:var(--muted)}
.ipm-toast.is-warning>span:first-child{background:color-mix(in srgb,#f59e0b 12%,var(--surface));color:#d88a07}
.ipm-toast>span:last-child{line-height:1.45}
.ipm-modal-backdrop:not([hidden]){animation:ipm-fade-in .16s ease both}
.ipm-modal-backdrop:not([hidden]) .ipm-modal{animation:ipm-modal-in .2s ease both}
.ipm-button,.ipm-small-button,.ipm-row-action,.ipm-category-action,.ipm-user-action,.ipm-icon-button{transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}
.ipm-button:not(:disabled):active,.ipm-small-button:not(:disabled):active,.ipm-icon-button:not(:disabled):active{transform:translateY(1px)}
@keyframes ipm-fade-in{from{opacity:0}to{opacity:1}}
@keyframes ipm-modal-in{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:760px){.ipm-user{padding-left:7px}.ipm-profile-menu{position:fixed;top:58px;right:12px;width:min(280px,calc(100vw - 24px))}}
@media(prefers-reduced-motion:reduce){.ipm-modal-backdrop:not([hidden]),.ipm-modal-backdrop:not([hidden]) .ipm-modal{animation:none}}
.ipm-form-actions [data-save-password],.ipm-category-editor [data-category-save],.ipm-user-editor [data-user-save],.ipm-settings-savebar [data-settings-save],.ipm-form-actions [data-save-password]>span,.ipm-category-editor [data-category-save]>span,.ipm-user-editor [data-user-save]>span,.ipm-settings-savebar [data-settings-save]>span{font-size:12px!important;line-height:1.2}
