:root{--canvas:#f5f6f8;--surface:#fff;--ink:#121820;--muted:#667085;--soft:#98a2b3;--line:#e7e9ee;--blue:#4f46e5;--blue-dark:#3730a3;--blue-pale:#edeeff;--danger:#b4233d;--radius:18px;--shadow:0 18px 45px rgba(20,29,47,.08)}
*{box-sizing:border-box}html{background:var(--canvas)}body{min-width:320px;margin:0;color:var(--ink);font:500 15px/1.55 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(ellipse 80% 36% at 50% -10%,#e1e3ff 0,rgba(245,246,248,0) 72%),var(--canvas)}
nav,main,footer{max-width:1180px;margin:auto}nav{height:88px;display:flex;align-items:center;gap:26px;padding:0 30px;border-bottom:1px solid rgba(18,24,32,.06)}nav a{color:var(--muted);text-decoration:none;transition:color .2s}.brand{display:flex;align-items:center;margin-right:12px;color:var(--ink)!important}.brand:before{display:none}.brand img{width:200px;height:200px;object-fit:contain}nav a:not(.brand):hover{color:var(--ink)}.grow{flex:1}
main{min-height:calc(100vh - 162px);padding:46px 30px 80px}footer{display:flex;align-items:center;gap:20px;padding:28px 30px;color:var(--soft);font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.02em;border-top:1px solid rgba(18,24,32,.07)}.footer-links,.social-links{display:flex;align-items:center;gap:14px}.footer-links{margin-left:auto}.footer-links a{color:var(--muted);text-decoration:none}.social-links a{display:grid;width:26px;height:26px;place-items:center;border:1px solid #d9ddea;border-radius:50%;color:var(--blue);font-weight:800;text-decoration:none}
.button,button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid transparent;border-radius:10px;background:var(--blue);box-shadow:0 4px 10px rgba(79,70,229,.2);color:#fff;font:700 13px/1 system-ui,sans-serif;letter-spacing:-.1px;text-decoration:none;cursor:pointer;transition:transform .18s,background .18s,box-shadow .18s}.button:hover,button:hover{background:var(--blue-dark);box-shadow:0 7px 17px rgba(79,70,229,.26);transform:translateY(-1px)}.button.small{min-height:34px;padding:7px 12px;border-radius:8px;font-size:12px}.button.ghost{border-color:#d3d8e7;background:rgba(255,255,255,.55);box-shadow:none;color:var(--ink)}.button.ghost:hover{border-color:#abb3c8;background:#fff;box-shadow:0 4px 12px rgba(21,27,41,.06)}button:disabled{opacity:.5;cursor:wait;transform:none!important}.link{min-height:auto;padding:0;background:none!important;box-shadow:none!important;color:var(--muted);font-weight:600}.link:hover{color:var(--ink)!important}

nav .button.small{min-height:42px;padding:11px 18px;border-radius:10px;font-size:13px}.hero .button{min-height:54px;padding:15px 24px;border-radius:12px;font-size:15px}.hero .button.ghost{padding:14px 23px}
.hero{position:relative;max-width:850px;padding:94px 0 92px}.hero:after{position:absolute;z-index:-1;top:57px;right:-85px;width:260px;height:260px;border:1px solid rgba(79,70,229,.12);border-radius:50%;box-shadow:0 0 0 28px rgba(79,70,229,.04),0 0 0 70px rgba(79,70,229,.025);content:""}.hero h1{max-width:760px;margin:15px 0 25px;font-size:clamp(48px,7vw,82px);font-weight:800;line-height:.99;letter-spacing:-4.5px}.hero p:not(.eyebrow){max-width:610px;margin:0 0 32px;color:var(--muted);font-size:18px;line-height:1.7}.hero .button{margin-right:9px}.eyebrow{display:flex;align-items:center;gap:8px;color:var(--blue);font:500 11px/1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.08em}.eyebrow:before{width:7px;height:7px;border-radius:50%;background:currentColor;content:""}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.features article{min-height:190px;padding:25px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.62);transition:transform .2s,box-shadow .2s}.features article:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.features b{color:var(--blue);font:500 11px ui-monospace,SFMono-Regular,Consolas,monospace}.features h2{margin:24px 0 7px;font-size:17px}.features p,.muted{color:var(--muted)}h2{letter-spacing:-.75px}.features p{margin:0;font-size:14px}.notice{padding:14px 17px;border:1px solid;border-radius:12px;margin-bottom:24px;font-size:14px}.error{border-color:#ffd8dd;background:#fff5f6;color:#9f1239}.success{border-color:#b8edd8;background:#f0fff6;color:#087443}
.auth{width:min(440px,100%);margin:26px auto;padding:36px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.8);box-shadow:var(--shadow)}.auth h1{margin:10px 0 28px;font-size:40px;line-height:1;letter-spacing:-2px}.auth form,.plan form{display:grid;gap:16px}.auth label{color:#344054;font-size:12px;font-weight:800}.auth input{display:block;width:100%;margin-top:7px;padding:12px 13px;border:1px solid #d7dce6;border-radius:9px;outline:0;background:#fff;color:var(--ink);font:500 14px system-ui,sans-serif;transition:border .2s,box-shadow .2s}.auth input:focus{border-color:#8681f2;box-shadow:0 0 0 4px rgba(79,70,229,.12)}.auth .terms-check{display:flex;gap:9px;align-items:flex-start;color:var(--muted);font-size:12px;font-weight:500;line-height:1.5}.auth .terms-check input{display:inline-block;width:16px;height:16px;margin:1px 0 0}.auth .terms-check a{color:var(--blue)}.auth .form-intro{margin:-15px 0 20px}.auth p{margin:21px 0 0;color:var(--muted);font-size:13px}.auth a{color:var(--blue);font-weight:700}.content-page{max-width:760px;margin:22px auto;padding:20px}.content-page h1{margin:9px 0 25px;font-size:48px;letter-spacing:-2px}.content-page h2{margin-top:33px}.content-page p{color:var(--muted);line-height:1.8}.ai-attribution{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:38px;padding:20px 22px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.7)}.ai-attribution strong,.ai-attribution span{display:block}.ai-attribution span{margin-top:3px;color:var(--muted);font-size:13px}.ai-attribution img{display:block;max-width:292px;max-height:90px;object-fit:contain}.openai-logo-slot{display:grid;min-width:116px;min-height:48px;place-content:center;border:1px dashed #aab1c5;border-radius:8px;color:#667085!important;text-align:center;text-decoration:none}.openai-logo-slot span{font-size:12px;font-weight:800}.openai-logo-slot small{margin-top:2px;font-size:9px}.attribution-note{font-size:11px!important;line-height:1.55!important}
.center{max-width:1100px;margin:auto;text-align:center}.center>.eyebrow{justify-content:center}.center>h1{margin:12px 0 35px;font-size:48px;line-height:1;letter-spacing:-2.5px}.plans{display:grid;grid-template-columns:repeat(2,minmax(0,360px));justify-content:center;gap:18px;margin:auto;text-align:left}.plans-three{grid-template-columns:repeat(3,minmax(0,320px))}.plan{position:relative;display:flex;min-height:555px;flex-direction:column;padding:30px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.75)}.plan.active{border-color:#8984f0;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.plan h2{margin:0;font-size:20px}.price{min-height:0!important;margin:17px 0 8px!important;color:var(--ink)!important;font-size:32px!important;font-weight:800;letter-spacing:-1.5px}.price small{margin-left:4px;color:var(--muted);font-size:12px;font-weight:600;letter-spacing:0}.quota{margin:2px 0 0;color:var(--blue);font-size:43px;font-weight:800;letter-spacing:-2.5px;line-height:1}.quota-label{margin:4px 0 17px;color:var(--soft);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.plan-subtitle{min-height:40px;margin:0 0 18px;color:var(--muted);font-size:12px;line-height:1.55}.plan-features{display:grid;gap:10px;min-height:210px;margin:0 0 24px;padding:0;list-style:none;color:#475467;font-size:12px;line-height:1.45}.plan-features li{position:relative;padding-left:22px}.plan-features li:before{position:absolute;left:0;top:2px;display:grid;width:14px;height:14px;place-items:center;border-radius:50%;background:var(--blue-pale);color:var(--blue);font-size:10px;font-weight:900;content:'✓'}.plan .button,.plan form{width:100%;margin-top:auto}
.dashboard-head{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:10px}.dashboard-head h1{margin:5px 0 0;font-size:38px;line-height:1;letter-spacing:-2px}.dashboard-head p:not(.eyebrow){margin:8px 0 0;color:var(--muted);font-size:14px}.meter{height:9px;margin:19px 0 40px;overflow:hidden;border-radius:9px;background:#e6e8ee}.meter i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f46e5,#837df9);box-shadow:0 0 10px rgba(79,70,229,.36)}
.dashboard-actions{display:flex;gap:10px}.account-page{max-width:700px;margin:20px auto}.account-page>h1{margin:10px 0 30px;font-size:44px;letter-spacing:-2px}.account-card{margin:18px 0;padding:28px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.76)}.account-card h2{margin:0 0 8px}.account-card p{margin:0 0 20px;color:var(--muted);font-size:14px}.account-card form{display:grid;gap:14px;max-width:410px}.account-card label{color:#344054;font-size:12px;font-weight:800}.account-card input{display:block;width:100%;margin-top:7px;padding:12px 13px;border:1px solid #d7dce6;border-radius:9px;outline:0;background:#fff;color:var(--ink);font:500 14px system-ui,sans-serif}.account-card input:focus{border-color:#8681f2;box-shadow:0 0 0 4px rgba(79,70,229,.12)}.account-danger{border-color:#f4c7cd;background:#fffafb}.account-danger h2{color:#9f1239}.danger-button{justify-self:start;background:#b4233d;box-shadow:0 4px 10px rgba(180,35,61,.2)}.danger-button:hover{background:#8e1730;box-shadow:0 7px 17px rgba(180,35,61,.25)}
.upload-card{position:relative;overflow:hidden;margin-bottom:43px;padding:30px;border:1px solid #dfe1ff;border-radius:var(--radius);background:linear-gradient(113deg,#eeefff,#f9f9ff)}.upload-card:before{position:absolute;right:-50px;bottom:-70px;width:180px;height:180px;border:24px solid rgba(79,70,229,.09);border-radius:50%;content:""}.upload-card h2{margin:0;font-size:22px}.upload-card p{margin:7px 0 20px;color:var(--muted);font-size:14px}.drop-zone{position:relative;z-index:1;display:flex;min-height:190px;max-width:650px;flex-direction:column;align-items:center;justify-content:center;padding:25px;border:1.5px dashed #aaa8ed;border-radius:14px;background:rgba(255,255,255,.68);text-align:center;transition:border-color .18s,background .18s,box-shadow .18s}.drop-zone.dragging{border-color:var(--blue);background:#f8f8ff;box-shadow:0 0 0 4px rgba(79,70,229,.11)}.drop-zone.has-file{border-color:#55b891;background:#f3fff9}.file-input{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.upload-glyph{display:grid;width:39px;height:39px;margin-bottom:10px;place-items:center;border-radius:12px;background:var(--blue-pale);color:var(--blue);font-size:22px;font-weight:800}.drop-zone strong{font-size:14px}.drop-zone span{margin-top:2px;color:var(--muted);font-size:12px}.choose-actions{display:flex;gap:8px;margin-top:15px}.choose-file{padding:8px 12px;border:1px solid #c8cdeb;border-radius:8px;background:#fff;color:var(--blue);font-size:12px;font-weight:800;cursor:pointer;transition:background .18s}.folder-choice{border-color:#aaa8ed;background:#f4f3ff}.choose-file:hover{background:var(--blue-pale)}.upload-card>#uploadButton{position:relative;z-index:1;margin-top:16px}.upload-card #uploadStatus{position:relative;z-index:1;margin-top:14px;color:var(--muted);font-size:13px}
.share-password{position:relative;z-index:1;display:grid;max-width:380px;gap:5px;margin-top:18px;color:#344054;font-size:12px;font-weight:800}.share-password span{color:var(--soft);font-weight:500}.share-password input{width:100%;padding:11px 12px;border:1px solid #d7dce6;border-radius:9px;outline:0;background:#fff;font:500 14px system-ui,sans-serif}.share-password input:focus{border-color:#8681f2;box-shadow:0 0 0 4px rgba(79,70,229,.12)}.protected-download{margin-top:60px}
.files-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.files-heading h2{margin:0}.files-heading .muted{margin:4px 0 0;font-size:12px}.files{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.7)}.files article{display:flex;align-items:center;gap:14px;padding:15px 18px;border-bottom:1px solid var(--line);transition:background .18s}.files article:last-child{border-bottom:0}.files article:hover{background:#fbfbff}.file-icon{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;border:1px solid #dce0ff;border-radius:11px;background:var(--blue-pale);color:var(--blue);font-size:18px}.file-data{flex:1;display:grid;min-width:0}.file-data strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.file-data span{color:var(--soft);font:11px ui-monospace,SFMono-Regular,Consolas,monospace}.copy{color:var(--blue);font-size:13px;font-weight:800;text-decoration:none}.danger{min-height:auto;padding:7px 9px;border:1px solid #f4c7cd!important;border-radius:7px;background:#fff5f6!important;box-shadow:none!important;color:var(--danger);font-size:11px}.danger:hover{border-color:#e8a5af!important;color:#8e1730!important;transform:none!important}
@media(max-width:850px){.plans-three{grid-template-columns:repeat(2,minmax(0,340px))}}@media(max-width:650px){nav{height:76px;gap:14px;padding:0 18px}nav .brand{margin-right:auto}nav .brand img{width:48px;height:48px}nav a:not(.brand),nav form{display:none}nav a.button{display:inline-flex}main{padding:34px 18px 58px}footer{align-items:flex-start;flex-direction:column;padding:23px 18px}.footer-links{margin-left:0}.hero{padding:55px 0 62px}.hero:after{top:18px;right:-120px;width:180px;height:180px}.hero h1{font-size:50px;letter-spacing:-3px}.hero p:not(.eyebrow){font-size:16px}.features,.plans,.plans-three{grid-template-columns:1fr}.features article{min-height:unset}.center>h1{font-size:39px}.auth{margin:6px auto;padding:27px 23px}.dashboard-head{align-items:flex-start;gap:15px}.dashboard-actions{flex-wrap:wrap}.dashboard-head h1{font-size:32px}.dashboard-head .button{white-space:nowrap}.files article{flex-wrap:wrap;padding:14px}.file-data{min-width:calc(100% - 60px)}.copy{margin-left:54px}}
