*{margin:0;padding:0}html,body{width:100%}:root{--bg:#0f172a;--surface:#1e293b;--surface-2:#263449;--primary:#6366f1;--primary-rgb:99, 102, 241;--primary-dark:#4f46e5;--text:#e2e8f0;--muted:#94a3b8;--danger:#ef4444;--border:#94a3b840;--radius:14px}:root[data-theme=light]{--bg:#f1f5f9;--surface:#fff;--surface-2:#eef2f7;--primary:#6366f1;--primary-rgb:99, 102, 241;--primary-dark:#4f46e5;--text:#0f172a;--muted:#64748b;--danger:#dc2626;--border:#0f172a1f}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;overscroll-behavior:none;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.screen{min-height:100dvh;padding:env(safe-area-inset-top) 16px env(safe-area-inset-bottom);flex-direction:column;max-width:480px;margin:0 auto;display:flex}.card{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:14px;margin:auto 0;padding:28px 20px;display:flex}.card-top{justify-content:flex-end;margin-bottom:-8px;display:flex}h1{text-align:center;margin:0 0 4px;font-size:1.5rem}.subtitle,.hint{color:var(--muted);text-align:center;margin:0;font-size:.85rem}form{flex-direction:column;gap:14px;display:flex}label{color:var(--muted);flex-direction:column;gap:6px;font-size:.85rem;font-weight:500;display:flex}input,textarea,select{background:var(--surface-2);border:1.5px solid var(--border);color:var(--text);border-radius:12px;width:100%;padding:12px 14px;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.8}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2394a3b8'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:16px;padding-right:38px}input:hover,textarea:hover,select:hover{border-color:rgba(var(--primary-rgb), .5)}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .2);outline:none}input[type=checkbox]{width:auto;accent-color:var(--primary)}.field-label-edit{color:var(--muted);background:0 0;border:none;border-bottom:1px dashed #0000;padding:0 0 2px;font-size:.85rem;font-weight:600}.field-label-edit:hover,.field-label-edit:focus{border-bottom-color:var(--primary);box-shadow:none;outline:none}.btn{cursor:pointer;background:var(--surface-2);color:var(--text);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 16px;font-size:1rem;font-weight:600;transition:filter .15s,transform 50ms;display:inline-flex}.btn:active{transform:scale(.98)}.btn.primary{background:var(--primary);color:#fff;box-shadow:0 2px 10px rgba(var(--primary-rgb), .35)}.btn.primary:active{background:var(--primary-dark)}.btn.primary.danger{background:var(--danger)}.btn.primary.danger:active{background:#b91c1c}.btn.big{padding:16px;font-size:1.1rem}.btn.small{min-height:auto;padding:8px 12px;font-size:.85rem}.btn.link{color:var(--primary);background:0 0;font-weight:500;text-decoration:underline}.error{color:var(--danger);text-align:center;margin:0;font-size:.85rem}.stacked{margin-top:8px}.app-header{justify-content:space-between;align-items:center;padding:12px 0;display:flex}.header-actions{align-items:center;gap:8px;display:flex}.brand{color:var(--text);justify-content:center;align-items:center;gap:8px;font-size:1.3rem;font-weight:700;display:flex}.brand svg{color:var(--primary);flex-shrink:0}.search{margin-bottom:12px}.entry-list{flex-direction:column;flex:1;gap:8px;margin:0;padding:0 0 90px;list-style:none;display:flex;overflow-y:auto}.entry-row{background:var(--surface);cursor:pointer;border-radius:12px;grid-template-columns:1fr;gap:8px;padding:12px 14px;display:grid}.entry-row:active{background:var(--surface-2)}.entry-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.entry-main{flex-direction:column;min-width:0;display:flex}.entry-title{font-weight:600}.entry-sub{color:var(--muted);font-size:.85rem}.entry-password{color:var(--muted);align-items:center;gap:8px;font-family:ui-monospace,SFMono-Regular,monospace;display:flex}.entry-password-value{letter-spacing:1px;background:var(--surface-2);min-width:140px;color:var(--text);border:1px solid #334155;border-radius:8px;flex:1;padding:6px 10px}.entry-actions{flex-shrink:0;gap:4px;display:flex}.entry-actions .icon-btn{min-width:34px;min-height:34px}.icon-btn{background:var(--surface-2);cursor:pointer;min-width:40px;min-height:40px;color:var(--muted);border:none;border-radius:8px;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.empty{color:var(--muted);text-align:center;margin-top:40px}.fab{bottom:calc(24px + env(safe-area-inset-bottom));background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;max-width:480px;height:56px;font-size:1.8rem;display:inline-flex;position:fixed;right:24px;box-shadow:0 6px 16px #0006}.modal-backdrop{z-index:10;background:#0009;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:16px 16px 0 0;width:100%;max-width:480px;max-height:90dvh;padding:20px;overflow-y:auto}.modal h2{margin-top:0}.password-row{gap:8px;display:flex}.password-row input{flex:1}.modal-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.custom-fields{flex-direction:column;gap:8px;margin:14px 0;display:flex}.custom-fields-header{color:var(--muted);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.custom-field-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.custom-field-row input[type=text],.custom-field-row input:not([type=checkbox]){flex:1;min-width:0}.custom-field-secret{color:var(--muted);flex-direction:row;flex-shrink:0;align-items:center;gap:4px;width:auto;font-size:.75rem;display:flex}.custom-field-secret input[type=checkbox]{width:auto}.view-fields{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.view-field{flex-direction:column;gap:4px;display:flex}.view-label{color:var(--muted);font-size:.8rem}.view-value-row{align-items:center;gap:8px;display:flex}.view-value{word-break:break-word;flex:1;font-family:ui-monospace,SFMono-Regular,monospace}.view-notes{white-space:pre-wrap;font-family:inherit}.theme-toggle{flex-shrink:0}@media (width>=480px){.screen{padding-top:24px}}
