:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#101214;color:#f2f3f3;--bg: #101214;--panel: #16191c;--panel-2: #1c2024;--border: #2a2f34;--muted: #92999f;--text: #f2f3f3;--accent: #e7e9e9;--danger: #e97878}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text)}button,input{font:inherit}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.42}button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:2px solid #fff;outline-offset:2px}.wordmark{font-size:1.05rem;font-weight:700;letter-spacing:-.03em}.eyebrow{color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.primary{border-color:var(--accent)!important;background:var(--accent)!important;color:#111416!important;font-weight:700}.icon-button{width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:transparent}.icon-button:hover{background:var(--panel-2)}.icon-button svg{width:17px}.splash{min-height:100vh;display:grid;place-items:center;background:var(--bg)}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg)}.login-card{width:min(420px,100%);padding:36px;border:1px solid var(--border);border-radius:14px;background:var(--panel)}.login-copy{margin:70px 0 32px}.login-copy h1{margin:8px 0;font-size:2.4rem;letter-spacing:-.06em}.login-copy p,.modal p{margin:0;color:var(--muted);line-height:1.55}form{display:grid;gap:18px}label{display:grid;gap:8px;font-size:.82rem;font-weight:600}input{width:100%;border:1px solid var(--border);border-radius:8px;padding:12px 13px;background:#111416;color:var(--text)}.login-card button,.modal-actions button{min-height:44px;border:1px solid var(--border);border-radius:8px;padding:0 16px;background:transparent}.form-error{margin:-6px 0 0;color:var(--danger);font-size:.82rem}.form-success{margin:-6px 0 0;color:#7bc99a!important;font-size:.82rem!important}.password-field{position:relative;display:block}.password-field input{padding-right:48px}.password-field button{position:absolute;top:50%;right:5px;width:38px;min-height:36px!important;height:36px;display:grid;place-items:center;transform:translateY(-50%);border:0!important;padding:0!important;background:transparent!important;color:var(--muted)}.password-field button:hover{color:var(--text)}.password-field svg{width:18px}.request-link{display:flex;align-items:center;justify-content:center;gap:8px}.request-link svg{width:17px}.compact-copy{margin-top:52px}.setup-complete{display:grid;gap:12px;color:var(--muted)}.setup-complete>svg{width:30px;color:#7bc99a}.setup-complete strong{color:var(--text)}.setup-complete p{margin:0 0 8px;line-height:1.5}.setup-complete button{min-height:44px;border-radius:8px}.app-shell{min-height:100vh;display:grid;grid-template:64px 1fr / 220px minmax(0,1fr);background:var(--bg)}.topbar{grid-column:1 / 3;display:flex;align-items:center;gap:24px;padding:0 22px;border-bottom:1px solid var(--border);background:var(--panel)}.storage-state{margin-left:auto;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.78rem}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--danger)}.status-dot.online{background:#65b887}.account{display:flex;align-items:center;gap:12px;font-size:.84rem}.notification-button{position:relative;flex:0 0 auto}.notification-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;border:2px solid var(--panel);border-radius:10px;background:var(--danger);color:#171010;font-size:.65rem;font-weight:800}.sidebar{padding:28px 20px;border-right:1px solid var(--border);background:var(--panel)}.side-title{display:flex;align-items:center;gap:10px;font-weight:700}.side-title svg{width:19px}.sidebar p{color:var(--muted);font-size:.78rem;line-height:1.5}.drive-view{min-width:0;padding:clamp(22px,4vw,48px);overflow:hidden}.drive-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.drive-heading h1{margin:7px 0 0;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.06em}.toolbar-actions{display:flex;gap:9px}.toolbar-actions button{min-height:40px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:8px;padding:0 14px;background:var(--panel)}.toolbar-actions svg{width:17px}.file-toolbar{display:flex;align-items:center;gap:10px;min-height:58px;padding:9px;border:1px solid var(--border);border-bottom:0;border-radius:10px 10px 0 0;background:var(--panel)}.breadcrumbs{min-width:0;flex:1;display:flex;gap:5px;overflow:hidden;color:var(--muted);font-size:.8rem;white-space:nowrap}.breadcrumbs span:last-child{color:var(--text)}.search{width:min(280px,32vw);display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.search svg{width:16px;flex:0 0 auto;color:var(--muted)}.search input{height:36px;padding:0;border:0;background:transparent}.notice{display:flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid var(--border);border-bottom:0;background:var(--panel-2);color:var(--muted);font-size:.8rem}.notice svg{width:17px}.notice button{margin-left:auto;border:0;background:transparent}.error-notice{color:var(--danger)}.file-list{min-height:340px;max-height:calc(100vh - 270px);overflow:auto;border:1px solid var(--border);border-radius:0 0 10px 10px;background:var(--panel)}.list-head,.file-row{display:grid;grid-template-columns:minmax(240px,1fr) 180px 100px 130px;align-items:center;gap:12px;min-height:48px;padding:0 15px}.list-head{position:sticky;top:0;z-index:2;border-bottom:1px solid var(--border);background:var(--panel);color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase}.file-row{width:100%;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--muted);font-size:.78rem;text-align:left}.file-row:hover,.file-row.selected{background:var(--panel-2)}.file-name{min-width:0;display:flex;align-items:center;gap:11px;color:var(--text)}.file-name svg{width:18px;flex:0 0 auto;color:var(--muted)}.file-name strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-actions{display:flex;justify-content:flex-end;gap:4px;opacity:0}.file-row:hover .row-actions,.file-row.selected .row-actions{opacity:1}.row-actions button{height:30px;border:0;border-radius:6px;padding:0 9px;background:transparent;color:var(--muted)}.row-actions button:hover{background:var(--border);color:var(--text)}.row-actions .danger-link{width:30px;padding:0;color:var(--danger)}.row-actions svg{width:15px}.empty{min-height:290px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);font-size:.82rem;text-align:center}.empty svg{width:32px;height:32px;margin-bottom:7px}.empty strong{color:var(--text)}.truncated{color:var(--muted);font-size:.75rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:20px;background:#000000b8}.modal{position:relative;width:min(430px,100%);padding:28px;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.modal h2{margin:8px 0;letter-spacing:-.04em}.modal p{margin-bottom:7px;font-size:.86rem}.modal-icon{width:24px;color:var(--muted)}.modal-icon.danger{color:var(--danger)}.modal-close{position:absolute;top:15px;right:15px;border:0;background:transparent;color:var(--muted)}.modal-close svg{width:18px}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.request-inbox{width:min(620px,100%);max-height:min(760px,calc(100dvh - 40px));overflow:hidden}.request-inbox>p{margin-bottom:18px}.request-list{display:grid;gap:9px;max-height:470px;overflow:auto;padding-right:3px}.request-section-heading{display:grid;gap:3px;margin-top:8px;padding:8px 2px 2px}.request-section-heading span{color:var(--muted);font-size:.75rem}.request-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--border);border-radius:9px;background:var(--bg)}.request-card>div:first-child{min-width:0;display:grid;gap:3px}.request-card strong,.request-card span{overflow:hidden;text-overflow:ellipsis}.request-card span,.request-card small{color:var(--muted)}.request-card small{font-size:.7rem}.request-actions{display:flex;gap:7px;flex:0 0 auto}.denied-actions{align-items:center}.request-actions button,.issued-credentials button{min-height:36px;border:1px solid var(--border);border-radius:7px;padding:0 12px;background:transparent}.request-status{flex:0 0 auto;border-radius:12px;padding:5px 9px;font-size:.7rem;font-weight:700;text-transform:capitalize}.request-status.approved{background:#65b88724;color:#7bc99a}.request-status.denied{background:#e978781f;color:var(--danger)}.request-empty{min-height:220px}.issued-credentials{display:grid;gap:11px;margin-bottom:14px;padding:13px;border:1px solid #356047;border-radius:9px;background:#65b88714}.issued-credentials-heading{display:grid;gap:3px}.issued-credentials strong{color:#7bc99a}.issued-credentials-heading span,.copy-message{color:var(--muted);font-size:.76rem}.issued-credentials label{display:grid;gap:5px;color:var(--muted);font-size:.72rem;font-weight:700}.credential-value{display:flex;gap:6px}.credential-value input{min-width:0;flex:1;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.issued-credentials button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.issued-credentials svg{width:15px}.copy-all-credentials{width:100%}.copy-message{text-align:center;color:#7bc99a}.danger-button{border-color:var(--danger)!important;background:var(--danger)!important;color:#171010!important;font-weight:700}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:800px){.app-shell{display:block}.topbar{height:60px;padding:0 15px}.storage-state,.account>span,.sidebar{display:none}.account{margin-left:auto}.drive-view{padding:20px 14px}.drive-heading{display:block}.toolbar-actions{margin-top:18px}.toolbar-actions button{flex:1;justify-content:center}.file-toolbar{flex-wrap:wrap}.breadcrumbs{min-width:calc(100% - 96px)}.search{order:2;width:100%}.list-head{display:none}.file-list{max-height:calc(100dvh - 270px)}.file-row{grid-template-columns:minmax(0,1fr) auto;min-height:62px}.file-row>span:nth-child(2),.file-row>span:nth-child(3){display:none}.row-actions{opacity:1}.login-card{padding:28px}.request-card{align-items:stretch;flex-direction:column}.request-actions button{flex:1}.credential-value{align-items:stretch;flex-direction:column}}
