:root{ --bg:#040610;--bg2:#070b17;--card:#0c1324;--card2:#101a31;--line:rgba(139,159,202,.19); --text:#f7f9ff;--muted:#93a4bf;--purple:#8b5cf6;--violet:#6d28d9;--blue:#3b82f6; --cyan:#22d3ee;--pink:#f472b6;--green:#34d399;--amber:#fbbf24;--red:#fb7185; --shadow:0 28px 90px rgba(0,0,0,.46);--soft:0 16px 44px rgba(0,0,0,.28);color-scheme:dark; } *{box-sizing:border-box}html{background:var(--bg)!important;scroll-behavior:smooth}body,.gradio-container,.gradio-container .main,.gradio-container .wrap,footer{background:transparent!important;color:var(--text)!important} body{margin:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 8% -10%,rgba(139,92,246,.22),transparent 30%),radial-gradient(circle at 96% 6%,rgba(34,211,238,.14),transparent 27%),linear-gradient(180deg,#040610,#070b16 48%,#040610)!important} body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.27;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(#000,transparent 92%)} body:after{content:"";position:fixed;inset:-30%;pointer-events:none;opacity:.12;background:conic-gradient(from 0deg,transparent,rgba(139,92,246,.35),transparent 30%,rgba(34,211,238,.22),transparent 65%);animation:spinbg 32s linear infinite} .gradio-container{position:relative;z-index:1;max-width:1560px!important;margin:0 auto!important;padding:0 24px 80px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important} .gradio-container *{font-family:inherit}.gradio-container .block{border-color:transparent!important;box-shadow:none!important}.gradio-container label span{color:#b9c6da!important}.gradio-container input,.gradio-container textarea,.gradio-container select{background:#070b14!important;color:#fff!important;border:1px solid #2b3853!important;border-radius:15px!important;transition:.22s ease!important}.gradio-container input:focus,.gradio-container textarea:focus,.gradio-container select:focus{border-color:#8b5cf6!important;box-shadow:0 0 0 4px rgba(139,92,246,.14)!important} .gradio-container button{min-height:46px;border-radius:15px!important;border:1px solid #2b3954!important;background:linear-gradient(180deg,#121b2e,#0a101d)!important;color:#ebf0fa!important;font-weight:850!important;letter-spacing:-.015em!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;position:relative;overflow:hidden} .gradio-container button:hover{transform:translateY(-2px);border-color:#60739a!important;box-shadow:0 16px 36px rgba(0,0,0,.28)!important}.gradio-container button:active{transform:translateY(0) scale(.99)} .gradio-container button.primary{border-color:transparent!important;background:linear-gradient(135deg,#8b5cf6 0%,#635bff 45%,#2584f6 100%)!important;color:#fff!important;box-shadow:0 17px 40px rgba(102,75,239,.32)!important}.gradio-container button.primary:before{content:"";position:absolute;top:-70%;left:-30%;width:30%;height:240%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transition:.5s}.gradio-container button.primary:hover:before{left:120%}.gradio-container button.stop{background:linear-gradient(135deg,#7f1d3e,#be123c)!important;border-color:#fb718544!important;color:#fff!important} @keyframes spinbg{to{transform:rotate(360deg)}}@keyframes rise{from{opacity:0;transform:translateY(26px) scale(.975)}to{opacity:1;transform:none}}@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-13px)}}@keyframes orbit{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes reverseOrbit{to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(52,211,153,.4)}50%{box-shadow:0 0 0 11px rgba(52,211,153,0)}}@keyframes glow{0%,100%{filter:drop-shadow(0 0 10px rgba(139,92,246,.35))}50%{filter:drop-shadow(0 0 27px rgba(34,211,238,.55))}}@keyframes shimmer{from{transform:translateX(-140%)}to{transform:translateX(340%)}}@keyframes barflow{to{background-position:80px 0}}@keyframes breathe{0%,100%{transform:scale(1);opacity:.65}50%{transform:scale(1.18);opacity:1}}@keyframes dots{0%,20%{opacity:.25}50%{opacity:1}100%{opacity:.25}} .cv-enter{animation:rise .63s cubic-bezier(.2,.75,.2,1) both;animation-delay:var(--delay,0ms)}.cv-toast{position:fixed;left:50%;bottom:28px;z-index:99999;transform:translate(-50%,18px);opacity:0;pointer-events:none;padding:13px 20px;border:1px solid rgba(52,211,153,.36);border-radius:999px;background:rgba(6,25,19,.95);color:#a7f3d0;box-shadow:0 22px 70px rgba(0,0,0,.75);font:850 13px/1 Inter,system-ui;backdrop-filter:blur(16px);transition:.24s}.cv-toast.show{opacity:1;transform:translate(-50%,0)} .ambient{position:fixed;inset:0;pointer-events:none;z-index:-1;overflow:hidden}.ambient i{position:absolute;border-radius:50%;filter:blur(90px);opacity:.17}.ambient i:nth-child(1){width:330px;height:330px;left:-100px;top:130px;background:#7c3aed;animation:floaty 8s ease-in-out infinite}.ambient i:nth-child(2){width:300px;height:300px;right:-100px;top:260px;background:#0891b2;animation:floaty 10s ease-in-out infinite reverse}.ambient i:nth-child(3){width:250px;height:250px;left:42%;bottom:-80px;background:#2563eb;animation:floaty 12s ease-in-out infinite}.ambient i:nth-child(4){width:180px;height:180px;right:26%;top:9%;background:#ec4899;animation:floaty 9s ease-in-out infinite} .navbar{position:sticky!important;top:10px;z-index:100;align-items:center!important;gap:9px!important;margin:12px 0 28px!important;padding:10px 12px!important;border:1px solid rgba(121,143,187,.27)!important;border-radius:22px!important;background:rgba(7,11,21,.78)!important;backdrop-filter:blur(24px) saturate(150%);box-shadow:0 18px 60px rgba(0,0,0,.35)}.navbar:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(115deg,rgba(139,92,246,.5),transparent 42%,rgba(34,211,238,.28));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;pointer-events:none}.brand{display:flex;align-items:center;gap:11px;min-width:285px;padding:2px 8px}.brand>span{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 12px 30px rgba(103,75,238,.34);font-size:21px;animation:glow 4s ease-in-out infinite}.brand b{display:block;font-size:16px;letter-spacing:-.03em}.brand small{display:block;color:#8190a7;font-size:10px;margin-top:2px}.brand em{margin-left:5px;padding:5px 8px;border:1px solid rgba(52,211,153,.27);border-radius:999px;background:rgba(6,42,31,.5);color:#6ee7b7;font-size:8px;font-style:normal;font-weight:950;letter-spacing:.12em}.nav-space{flex:1}.nav-btn{min-width:118px!important} .hero-layout{position:relative;min-height:675px;align-items:center!important;gap:45px!important;overflow:hidden;padding:70px 60px!important;border:1px solid rgba(124,145,188,.27)!important;border-radius:38px!important;background:radial-gradient(circle at 86% 15%,rgba(59,130,246,.19),transparent 34%),radial-gradient(circle at 12% 90%,rgba(139,92,246,.2),transparent 38%),linear-gradient(145deg,rgba(15,23,42,.95),rgba(5,8,16,.99))!important;box-shadow:var(--shadow)}.hero-layout:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 28%,rgba(255,255,255,.03) 50%,transparent 72%);transform:translateX(-120%);animation:shimmer 9s ease-in-out infinite}.hero-copy{position:relative;z-index:2}.hero-label,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#c4b5fd;font-size:10px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.hero-label{padding:10px 13px;border:1px solid rgba(139,92,246,.33);border-radius:999px;background:rgba(13,19,34,.76)}.hero-label i{width:7px;height:7px;border-radius:50%;background:#34d399;animation:pulse 2.2s infinite}.hero-copy h1{margin:24px 0 18px;font-size:clamp(54px,7vw,94px);line-height:.94;letter-spacing:-.075em}.hero-copy h1 em{font-style:normal;background:linear-gradient(100deg,#c4b5fd,#8b5cf6 34%,#60a5fa 70%,#22d3ee);background-size:190% 190%;-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:710px;margin:0;color:#a1afc4;font-size:18px;line-height:1.72}.hero-mini{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.hero-mini span{padding:9px 12px;border:1px solid #2d3a55;border-radius:999px;background:#0a1120;color:#b8c5d8;font-size:11px;font-weight:760}.hero-buttons{max-width:520px;gap:12px!important}.hero-machine{position:relative;min-height:500px}.machine-ring{position:absolute;left:50%;top:43%;border:1px solid rgba(139,92,246,.32);border-radius:50%;transform:translate(-50%,-50%)}.ring-a{width:330px;height:330px;animation:orbit 14s linear infinite}.ring-b{width:420px;height:420px;border-style:dashed;border-color:rgba(34,211,238,.22);animation:reverseOrbit 22s linear infinite}.machine-cloud{position:absolute;left:50%;top:43%;width:180px;height:180px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(139,92,246,.42);border-radius:50%;background:radial-gradient(circle at 40% 35%,#30205f,#0d1326 68%);font-size:72px;box-shadow:0 0 100px rgba(139,92,246,.25);animation:glow 4s ease-in-out infinite}.machine-cloud span{position:absolute;inset:-10px;border:1px solid rgba(96,165,250,.2);border-radius:50%;animation:breathe 3s infinite}.float-doc{position:absolute;width:54px;height:54px;display:grid;place-items:center;border:1px solid #33415f;border-radius:17px;background:#10182c;box-shadow:var(--soft);font-size:24px;animation:floaty 4s ease-in-out infinite}.doc-a{left:5%;top:17%}.doc-b{right:3%;top:30%;animation-delay:.8s}.doc-c{left:18%;bottom:18%;animation-delay:1.4s}.machine-panel{position:absolute;left:50%;bottom:0;width:min(100%,420px);transform:translateX(-50%);padding:20px;border:1px solid rgba(125,146,190,.28);border-radius:22px;background:rgba(8,13,26,.9);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.machine-panel>div:first-child{display:flex;justify-content:space-between;color:#9fb0c8;font-size:10px;font-weight:900;letter-spacing:.1em}.machine-panel>div:first-child i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#34d399;animation:pulse 2s infinite}.machine-panel>div:first-child b{padding:5px 8px;border-radius:999px;background:#251b50;color:#c4b5fd}.machine-panel h3{margin:17px 0 9px;font-size:24px}.demo-meter{height:10px;overflow:hidden;border-radius:999px;background:#151d30}.demo-meter span{display:block;width:68%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#3b82f6,#22d3ee);background-size:80px 100%;animation:barflow 2s linear infinite}.machine-panel section{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px}.machine-panel small{padding:10px;border:1px solid #202c44;border-radius:13px;background:#0b1221;text-align:center;font-size:15px;font-weight:900}.machine-panel small b{display:block;margin-top:4px;color:#75869f;font-size:8px} .section-heading{text-align:center;padding:92px 20px 34px}.section-heading span{color:#a78bfa;font-size:10px;font-weight:950;letter-spacing:.2em}.section-heading h2{margin:12px 0 8px;font-size:clamp(34px,5vw,56px);letter-spacing:-.055em}.section-heading p{margin:0;color:#8392a9}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card{position:relative;overflow:hidden;min-height:270px;padding:26px;border:1px solid var(--line);border-radius:25px;background:linear-gradient(145deg,#0d1629,#080d18);box-shadow:var(--soft);transition:.25s}.feature-card:hover{transform:translateY(-7px);border-color:#566b91}.feature-card:before{content:"";position:absolute;width:180px;height:180px;right:-70px;top:-80px;border-radius:50%;background:rgba(139,92,246,.13);filter:blur(10px)}.feature-card>div{display:flex;justify-content:space-between;align-items:center;font-size:37px}.feature-card>div span{font-size:12px;color:#64748b;font-weight:950}.feature-card h3{margin:35px 0 10px;font-size:23px;letter-spacing:-.04em}.feature-card p{color:#8ea0b9;line-height:1.7}.feature-card>b{display:inline-flex;margin-top:14px;padding:8px 11px;border-radius:999px;background:#191c3f;color:#c4b5fd;font-size:10px}.price-ribbon{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.price-ribbon>div{display:flex;align-items:center;gap:12px;padding:18px;border:1px solid var(--line);border-radius:20px;background:#0b1220;box-shadow:var(--soft)}.price-ribbon span{font-size:28px}.price-ribbon b,.price-ribbon small{display:block}.price-ribbon small{margin-left:auto;color:#8292aa}.final-banner{display:flex;align-items:center;justify-content:center;gap:18px;margin:54px 0 10px;padding:36px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,rgba(67,56,202,.24),rgba(8,145,178,.14));text-align:left}.final-banner>span{font-size:50px;animation:floaty 3.5s infinite}.final-banner h2{margin:0;font-size:32px}.final-banner p{margin:6px 0 0;color:#91a1b8} .auth-stage{min-height:740px;display:grid!important;place-items:center!important;padding:36px!important}.auth-shell{position:relative;width:min(100%,510px);padding:38px!important;border:1px solid rgba(132,153,197,.28)!important;border-radius:30px!important;background:radial-gradient(circle at 50% 0,rgba(139,92,246,.19),transparent 35%),linear-gradient(145deg,#0e1629,#070b14)!important;box-shadow:var(--shadow)!important;text-align:center}.auth-shell:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(130deg,rgba(139,92,246,.55),transparent 42%,rgba(34,211,238,.3));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;pointer-events:none}.auth-logo{width:68px;height:68px;display:grid;place-items:center;margin:0 auto 16px;border-radius:22px;background:linear-gradient(135deg,#7c3aed,#2563eb);font-size:30px;box-shadow:0 18px 45px rgba(95,65,225,.35);animation:floaty 4s infinite}.auth-shell h2{margin:11px 0 6px;font-size:34px;letter-spacing:-.05em}.auth-shell>p{color:#8fa0b8}.auth-tabs{gap:9px!important;margin:20px 0 18px!important}.back-btn{margin-top:10px!important} .plan-heading{text-align:center;padding:55px 20px 28px}.plan-heading h1{margin:13px 0 8px;font-size:48px;letter-spacing:-.06em}.plan-heading p{color:#8b9bb2}.plans-grid{align-items:stretch!important;gap:16px!important}.plan-card{position:relative;min-height:650px;padding:28px!important;border:1px solid var(--line)!important;border-radius:26px!important;background:linear-gradient(145deg,#0d1628,#080d18)!important;box-shadow:var(--soft)!important;transition:.25s}.plan-card:hover{transform:translateY(-7px);border-color:#5e7398!important}.plan-card.pro{border-color:rgba(139,92,246,.55)!important;box-shadow:0 30px 90px rgba(109,40,217,.2)!important}.plan-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:20px;background:#141f35;font-size:29px}.plan-card>span{display:block;margin-top:21px;color:#9fb0c8;font-size:10px;font-weight:950;letter-spacing:.16em}.plan-card h2{margin:5px 0;font-size:45px}.plan-card p{color:#8393aa}.plan-card ul{display:grid;gap:13px;margin:28px 0;padding:0;list-style:none}.plan-card li{padding-bottom:12px;border-bottom:1px solid #1f2b42;color:#b7c4d5;font-size:13px}.plan-card li:before{content:"✓";margin-right:8px;color:#34d399;font-weight:950}.old-price{margin-top:12px;color:#69768a;text-decoration:line-through}.popular{position:absolute;right:18px;top:18px;padding:7px 9px;border-radius:999px;background:#281d57;color:#c4b5fd;font-size:8px;font-weight:950;letter-spacing:.11em} .dashboard-title{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0}.dashboard-title h1{margin:5px 0 2px;font-size:38px;letter-spacing:-.055em}.dashboard-title p{margin:0;color:#8494aa}.plan-crown{padding:10px 13px;border:1px solid #3a4a68;border-radius:999px;background:#0d1525;color:#cbd5e1;font-size:10px;font-weight:950;letter-spacing:.1em}.plan-crown.plus{color:#e2e8f0}.plan-crown.pro{border-color:#6d4fd0;background:#251a4a;color:#c4b5fd}.plan-crown.admin{border-color:#8a6b1e;background:#332705;color:#fde68a}.dashboard-layout{align-items:flex-start!important;gap:18px!important}.sidebar{position:sticky!important;top:96px;gap:8px!important;padding:15px!important;border:1px solid var(--line)!important;border-radius:24px!important;background:rgba(8,13,25,.88)!important;backdrop-filter:blur(18px);box-shadow:var(--soft)!important}.sidebar-profile{display:flex;align-items:center;gap:11px;padding:12px;margin-bottom:5px;border:1px solid #202d45;border-radius:18px;background:#0d1627}.sidebar-avatar{width:45px;height:45px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,#7c3aed,#2563eb);font-size:19px;font-weight:950}.sidebar-profile b,.sidebar-profile small{display:block}.sidebar-profile small{margin-top:3px;color:#718198;font-size:9px}.side-btn{min-height:65px!important;text-align:left!important;white-space:pre-line!important;line-height:1.35!important;padding:10px 14px!important}.side-btn.primary{box-shadow:0 15px 35px rgba(95,65,225,.28)!important}.side-btn.developer{border-color:#7d641e!important;color:#fde68a!important;background:linear-gradient(180deg,#2e250a,#151006)!important}.side-btn.danger{margin-top:8px!important;border-color:#73314a!important;color:#fda4af!important}.workspace{min-width:0}.workspace-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 170px;align-items:center;gap:24px;overflow:hidden;padding:34px 36px;border:1px solid var(--line);border-radius:27px;background:#0c1424;box-shadow:var(--soft)}.workspace-hero:after{content:"";position:absolute;width:250px;height:250px;right:-100px;top:-120px;border-radius:50%;background:rgba(139,92,246,.17);filter:blur(20px)}.storage-gradient{background:radial-gradient(circle at 85% 20%,rgba(34,211,238,.12),transparent 36%),linear-gradient(145deg,#0e172a,#080d18)}.analytics-gradient{background:radial-gradient(circle at 85% 20%,rgba(244,114,182,.12),transparent 36%),linear-gradient(145deg,#11162c,#080d18)}.settings-gradient{background:radial-gradient(circle at 85% 20%,rgba(52,211,153,.11),transparent 36%),linear-gradient(145deg,#0d1a27,#080d18)}.developer-gradient{background:radial-gradient(circle at 85% 20%,rgba(251,191,36,.13),transparent 36%),linear-gradient(145deg,#211a0d,#080d18)}.workspace-hero h2{position:relative;z-index:1;margin:8px 0 8px;font-size:34px;letter-spacing:-.05em}.workspace-hero p{position:relative;z-index:1;margin:0;color:#8fa0b7}.hero-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.hero-badges span{padding:8px 10px;border:1px solid #2c3a55;border-radius:999px;background:#0a111e;color:#b5c1d3;font-size:9px}.storage-circle{position:relative;z-index:1;width:140px;height:140px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#8b5cf6 calc(var(--value)*1%),#1a2438 0);box-shadow:inset 0 0 0 13px #0a1020,0 22px 50px rgba(0,0,0,.28)}.storage-circle:before{content:"";position:absolute;inset:18px;border-radius:50%;background:#0a1020}.storage-circle b,.storage-circle small{position:relative;z-index:1;display:block;text-align:center}.storage-circle b{font-size:29px}.storage-circle small{margin-top:-38px;color:#74859c;font-size:9px}.profile-token{position:relative;z-index:1;width:120px;height:120px;display:grid;place-items:center;border:1px solid #3d765f;border-radius:35px;background:linear-gradient(135deg,#065f46,#2563eb);font-size:50px;font-weight:950;box-shadow:0 20px 50px rgba(0,0,0,.3)}.live-dial,.system-orb{position:relative;z-index:1;padding:20px;border:1px solid #3f4f70;border-radius:22px;background:#0a1120;text-align:center}.live-dial span,.live-dial b,.live-dial small,.system-orb span,.system-orb b,.system-orb small{display:block}.live-dial span,.system-orb span{color:#67e8f9;font-size:8px;font-weight:950;letter-spacing:.15em}.live-dial b,.system-orb b{margin:5px 0;font-size:31px}.live-dial small,.system-orb small{color:#708199;font-size:8px}.system-orb.on span{color:#6ee7b7}.system-orb.off span{color:#fda4af}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0}.metric-card{position:relative;overflow:hidden;padding:19px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#0d1627,#080d18);box-shadow:var(--soft)}.metric-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#8b5cf6,#3b82f6)}.metric-card>span{font-size:22px}.metric-card small,.metric-card b{display:block}.metric-card small{margin-top:12px;color:#75869d;font-size:9px}.metric-card b{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:21px}.capacity{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:20px;margin-bottom:14px}.capacity h3{margin:0}.capacity p{margin:5px 0 0;color:#7f8fa7}.capacity>b{font-size:19px}.capacity-bar{grid-column:1/-1;height:12px;overflow:hidden;border-radius:999px;background:#151e31}.capacity-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#3b82f6,#22d3ee);background-size:80px 100%;animation:barflow 2.2s linear infinite}.cv-card{border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#0d1627,#080d18);box-shadow:var(--soft)}.upload-card,.admin-card,.danger-zone{padding:22px!important;margin-bottom:14px!important}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:17px}.panel-heading>div>span{color:#a78bfa;font-size:9px;font-weight:950;letter-spacing:.16em}.panel-heading h3{margin:5px 0 3px;font-size:22px}.panel-heading p{margin:0;color:#7d8da4;font-size:10px}.panel-heading em{padding:7px 9px;border:1px solid #325947;border-radius:999px;background:#0a1c16;color:#6ee7b7;font-size:8px;font-style:normal;font-weight:950}.list-title{margin:30px 3px 13px}.file-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:15px;margin-bottom:10px;padding:16px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#0e1729,#080d18);box-shadow:var(--soft);transition:.23s}.file-card:hover{transform:translateY(-4px);border-color:#596d94}.file-symbol{width:55px;height:55px;display:grid;place-items:center;border-radius:17px;background:#151f35;font-size:24px}.file-copy h4{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.file-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:6px;color:#74849a;font-size:9px}.file-meta i{width:3px;height:3px;border-radius:50%;background:#4f5f77}.file-copy small{display:block;margin-top:7px;color:#65758d;font-size:8px}.file-actions{display:flex;gap:8px}.file-actions button,.file-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 12px;border:1px solid #354661;border-radius:12px;background:#0d1524;color:#dce7f6;font:800 9px/1 Inter,system-ui;text-decoration:none;cursor:pointer;transition:.2s}.file-actions a{border-color:transparent;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:white}.file-actions button:hover,.file-actions a:hover{transform:translateY(-2px)}.delete-row{align-items:end!important;gap:10px!important}.empty-state{padding:50px 24px;text-align:center}.empty-state.compact{padding:35px 22px}.empty-orb{font-size:44px;animation:floaty 4s infinite}.empty-state h3{margin:10px 0 5px}.empty-state p{margin:0;color:#7e8ea5}.analytics-toolbar{align-items:end!important;gap:12px!important;padding:16px!important;margin-bottom:14px!important}.insight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:14px}.insight-grid article{padding:20px}.insight-grid h3{margin:0}.insight-grid p{color:#7c8da4}.chip-wrap{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.insight-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #2b3a55;border-radius:999px;background:#0c1524;color:#b7c4d5;font-size:9px}.insight-chip b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;background:#241b4b;color:#c4b5fd}.empty-inline{color:#718198}.table-card{overflow:hidden}.table-head{display:flex;justify-content:space-between;align-items:center;padding:17px 19px;border-bottom:1px solid var(--line);background:#0f1829}.table-head h3,.table-head p{margin:0}.table-head p{margin-top:3px;color:#718198;font-size:9px}.table-head>span{padding:6px 9px;border-radius:999px;background:#18243a;color:#93c5fd;font-size:8px}.table-scroll{overflow:auto}.table-scroll table{width:100%;border-collapse:collapse}.table-scroll th,.table-scroll td{padding:13px 15px;border-bottom:1px solid #1e2b42;text-align:left;font-size:9px}.table-scroll th{background:#0b1321;color:#9cacbf;text-transform:uppercase;letter-spacing:.08em}.table-scroll td{color:#c5d0df}.settings-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:14px 0}.settings-cards article{padding:20px}.settings-cards article>span{font-size:25px}.settings-cards small,.settings-cards b,.settings-cards p{display:block}.settings-cards small{margin-top:10px;color:#74849b}.settings-cards b{margin-top:5px;font-size:17px}.settings-cards p{margin:4px 0 0;color:#607087;font-size:9px}.danger-zone{border-color:rgba(251,113,133,.35)!important;background:linear-gradient(145deg,rgba(75,18,36,.28),rgba(20,8,15,.46))!important} .chat-shell{overflow:hidden;border:1px solid var(--line);border-radius:25px;background:#080d18;box-shadow:var(--shadow)}.chat-top{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid var(--line);background:#0e1728}.chat-top>div{display:grid;grid-template-columns:auto auto;column-gap:8px}.chat-top b{font-size:14px}.chat-top small{grid-column:2;color:#6f8098;font-size:8px}.online-dot{width:9px;height:9px;margin-top:4px;border-radius:50%;background:#34d399;animation:pulse 2s infinite}.chat-top em{color:#7e90a7;font-size:8px;font-style:normal}.chat-stream{min-height:420px;max-height:560px;overflow:auto;padding:20px;background:radial-gradient(circle at 50% 0,rgba(139,92,246,.06),transparent 35%)}.chat-line{display:flex;margin:9px 0}.chat-line.mine{justify-content:flex-end}.chat-bubble{max-width:min(74%,650px);padding:12px 14px;border:1px solid #33435f;border-radius:18px 18px 18px 5px;background:#111a2b;box-shadow:0 10px 25px rgba(0,0,0,.2)}.chat-line.mine .chat-bubble{border-radius:18px 18px 5px 18px}.chat-bubble.plus{background:#f8fafc;color:#111827;border-color:#fff}.chat-bubble.pro{background:linear-gradient(135deg,#6d28d9,#4338ca);color:#fff;border-color:#a78bfa}.chat-bubble.admin{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f1600;border-color:#fde68a;box-shadow:0 12px 32px rgba(251,191,36,.22)}.chat-name{display:flex;justify-content:space-between;gap:18px;font-size:9px;font-weight:950}.chat-name span{opacity:.6;font-weight:700}.chat-bubble p{margin:6px 0 0;color:inherit;line-height:1.55;font-size:12px}.chat-empty,.chat-paused{padding:70px 25px;text-align:center}.chat-empty>span,.chat-paused>span{font-size:50px}.chat-empty h3,.chat-paused h3{margin:13px 0 6px}.chat-empty p,.chat-paused p{margin:0;color:#7d8da4} .admin-metrics{margin-top:14px}.admin-storage{padding:21px;margin-bottom:14px}.admin-storage-head{display:flex;justify-content:space-between;align-items:center}.admin-storage-head h3,.admin-storage-head p{margin:0}.admin-storage-head p{margin-top:4px;color:#7989a0}.admin-storage-head>b{font-size:24px}.big-meter{height:14px;overflow:hidden;margin:17px 0;border-radius:999px;background:#171f30}.big-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#fbbf24,#8b5cf6,#22d3ee);background-size:80px 100%;animation:barflow 2.2s linear infinite}.plan-usage{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.plan-usage span{padding:10px;border:1px solid #2a3750;border-radius:13px;background:#0a111e;color:#7f90a7;font-size:8px}.plan-usage b{display:block;margin-top:4px;color:#fff;font-size:11px}.account-list{display:grid;gap:9px;margin-bottom:14px}.account-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:17px;background:#0b1321;transition:.2s}.account-row:hover{transform:translateX(4px);border-color:#536788}.account-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#4c1d95,#2563eb);font-weight:950}.account-row h4,.account-row p{margin:0}.account-row p{margin-top:4px;color:#6f8097;font-size:8px}.account-plan{padding:7px 9px;border-radius:999px;background:#162238;color:#cbd5e1;font-size:8px;font-weight:950}.account-plan.plus{background:#e2e8f0;color:#111827}.account-plan.pro{background:#3b1f72;color:#c4b5fd}.control-status{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:15px;margin-bottom:14px}.control-status>div{padding:12px;border:1px solid #2a3750;border-radius:14px;background:#09111e}.control-status span,.control-status b{display:block}.control-status span{color:#75869d;font-size:8px}.control-status b{margin-top:5px;font-size:10px}.destructive{border-color:rgba(251,113,133,.36)!important;background:linear-gradient(145deg,rgba(83,14,38,.22),rgba(19,8,14,.5))!important} @media(max-width:1100px){.hero-layout{grid-template-columns:1fr!important;padding:48px 34px!important}.hero-machine{min-height:500px}.feature-grid,.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-layout{display:block!important}.sidebar{position:relative!important;top:auto;display:grid!important;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.sidebar-profile{grid-column:1/-1}.workspace-hero{grid-template-columns:1fr 140px}.control-status{grid-template-columns:repeat(2,1fr)}} @media(max-width:760px){.gradio-container{padding:0 12px 56px!important}.navbar{top:5px;flex-wrap:wrap!important}.brand{min-width:100%;justify-content:center}.nav-space{display:none}.nav-btn{min-width:calc(50% - 6px)!important}.hero-layout{min-height:auto;padding:38px 22px!important;border-radius:28px!important}.hero-copy h1{font-size:52px}.hero-copy>p{font-size:15px}.hero-machine{min-height:440px}.ring-a{width:260px;height:260px}.ring-b{width:330px;height:330px}.machine-cloud{width:145px;height:145px;font-size:58px}.feature-grid,.price-ribbon,.metric-grid,.settings-cards,.insight-grid,.plan-usage{grid-template-columns:1fr}.final-banner{display:block;text-align:center}.plans-grid{display:block!important}.plan-card{margin-bottom:14px!important;min-height:auto}.dashboard-title{display:block}.plan-crown{display:inline-flex;margin-top:12px}.sidebar{grid-template-columns:1fr}.workspace-hero{grid-template-columns:1fr;padding:25px}.storage-circle,.profile-token,.live-dial,.system-orb{margin:auto}.file-card{grid-template-columns:52px minmax(0,1fr)}.file-actions{grid-column:1/-1}.file-actions>*{flex:1}.control-status{grid-template-columns:1fr}.chat-bubble{max-width:88%}.auth-stage{padding:12px!important}.auth-shell{padding:25px!important}.plan-heading h1{font-size:36px}} /* V10 navigation, page visibility and layout hardening */ .gradio-container .hide,.gradio-container .hidden{display:none!important} .page-shell{min-height:0!important;margin:0!important;padding:0!important;gap:0!important;background:transparent!important;border:0!important;box-shadow:none!important} .page-shell>.block:empty,.page-shell>.form:empty{display:none!important;min-height:0!important;margin:0!important;padding:0!important} .auth-panel{gap:12px!important;animation:panelReveal .34s cubic-bezier(.2,.75,.2,1) both} .auth-tabs button.primary{box-shadow:0 16px 36px rgba(99,91,255,.34)!important} @keyframes panelReveal{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}} /* Richer landing lower section */ .section-heading{padding:80px 20px 34px!important} .section-heading h2{font-size:clamp(38px,5vw,66px)!important;letter-spacing:-.065em!important} .feature-grid{gap:18px!important} .feature-card{position:relative;overflow:hidden;min-height:280px;padding:28px!important;border-radius:28px!important;background:radial-gradient(circle at 100% 0,rgba(139,92,246,.16),transparent 38%),linear-gradient(145deg,#101a30,#080d18)!important;transform:translateZ(0)} .feature-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(139,92,246,.65),transparent 42%,rgba(34,211,238,.38));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;pointer-events:none} .feature-card:after{content:"";position:absolute;width:150px;height:150px;right:-70px;bottom:-70px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.22),transparent 70%);transition:.35s} .feature-card:hover:after{transform:scale(1.35)} .feature-card>div{width:66px;height:66px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,#251752,#12254b);font-size:30px;box-shadow:0 16px 34px rgba(0,0,0,.28)} .feature-card h3{font-size:23px!important;margin-top:24px!important} .feature-card p{font-size:13px!important;line-height:1.7!important} .price-ribbon{margin-top:22px!important;padding:18px!important;border-radius:26px!important;background:linear-gradient(135deg,rgba(19,29,52,.95),rgba(8,13,24,.95))!important} .price-ribbon>div{position:relative;overflow:hidden;padding:22px!important;border-radius:20px!important;background:#0b1323!important;transition:.25s} .price-ribbon>div:hover{transform:translateY(-5px);border-color:#5d70a0!important} .final-banner{margin-top:22px!important;padding:32px!important;border-radius:28px!important;background:radial-gradient(circle at 0 0,rgba(139,92,246,.23),transparent 35%),linear-gradient(135deg,#111a32,#08101e)!important} /* Package page V10 */ .plans-page-shell{position:relative;overflow:visible!important} .plan-heading{position:relative;overflow:hidden;margin:0 0 22px!important;padding:52px 24px 36px!important;border:1px solid rgba(139,159,202,.19);border-radius:30px;background:radial-gradient(circle at 50% -20%,rgba(139,92,246,.27),transparent 42%),linear-gradient(145deg,#10182d,#070c17);box-shadow:var(--soft)} .plan-heading:before,.plan-heading:after{content:"";position:absolute;border-radius:50%;filter:blur(45px);opacity:.38;pointer-events:none} .plan-heading:before{width:190px;height:190px;left:-50px;top:-80px;background:#7c3aed;animation:floaty 7s ease-in-out infinite} .plan-heading:after{width:170px;height:170px;right:-50px;bottom:-90px;background:#0891b2;animation:floaty 9s ease-in-out infinite reverse} .plan-heading>*{position:relative;z-index:1} .plan-heading h1{font-size:clamp(40px,5vw,66px)!important} .plans-grid{gap:20px!important;padding:2px 2px 12px!important} .plan-card{overflow:hidden;min-height:625px!important;padding:31px!important;border-radius:30px!important;animation:planRise .7s cubic-bezier(.2,.75,.2,1) both} .plan-card:nth-child(1){animation-delay:.04s}.plan-card:nth-child(2){animation-delay:.12s}.plan-card:nth-child(3){animation-delay:.2s} .plan-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(145deg,rgba(139,92,246,.52),transparent 40%,rgba(34,211,238,.28));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;pointer-events:none} .plan-card:after{content:"";position:absolute;width:210px;height:210px;right:-110px;top:-110px;border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.25),transparent 70%);transition:.35s} .plan-card:hover:after{transform:scale(1.4)} .plan-card.free .plan-icon{background:linear-gradient(135deg,#16314a,#102031)} .plan-card.plus .plan-icon{background:linear-gradient(135deg,#40325e,#192540)} .plan-card.pro .plan-icon{background:linear-gradient(135deg,#5b21b6,#1d4ed8);box-shadow:0 18px 42px rgba(99,65,220,.36)} .plan-card button{margin-top:auto!important} .plan-card ul{min-height:305px} .plan-card li{position:relative;padding-left:4px!important} .plan-card:hover{transform:translateY(-10px) scale(1.01)!important} @keyframes planRise{from{opacity:0;transform:translateY(34px) scale(.97)}to{opacity:1;transform:none}} /* Navigation state polish */ .nav-btn.primary{transform:translateY(-1px);box-shadow:0 13px 34px rgba(99,91,255,.34)!important} .auth-tabs button{min-height:50px!important} .auth-tabs button.primary{background:linear-gradient(135deg,#8b5cf6,#3b82f6)!important;color:#fff!important} .side-btn.primary{border-color:rgba(139,92,246,.68)!important;background:linear-gradient(135deg,#5b21b6,#1d4ed8)!important;color:#fff!important} /* Remove accidental empty grey shells */ .page-shell>div[style*="min-height"]:empty,.page-shell .prose:empty{display:none!important;min-height:0!important;padding:0!important;margin:0!important} @media(max-width:760px){ .plan-heading{padding:36px 18px 28px!important} .plan-card{min-height:auto!important} .plan-card ul{min-height:auto} .feature-card{min-height:auto} } /* V11 translation and room controls */ .translate-btn{min-width:132px!important;background:linear-gradient(135deg,#0f766e,#2563eb)!important;border-color:rgba(34,211,238,.42)!important} .translate-modal{position:fixed;inset:0;z-index:100000;display:none;place-items:center;padding:22px;background:rgba(1,4,12,.72);backdrop-filter:blur(18px)} .translate-modal.show{display:grid;animation:fadeTranslate .22s ease both} .translate-card{position:relative;width:min(92vw,520px);padding:30px;border:1px solid rgba(96,165,250,.35);border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(34,211,238,.18),transparent 35%),linear-gradient(145deg,#101a30,#070b14);box-shadow:0 36px 120px rgba(0,0,0,.72)} .translate-card>span{color:#67e8f9;font-size:10px;font-weight:950;letter-spacing:.18em}.translate-card h3{margin:10px 0 8px;font-size:28px}.translate-card p{margin:0 0 18px;color:#8fa1ba;line-height:1.65} .translate-close{position:absolute!important;right:14px;top:14px;min-width:38px!important;width:38px!important;height:38px!important;min-height:38px!important;border-radius:50%!important;font-size:21px!important} #google_translate_element{min-height:48px;margin-bottom:14px;padding:10px;border:1px solid #2b3954;border-radius:14px;background:#08101e} #google_translate_element select{width:100%!important;min-height:38px!important} .translate-fallback{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.translate-fallback button{min-height:42px!important;font-size:11px!important} @keyframes fadeTranslate{from{opacity:0}to{opacity:1}} .room-status{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:12px;padding:18px 20px!important;background:radial-gradient(circle at 100% 0,rgba(34,211,238,.14),transparent 38%),linear-gradient(145deg,#0e1729,#08101c)!important} .room-status span{color:#67e8f9;font-size:9px;font-weight:950;letter-spacing:.16em}.room-status h3,.room-status p{margin:0}.room-status h3{margin-top:5px;font-size:21px}.room-status p{margin-top:5px;color:#8293aa;font-size:11px} .room-counter{min-width:118px;padding:12px 14px;border:1px solid rgba(139,92,246,.36);border-radius:16px;background:#0a1020;text-align:center}.room-counter b,.room-counter small{display:block}.room-counter b{font-size:20px;color:#c4b5fd}.room-counter small{margin-top:3px;color:#718198;font-size:8px} .room-control-card{background:radial-gradient(circle at 100% 0,rgba(37,99,235,.18),transparent 35%),linear-gradient(145deg,#10182b,#080d17)!important} .room-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:13px} .room-admin-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid rgba(96,165,250,.23);border-radius:17px;background:#0a1322;transition:.22s}.room-admin-card:hover{transform:translateY(-3px);border-color:#5d70a0}.room-admin-card.paused{opacity:.68;border-color:rgba(251,191,36,.26);background:#17130c}.room-admin-card>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#12355f,#2e1b61);font-size:21px}.room-admin-card h4,.room-admin-card p{margin:0}.room-admin-card p{margin-top:4px;color:#788aa2;font-size:9px}.room-admin-card>b{padding:7px 9px;border-radius:999px;background:rgba(52,211,153,.12);color:#6ee7b7;font-size:8px}.room-admin-card.paused>b{background:rgba(251,191,36,.12);color:#fcd34d} .control-status{grid-template-columns:repeat(3,1fr)!important} .chat-shell{border:1px solid rgba(139,92,246,.24)!important;box-shadow:0 25px 80px rgba(0,0,0,.34)!important} .chat-top b{font-size:14px!important}.chat-top small{display:block;margin-top:3px;color:#7f90a7!important} @media(max-width:760px){.translate-fallback{grid-template-columns:repeat(2,1fr)}.room-status{display:block}.room-counter{margin-top:12px}.room-admin-grid{grid-template-columns:1fr}.control-status{grid-template-columns:1fr!important}} /* V13: native Google Translate, animated analytics and richer motion */ .google-translate-nav{display:flex;align-items:center;gap:9px;min-height:44px;padding:6px 10px;border:1px solid rgba(96,165,250,.26);border-radius:14px;background:linear-gradient(135deg,rgba(15,118,110,.25),rgba(37,99,235,.23));box-shadow:0 12px 30px rgba(0,0,0,.2);animation:navGlow 4s ease-in-out infinite} .google-translate-nav>span{font-size:18px;animation:globeSpin 8s linear infinite} .google-translate-nav #google_translate_element{min-height:32px;margin:0;padding:0;border:0;background:transparent} .google-translate-nav .goog-te-gadget{font-size:0!important;color:transparent!important} .google-translate-nav .goog-te-combo{min-width:118px;min-height:32px;margin:0!important;padding:6px 9px;border:1px solid rgba(103,232,249,.24);border-radius:10px;background:#08101e;color:#eaf3ff;font-size:11px;font-weight:800;outline:none} .goog-te-banner-frame.skiptranslate{display:none!important}body{top:0!important} @keyframes globeSpin{0%,85%{transform:rotate(0)}100%{transform:rotate(360deg)}} @keyframes navGlow{0%,100%{box-shadow:0 12px 30px rgba(0,0,0,.2)}50%{box-shadow:0 14px 40px rgba(37,99,235,.24)}} .analytics-chart{position:relative;overflow:hidden;margin:16px 0;padding:24px!important;background:radial-gradient(circle at 100% 0,rgba(34,211,238,.13),transparent 38%),linear-gradient(145deg,#0e1729,#07101d)!important} .analytics-chart:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.025),transparent);transform:translateX(-100%);animation:chartSweep 5s ease-in-out infinite} .chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:22px}.chart-head span{color:#67e8f9;font-size:9px;font-weight:950;letter-spacing:.16em}.chart-head h3{margin:7px 0 0;font-size:23px}.chart-head small{color:#718198;font-size:9px} .chart-grid{position:relative;z-index:1;display:flex;align-items:flex-end;gap:10px;min-height:245px;padding:24px 16px 8px;border:1px solid rgba(96,165,250,.14);border-radius:20px;background:repeating-linear-gradient(to top,transparent 0,transparent 48px,rgba(148,163,184,.07) 49px,rgba(148,163,184,.07) 50px),linear-gradient(180deg,rgba(9,17,31,.58),rgba(5,10,20,.72));overflow-x:auto} .chart-bar-wrap{flex:1 0 40px;min-width:40px;height:195px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px}.chart-bar-wrap>b{font-size:10px;color:#c4b5fd}.chart-bar-wrap>small{font-size:8px;color:#718198;white-space:nowrap} .chart-bar{width:min(30px,72%);height:var(--bar);min-height:8px;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,#22d3ee,#6366f1 55%,#8b5cf6);box-shadow:0 10px 24px rgba(99,102,241,.26);transform-origin:bottom;animation:barGrow .8s cubic-bezier(.2,.8,.2,1) both;transition:.24s}.chart-bar:hover{filter:brightness(1.25);transform:scaleX(1.08)} .chart-empty{width:100%;align-self:center;text-align:center;color:#718198;font-size:12px} .analytics-lock{display:flex;align-items:center;gap:16px;margin:14px 0;padding:22px!important;border-style:dashed!important;background:linear-gradient(145deg,rgba(15,23,42,.8),rgba(8,13,24,.9))!important}.analytics-lock>span{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#251752,#12254b);font-size:23px}.analytics-lock h3,.analytics-lock p{margin:0}.analytics-lock p{margin-top:6px;color:#8293aa;font-size:11px}.compact-metrics{grid-template-columns:minmax(180px,320px)!important} @keyframes barGrow{from{transform:scaleY(0);opacity:.2}to{transform:scaleY(1);opacity:1}}@keyframes chartSweep{0%,70%{transform:translateX(-120%)}100%{transform:translateX(120%)}} /* Extra motion polish */ .plan-card,.feature-card,.metric-card,.file-card,.admin-card,.chat-shell,.workspace-hero{will-change:transform,box-shadow}.plan-card:hover,.feature-card:hover,.metric-card:hover,.file-card:hover{box-shadow:0 26px 76px rgba(0,0,0,.42),0 0 0 1px rgba(139,92,246,.16)!important}.side-btn{position:relative;overflow:hidden}.side-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent,rgba(255,255,255,.08),transparent);transform:translateX(-130%);transition:.55s}.side-btn:hover:after{transform:translateX(130%)} @media(max-width:760px){.google-translate-nav{order:2;width:100%;justify-content:center}.google-translate-nav .goog-te-combo{min-width:180px}.chart-grid{gap:7px;padding-inline:10px}.chart-bar-wrap{flex-basis:34px;min-width:34px}.chart-head{display:block}.chart-head small{display:block;margin-top:8px}} /* V14 — clean Google Translate launcher */ .cloudvault-translate-btn{position:relative;display:grid;grid-template-columns:34px auto;grid-template-rows:auto auto;align-items:center;column-gap:10px;min-width:178px;padding:8px 14px;border:1px solid rgba(96,165,250,.34);border-radius:15px;background:radial-gradient(circle at 10% 20%,rgba(34,211,238,.18),transparent 42%),linear-gradient(135deg,rgba(15,118,110,.28),rgba(37,99,235,.27));color:#eef7ff!important;text-decoration:none!important;box-shadow:0 12px 32px rgba(0,0,0,.24);overflow:hidden;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease} .cloudvault-translate-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.13) 48%,transparent 72%);transform:translateX(-140%);transition:transform .7s ease} .cloudvault-translate-btn:hover{transform:translateY(-3px);border-color:rgba(103,232,249,.72);box-shadow:0 18px 42px rgba(8,145,178,.2),0 0 0 1px rgba(96,165,250,.12)} .cloudvault-translate-btn:hover:before{transform:translateX(140%)} .cloudvault-translate-btn>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(103,232,249,.24);border-radius:11px;background:rgba(3,11,24,.55);font-size:18px;animation:globeSpin 9s linear infinite} .cloudvault-translate-btn>b{align-self:end;font-size:12px;line-height:1.1;letter-spacing:.01em} .cloudvault-translate-btn>small{align-self:start;color:#8fc8db;font-size:8px;line-height:1.1;white-space:nowrap} .goog-te-banner-frame,.skiptranslate iframe{display:none!important}body{top:0!important} @media(max-width:900px){.cloudvault-translate-btn{min-width:54px;width:54px;padding:8px;grid-template-columns:1fr}.cloudvault-translate-btn>span{grid-row:auto}.cloudvault-translate-btn>b,.cloudvault-translate-btn>small{display:none}} /* V15 — inline Google Translate language menu */ .cloudvault-translate-wrap{position:relative;min-width:0;z-index:80} .cloudvault-translate-btn{width:166px;min-width:166px;max-width:166px;border:0;cursor:pointer;text-align:left} .cv-translate-panel{position:absolute;top:calc(100% + 10px);left:0;width:320px;max-width:min(88vw,320px);padding:15px;border:1px solid rgba(96,165,250,.34);border-radius:18px;background:linear-gradient(145deg,#101a2e,#070b14);box-shadow:0 26px 80px rgba(0,0,0,.65);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);transform-origin:top left;transition:.2s ease;z-index:9999} .cv-translate-panel.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)} .cv-translate-title{display:flex;align-items:center;gap:11px;margin-bottom:12px;padding-bottom:11px;border-bottom:1px solid rgba(148,163,184,.14)} .cv-translate-title>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#0e7490,#3730a3);font-size:19px} .cv-translate-title b,.cv-translate-title small{display:block}.cv-translate-title b{font-size:13px}.cv-translate-title small{margin-top:3px;color:#7f91aa;font-size:9px} #cv-language-select{width:100%!important;max-height:380px!important;min-height:46px!important;padding:0 13px!important;border:1px solid #30415f!important;border-radius:13px!important;background:#08101e!important;color:#f7fbff!important;font-size:12px!important;font-weight:750!important;cursor:pointer} #cv-language-select option{background:#08101e;color:#eef4ff;padding:8px} .cv-native-translate{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important} .goog-te-banner-frame,.skiptranslate iframe{display:none!important}body{top:0!important} @media(max-width:1100px){.cloudvault-translate-btn{width:54px;min-width:54px;max-width:54px;padding:8px;grid-template-columns:1fr}.cloudvault-translate-btn>b,.cloudvault-translate-btn>small{display:none}.cv-translate-panel{left:0}} @media(max-width:700px){.cv-translate-panel{position:fixed;top:86px;left:50%;transform:translate(-50%,-8px) scale(.98);transform-origin:top center}.cv-translate-panel.open{transform:translate(-50%,0) scale(1)}} /* V15: compact sidebar labels and live active-user card */ .side-btn button, .side-btn { white-space: nowrap !important; line-height: 1.1 !important; } .live-users-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px 22px; padding: 22px 24px; margin-bottom: 16px; overflow: hidden; position: relative; } .live-users-card::after { content: ""; position: absolute; inset: -80% auto auto 45%; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(38, 224, 154, .22), transparent 68%); animation: cvLiveGlow 3s ease-in-out infinite; pointer-events: none; } .live-users-card strong { grid-row: 1 / span 2; font-size: clamp(2.2rem, 5vw, 4.6rem); color: #72f2bd; letter-spacing: -0.06em; text-shadow: 0 0 28px rgba(64, 240, 170, .25); z-index: 1; } .live-users-card p { margin: 0; color: var(--cv-muted); z-index: 1; } .live-users-pulse { display: flex; align-items: center; gap: 9px; color: #d9fff0; font-size: .76rem; letter-spacing: .16em; font-weight: 800; z-index: 1; } .live-users-pulse i { width: 10px; height: 10px; border-radius: 999px; background: #43eca7; box-shadow: 0 0 0 0 rgba(67, 236, 167, .55); animation: cvLivePulse 1.5s infinite; } .room-status.single-room { grid-template-columns: 1fr auto; } @keyframes cvLivePulse { 0% { box-shadow: 0 0 0 0 rgba(67, 236, 167, .55); } 70% { box-shadow: 0 0 0 12px rgba(67, 236, 167, 0); } 100% { box-shadow: 0 0 0 0 rgba(67, 236, 167, 0); } } @keyframes cvLiveGlow { 0%,100% { transform: scale(.9); opacity: .5; } 50% { transform: scale(1.12); opacity: 1; } } /* V17 — universal overflow-safe buttons and responsive navigation */ .gradio-container button, .gradio-container [role="button"], .gradio-container .nav-btn, .gradio-container .side-btn, .gradio-container .primary, .gradio-container .secondary { min-width: 0 !important; max-width: 100% !important; box-sizing: border-box !important; } .gradio-container button { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; padding-left: clamp(10px, 1.25vw, 18px) !important; padding-right: clamp(10px, 1.25vw, 18px) !important; font-size: clamp(.78rem, .86vw, 1rem) !important; } .cv-topbar, .cv-navbar, .cv-nav-actions, .nav-shell, header .row { min-width: 0 !important; } .cv-nav-actions, .nav-shell .row { display: grid !important; grid-template-columns: minmax(140px, .82fr) repeat(4, minmax(115px, 1fr)) !important; gap: clamp(8px, .8vw, 14px) !important; align-items: stretch !important; width: 100% !important; } .cloudvault-translate-wrap { min-width: 0 !important; max-width: 100% !important; } .cloudvault-translate-wrap [data-cloudvault-translate] { width: 100% !important; min-width: 0 !important; } .cloudvault-translate-wrap [data-cloudvault-translate] strong, .cloudvault-translate-wrap [data-cloudvault-translate] small { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; } .cv-translate-panel { width: min(390px, calc(100vw - 32px)) !important; max-width: calc(100vw - 32px) !important; left: 0 !important; right: auto !important; } .cv-translate-panel select { width: 100% !important; min-width: 0 !important; max-width: 100% !important; } .auth-actions, .login-actions, .register-actions, .plan-actions, .workspace-actions, .admin-actions { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important; gap: 10px !important; width: 100% !important; } .auth-actions button, .login-actions button, .register-actions button, .plan-actions button, .workspace-actions button, .admin-actions button { width: 100% !important; min-width: 0 !important; } @media (max-width: 1180px) { .cv-nav-actions, .nav-shell .row { grid-template-columns: repeat(3, minmax(120px, 1fr)) !important; } } @media (max-width: 760px) { .cv-nav-actions, .nav-shell .row { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .cloudvault-translate-wrap { grid-column: 1 / -1 !important; } .cv-translate-panel { position: fixed !important; left: 16px !important; right: 16px !important; top: 90px !important; width: auto !important; max-height: calc(100vh - 120px) !important; } .gradio-container button { font-size: .82rem !important; padding-left: 9px !important; padding-right: 9px !important; } } @media (max-width: 430px) { .cv-nav-actions, .nav-shell .row, .auth-actions, .login-actions, .register-actions, .plan-actions, .workspace-actions, .admin-actions { grid-template-columns: 1fr !important; } } /* V18 — translation feature removed */ .cloudvault-translate-wrap, .cv-translate-panel, #google_translate_element, .goog-te-banner-frame, .goog-te-gadget, .skiptranslate { display: none !important; } body { top: 0 !important; } .cv-nav-actions, .nav-shell .row { grid-template-columns: repeat(4, minmax(115px, 1fr)) !important; } @media (max-width: 1180px) { .cv-nav-actions, .nav-shell .row { grid-template-columns: repeat(2, minmax(120px, 1fr)) !important; } } @media (max-width: 520px) { .cv-nav-actions, .nav-shell .row { grid-template-columns: 1fr !important; } } /* V19 — remove all remaining language controls */ #cv-language-select, [data-cloudvault-translate], .cloudvault-translate-wrap, .cv-translate-panel, .language-selector, .translate-selector, button[aria-label*="Language"], button[title*="Language"] { display: none !important; } /* V20 — lightweight on-demand file previews and stronger download actions */ .file-actions { display: grid !important; grid-template-columns: repeat(2, minmax(118px, 1fr)) !important; gap: 9px !important; min-width: min(100%, 330px); } .file-actions button, .file-actions a { width: 100% !important; min-width: 0 !important; min-height: 42px !important; padding: 0 13px !important; border-radius: 13px !important; font-size: 9px !important; font-weight: 900 !important; letter-spacing: .015em !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; } .file-actions .preview-open { border-color: rgba(52, 211, 153, .42) !important; background: linear-gradient(145deg, rgba(6, 95, 70, .58), rgba(9, 34, 36, .9)) !important; color: #a7f3d0 !important; box-shadow: inset 0 0 0 1px rgba(110, 231, 183, .05); } .file-actions .preview-copy { border-color: rgba(45, 212, 191, .3) !important; background: #0b1f25 !important; color: #99f6e4 !important; } .file-actions .download-copy { border-color: #364966 !important; background: linear-gradient(145deg, #111c2f, #0a1120) !important; color: #dbeafe !important; } .file-actions .download-main { position: relative; min-height: 48px !important; border: 1px solid rgba(147, 197, 253, .42) !important; background: radial-gradient(circle at 20% 15%, rgba(255,255,255,.23), transparent 24%), linear-gradient(135deg, #7c3aed 0%, #2563eb 52%, #0891b2 100%) !important; color: #fff !important; box-shadow: 0 12px 28px rgba(37, 99, 235, .31), inset 0 1px 0 rgba(255,255,255,.23) !important; text-shadow: 0 1px 3px rgba(0,0,0,.4); overflow: hidden !important; } .file-actions .download-main::after { content: ""; position: absolute; inset: -120% auto -120% -42%; width: 38%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent); animation: cvDownloadShine 3.4s ease-in-out infinite; pointer-events: none; } .file-actions .download-main span { margin-right: 7px; font-size: 16px; filter: drop-shadow(0 2px 3px rgba(0,0,0,.25)); } .file-actions .download-main b { position: relative; z-index: 1; font-size: 11px; color: white; } .file-actions button:hover, .file-actions a:hover { transform: translateY(-3px) scale(1.01) !important; filter: brightness(1.08); } @keyframes cvDownloadShine { 0%, 58% { left: -48%; opacity: 0; } 68% { opacity: 1; } 86%, 100% { left: 118%; opacity: 0; } } @media (max-width: 980px) { .file-card { grid-template-columns: 55px minmax(0, 1fr) !important; } .file-actions { grid-column: 1 / -1; width: 100%; max-width: none; } } @media (max-width: 560px) { .file-actions { grid-template-columns: 1fr !important; } .file-actions button, .file-actions a, .file-actions .download-main { min-height: 46px !important; } } /* v2 admin controls overflow fix */ .admin-card .gradio-row{flex-wrap:wrap!important;gap:12px!important;align-items:stretch!important} .admin-card .gradio-row > *{min-width:0!important;flex:1 1 210px!important} .admin-card button{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;line-height:1.2!important;min-height:58px!important;height:auto!important;padding:12px 14px!important;text-align:center!important;font-size:12px!important} .admin-card .gr-button,.admin-card button{max-width:100%!important} .admin-card .gradio-row .secondary,.admin-card .gradio-row .primary,.admin-card .gradio-row .stop{width:100%!important} @media (max-width: 1200px){.admin-card .gradio-row > *{flex:1 1 calc(50% - 12px)!important}} @media (max-width: 680px){.admin-card .gradio-row > *{flex:1 1 100%!important}.admin-card button{font-size:11px!important;min-height:54px!important}} /* V3 — Turkish admin panel, overflow-safe controls */ .admin-card .gradio-row { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important; gap: 12px !important; align-items: stretch !important; } .admin-card .gradio-row > * { width: 100% !important; min-width: 0 !important; max-width: 100% !important; } .admin-card button { width: 100% !important; min-width: 0 !important; max-width: 100% !important; min-height: 62px !important; height: auto !important; padding: 12px 16px !important; white-space: normal !important; overflow: visible !important; text-overflow: clip !important; overflow-wrap: anywhere !important; word-break: normal !important; line-height: 1.25 !important; font-size: clamp(11px, .85vw, 13px) !important; text-align: center !important; } .admin-card button > span, .admin-card button span { white-space: normal !important; overflow-wrap: anywhere !important; text-align: center !important; } @media (max-width: 900px) { .admin-card .gradio-row { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } } @media (max-width: 560px) { .admin-card .gradio-row { grid-template-columns: 1fr !important; } .admin-card button { min-height: 56px !important; font-size: 12px !important; } } /* Admin Support */ .support-compose{padding:24px!important;position:relative;overflow:hidden}.support-compose:before{content:"";position:absolute;width:300px;height:300px;right:-160px;top:-170px;border-radius:50%;background:rgba(59,130,246,.15);filter:blur(22px);animation:supportGlow 5s ease-in-out infinite alternate}.support-language-note{margin:14px 3px 0;color:#93a4ba;font-size:11px;line-height:1.6}.support-welcome,.support-answered{display:flex;align-items:center;gap:15px;padding:18px;margin-bottom:14px;animation:supportEnter .45s ease both}.support-welcome>span,.support-answered>span{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(135deg,#2563eb,#7c3aed);font-size:24px}.support-answer-card{padding:20px;margin-bottom:14px;animation:supportEnter .45s ease both}.support-answer-head{display:flex;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid #26344d}.support-question,.support-reply{margin-top:14px;padding:15px;border-radius:16px;background:#0b1424}.support-reply{border:1px solid rgba(110,231,183,.25);background:#0a1a18}.support-admin-list{display:grid;gap:10px;margin:12px 0}.support-admin-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px;border:1px solid #263550;border-radius:16px;background:#0a1322;animation:supportEnter .35s ease both}.support-admin-row.pro{border-color:rgba(167,139,250,.42);box-shadow:inset 3px 0 #8b5cf6}.support-admin-row.plus{box-shadow:inset 3px 0 #3b82f6}.support-admin-row span,.support-admin-row b,.support-admin-row small{display:block}.support-admin-row small{margin-top:5px;color:#7789a2}.support-admin-row em{padding:7px 9px;border-radius:999px;background:#17233a;color:#93c5fd;font-size:8px;font-style:normal;font-weight:950}@keyframes supportEnter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes supportGlow{from{transform:scale(.9)}to{transform:scale(1.15)}} /* Fix 1: sidebar support button and admin account selector */ .support-nav-btn { min-height: 72px !important; height: auto !important; padding: 11px 12px !important; white-space: pre-line !important; overflow: hidden !important; text-overflow: clip !important; line-height: 1.3 !important; font-size: 12px !important; } .support-nav-btn span, .support-nav-btn button, .support-nav-btn button span { white-space: pre-line !important; overflow-wrap: anywhere !important; word-break: normal !important; text-align: center !important; } .account-count-note { padding: 10px 13px; margin: 0 0 10px; border: 1px solid #2b3a55; border-radius: 13px; background: #0b1423; color: #9fb0c6; font-size: 11px; } .account-count-note b { color: #e6edff; } /* Web Site Builder */ .website-nav-btn{ white-space:pre-line!important; min-height:70px!important; line-height:1.3!important; overflow:hidden!important; } .website-control-card,.website-files-card,.website-editor-card{ padding:22px!important; position:relative; overflow:hidden; } .website-control-card:before{ content:""; position:absolute; width:330px;height:330px; right:-170px;top:-210px; border-radius:50%; background:rgba(34,211,238,.13); filter:blur(24px); animation:webBuilderGlow 5s ease-in-out infinite alternate; } .website-builder-layout{align-items:stretch!important;gap:14px!important} .website-preview-shell{ overflow:hidden; min-height:480px; margin-bottom:14px; border:1px solid #2a3955; border-radius:23px; background:#080d17; box-shadow:0 28px 80px rgba(0,0,0,.35); animation:webBuilderEnter .45s ease both; } .web-preview-bar{ display:flex;align-items:center;gap:7px; padding:12px 14px; border-bottom:1px solid #273650; background:#111a2a; } .web-preview-bar>span{width:9px;height:9px;border-radius:50%;background:#f87171} .web-preview-bar>span:nth-child(2){background:#fbbf24} .web-preview-bar>span:nth-child(3){background:#34d399} .web-preview-bar code{ flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; margin-left:8px;padding:8px 10px;border-radius:9px;background:#080d17;color:#9db0c9;font-size:10px; } .web-preview-bar a{ padding:8px 10px;border-radius:9px;background:#202d46;color:#eaf0ff;text-decoration:none;font-size:10px;font-weight:850; } .website-preview-shell iframe{ display:block;width:100%;height:430px;border:0;background:white; } .web-builder-info{ display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px; } .web-builder-info>div{ padding:15px;border:1px solid #293955;border-radius:16px;background:linear-gradient(145deg,#101a2d,#090f1b); } .web-builder-info span,.web-builder-info b{display:block} .web-builder-info span{font-size:8px;letter-spacing:.12em;color:#7990ab} .web-builder-info b{margin-top:7px;font-size:15px} .web-tree{display:grid;gap:8px;max-height:430px;overflow:auto;padding-right:3px;margin:12px 0} .web-tree-row{ display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px; padding:12px;border:1px solid #263650;border-radius:14px;background:#0b1423; transition:.2s; } .web-tree-row:hover{transform:translateY(-2px);border-color:#536b94} .web-tree-row>span{ width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#16223a;font-size:18px; } .web-tree-row b,.web-tree-row small{display:block} .web-tree-row small{margin-top:4px;color:#6f829d;font-size:9px;overflow:hidden;text-overflow:ellipsis} .web-tree-row em{ padding:6px 8px;border-radius:999px;background:#17233a;color:#93c5fd;font-size:7px;font-style:normal;font-weight:950; } .web-tree-row.folder em{color:#fcd34d} .web-empty{ min-height:220px;display:grid;place-items:center;align-content:center;text-align:center; padding:30px;border:1px dashed #334563;border-radius:20px;background:#0a111e;color:#8496ad; } .web-empty>span{font-size:42px} .web-empty h3{margin:10px 0 4px;color:#eaf0ff} .web-empty p{margin:0} .web-empty.compact{min-height:120px} .web-preview-placeholder{margin-bottom:14px;min-height:360px} .website-upload-box{ margin-top:16px;padding:14px;border:1px solid #293955;border-radius:16px;background:#0a111e; } .website-upload-box h4{margin:0 0 10px} .website-editor-card .cm-editor,.website-editor-card textarea{ min-height:520px!important; } @keyframes webBuilderEnter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}} @keyframes webBuilderGlow{from{transform:scale(.9)}to{transform:scale(1.16)}} @media(max-width:1000px){ .web-builder-info{grid-template-columns:repeat(2,1fr)} .website-builder-layout{display:block!important} } @media(max-width:620px){ .web-builder-info{grid-template-columns:1fr} .website-preview-shell iframe{height:330px} } /* Website runtime status and logs */ .web-runtime-status{display:flex;align-items:center;gap:14px;margin:0 0 14px;padding:16px 18px;border:1px solid #2c3b58;border-radius:18px;background:linear-gradient(145deg,#101a2c,#090f1a);animation:webBuilderEnter .35s ease both} .web-runtime-status>span{width:16px;height:16px;border-radius:50%;background:#fbbf24;box-shadow:0 0 0 6px rgba(251,191,36,.12);animation:runtimePulse 1.6s ease-in-out infinite} .web-runtime-status small,.web-runtime-status b,.web-runtime-status p{display:block;margin:0}.web-runtime-status small{color:#7387a2;font-size:8px;letter-spacing:.15em}.web-runtime-status b{margin-top:4px;font-size:19px}.web-runtime-status p{margin-top:4px;color:#8ea0b7;font-size:10px} .web-runtime-status.running{border-color:rgba(52,211,153,.34)}.web-runtime-status.running>span{background:#34d399;box-shadow:0 0 0 6px rgba(52,211,153,.12)} .web-runtime-status.error{border-color:rgba(251,113,133,.42);background:linear-gradient(145deg,#29101a,#11090d)}.web-runtime-status.error>span{background:#fb7185;box-shadow:0 0 0 6px rgba(251,113,133,.12)} .web-runtime-status.restarting>span{background:#60a5fa;box-shadow:0 0 0 6px rgba(96,165,250,.12)} .website-logs-card{padding:20px!important;margin-bottom:14px!important}.web-logs{max-height:300px;overflow:auto;border:1px solid #263650;border-radius:15px;background:#070c15;font-family:Consolas,Monaco,monospace} .web-log-row{display:grid;grid-template-columns:76px 72px minmax(0,1fr);gap:10px;padding:10px 12px;border-bottom:1px solid #182439;font-size:10px;line-height:1.5}.web-log-row:last-child{border-bottom:0}.web-log-row time{color:#60738e}.web-log-row b{color:#93c5fd}.web-log-row span{color:#c4cfdf;overflow-wrap:anywhere}.web-log-row.error b,.web-log-row.error span{color:#fda4af}.web-log-row.warn b{color:#fcd34d} .web-log-empty{padding:26px;text-align:center;border:1px dashed #32435f;border-radius:15px;color:#70839e;background:#090f1a}.web-open-notice{padding:11px 13px;border:1px solid #2d476e;border-radius:13px;background:#0b1728;color:#aebdd1}.web-open-notice a{color:#93c5fd} @keyframes runtimePulse{0%,100%{transform:scale(.88);opacity:.75}50%{transform:scale(1.12);opacity:1}} /* V2 — compact sidebar and progressive website builder */ .gradio-container .sidebar .side-btn, .gradio-container .sidebar .side-btn button, .gradio-container .sidebar .side-btn span{ width:100%!important; min-width:0!important; max-width:100%!important; white-space:normal!important; overflow:visible!important; text-overflow:clip!important; overflow-wrap:anywhere!important; word-break:normal!important; text-align:center!important; line-height:1.2!important; font-size:11px!important; } .gradio-container .sidebar .side-btn{ min-height:58px!important; height:auto!important; padding:10px 8px!important; display:flex!important; align-items:center!important; justify-content:center!important; } .website-first-create{ max-width:680px; margin:28px auto!important; padding:42px!important; text-align:center; overflow:hidden; position:relative; animation:webBuilderEnter .4s ease both; } .website-first-create:before{ content:""; position:absolute; width:320px;height:320px; left:50%;top:-230px; transform:translateX(-50%); border-radius:50%; background:rgba(59,130,246,.2); filter:blur(25px); } .website-first-create>*{position:relative;z-index:1} .website-first-icon{ width:84px;height:84px; display:grid;place-items:center; margin:0 auto 18px; border-radius:26px; background:linear-gradient(135deg,#7c3aed,#2563eb); font-size:38px; box-shadow:0 20px 50px rgba(37,99,235,.28); } .website-first-create span{ color:#67e8f9; font-size:9px; font-weight:950; letter-spacing:.16em; } .website-first-create h2{ margin:9px 0 7px; font-size:31px; } .website-first-create p{ margin:0 auto 8px; max-width:500px; color:#91a2b8; line-height:1.6; } .website-first-create small{ display:block; margin-bottom:22px; color:#687d98; } .website-project-toolbar{ padding:18px!important; margin-bottom:14px!important; } .website-mode-buttons{ margin-top:8px!important; gap:14px!important; } .website-mode-buttons>div{ flex:1 1 0!important; } .website-mode-buttons button{ width:100%!important; min-height:54px!important; white-space:normal!important; } .website-preview-link-card{ padding:20px!important; margin-bottom:14px!important; } .website-preview-waiting{ min-height:390px; display:grid; place-items:center; align-content:center; padding:36px; margin-bottom:14px; border:1px solid #2b3c59; border-radius:23px; background: radial-gradient(circle at 50% 30%,rgba(59,130,246,.13),transparent 35%), #090f1b; text-align:center; } .website-preview-waiting.error{ border-color:rgba(251,113,133,.4); background: radial-gradient(circle at 50% 30%,rgba(251,113,133,.12),transparent 35%), #170b11; } .web-waiting-icon{ font-size:54px; animation:runtimePulse 1.7s ease-in-out infinite; } .website-preview-waiting h3{ margin:14px 0 5px; font-size:27px; } .website-preview-waiting p{ margin:0; max-width:520px; color:#91a3bb; line-height:1.6; } .website-preview-waiting small{ margin-top:10px; color:#617590; } .website-preview-shell{ margin-top:0!important; } .website-editor-card .cm-editor, .website-editor-card textarea{ min-height:500px!important; } @media(max-width:720px){ .website-first-create{padding:28px 18px!important} .website-mode-buttons{display:grid!important;grid-template-columns:1fr 1fr!important} } /* V3 — larger preview, compact path input, clean sidebar */ .sidebar .side-btn::after, .sidebar .side-btn:after { display: none !important; content: none !important; } .sidebar .side-btn { transform: none !important; filter: none !important; } .sidebar .side-btn:hover { transform: translateY(-2px) !important; border-color: #566b94 !important; box-shadow: 0 13px 32px rgba(0,0,0,.22) !important; } .sidebar .side-btn.primary, .sidebar .website-nav-btn { box-shadow: 0 16px 38px rgba(71,85,255,.24), inset 0 1px rgba(255,255,255,.12) !important; } #website-file-path { width: min(420px, 100%) !important; max-width: 420px !important; margin-bottom: 10px !important; } #website-file-path textarea, #website-file-path input { min-height: 44px !important; height: 44px !important; max-height: 44px !important; padding: 9px 12px !important; resize: none !important; } .website-editor-card { min-width: 0 !important; animation: websitePanelIn .38s ease both; } .website-editor-card .cm-editor, .website-editor-card textarea { min-height: 620px !important; height: 620px !important; max-height: 620px !important; } .website-preview-view, .website-preview-view > div, .website-preview-shell { width: 100% !important; max-width: none !important; } .website-preview-shell { min-height: 790px !important; border-radius: 25px !important; overflow: hidden !important; box-shadow: 0 34px 110px rgba(0,0,0,.46), 0 0 0 1px rgba(84,115,172,.14) !important; animation: websitePreviewIn .45s cubic-bezier(.2,.8,.2,1) both; } .website-preview-shell iframe { display: block !important; width: 100% !important; min-height: 730px !important; height: 730px !important; max-height: 730px !important; border: 0 !important; background: white !important; } .web-preview-bar { min-height: 58px !important; padding: 11px 15px !important; } .web-preview-bar code { min-height: 36px !important; display: flex !important; align-items: center !important; font-size: 11px !important; } .website-preview-waiting { min-height: 690px !important; } .website-project-toolbar, .website-files-card, .website-editor-card, .website-preview-link-card, .website-logs-card { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important; } .website-project-toolbar:hover, .website-preview-link-card:hover, .website-logs-card:hover { transform: translateY(-2px); border-color: #425a82 !important; box-shadow: 0 22px 65px rgba(0,0,0,.28) !important; } .website-mode-buttons button { position: relative !important; overflow: hidden !important; } .website-mode-buttons button::before { content: "" !important; position: absolute !important; inset: 0 !important; background: linear-gradient( 120deg, transparent, rgba(255,255,255,.08), transparent ) !important; transform: translateX(-120%) !important; transition: transform .6s ease !important; } .website-mode-buttons button:hover::before { transform: translateX(120%) !important; } @keyframes websitePanelIn { from { opacity: 0; transform: translateY(12px) scale(.992); } to { opacity: 1; transform: none; } } @keyframes websitePreviewIn { from { opacity: 0; transform: translateY(15px) scale(.985); } to { opacity: 1; transform: none; } } @media (max-width: 900px) { .website-preview-shell { min-height: 620px !important; } .website-preview-shell iframe { min-height: 560px !important; height: 560px !important; max-height: 560px !important; } .website-editor-card .cm-editor, .website-editor-card textarea { min-height: 500px !important; height: 500px !important; max-height: 500px !important; } } /* V4 — simple one-site builder */ .sidebar::before, .sidebar::after, .sidebar .side-btn::before, .sidebar .side-btn::after, .sidebar .side-btn:before, .sidebar .side-btn:after { display: none !important; content: none !important; background: none !important; box-shadow: none !important; filter: none !important; } .sidebar { overflow: hidden !important; isolation: isolate !important; } .simple-web-create { width: min(680px, 100%) !important; margin: 34px auto !important; padding: 46px !important; text-align: center !important; animation: simpleWebEnter .4s ease both; } .simple-web-create-icon { width: 88px; height: 88px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 28px; background: linear-gradient(135deg, #7c3aed, #2563eb); font-size: 40px; box-shadow: 0 22px 58px rgba(55, 74, 255, .3); } .simple-web-create > span { color: #67e8f9; font-size: 9px; font-weight: 950; letter-spacing: .16em; } .simple-web-create h2 { margin: 10px 0 7px; font-size: 34px; } .simple-web-create p { margin: 0; color: #91a3ba; } .simple-web-create small { display: block; margin: 8px 0 22px; color: #667a96; } .simple-web-mode-bar { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 14px !important; margin-bottom: 15px !important; } .simple-web-mode-bar > div { min-width: 0 !important; width: 100% !important; } .simple-web-mode-bar button { width: 100% !important; min-height: 62px !important; font-size: 14px !important; white-space: normal !important; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important; } .simple-web-mode-bar button:hover { transform: translateY(-3px) !important; border-color: #6078a5 !important; box-shadow: 0 16px 42px rgba(0, 0, 0, .25) !important; } .simple-web-editor { padding: 24px !important; animation: simpleWebEnter .38s ease both; } #simple-website-file-name { width: min(420px, 100%) !important; max-width: 420px !important; } #simple-website-file-name input, #simple-website-file-name textarea { min-height: 45px !important; height: 45px !important; max-height: 45px !important; resize: none !important; } .simple-web-editor .cm-editor, .simple-web-editor textarea { min-height: 660px !important; height: 660px !important; max-height: 660px !important; } .simple-web-log-title { margin-top: 18px; padding: 14px 16px; border: 1px solid #293a57; border-radius: 15px 15px 0 0; background: #0d1728; } .simple-web-log-title span { color: #c4b5fd; font-size: 9px; font-weight: 950; letter-spacing: .14em; } .simple-web-log-title p { margin: 5px 0 0; color: #778ca7; font-size: 10px; } .simple-web-logs { max-height: 310px; overflow: auto; border: 1px solid #293a57; border-top: 0; border-radius: 0 0 15px 15px; background: #070c15; font-family: Consolas, Monaco, monospace; } .simple-web-log-row { display: grid; grid-template-columns: 76px 70px minmax(0, 1fr); gap: 10px; padding: 10px 12px; border-bottom: 1px solid #18243a; font-size: 10px; line-height: 1.5; } .simple-web-log-row:last-child { border-bottom: 0; } .simple-web-log-row time { color: #63758e; } .simple-web-log-row b { color: #93c5fd; } .simple-web-log-row span { color: #c6d0df; overflow-wrap: anywhere; } .simple-web-log-row.warn b, .simple-web-log-row.warn span { color: #fcd34d; } .simple-web-log-row.error b, .simple-web-log-row.error span { color: #fda4af; } .simple-web-log-empty { padding: 28px; border: 1px dashed #334561; border-radius: 15px; background: #090f1a; color: #71849e; text-align: center; } .simple-web-status { display: flex; align-items: center; gap: 14px; margin-bottom: 15px; padding: 17px 19px; border: 1px solid #2e405f; border-radius: 18px; background: linear-gradient(145deg, #101a2d, #090f1b); animation: simpleWebEnter .34s ease both; } .simple-web-status > span { width: 16px; height: 16px; flex: 0 0 16px; border-radius: 50%; background: #fbbf24; box-shadow: 0 0 0 7px rgba(251, 191, 36, .12); animation: simpleWebPulse 1.6s ease-in-out infinite; } .simple-web-status.published > span { background: #34d399; box-shadow: 0 0 0 7px rgba(52, 211, 153, .12); } .simple-web-status.sleeping > span { background: #60a5fa; box-shadow: 0 0 0 7px rgba(96, 165, 250, .12); } .simple-web-status.error > span { background: #fb7185; box-shadow: 0 0 0 7px rgba(251, 113, 133, .12); } .simple-web-status small, .simple-web-status b, .simple-web-status p { display: block; margin: 0; } .simple-web-status small { color: #71849f; font-size: 8px; letter-spacing: .15em; } .simple-web-status b { margin-top: 4px; font-size: 20px; } .simple-web-status p { margin-top: 4px; color: #91a2b9; font-size: 10px; } .simple-website-preview { width: 100% !important; max-width: none !important; overflow: auto !important; border: 1px solid #2c3e5d; border-radius: 24px; background: #080d16; box-shadow: 0 35px 110px rgba(0, 0, 0, .46), 0 0 0 1px rgba(88, 115, 170, .13); animation: simplePreviewEnter .45s ease both; } .simple-preview-bar { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; gap: 8px; min-height: 58px; padding: 12px 16px; border-bottom: 1px solid #293a57; background: #111a2b; } .simple-preview-bar > span { width: 10px; height: 10px; border-radius: 50%; background: #f87171; } .simple-preview-bar > span:nth-child(2) { background: #fbbf24; } .simple-preview-bar > span:nth-child(3) { background: #34d399; } .simple-preview-bar b { margin-left: 8px; color: #93a6c0; font-size: 10px; letter-spacing: .11em; } .simple-website-preview iframe { display: block !important; width: 1920px !important; min-width: 1920px !important; max-width: 1920px !important; height: 1080px !important; min-height: 1080px !important; max-height: 1080px !important; border: 0 !important; background: white !important; } .simple-web-publish { margin-top: 15px !important; padding: 22px !important; } .simple-preview-error { min-height: 700px; display: grid; place-items: center; align-content: center; padding: 36px; border: 1px solid rgba(251, 113, 133, .38); border-radius: 24px; background: #160b11; text-align: center; } @keyframes simpleWebEnter { from { opacity: 0; transform: translateY(12px) scale(.992); } to { opacity: 1; transform: none; } } @keyframes simpleWebPulse { 50% { transform: scale(1.12); } } @keyframes simplePreviewEnter { from { opacity: 0; transform: translateY(16px) scale(.985); } to { opacity: 1; transform: none; } } @media (max-width: 760px) { .simple-web-mode-bar { grid-template-columns: 1fr !important; } .simple-web-editor { padding: 16px !important; } .simple-web-editor .cm-editor, .simple-web-editor textarea { min-height: 500px !important; height: 500px !important; max-height: 500px !important; } } /* V5 — preview fits the screen while preserving 1920:1080 ratio */ .simple-website-preview { width: 100% !important; max-width: 1180px !important; margin: 0 auto !important; overflow: hidden !important; } .simple-website-preview iframe { display: block !important; width: 100% !important; min-width: 0 !important; max-width: 100% !important; height: auto !important; min-height: 0 !important; max-height: none !important; aspect-ratio: 16 / 9 !important; border: 0 !important; background: #ffffff !important; } .simple-preview-bar { min-height: 48px !important; padding: 9px 13px !important; } .simple-web-mode-bar button.primary, .simple-web-mode-bar button[aria-pressed="true"] { border-color: #6d7cff !important; background: linear-gradient(135deg,#7c4dff,#2489ff) !important; box-shadow: 0 14px 38px rgba(62,91,255,.26) !important; } @media (max-width: 900px) { .simple-website-preview { max-width: 100% !important; } } /* V6 — billing, compact website name and responsive editor */ #website-name-input, #website-name-display { width: min(520px, 100%) !important; max-width: 520px !important; } #website-name-input input, #website-name-input textarea, #website-name-display input, #website-name-display textarea { min-height: 44px !important; height: 44px !important; max-height: 44px !important; resize: none !important; padding: 9px 12px !important; } .billing-panel { padding: 24px !important; margin: 0 0 14px !important; position: relative; overflow: hidden; animation: billingEnter .42s ease both; } .billing-panel::before { content: ""; position: absolute; width: 340px; height: 340px; right: -190px; top: -220px; border-radius: 50%; background: rgba(124, 77, 255, .17); filter: blur(28px); } .billing-heading, .billing-grid { position: relative; z-index: 1; } .billing-heading > span { color: #c4b5fd; font-size: 9px; font-weight: 950; letter-spacing: .15em; } .billing-heading h3 { margin: 8px 0 5px; font-size: 23px; } .billing-heading p { margin: 0; color: #8799b2; } .billing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; margin-top: 18px; } .billing-grid > div { min-width: 0; padding: 15px; border: 1px solid #2a3a56; border-radius: 15px; background: linear-gradient(145deg, #101a2c, #090f1b); } .billing-grid small, .billing-grid b { display: block; } .billing-grid small { color: #70849f; font-size: 8px; letter-spacing: .12em; } .billing-grid b { margin-top: 7px; color: #eef3ff; overflow-wrap: anywhere; } .billing-actions { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 12px !important; margin-bottom: 12px !important; } .billing-actions > div { width: 100% !important; min-width: 0 !important; } .billing-actions button { width: 100% !important; min-height: 52px !important; white-space: normal !important; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important; } .billing-actions button:hover { transform: translateY(-2px) !important; border-color: #5a719c !important; box-shadow: 0 14px 36px rgba(0, 0, 0, .24) !important; } .billing-empty { padding: 22px !important; } @keyframes billingEnter { from { opacity: 0; transform: translateY(11px) scale(.993); } to { opacity: 1; transform: none; } } @media (max-width: 900px) { .billing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .billing-actions { grid-template-columns: 1fr !important; } } @media (max-width: 560px) { .billing-grid { grid-template-columns: 1fr; } } /* V7 — Pro multi-site selector */ .website-project-switcher { padding: 16px !important; margin-bottom: 14px !important; align-items: end !important; } .website-project-switcher button { min-height: 48px !important; white-space: normal !important; } /* V8 — website file manager */ .web-file-manager { padding: 22px !important; margin-bottom: 15px !important; animation: simpleWebEnter .38s ease both; } .web-manager-toolbar { display: grid !important; grid-template-columns: auto minmax(190px,1fr) auto auto !important; gap: 10px !important; align-items: end !important; } .web-manager-toolbar > div { min-width: 0 !important; } .web-manager-toolbar button { min-height: 48px !important; white-space: normal !important; } .auto-upload-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 14px !important; margin-top: 13px !important; } .auto-upload-grid > div { min-width: 0 !important; border-radius: 17px !important; overflow: hidden !important; } .web-file-manager, .simple-web-editor { border-color: #2c3f60 !important; box-shadow: 0 24px 70px rgba(0,0,0,.24) !important; } .web-file-manager:hover, .simple-web-editor:hover { border-color: #455f8e !important; } @media(max-width:900px){ .web-manager-toolbar { grid-template-columns: 1fr 1fr !important; } .auto-upload-grid { grid-template-columns: 1fr !important; } } /* V10 — Pro public website code folder */ .copy-gradient { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 22%, rgba(132, 87, 255, .24), transparent 30%), radial-gradient(circle at 82% 28%, rgba(34, 141, 255, .22), transparent 32%), linear-gradient(135deg, #11152b 0%, #0b1329 48%, #071122 100%) !important; border: 1px solid rgba(117, 146, 255, .28) !important; } .copy-gradient::after { content: ""; position: absolute; inset: auto -15% -55% 38%; height: 260px; background: linear-gradient(110deg, transparent, rgba(121, 88, 255, .22), rgba(25, 139, 255, .16), transparent); transform: rotate(-8deg); filter: blur(2px); pointer-events: none; } .copy-hero-folder { position: relative; width: 150px; min-width: 150px; height: 118px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(145deg, rgba(125, 85, 255, .22), rgba(34, 139, 255, .18)); border: 1px solid rgba(145, 170, 255, .32); box-shadow: inset 0 0 35px rgba(128, 91, 255, .12), 0 24px 65px rgba(0, 0, 0, .28); } .copy-hero-folder > span { font-size: 58px; filter: drop-shadow(0 12px 22px rgba(0,0,0,.3)); } .copy-hero-folder i { position: absolute; width: 34px; height: 34px; border-radius: 12px; border: 1px solid rgba(255,255,255,.22); background: rgba(7, 13, 30, .78); box-shadow: 0 12px 25px rgba(0,0,0,.28); } .copy-hero-folder i:nth-child(2) { left: -13px; bottom: 13px; transform: rotate(-12deg); } .copy-hero-folder i:nth-child(3) { right: -10px; top: 10px; transform: rotate(12deg); } .website-copy-form { margin-top: 16px !important; padding: 24px !important; border-color: rgba(91, 125, 190, .42) !important; background: linear-gradient(180deg, rgba(19, 28, 49, .94), rgba(8, 15, 31, .94)) !important; box-shadow: 0 28px 85px rgba(0, 0, 0, .28) !important; } .website-copy-form .panel-heading { margin-bottom: 18px !important; } #website-copy-url textarea, #website-copy-url input { min-height: 56px !important; border-radius: 16px !important; font-size: 16px !important; letter-spacing: .01em !important; background: rgba(3, 9, 22, .74) !important; border-color: rgba(85, 122, 190, .54) !important; } #website-copy-url textarea:focus, #website-copy-url input:focus { border-color: #7f6cff !important; box-shadow: 0 0 0 3px rgba(127, 108, 255, .15) !important; } .website-copy-form button.primary { min-height: 56px !important; border-radius: 16px !important; font-weight: 850 !important; letter-spacing: .02em !important; box-shadow: 0 14px 34px rgba(82, 88, 255, .28) !important; } .copy-quota-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 16px 18px; margin: 15px 0 0; border-radius: 18px; border: 1px solid rgba(88, 129, 204, .38); background: linear-gradient(120deg, rgba(21, 31, 55, .92), rgba(10, 18, 35, .95)); box-shadow: 0 17px 45px rgba(0,0,0,.2); } .copy-quota-card > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 15px; font-size: 23px; background: linear-gradient(145deg, rgba(126, 84, 255, .25), rgba(38, 136, 255, .22)); border: 1px solid rgba(147, 164, 255, .25); } .copy-quota-card b { display: block; font-size: 15px; color: #f3f6ff; } .copy-quota-card p { margin: 4px 0 8px; font-size: 12px; color: #9ba8c2; } .copy-quota-card em { font-style: normal; font-weight: 900; color: #dbe4ff; border: 1px solid rgba(116, 142, 204, .35); background: rgba(7, 14, 29, .72); padding: 8px 11px; border-radius: 12px; } .copy-quota-card section { display: flex; gap: 7px; } .copy-quota-card section i { width: 32px; height: 5px; border-radius: 999px; background: rgba(122, 143, 183, .22); } .copy-quota-card section i.used { background: linear-gradient(90deg, #8658ff, #2f8dff); box-shadow: 0 0 14px rgba(87, 105, 255, .38); } .copy-quota-card.locked { opacity: .76; } .copy-status { margin-top: 15px; padding: 14px 16px; border-radius: 15px; border: 1px solid rgba(83, 112, 165, .32); background: rgba(6, 12, 25, .72); color: #c7d2e8; font-size: 14px; } .copy-status.preparing { display: flex; align-items: center; gap: 14px; border-color: rgba(124, 99, 255, .48); background: linear-gradient(110deg, rgba(55, 38, 110, .28), rgba(13, 30, 57, .76)); } .copy-status.preparing > span { width: 28px; height: 28px; min-width: 28px; border-radius: 50%; border: 3px solid rgba(162, 172, 255, .2); border-top-color: #8a6dff; animation: cvCopySpin .8s linear infinite; } .copy-status.preparing b { display: block; color: #f4f5ff; font-size: 15px; } .copy-status.preparing p { margin: 3px 0 0; color: #aeb8ce; font-size: 12px; } .copy-status.success { border-color: rgba(46, 204, 140, .45); color: #9df1c9; background: rgba(22, 82, 60, .22); } .copy-status.error { border-color: rgba(255, 91, 114, .48); color: #ffbac5; background: rgba(105, 25, 42, .24); } @keyframes cvCopySpin { to { transform: rotate(360deg); } } .copy-server-warning { display: flex; align-items: flex-start; gap: 13px; margin-top: 16px; padding: 15px 16px; border-radius: 16px; border: 1px solid rgba(255, 179, 71, .3); background: linear-gradient(120deg, rgba(99, 60, 10, .18), rgba(32, 25, 18, .52)); } .copy-server-warning > span { font-size: 22px; } .copy-server-warning b { display: block; color: #ffd392; font-size: 14px; } .copy-server-warning p { margin: 4px 0 0; color: #baa98e; font-size: 12px; line-height: 1.6; } .copy-server-warning.compact { margin-top: 18px; } .copy-result-card { padding: 23px !important; margin-top: 16px !important; border-color: rgba(75, 183, 143, .32) !important; background: radial-gradient(circle at 92% 8%, rgba(36, 190, 143, .13), transparent 28%), linear-gradient(180deg, rgba(16, 29, 42, .96), rgba(7, 15, 28, .97)) !important; } .copy-result-head { display: flex; align-items: center; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid rgba(105, 135, 177, .22); } .copy-result-head > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; font-size: 25px; background: rgba(34, 193, 139, .15); border: 1px solid rgba(63, 215, 164, .3); } .copy-result-head small { color: #6fe0b7; font-weight: 850; letter-spacing: .11em; } .copy-result-head h2 { margin: 3px 0 2px; color: #f2f6ff; font-size: 23px; } .copy-result-head p { margin: 0; color: #9caac0; font-size: 13px; } .copy-source { display: flex; align-items: center; gap: 12px; margin: 15px 0; padding: 12px 14px; border-radius: 14px; background: rgba(4, 11, 23, .62); border: 1px solid rgba(85, 116, 169, .25); } .copy-source span { color: #9aa8c0; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; } .copy-source a { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #86aaff !important; text-decoration: none !important; } .copy-tree { padding: 16px; border-radius: 16px; background: rgba(4, 10, 21, .66); border: 1px solid rgba(80, 109, 159, .25); } .copy-tree > div { display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; } .copy-tree > div b { color: #eef3ff; } .copy-tree > div small { color: #8d9ab1; line-height: 1.45; } .copy-tree ul { list-style: none; margin: 0; padding: 0 4px 0 0; max-height: 330px; overflow: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; } .copy-tree li { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 8px 10px; border-radius: 11px; background: rgba(18, 28, 48, .64); } .copy-tree code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #bdc9df; font-size: 11px; } .copy-tree > p { margin: 10px 0 0; color: #7f91ad; font-size: 12px; } .copy-skipped { margin-top: 12px; color: #a9b4c7; font-size: 12px; line-height: 1.55; } .website-copy-actions { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 13px !important; margin-top: 15px !important; } .website-copy-actions > div { min-width: 0 !important; } .website-copy-actions button { min-height: 54px !important; border-radius: 15px !important; font-weight: 800 !important; } .website-copy-again { margin-top: 11px !important; } .website-copy-again button { min-height: 52px !important; border-radius: 15px !important; } @media (max-width: 760px) { .copy-hero-folder { display: none; } .copy-quota-card { grid-template-columns: auto minmax(0, 1fr); } .copy-quota-card > em { grid-column: 1 / -1; justify-self: stretch; text-align: center; } .copy-tree ul { grid-template-columns: 1fr; } .website-copy-actions { grid-template-columns: 1fr !important; } .website-copy-form, .copy-result-card { padding: 17px !important; } } /* V11 landing and login additions */ .feature-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))!important} .site-code-card{background:linear-gradient(155deg,rgba(124,58,237,.16),rgba(37,99,235,.08)),var(--card,#0d1528)!important} .auth-capabilities{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:18px 0 4px} .auth-capabilities span{padding:10px 12px;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:rgba(15,23,42,.62);font-size:12px;font-weight:750;color:#cbd5e1;text-align:left} @media(max-width:1100px){.feature-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))!important}} @media(max-width:650px){.feature-grid-four,.auth-capabilities{grid-template-columns:1fr!important}} /* V14 website archive queue */ .website-copy-start-actions{gap:12px;align-items:stretch} .website-copy-start-actions>div:first-child{flex:1 1 auto} .website-copy-start-actions button{min-height:54px} .copy-queue-note{display:flex;gap:14px;align-items:flex-start;margin-top:12px;padding:16px 18px;border:1px solid rgba(99,102,241,.28);border-radius:16px;background:rgba(79,70,229,.08)} .copy-queue-note>span{font-size:24px}.copy-queue-note b{display:block;color:#f8fafc}.copy-queue-note p{margin:5px 0 0;color:#aab7ce;line-height:1.55} .copy-status.cancelled{border-color:rgba(248,113,113,.45);background:rgba(127,29,29,.18);color:#fecaca} @media(max-width:760px){.website-copy-start-actions{flex-direction:column}} /* V15 live website archive progress */ .copy-limit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 4px 0 18px; } .copy-limit-grid > span { min-width: 0; padding: 13px 14px; border-radius: 14px; border: 1px solid rgba(121, 139, 255, .20); background: linear-gradient(145deg, rgba(91, 75, 210, .12), rgba(8, 17, 34, .72)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035); } .copy-limit-grid b { display: block; color: #f4f6ff; font-size: 17px; line-height: 1.15; } .copy-limit-grid small { display: block; margin-top: 4px; color: #8f9db7; font-size: 10px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; } .copy-progress-card { position: relative; overflow: hidden; margin-top: 15px; padding: 19px; border: 1px solid rgba(119, 103, 255, .42); border-radius: 19px; background: radial-gradient(circle at 95% 0%, rgba(72, 187, 255, .13), transparent 34%), linear-gradient(145deg, rgba(52, 39, 113, .36), rgba(7, 16, 32, .94)); box-shadow: 0 16px 42px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .045); } .copy-progress-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.035) 48%, transparent 66%); transform: translateX(-110%); animation: cvProgressShimmer 2.8s ease-in-out infinite; } .copy-progress-head { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; } .copy-progress-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; background: rgba(114, 92, 255, .16); border: 1px solid rgba(146, 128, 255, .33); } .copy-progress-icon i { width: 22px; height: 22px; border-radius: 50%; border: 3px solid rgba(186, 195, 255, .20); border-top-color: #9a87ff; border-right-color: #64c8ff; animation: cvCopySpin .78s linear infinite; } .copy-progress-head small { display: block; color: #8d9bb8; font-size: 10px; font-weight: 850; letter-spacing: .105em; } .copy-progress-head b { display: block; margin-top: 3px; color: #f5f6ff; font-size: 16px; } .copy-progress-head p { overflow: hidden; margin: 4px 0 0; color: #a8b4ca; font-size: 12px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; } .copy-progress-head strong { min-width: 68px; padding: 10px 11px; border-radius: 14px; color: #ffffff; background: linear-gradient(135deg, rgba(112, 83, 255, .88), rgba(34, 155, 233, .82)); box-shadow: 0 10px 24px rgba(71, 84, 220, .27); font-size: 18px; text-align: center; } .copy-progress-track { position: relative; z-index: 1; height: 12px; margin-top: 17px; overflow: hidden; border-radius: 999px; border: 1px solid rgba(139, 155, 205, .16); background: rgba(2, 8, 20, .78); box-shadow: inset 0 2px 5px rgba(0, 0, 0, .36); } .copy-progress-track > i { position: absolute; inset: 0 auto 0 0; min-width: 4px; border-radius: inherit; background: linear-gradient(90deg, #775cff, #4d9cff 55%, #39d6ba); box-shadow: 0 0 20px rgba(80, 135, 255, .5); transition: width .34s ease; } .copy-progress-track > i::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(120deg, transparent 0 12px, rgba(255,255,255,.14) 12px 20px); animation: cvProgressStripe 1.1s linear infinite; } .copy-progress-stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 13px; } .copy-progress-stats span { min-width: 0; padding: 10px 11px; border-radius: 12px; border: 1px solid rgba(113, 135, 180, .15); background: rgba(4, 12, 27, .53); } .copy-progress-stats small { display: block; overflow: hidden; color: #7e8da8; font-size: 9px; font-weight: 800; letter-spacing: .055em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; } .copy-progress-stats b { display: block; overflow: hidden; margin-top: 4px; color: #e9efff; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; } .copy-expiry-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 13px; padding: 14px 15px; border-radius: 14px; border: 1px solid rgba(248, 181, 79, .25); background: rgba(99, 61, 14, .13); } .copy-expiry-note > span { font-size: 21px; } .copy-expiry-note b { display: block; color: #ffe0a8; font-size: 13px; } .copy-expiry-note p { margin: 4px 0 0; color: #b9aa90; font-size: 11px; line-height: 1.55; } @keyframes cvProgressShimmer { 0%, 35% { transform: translateX(-110%); } 72%, 100% { transform: translateX(110%); } } @keyframes cvProgressStripe { to { transform: translateX(32px); } } @media (max-width: 820px) { .copy-limit-grid, .copy-progress-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 560px) { .copy-progress-card { padding: 15px; } .copy-progress-head { grid-template-columns: auto minmax(0, 1fr); } .copy-progress-head strong { grid-column: 1 / -1; width: 100%; } .copy-progress-head p { white-space: normal; } .copy-limit-grid, .copy-progress-stats { grid-template-columns: 1fr 1fr; } } /* CloudVault V23 */ .notification-nav-btn{position:relative!important}.notify-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;margin-left:7px;border-radius:999px;background:#ef3340;color:#fff;font-size:11px;font-weight:900;box-shadow:0 0 0 3px rgba(239,51,64,.17),0 8px 24px rgba(239,51,64,.35);animation:cvBadgePulse 1.8s ease-in-out infinite}.notification-gradient{background:radial-gradient(circle at 85% 0,rgba(244,63,94,.22),transparent 35%),linear-gradient(135deg,#11162b,#17102b)!important}.notification-list{display:grid;gap:14px}.notification-card{display:grid!important;grid-template-columns:auto 1fr;gap:16px;align-items:start;padding:20px!important;transition:.25s ease;overflow:hidden;position:relative}.notification-card.unread{border-color:rgba(248,113,113,.65)!important;box-shadow:0 14px 42px rgba(239,68,68,.12)}.notification-card.unread:after{content:"";position:absolute;right:14px;top:14px;width:9px;height:9px;border-radius:50%;background:#ff4757;box-shadow:0 0 18px #ff4757}.notification-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;font-size:23px;background:linear-gradient(145deg,rgba(99,102,241,.24),rgba(236,72,153,.18));border:1px solid rgba(165,180,252,.25)}.notification-card span{font-size:10px;letter-spacing:.13em;color:#94a3b8}.notification-card h3{margin:5px 0 6px}.notification-card p{margin:0;color:#cbd5e1;white-space:pre-wrap}.admin-v23{padding:20px!important;margin-top:14px!important;background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(22,17,48,.96))!important}.admin-v23:hover{transform:translateY(-2px);border-color:rgba(129,140,248,.55)!important}.upload-card{position:relative;overflow:hidden}.upload-card:before{content:"";position:absolute;inset:-2px;background:linear-gradient(110deg,transparent 20%,rgba(99,102,241,.11),transparent 80%);transform:translateX(-100%);animation:cvUploadSweep 5s linear infinite;pointer-events:none}@keyframes cvBadgePulse{50%{transform:scale(1.09);box-shadow:0 0 0 6px rgba(239,51,64,.08),0 8px 28px rgba(239,51,64,.45)}}@keyframes cvUploadSweep{to{transform:translateX(100%)}}