body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f7f5;color:#171717}*{box-sizing:border-box}button,input,textarea{font:inherit}button:disabled{opacity:.55;cursor:not-allowed}.brand{display:flex;align-items:center;gap:10px}.auth{min-height:100vh;display:grid;place-items:center;padding:32px}.auth>.brand{position:fixed;top:28px;left:32px}.card{width:min(440px,92vw);background:#fff;border:1px solid #e6e6e1;border-radius:20px;padding:28px}.card form,.formStack{display:grid;gap:12px;margin-top:24px}h1{font-size:26px;margin:10px 0 6px}p{color:#6f6f68;line-height:1.5}input,textarea{border:1px solid #d9d9d3;background:#fff;padding:12px 14px;border-radius:10px;outline:none}input:focus,textarea:focus{border-color:#8c8c83;box-shadow:0 0 0 3px #00000008}textarea{min-height:90px;resize:vertical}button,.upload{border:0;border-radius:10px;background:#171717;color:#fff;padding:10px 13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.secondary{background:#fff;color:#34342f;border:1px solid #deded7}.danger{background:#fff0f0;color:#a32828;border:1px solid #f1cece}.iconOnly{width:40px;height:40px;padding:0}.iconOnly svg,.rowActions svg,.fileActions svg{width:17px;height:17px}.error,.notice{margin-top:14px;padding:10px 12px;border-radius:10px;font-size:14px}.error{background:#fff0f0;color:#a32828;display:flex;align-items:center;justify-content:space-between;gap:12px}.error>button{padding:2px;background:transparent;color:inherit}.error>button svg{width:16px}.notice{background:#eeefe9;color:#4d5043}.shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}aside{height:100vh;position:sticky;top:0;background:#f0f0ec;border-right:1px solid #dfdfd8;padding:22px 16px;display:flex;flex-direction:column;gap:28px}nav{display:grid;gap:5px}nav button{background:transparent;color:#66665f;justify-content:flex-start;padding:9px 10px;font-size:14px}nav button svg,.ghost svg,.upload svg,.actions svg{width:17px}.active{background:#dfdfd8!important;color:#171717!important}.asideFoot{margin-top:auto;display:grid;gap:10px;color:#777}.ghost{background:transparent;color:#555;justify-content:flex-start;padding-left:0}main{padding:34px 40px;min-width:0}header{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #e5e5df;padding-bottom:24px}header h1{margin:0;font-size:23px}header p{margin:4px 0 0;font-size:13px}.actions,.rowActions{display:flex;align-items:center;gap:8px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:10px;padding-top:22px}.file{background:#fff;color:#171717;border:1px solid #e4e4de;border-radius:12px;overflow:hidden}.file:hover{border-color:#c6c6bf}.fileMain{width:100%;background:transparent;color:#171717;border-radius:0;padding:15px;text-align:left;justify-content:flex-start}.fileMain>div:last-child{display:grid;gap:3px;min-width:0}.fileMain b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fileMain small{color:#85857e}.fileIcon{font-size:24px;width:34px;display:grid;place-items:center}.fileIcon svg{width:23px;height:23px}.fileActions{border-top:1px solid #ededE8;display:flex;padding:6px}.fileActions button{flex:1;background:transparent;color:#707068;padding:7px}.fileActions button:hover{background:#f4f4f0;color:#20201d}.empty{margin:90px auto;text-align:center;max-width:440px;color:#6f6f68}.grid>.empty{grid-column:1/-1}.empty h2{color:#272727;font-size:18px;margin:12px 0 0}.empty p{font-size:14px}.center{min-height:100vh;display:grid;place-items:center;align-content:center}.secretList,.publishedList{display:grid;gap:10px;margin-top:22px}.secret,.publication{background:#fff;border:1px solid #e4e4de;border-radius:12px;padding:16px;display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,2fr) auto;align-items:center;gap:16px}.secret>div:first-child,.publication>div:first-child{display:grid;gap:4px}.secret small,.publication small,.totp small{color:#85857e}.secret code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#f4f4f0;padding:9px 10px;border-radius:7px}.secret>p{grid-column:1/-1;margin:0;font-size:13px}.totpGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;margin-top:22px}.totp{background:#fff;border:1px solid #e4e4de;border-radius:14px;padding:17px;display:grid;gap:13px}.totp>div:first-child{display:grid;gap:3px}.totpCode{background:transparent;color:#171717;justify-content:flex-start;padding:0;font-size:29px;font-weight:700;letter-spacing:.08em;font-variant-numeric:tabular-nums}.totpBar{height:3px;border-radius:2px;background:#ecece7;overflow:hidden}.totpBar span{display:block;height:100%;background:#34342f;transition:width .3s linear}.publication a{font-size:13px;color:#4b64a6;text-decoration:none}.status{font-size:12px;padding:5px 8px;border-radius:999px;justify-self:start}.status.active{background:#edf6ee!important;color:#32733e!important}.status.disabled{background:#efefec;color:#777}.overlay{position:fixed;inset:0;background:#1119;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:50;display:grid;place-items:center;padding:24px}.modal{background:#fff;border:1px solid #ddd;border-radius:16px;box-shadow:0 28px 80px #0003;overflow:hidden}.smallModal{width:min(500px,95vw);padding:20px}.previewModal{width:min(1100px,96vw);height:min(800px,92vh);display:grid;grid-template-rows:auto 1fr}.modalHead{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:2px 2px 16px}.previewModal .modalHead{padding:16px 18px;border-bottom:1px solid #ecece7}.modalHead>div{display:grid;gap:3px;min-width:0}.modalHead b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modalHead small{color:#85857e}.previewBody{min-height:0;background:#f1f1ed;display:grid;place-items:center;overflow:auto}.previewImage{max-width:100%;max-height:100%;object-fit:contain}.previewVideo{max-width:100%;max-height:100%}.previewFrame{width:100%;height:100%;border:0;background:#fff}.textPreview{align-self:stretch;justify-self:stretch;margin:0;padding:24px;background:#fff;white-space:pre-wrap;overflow:auto;font:14px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace}.tableWrap{align-self:stretch;justify-self:stretch;overflow:auto;background:#fff}.tableWrap table{border-collapse:collapse;width:max-content;min-width:100%;font-size:13px}.tableWrap th,.tableWrap td{border:1px solid #e4e4de;padding:7px 10px;text-align:left;max-width:420px;white-space:pre-wrap}.tableWrap th{position:sticky;top:0;background:#f4f4f0}.or{text-align:center;color:#92928b;font-size:12px}.formStack label{font-size:13px;font-weight:600}.slugField{display:flex;align-items:center;border:1px solid #d9d9d3;border-radius:10px;background:#f8f8f5;overflow:hidden}.slugField span{padding:0 10px;color:#818179;font-size:13px}.slugField input{flex:1;border:0;border-radius:0;background:#fff;min-width:0}.slugField input:focus{box-shadow:none}.publishedList .publication{grid-template-columns:minmax(220px,1fr) auto auto}@media(max-width:860px){.shell{grid-template-columns:1fr}aside{display:none}main{padding:24px 18px}.grid{grid-template-columns:1fr 1fr}.secret,.publication,.publishedList .publication{grid-template-columns:1fr}.rowActions{justify-content:flex-start}header{align-items:flex-start}.actions{flex-wrap:wrap;justify-content:flex-end}}@media(max-width:560px){.grid,.totpGrid{grid-template-columns:1fr}header{display:grid}.actions{justify-content:flex-start}.previewModal{width:100vw;height:100vh;border-radius:0}.overlay{padding:0}.smallModal{width:calc(100vw - 24px)}}.breadcrumbs{display:flex;align-items:center;gap:3px;margin-top:18px;min-height:32px;overflow-x:auto;white-space:nowrap}.breadcrumbs svg{width:15px;height:15px;color:#aaa}.breadcrumbs button{background:transparent;color:#6b6b64;padding:5px 7px;border-radius:7px;font-size:13px}.breadcrumbs button:hover{background:#ecece7;color:#20201d}.breadcrumbs button.current{color:#20201d;font-weight:600}.upload.secondary{background:#fff;color:#34342f;border:1px solid #deded7}.fileActions:empty{display:none}.fileActions button:only-child{flex:none;width:100%}.navCount{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#d6d6cf;color:#555;font-size:11px;display:grid;place-items:center}.totpHead{display:flex!important;align-items:flex-start;justify-content:space-between;gap:12px}.totpHead>div{display:grid;gap:3px}.trashList{display:grid;gap:10px;margin-top:22px}.trashItem{background:#fff;border:1px solid #e4e4de;border-radius:12px;padding:15px 16px;display:grid;grid-template-columns:auto minmax(180px,1fr) auto;align-items:center;gap:14px}.trashIcon{width:38px;height:38px;border-radius:10px;background:#f2f2ee;display:grid;place-items:center;color:#66665f}.trashIcon svg{width:20px;height:20px}.trashInfo{display:grid;gap:4px;min-width:0}.trashInfo b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trashInfo small{color:#85857e;font-size:12px}.trashItem .rowActions{justify-self:end}@media(max-width:700px){.breadcrumbs{margin-top:12px}.actions .upload.secondary{display:none}.trashItem{grid-template-columns:auto 1fr}.trashItem .rowActions{grid-column:1/-1;justify-self:stretch}.trashItem .rowActions button{flex:1}}.batchToolbar{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px}.batchToolbar svg{width:17px;height:17px}.batchToolbar>span{font-size:14px;color:#55554e}.fileSelect{display:flex;align-items:center;gap:8px;min-height:44px;cursor:pointer;font-size:14px}.file>.fileSelect{padding:8px 15px 0}.fileSelect input{width:18px;height:18px;margin:0;accent-color:#34342f}.fileSelect input:focus-visible{outline:2px solid #34342f;outline-offset:3px}.selectedFile{border-color:#34342f;background:#f5f5ef}.moveDialog{color:inherit;max-height:90vh;overflow:auto}.moveDialog::backdrop{background:#1119}.folderPicker{display:grid;gap:8px;max-height:40vh;overflow:auto;margin-top:16px}.folderPicker button{justify-content:flex-start;min-height:44px}.folderPicker button span{flex:1;min-width:0;overflow-wrap:anywhere;text-align:left}.folderPicker svg{width:18px;flex-shrink:0}.moveDestination{overflow-wrap:anywhere}.moveDialog button:focus-visible,.batchToolbar button:focus-visible{outline:2px solid #34342f;outline-offset:3px}@media(max-width:560px){.batchToolbar{gap:8px}.batchToolbar>button{flex:1}.moveDialog .rowActions{flex-wrap:wrap}.moveDialog .rowActions button{flex:1}}.passkeyLogin{width:100%;margin-top:10px}.settingsGrid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:12px;margin-top:22px}.settingsCard{background:#fff;border:1px solid #e4e4de;border-radius:14px;padding:18px;display:grid;gap:16px;align-content:start}.settingsTitle{display:flex;align-items:flex-start;gap:11px}.settingsTitle>svg{width:20px;height:20px;color:#65655e;margin-top:1px}.settingsTitle>div{display:grid;gap:3px}.settingsTitle small,.muted,.settingRow small{color:#85857e;font-size:12px}.settingsRows{display:grid;gap:8px}.settingRow{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #eeeeea}.settingRow>div{display:grid;gap:3px}.settingRow:last-child{border-bottom:0}.compact{margin-top:0}.compact p{margin:0;font-size:13px}.kdfStats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.kdfStats span{background:#f4f4f0;border-radius:9px;padding:10px;display:grid;gap:3px;font-size:11px;color:#85857e}.kdfStats b{font-size:14px;color:#20201d}.storageBadge{display:flex;align-items:center;gap:8px;background:#f4f4f0;border-radius:10px;padding:13px}.storageBadge svg{width:18px}.publicationV2{grid-template-columns:minmax(260px,1fr) auto auto!important}.publicationMain{display:grid!important;gap:5px}.domainRow{display:flex!important;align-items:center;gap:6px;font-size:12px;color:#64645d}.domainRow svg{width:13px;height:13px}.domainRow button{background:transparent;color:#999;padding:2px}.domainRow button svg{width:13px}.versionsModal{width:min(720px,95vw);max-height:85vh;padding:20px;display:grid;grid-template-rows:auto auto 1fr;gap:10px}.versionUpload{justify-self:start}.versionList{overflow:auto;display:grid;gap:8px}.versionRow{border:1px solid #e5e5df;border-radius:10px;padding:12px 13px;display:flex;align-items:center;justify-content:space-between;gap:16px}.versionRow>div{display:grid;gap:4px}.versionRow small{color:#85857e;font-size:12px}.currentPill{font-size:10px;font-weight:500;margin-left:8px;background:#edf6ee;color:#32733e;padding:3px 6px;border-radius:999px}.fileActions{flex-wrap:wrap}.fileActions button{min-width:34px}.slugField>span:first-child{min-width:45px;text-align:center}.settingsCard code{font-size:12px;background:#f4f4f0;padding:2px 5px;border-radius:5px}@media(max-width:900px){.settingsGrid{grid-template-columns:1fr}.publicationV2{grid-template-columns:1fr!important}.kdfStats{grid-template-columns:1fr 1fr 1fr}}@media(max-width:560px){.versionRow{display:grid}.versionRow button{justify-self:start}.kdfStats{grid-template-columns:1fr}.settingsGrid{margin-top:14px}}
