:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f7fb;color:#18324a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #f3f7fb;--panel: #ffffff;--panel-soft: #eef6f8;--border: #d9e4ed;--text: #18324a;--muted: #65778a;--primary: #167a72;--secondary: #3b82b8;--danger: #c24158;--warning: #a16207;--radius: 14px;--shadow: 0 12px 32px rgba(31, 67, 91, .1)}*{box-sizing:border-box}html,body,#root{max-width:100%;overflow-x:hidden}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at top left,rgba(101,194,183,.22),transparent 32rem),linear-gradient(180deg,#f8fbfd,#edf4f8)}button,input,select,textarea{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}button:disabled{cursor:not-allowed;opacity:.68}button{transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}button:not(:disabled):active{transform:translateY(1px)}input,select,textarea{width:100%;min-height:48px;border:1px solid var(--border);border-radius:var(--radius);padding:0 14px;background:#fff;color:var(--text);outline:none}textarea{min-height:110px;padding-block:12px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#4caaa0;box-shadow:0 0 0 4px #167a721f}.boot-screen,.auth-screen{min-height:100vh;display:grid;place-items:center;padding:calc(18px + env(safe-area-inset-top)) 18px calc(28px + env(safe-area-inset-bottom));overflow-y:auto}.auth-panel{width:min(100%,440px);border:1px solid var(--border);border-radius:18px;padding:clamp(20px,6vw,28px);background:#fffffff5;box-shadow:0 24px 60px #1f435b24}.auth-panel.compact{padding-top:34px}.auth-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.onboarding-skip{width:100%;margin-top:14px}.brand-mark{width:58px;height:58px;display:grid;place-items:center;border-radius:16px;margin-bottom:18px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-weight:900}h1,h2,h3,p{margin-top:0}h1{margin-bottom:8px;font-size:2rem;letter-spacing:0}.muted{color:var(--muted);line-height:1.55}.small{font-size:.9rem}.app-shell{width:min(100%,720px);max-width:720px;min-height:100dvh;margin:0 auto;background:#f8fbfdb8;overflow-x:hidden}.app-content{min-height:100dvh;overflow-x:hidden}.page{position:relative;padding:calc(20px + env(safe-area-inset-top)) 18px 116px;overflow-x:hidden}.page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.page-header>div{min-width:0}.page-header.inline{justify-content:flex-start}.page-header h1{margin:0;font-size:1.9rem}.eyebrow{margin-bottom:4px;color:var(--primary);font-size:.78rem;font-weight:800;text-transform:uppercase}.counter{flex:0 0 auto;min-width:42px;padding:9px 11px;border:1px solid var(--border);border-radius:999px;text-align:center;color:var(--primary);background:#e8f5f3}.vault-header-actions{display:flex;flex:0 0 auto;align-items:center;gap:9px}.profile-avatar{width:42px;height:42px;display:grid;place-items:center;border:1px solid #c9e3e0;border-radius:50%;color:var(--primary);background:#fff;box-shadow:0 5px 14px #1f435b14}.profile-avatar svg{width:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.form-stack{display:grid;gap:15px;padding-bottom:8px}.page>.form-stack{border:1px solid var(--border);border-radius:20px;padding:18px;background:#fff;box-shadow:var(--shadow)}.credential-page{padding-top:calc(18px + env(safe-area-inset-top))}.credential-page .page-header.inline{display:grid;grid-template-columns:auto 1fr;align-items:end;margin-bottom:16px}.credential-page .page-header .ghost-button{min-height:40px;border-radius:12px;padding-inline:14px}.credential-page .page-header h1{font-size:clamp(2rem,8vw,2.35rem);line-height:1.05}.credential-page>.form-stack{gap:14px;border-radius:16px;padding:16px;box-shadow:0 10px 28px #1f435b14}.credential-page .field{gap:8px}.credential-page input,.credential-page select{min-height:54px;border-radius:12px}.credential-page textarea{min-height:92px;border-radius:12px}.credential-page .secure-field{grid-template-columns:minmax(0,1fr) auto}.credential-page .secure-field .icon-button{min-width:58px}.password-actions{display:grid;grid-template-columns:auto 1fr}.password-actions .secondary-button{width:100%}.field{display:grid;gap:7px;color:var(--muted);font-size:.9rem;font-weight:700}.field-hint{color:var(--muted);font-size:.82rem;font-weight:600;line-height:1.35}.compact-field{margin-bottom:14px}.secure-field{display:grid;grid-template-columns:1fr auto;gap:8px}.icon-button,.ghost-button,.secondary-button,.primary-button,.danger-button,.link-button,.chip,.nav-item{min-height:44px;border:0;border-radius:var(--radius)}.icon-button{min-width:76px;padding:0 12px;border:1px solid var(--border);background:#eef4f8;color:var(--text)}.primary-button{width:100%;min-width:0;padding:0 18px;background:linear-gradient(135deg,var(--primary),#2f9389);color:#fff;font-weight:900;box-shadow:0 8px 18px #167a7233;overflow-wrap:anywhere}.secondary-button,.ghost-button{padding:0 14px;border:1px solid var(--border);background:#fff;color:var(--text)}.secondary-button.full{width:100%}.danger-button{padding:0 16px;border:1px solid #f1cbd2;background:#fff1f3;color:var(--danger)}.danger-button.full{width:100%;margin-top:18px}.link-button{background:transparent;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.form-error{margin:0;border:1px solid #f1cbd2;border-radius:10px;padding:10px 12px;color:var(--danger);background:#fff5f7;line-height:1.4}.field-error{margin:-8px 0 0;border-radius:10px;padding:8px 10px;color:var(--danger);background:#fff5f7;font-size:.84rem;line-height:1.35}.success-message{color:var(--primary)}.search-field{position:relative;display:block;margin-bottom:14px}.search-field svg{position:absolute;z-index:1;top:50%;left:14px;width:20px;transform:translateY(-50%);fill:none;stroke:var(--muted);stroke-linecap:round;stroke-width:1.9;pointer-events:none}.search-field input{padding-left:43px;background:#fffffff5}.category-row{position:relative;display:flex;gap:8px;margin:0 0 14px;padding:0 2px 2px 0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.category-row::-webkit-scrollbar{display:none}.vault-selectors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.vault-selectors select{min-height:46px;padding-right:34px}.chip{flex:0 0 auto;min-width:0;min-height:40px;padding:0 13px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--muted);overflow-wrap:anywhere}.chip.active{border-color:var(--primary);color:#fff;background:var(--primary)}.password-list{display:grid;gap:12px;padding-bottom:74px}.vault-page{min-height:calc(100dvh - 84px);padding-bottom:calc(96px + env(safe-area-inset-bottom))}.vault-page .password-list{padding-bottom:0}.security-page{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.selector-panel{display:grid;gap:16px}.guided-note{border:1px solid #b8ddd8;border-radius:10px;padding:10px 12px;color:#11675f;background:#eaf7f4;font-size:.9rem;font-weight:700;line-height:1.4}.credential-modal-backdrop{position:fixed;inset:0;z-index:35;display:grid;place-items:end center;padding:0;background:#0f172a42;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.credential-modal{width:min(100%,560px);max-height:calc(100dvh - 28px);display:grid;grid-template-rows:auto auto minmax(0,1fr);border:1px solid var(--border);border-bottom:0;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -16px 44px #0f172a2e;overflow:hidden}.sheet-handle{width:48px;height:5px;justify-self:center;margin-top:11px;border-radius:999px;background:#cbd5e1}.credential-modal-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 18px 10px;background:#fff}.credential-modal-header h1{margin:0;font-size:clamp(1.55rem,7vw,2rem);line-height:1.05}.sheet-close-button{width:42px;height:42px;border:0;border-radius:50%;background:#f1f5f9;color:#334155;font-size:1.55rem;font-weight:900;line-height:1}.credential-form{gap:14px;min-height:0;overflow-y:auto;padding:10px 18px 18px;overscroll-behavior:contain}.credential-form input,.credential-form select{min-height:52px;border-radius:12px}.credential-form textarea{min-height:88px;border-radius:12px}.credential-form .secure-field{grid-template-columns:minmax(0,1fr) auto}.credential-form .secure-field .icon-button{min-width:58px}.detail-sheet-content{min-height:0;overflow-y:auto;border:0;border-radius:0;box-shadow:none;padding:10px 18px 18px}.detail-sheet .detail-title{margin-bottom:14px}.detail-sheet .detail-actions{position:sticky;bottom:0;z-index:2;grid-template-columns:1fr;padding-top:10px;background:linear-gradient(180deg,#fff0,#fff 24%)}.detail-sheet .detail-actions .danger-button{width:100%;min-height:50px;border-radius:14px}.sheet-actions{position:sticky;bottom:0;z-index:2;display:grid;grid-template-columns:1fr 1.3fr;gap:10px;margin:4px -2px -2px;padding-top:10px;background:linear-gradient(180deg,#fff0,#fff 24%)}.sheet-actions .secondary-button,.sheet-actions .primary-button{min-height:52px;border-radius:14px}.sheet-actions .secondary-button{border-color:transparent;background:#f1f5f9;color:#334155;font-weight:900}.selector-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.selector-heading h1{margin-bottom:0}.profile-list{display:grid;gap:12px}.profile-card{display:grid;gap:10px;border:1px solid var(--border);border-radius:var(--radius);padding:12px;background:#f8fbfd}.profile-card>button:first-child{display:grid;gap:6px;min-height:54px;border:0;border-radius:var(--radius);padding:12px;background:#fff;color:var(--text);text-align:left}.profile-card strong{font-size:1.05rem}.profile-card span{color:var(--muted);font-size:.86rem;line-height:1.35}.profile-card .profile-open-label{margin-top:5px;color:var(--primary);font-weight:900}.password-card,.detail-panel,.settings-panel,.empty-state,.stat-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.password-card{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 18px;color:var(--text);text-align:left}.credential-leading{min-width:0;display:flex;align-items:center;gap:13px}.credential-summary{min-width:0}.credential-icon{width:44px;height:44px;display:grid;flex:0 0 44px;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--secondary));font-size:.9rem;font-weight:900;letter-spacing:-.03em}.credential-icon svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.6}.credential-icon.facebook{background:#1877f2;font-family:Arial,sans-serif;font-size:1.5rem}.credential-icon.instagram{background:linear-gradient(135deg,#833ab4,#e1306c,#fcb045);font-size:1.4rem}.credential-icon.google{background:#fff;color:#4285f4;border:1px solid var(--border);font-size:1.15rem}.credential-icon.github{background:#24292f;font-size:.75rem}.credential-icon.microsoft{background:#2f7ed8;font-size:1.05rem}.credential-icon.amazon{background:#232f3e;font-size:1.25rem}.password-card h3,.detail-title h2{margin-bottom:4px}.password-card p,.detail-title p{margin:0;color:var(--muted);overflow-wrap:anywhere}.password-card h3,.password-card p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inline-warning{display:inline-flex;margin-top:8px;border-radius:999px;padding:4px 8px;color:#854d0e;background:#fff7d6;font-size:.78rem;font-weight:800}.inline-warning.block{display:flex;width:fit-content;margin:0}.warning-list{display:grid;gap:8px;padding:14px 0;border-top:1px solid var(--border)}.card-meta{display:grid;justify-items:end;gap:8px;color:var(--muted);font-size:.85rem}.card-category{max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strength-badge{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;padding:0 10px;font-size:.78rem;font-weight:900}.strength-badge.weak{background:#fff0f2;color:#a83249}.strength-badge.medium{background:#fff7d6;color:#854d0e}.strength-badge.strong{background:#e5f6f2;color:#11675f}.fab{position:fixed;right:max(18px,calc((100vw - min(100vw,720px))/2 + 18px));bottom:calc(96px + env(safe-area-inset-bottom));width:58px;height:58px;border:0;border-radius:20px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-size:2rem;font-weight:900;box-shadow:0 8px 18px #167a7233}.empty-state{padding:26px;text-align:center;min-width:0}.empty-state p{margin-bottom:0;color:var(--muted)}.empty-state-action{width:100%;margin-top:18px}.action-row,.button-grid{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.button-grid .secondary-button{flex:1 1 145px}.detail-panel,.settings-panel{padding:18px}.settings-section{display:grid;gap:14px;margin-bottom:14px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-heading h2,.settings-section h2{margin-bottom:0;font-size:1.15rem}.status-pill{flex:0 0 auto;min-height:28px;display:inline-flex;align-items:center;border:1px solid #b8ddd8;border-radius:999px;padding:0 10px;color:#11675f;background:#e8f6f3;font-size:.78rem;font-weight:900}.status-pill.attention{border-color:#f0d499;color:#854d0e;background:#fff7d6}.security-overview{gap:16px}.security-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.security-summary h2{margin:0 0 6px;font-size:clamp(1.25rem,6vw,1.55rem);line-height:1.12;overflow-wrap:anywhere}.security-summary span:not(.status-pill){color:var(--muted);font-size:.86rem;font-weight:650;line-height:1.35}.security-stats{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.65fr);gap:12px}.security-total,.security-stat{border:1px solid var(--border);border-radius:12px;background:#f8fbfd}.security-total{min-height:156px;display:grid;align-content:center;gap:6px;padding:16px}.security-total span,.security-stat span{color:var(--muted);font-size:.78rem;font-weight:850}.security-total strong{color:var(--text);font-size:3rem;line-height:.95}.security-total small{color:var(--muted);font-size:.82rem;font-weight:650;line-height:1.25}.security-stat-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.security-stat{min-height:70px;display:grid;align-content:center;gap:4px;padding:10px 12px}.security-stat strong{color:var(--text);font-size:1.35rem;line-height:1}.security-stat.warning strong{color:var(--warning)}.security-stat.danger strong{color:var(--danger)}.security-recommendations{display:grid;gap:8px}.security-recommendations p{margin:0;border:1px solid #c9e4e0;border-radius:12px;padding:10px 12px;color:#11675f;background:#f0faf8;font-size:.9rem;font-weight:750;line-height:1.35}.security-controls{display:grid;gap:12px;border-top:1px solid var(--border);padding-top:14px}.security-action-row{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px}.security-actions-panel{gap:12px}.security-action-list{display:grid;gap:10px}.security-menu-button{min-height:68px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 14px;align-items:center;border:1px solid var(--border);border-radius:12px;padding:12px 14px;background:#f8fbfd;color:var(--text);text-align:left}.security-menu-button:after{content:"›";color:var(--muted);font-size:1.5rem;font-weight:800;line-height:1}.security-menu-button span,.security-menu-button small{min-width:0;overflow-wrap:anywhere}.security-menu-button span{font-size:.98rem;font-weight:900}.security-menu-button small{grid-column:1;color:var(--muted);font-size:.82rem;font-weight:650;line-height:1.3}.modal-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.settings-modal{max-height:min(86dvh,760px);overflow-y:auto;overscroll-behavior:contain}.settings-modal .section-heading{align-items:flex-start}.settings-modal .section-heading>.muted{margin-bottom:0}.backup-modal-content{display:grid;gap:14px}.backup-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;border:1px solid #c9e4e0;border-radius:14px;padding:14px;background:#f0faf8}.backup-summary h3{margin:0 0 5px;font-size:1.1rem;overflow-wrap:anywhere}.backup-summary span:not(.status-pill){color:#587086;font-size:.84rem;font-weight:700}.backup-card{display:grid;gap:12px;border:1px solid var(--border);border-radius:14px;padding:14px;background:#fff}.backup-card h3{margin:0 0 4px;font-size:1rem}.backup-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.backup-file-picker{position:relative;display:grid;gap:4px;border:1px dashed #9dcac5;border-radius:14px;padding:14px;background:#f7fbfc;color:var(--text);cursor:pointer}.backup-file-picker input{position:absolute;inset:0;width:100%;height:100%;min-height:0;opacity:0;cursor:pointer}.backup-file-picker span{font-weight:900;overflow-wrap:anywhere}.backup-file-picker small{color:var(--muted);font-size:.82rem;font-weight:700}.import-form{margin-top:4px}.plain-list{display:grid;gap:8px;margin:0;padding-left:18px;color:var(--muted);line-height:1.45}.onboarding-checklist,.recommendation-list{display:grid;gap:10px;margin:16px 0 18px;padding:0;list-style:none}.onboarding-checklist li,.recommendation-list p{margin:0;border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;color:var(--text);background:#f7fafc;line-height:1.4;font-size:.92rem}.onboarding-checklist li:before{content:"✓";display:inline-block;margin-right:8px;color:var(--primary);font-weight:900}.modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:end center;padding:18px;background:#1e354661;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-panel{width:min(100%,520px);display:grid;gap:14px;border:1px solid var(--border);border-radius:14px;padding:20px;background:#fff;box-shadow:0 24px 70px #1f435b3d}.modal-panel h2,.modal-panel p{margin-bottom:0}.modal-panel p{color:var(--muted);line-height:1.5}.modal-summary{display:grid;gap:8px;border:1px solid var(--border);border-radius:var(--radius);padding:12px;color:var(--muted);background:#f5f9fb;font-size:.9rem}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal-actions.single{grid-template-columns:1fr}.detail-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.detail-row,.notes-box{display:grid;gap:6px;padding:14px 0;border-top:1px solid var(--border)}.action-detail-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.action-detail-row>div:first-child{min-width:0;display:grid;gap:6px}.detail-row span,.notes-box span{color:var(--muted);font-size:.84rem;font-weight:800}.detail-row strong{overflow-wrap:anywhere}.mini-actions{display:flex;gap:8px}.mini-button{min-height:38px;border:1px solid var(--border);border-radius:12px;padding:0 12px;background:#f8fbfd;color:var(--text);font-weight:800}.detail-actions{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin-top:16px}.detail-actions .danger-button{min-height:44px}.notes-box p{margin-bottom:0;color:var(--text);line-height:1.55}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.stat-card{padding:14px}.stat-card span{display:block;margin-bottom:8px;color:var(--muted);font-size:.78rem;font-weight:800}.stat-card strong{font-size:1.8rem}.stat-card.warning strong{color:var(--warning)}.stat-card.danger strong{color:var(--danger)}.bottom-nav{position:fixed;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;max-width:720px;margin:0 auto;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:#fffffff0;box-shadow:0 -8px 28px #1f435b14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.toast{position:fixed;right:max(18px,calc((100vw - min(100vw,720px))/2 + 18px));bottom:calc(168px + env(safe-area-inset-bottom));left:max(18px,calc((100vw - min(100vw,720px))/2 + 18px));z-index:20;max-width:560px;margin:0 auto;border:1px solid var(--border);border-radius:16px;padding:13px 16px 13px 46px;background:#fff;box-shadow:0 16px 36px #1f435b29;color:var(--text);line-height:1.35}.toast:before{position:absolute;left:15px;top:50%;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:.8rem;font-weight:900;transform:translateY(-50%)}.busy-banner{position:fixed;top:calc(10px + env(safe-area-inset-top));right:18px;left:18px;z-index:25;max-width:680px;margin:0 auto;border:1px solid #9fd3cd;border-radius:var(--radius);padding:10px 12px;background:#effaf8;color:#11675f;text-align:center;font-size:.9rem;font-weight:800}.update-banner{position:fixed;top:calc(10px + env(safe-area-inset-top));right:18px;left:18px;z-index:26;max-width:680px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin:0 auto;border:1px solid #b9d7eb;border-radius:var(--radius);padding:10px 12px;background:#f5fbff;color:var(--text);box-shadow:var(--shadow);font-size:.9rem}.update-banner button{min-height:36px;border:0;border-radius:var(--radius);padding:0 12px;background:var(--secondary);color:#fff;font-weight:900}.toast.success{border-color:#2dd4bf8c}.toast.success:before{content:"✓";background:var(--primary)}.toast.error{border-color:#f1cbd2}.toast.error:before{content:"!";background:var(--danger)}.notification-modal-backdrop{position:fixed;inset:0;z-index:45;display:grid;place-items:end center;padding:0 18px calc(112px + env(safe-area-inset-bottom));pointer-events:none}.notification-modal{position:relative;width:min(100%,440px);display:grid;grid-template-columns:auto minmax(0,1fr);gap:13px;align-items:center;overflow:hidden;border:1px solid rgba(22,122,114,.22);border-radius:18px;padding:14px 16px;background:#fffffff7;box-shadow:0 18px 46px #1f435b2e;animation:notification-enter .18s ease-out}.notification-modal>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--primary);box-shadow:0 8px 18px #167a7233;font-size:1rem;font-weight:950}.notification-modal:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary));transform-origin:left;animation:notification-progress 3s linear forwards}.notification-modal.error{border-color:#f1cbd2}.notification-modal.error>span{background:var(--danger);box-shadow:0 8px 18px #c241582e}.notification-modal.error:after{background:var(--danger)}.notification-modal p{margin:0;color:var(--text);line-height:1.35;font-size:.95rem;font-weight:850;overflow-wrap:anywhere}@keyframes notification-enter{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes notification-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.remote-vault-list{display:grid;gap:10px}.remote-vault-item{display:grid;gap:4px;border:1px solid var(--line);border-radius:var(--radius);padding:12px;background:#f7fafc}.remote-vault-item strong{color:var(--text)}.remote-vault-item span{color:var(--muted);font-size:.86rem}.nav-item{display:grid;place-items:center;gap:3px;background:transparent;color:var(--muted);font-size:.78rem;font-weight:800}.nav-item span{font-size:1.3rem;line-height:1}.nav-item.active{background:#e7f5f2;color:var(--primary)}@media(min-width:680px){.page{padding-inline:26px}}@media(max-width:380px){h1{font-size:1.75rem}.page{padding-inline:14px;padding-bottom:calc(132px + env(safe-area-inset-bottom))}.empty-state{padding:22px 16px}.auth-panel{border-radius:14px}.stats-grid,.security-summary,.security-stats,.security-action-row{grid-template-columns:1fr}.security-summary .status-pill{width:fit-content}.secure-field{grid-template-columns:1fr}.credential-page{padding-bottom:calc(156px + env(safe-area-inset-bottom))}.credential-page .page-header.inline{grid-template-columns:1fr;align-items:start;gap:12px}.credential-page .page-header .ghost-button{width:fit-content}.credential-page .secure-field{grid-template-columns:minmax(0,1fr) auto}.credential-page .primary-button[type=submit]{position:sticky;bottom:calc(74px + env(safe-area-inset-bottom));z-index:5;min-height:52px;box-shadow:0 12px 26px #167a7240}.credential-modal-backdrop{padding:10px 10px calc(10px + env(safe-area-inset-bottom))}.credential-modal{max-height:calc(100dvh - 20px - env(safe-area-inset-bottom));border-radius:18px 18px 14px 14px}.credential-modal-header{padding:16px 16px 10px}.credential-form{padding:14px 16px 16px}.modal-actions{grid-template-columns:1fr}.password-card{gap:10px;padding:14px}.detail-page .page-header.inline{gap:12px}.action-detail-row{grid-template-columns:1fr;align-items:stretch}.mini-actions{display:grid;grid-template-columns:1fr 1fr}.mini-button{width:100%}.detail-actions{grid-template-columns:1fr}.credential-leading{gap:10px}.credential-icon{width:40px;height:40px;flex-basis:40px}.card-meta{gap:6px}.selector-heading{align-items:stretch;flex-direction:column}}
