@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap";html,body,#root{min-height:100%;margin:0}body{-webkit-font-smoothing:antialiased;font-family:DM Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{--ink:#111;--muted:#111;--line:#e5e9ed;--brand:#39746d;--brand-dark:#2d5f59;--pale:#e8f2ef;--bg:#f5f7f8}*{box-sizing:border-box}button,input{font:inherit}button{cursor:pointer}.loading-screen{background:var(--bg);min-height:100vh;color:var(--muted);place-content:center;justify-items:center;gap:14px;display:grid}.loading-screen p{margin:0;font-size:14px}.brand{color:var(--ink);letter-spacing:-.03em;align-items:center;gap:10px;font-size:18px;font-weight:800;display:flex}.brand-mark{width:36px;height:36px;color:var(--brand);border-radius:11px;place-items:center;font-weight:800;display:grid;box-shadow:0 8px 18px #39746d24}.secure-share-mark{color:var(--brand);display:block}.brand-mark .secure-share-mark{width:36px;height:36px}.eyebrow{color:var(--ink);letter-spacing:.12em;font-size:11px;font-weight:800}.app-shell{background:var(--bg);min-height:100vh;color:var(--ink);display:flex}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;flex-shrink:0;width:248px;padding:28px 16px 24px;display:flex}.sidebar .brand{padding:0 12px 42px}.sidebar nav{gap:6px;display:grid}.nav-item{color:var(--ink);text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:14px;padding:13px 14px;font-size:14px;transition:all .2s;display:flex}.nav-item:hover{color:var(--ink);background:#f2f6f5}.nav-item.active{background:var(--pale);color:var(--ink);font-weight:700}.sidebar-foot{border-top:1px solid var(--line);color:var(--muted);gap:7px;margin-top:auto;padding:28px 16px 0;font-size:12px;display:grid}.sidebar-foot a{color:var(--ink);text-decoration:none}.sidebar-foot a:hover{color:var(--ink)}.workspace{flex:1;min-width:0}.topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:80px;padding:0 40px;display:flex}.date-label{color:var(--ink);font-size:13px}.user-menu{align-items:center;gap:12px;display:flex}.avatar{width:36px;height:36px;color:var(--ink);background:#dce8ff;border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.user-name{font-size:13px;font-weight:700}.sign-out{color:var(--muted);background:0 0;border:0;font-size:12px}.sign-out:hover{color:var(--ink)}.content{max-width:1120px;margin:0 auto;padding:46px 48px 56px}.page-heading{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.page-heading h1{letter-spacing:-.05em;margin:10px 0 8px;font-size:31px;line-height:1.1}.page-heading p{color:var(--muted);margin:0;font-size:15px}.primary-button,.secondary-button{color:#fff;background:var(--brand);border:0;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-size:13px;font-weight:750;transition:all .2s;display:inline-flex;box-shadow:0 10px 20px #39746d18}.primary-button:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 12px 24px #39746d20}.primary-button:disabled{opacity:.6;cursor:wait}.primary-button.full{width:100%;margin-top:6px}.secondary-button{color:var(--ink);background:var(--pale);box-shadow:none}.stats-row{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;display:grid}.stat-card,.panel,.drop-zone{border:1px solid var(--line);background:#fff;border-radius:16px}.stat-card{gap:6px;min-height:118px;padding:22px;display:grid}.stat-card strong{letter-spacing:-.05em;font-size:28px}.stat-card span{color:var(--muted);font-size:13px}.stat-card em{color:var(--ink);font-size:12px;font-style:normal;font-weight:750}.stat-card em.green{color:var(--ink)}.drop-zone{text-align:left;width:100%;min-height:182px;color:var(--ink);background:#f8faff;border:1.5px dashed #9bb7fa;align-items:center;gap:18px;padding:30px 38px;transition:all .2s;display:flex}.drop-zone:hover,.drop-zone.dragging{border-color:var(--brand);background:#f0f7f5}.drop-zone>span:nth-child(2){gap:7px;display:grid}.drop-zone strong{font-size:17px}.drop-zone small{color:var(--muted);font-size:13px}.drop-zone small:last-child{margin-top:7px;font-size:11px}.drop-icon{width:48px;height:48px;color:var(--brand);background:var(--pale);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.browse-pill{color:var(--ink);background:#fff;border-radius:10px;margin-left:auto;padding:12px 17px;font-size:13px;font-weight:750;box-shadow:0 4px 12px #294b4c0d}.dashboard-grid{grid-template-columns:minmax(0,1fr) 300px;gap:24px;margin-top:24px;display:grid}.panel{padding:24px}.panel-heading{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.panel h2{letter-spacing:-.02em;margin:0;font-size:17px}.panel-heading p,.health-panel>p{color:var(--muted);margin:7px 0 0;font-size:13px}.text-button{color:var(--ink);background:0 0;border:0;font-size:12px;font-weight:750}.file-list{display:grid}.file-row{border-top:1px solid #eef1f5;grid-template-columns:42px minmax(0,1fr) 72px 100px;align-items:center;gap:12px;min-height:68px;display:grid}.file-type{background:var(--pale);width:38px;height:38px;color:var(--ink);border-radius:10px;place-items:center;font-size:9px;font-weight:800;display:grid}.file-name{gap:4px;min-width:0;display:grid}.file-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.file-name small,.file-size{color:var(--muted);font-size:11px}.file-actions{justify-content:flex-end;gap:4px;display:flex}.file-actions button{color:var(--ink);background:0 0;border:0;border-radius:7px;padding:7px}.file-actions button:hover{background:var(--pale);color:var(--ink)}.empty-files{text-align:center;min-height:170px;color:var(--muted);border-top:1px solid #eef1f5;place-content:center;justify-items:center;display:grid}.empty-file-icon{width:42px;height:42px;color:var(--ink);background:var(--pale);border-radius:12px;place-items:center;margin-bottom:10px;display:grid}.empty-files strong{color:var(--ink);font-size:14px}.empty-files p{margin:5px 0 0;font-size:12px}.health-panel{min-height:350px}.meter{background:#e4ecff;border-radius:99px;height:8px;margin-top:28px;overflow:hidden}.meter span{background:var(--brand);border-radius:99px;height:100%;display:block}.health-meta{justify-content:space-between;gap:10px;margin-top:12px;font-size:11px;display:flex}.health-meta strong{color:var(--ink)}.health-meta span{color:var(--muted)}.share-callout{border-top:1px solid var(--line);gap:8px;margin-top:34px;padding-top:26px;display:grid}.share-callout-icon{width:42px;height:42px;color:var(--ink);background:var(--pale);border-radius:12px;place-items:center;display:grid}.share-callout strong{font-size:14px}.share-callout p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.empty-section{text-align:center;place-content:center;justify-items:center;min-height:420px;display:grid}.empty-section h2{margin:18px 0 8px}.empty-section p{max-width:360px;color:var(--muted);margin:0 0 20px;font-size:14px;line-height:1.6}.empty-icon{width:64px;height:64px;color:var(--ink);background:var(--pale);border-radius:18px;place-items:center;display:grid}.toast{color:#fff;background:#294b4c;border-radius:10px;align-items:center;gap:8px;padding:13px 16px;font-size:13px;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 14px 30px #294b4c22}.auth-shell{background:#fbfcfb;grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.auth-art{color:#fff;background:#294b4c;flex-direction:column;padding:34px 7vw;display:flex;position:relative;overflow:hidden}.auth-art .brand{color:#fff}.auth-copy{z-index:1;max-width:500px;margin:auto 0;position:relative}.auth-copy .eyebrow{color:#fff;opacity:.78}.auth-copy h1{letter-spacing:-.07em;margin:18px 0 22px;font-size:64px;line-height:.98}.auth-copy p{color:#fff;opacity:.82;max-width:430px;font-size:18px;line-height:1.55}.trust-list{color:#fff;opacity:.9;gap:13px;margin-top:34px;font-size:13px;display:grid}.trust-list span{align-items:center;gap:10px;display:flex}.trust-list svg{color:#fff}.art-glow{background:radial-gradient(circle,#8bc7b044,#0000 65%);border-radius:50%;width:570px;height:570px;position:absolute;bottom:-210px;right:-180px}.auth-panel{background:#f7f9f8;place-items:center;padding:34px;display:grid}.auth-card{background:#fff;border:1px solid #e8ecea;border-radius:24px;width:min(100%,390px);padding:42px;box-shadow:0 20px 50px #294b4c0d}.auth-heading{margin-bottom:30px}.auth-heading h2{letter-spacing:-.05em;margin:12px 0 8px;font-size:29px}.auth-heading p{color:var(--muted);margin:0;font-size:14px}.auth-card form{gap:17px;display:grid}.auth-card label{color:var(--ink);gap:7px;font-size:12px;font-weight:700;display:grid}.auth-card input{width:100%;height:48px;color:var(--ink);background:#fff;border:1px solid #d8e0ec;border-radius:10px;outline:0;padding:0 14px}.auth-card input:focus{border-color:#83afa7;box-shadow:0 0 0 4px #39746d14}.form-message{color:var(--ink);background:#fff1f1;border-radius:9px;padding:11px 12px;font-size:12px}.form-message.success{color:var(--ink);background:#ebfaf4}.switch-auth{color:var(--muted);text-align:center;margin:24px 0 0;font-size:12px}.switch-auth button{color:var(--ink);background:0 0;border:0;font-weight:800}@media (width<=900px){.sidebar{width:74px;padding:24px 10px}.sidebar .brand span:last-child,.nav-item{justify-content:center;font-size:0}.sidebar .brand{padding:0 9px 42px}.nav-item{padding:13px}.sidebar-foot{display:none}.topbar{padding:0 24px}.user-name{display:none}.content{padding:34px 24px 42px}.dashboard-grid{grid-template-columns:1fr}.health-panel{min-height:0}}@media (width<=640px){.auth-shell{grid-template-columns:1fr}.auth-art{min-height:380px;padding:24px}.auth-copy{margin-top:70px}.auth-copy h1{font-size:45px}.auth-panel{padding:34px 22px}.auth-card{border-radius:20px;padding:30px 22px}.date-label{display:none}.content{padding:28px 16px 36px}.page-heading{flex-direction:column;align-items:flex-start;gap:20px}.page-heading h1{font-size:26px}.stats-row{grid-template-columns:1fr;gap:12px}.stat-card{min-height:92px}.drop-zone{align-items:flex-start;padding:22px}.browse-pill{display:none}.dashboard-grid{margin-top:16px}.panel{padding:18px 14px}.file-row{grid-template-columns:38px minmax(0,1fr) 76px;gap:8px}.file-size{display:none}.file-actions{gap:0}.sidebar{width:62px}.sidebar .brand{padding-left:3px;padding-right:3px}.topbar{height:68px;padding:0 16px}}
