:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18241f;background:#f4f7f5;font-synthesis:none;text-rendering:optimizeLegibility;--brand:#0d7b59;--brand-dark:#07543e;--brand-pale:#def7ec;--ink:#18241f;--muted:#6c7b74;--line:#dfe8e3;--surface:#fff;--canvas:#f4f7f5;--danger:#a63d32;--shadow:0 18px 50px rgba(22,58,43,.1)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #56c99e;outline-offset:2px}.icon{flex:0 0 auto}.brand{display:flex;align-items:center;gap:11px;font-size:20px;letter-spacing:-.03em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--brand);color:#fff;box-shadow:0 8px 22px #0d7b5940}.brand strong{font-weight:780;color:var(--brand)}.button{border:0;border-radius:11px;min-height:44px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:720;cursor:pointer;transition:.2s ease}.button.primary{color:#fff;background:linear-gradient(135deg,#0d865f,#076b4e);box-shadow:0 8px 22px #0d7b5933}.button.primary:hover{transform:translateY(-1px);box-shadow:0 11px 28px #0d7b5947}.button.secondary{background:#fff;border:1px solid var(--line)}.button.secondary:hover{border-color:#a8c3b6;background:#fbfdfc}.button.full{width:100%}.button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#74e0b9}.eyebrow.dark{color:var(--brand)}.spinner{display:inline-block;width:19px;height:19px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .75s linear infinite}.spinner.dark{border-color:#c1d4ca;border-top-color:var(--brand)}@keyframes spin{to{transform:rotate(360deg)}}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,44%) 1fr;background:#f7faf8}.auth-side{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:48px clamp(40px,6vw,92px);color:#fff;background:radial-gradient(circle at 12% 80%,rgba(42,189,133,.22),transparent 30%),radial-gradient(circle at 90% 10%,rgba(111,221,180,.13),transparent 25%),#0d2d24}.auth-side:before,.auth-side:after{content:"";position:absolute;border:1px solid rgba(122,226,188,.1);border-radius:50%;width:380px;height:380px;right:-220px;top:30%}.auth-side:after{width:540px;height:540px;right:-300px;top:22%}.auth-side .brand{position:relative;z-index:1}.auth-side .brand-mark{background:#dff8ef;color:#0b684d}.auth-side .brand strong{color:#70dcb4}.auth-side>div:nth-child(2){position:relative;z-index:1;max-width:540px}.auth-side h1{font-family:Georgia,Times New Roman,serif;font-weight:500;font-size:clamp(38px,4vw,61px);line-height:1.08;letter-spacing:-.04em;margin:22px 0}.auth-side p{font-size:17px;color:#bdd4ca;line-height:1.7;max-width:500px}.privacy-note{position:relative;z-index:1;display:flex;align-items:center;gap:10px;color:#aac9bc;font-size:13px}.auth-main{display:grid;place-items:center;padding:32px}.auth-card{width:min(100%,430px)}.auth-heading{margin-bottom:30px}.auth-heading h2,.recovery-card h2{font-size:30px;letter-spacing:-.035em;margin:0 0 8px}.auth-heading p,.recovery-card>p{color:var(--muted);margin:0;line-height:1.6}.auth-card form{display:grid;gap:19px}.auth-card label,.password-field{display:grid;gap:8px;font-size:13px;font-weight:700}.auth-card input,.password-field input{width:100%;height:48px;border:1px solid #d7e2dc;border-radius:10px;padding:0 13px;background:#fff;color:var(--ink);transition:.2s}.auth-card input:focus,.password-field input:focus{border-color:#45aa84;box-shadow:0 0 0 4px #45aa841a;outline:0}.auth-card label small{font-weight:400;color:var(--muted)}.auth-card .code-input{text-align:center;font-size:22px;letter-spacing:.3em;font-weight:750}.form-error{padding:11px 13px;color:#8b332c;background:#fff0ee;border:1px solid #f1cec9;border-radius:9px;font-size:13px}.auth-switch{text-align:center;margin-top:23px;font-size:13px;color:var(--muted)}.auth-switch button,.text-button{border:0;background:none;color:var(--brand);font-weight:750;cursor:pointer;padding:3px}.text-button.back{display:block;margin:20px auto}.mobile-brand{display:none}.enroll-qr{text-align:center;margin:-12px 0 22px}.enroll-qr img{width:220px;border-radius:16px;box-shadow:0 9px 28px #1a402f21}.enroll-qr details{margin-top:10px;color:var(--muted);font-size:12px}.enroll-qr code{display:block;margin-top:8px;word-break:break-all;color:var(--ink);background:#eaf2ee;padding:8px;border-radius:7px}.recovery-card{text-align:center}.success-orb{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 22px;border-radius:50%;background:var(--brand-pale);color:var(--brand)}.recovery-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:24px 0}.recovery-grid code{padding:10px 8px;border-radius:8px;background:#e9f1ed;color:#1d3b30}.splash{min-height:100vh;display:grid;place-items:center;align-content:center;gap:28px}.app-shell{min-height:100vh}.topbar{height:72px;position:fixed;z-index:30;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:0 25px;border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.top-actions{display:flex;align-items:center;gap:14px}.connection-pill{height:34px;border:1px solid #ead7d4;background:#fff5f3;color:#8f453b;border-radius:999px;padding:0 12px;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;cursor:pointer}.connection-pill.online{border-color:#c8e8da;background:#edfbf5;color:#176a4e;cursor:default}.status-dot{width:7px;height:7px;border-radius:50%;background:#c45b4d;box-shadow:0 0 0 3px #c45b4d1f}.online .status-dot{background:#22a776;box-shadow:0 0 0 3px #22a77621}.user-chip{display:flex;align-items:center;gap:9px;padding-left:14px;border-left:1px solid var(--line)}.user-chip>span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#dff4ea;color:#0d7656;font-weight:800}.user-chip>div{display:grid}.user-chip strong{font-size:12px}.user-chip small{font-size:10px;color:var(--muted)}.icon-button,.menu-button{width:38px;height:38px;display:grid;place-items:center;border:0;background:transparent;border-radius:9px;cursor:pointer;color:#596860}.icon-button:hover,.menu-button:hover{background:#edf3f0;color:var(--ink)}.menu-button{display:none}.sidebar{position:fixed;z-index:20;top:72px;bottom:0;left:0;width:232px;padding:26px 16px 20px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.sidebar nav{display:grid;gap:6px}.sidebar nav button{border:0;background:transparent;min-height:44px;padding:0 13px;border-radius:9px;display:flex;align-items:center;gap:12px;color:#617168;font-weight:650;cursor:pointer;text-align:left}.sidebar nav button:hover{background:#f2f6f4}.sidebar nav button.active{background:#e8f6ef;color:#0c7052}.nav-badge{margin-left:auto;border-radius:999px;background:#0d7b59;color:#fff;font-size:10px;min-width:20px;height:20px;display:grid;place-items:center}.sidebar-foot{display:flex;align-items:center;gap:10px;padding:12px;color:#527165;background:#f0f7f3;border-radius:10px}.sidebar-foot>div{display:grid;gap:2px}.sidebar-foot strong{font-size:11px}.sidebar-foot span{font-size:9px;color:#799087}.workspace{margin-left:232px;padding:112px clamp(25px,4vw,60px) 60px;min-height:100vh}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:31px}.page-heading h1{font-family:Georgia,Times New Roman,serif;font-weight:500;font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.04em;margin:12px 0 8px}.page-heading p{margin:0;color:var(--muted)}.connection-hero{min-height:510px;border:1px solid var(--line);border-radius:18px;background:#fff;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:50px clamp(30px,6vw,90px);gap:60px;box-shadow:0 8px 30px #163a2b0a}.connection-hero h2{font-size:32px;margin:12px 0}.connection-hero p{color:var(--muted);line-height:1.65;margin:0 0 25px;max-width:500px}.connection-hero small{display:flex;align-items:center;gap:7px;color:var(--muted);margin-top:17px}.connection-visual{position:relative;display:grid;place-items:center;height:350px}.connection-visual:before{content:"";position:absolute;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,#daf6e9,transparent 68%)}.phone{position:relative;z-index:2;width:180px;height:310px;border:7px solid #123b30;border-radius:32px;background:linear-gradient(155deg,#f8fffb,#d9f5e8);box-shadow:0 28px 55px #0d433233;display:grid;place-items:center;align-content:center;gap:16px;color:var(--brand)}.phone span{font-size:11px;font-weight:800}.phone-speaker{position:absolute;top:9px;width:48px;height:5px;border-radius:4px;background:#123b30}.orbit{position:absolute;border:1px solid #b7dfce;border-radius:50%}.orbit.one{width:290px;height:290px;animation:pulse 3s ease-in-out infinite}.orbit.two{width:350px;height:350px;animation:pulse 3s 1s ease-in-out infinite}@keyframes pulse{50%{transform:scale(1.04);opacity:.4}}.dashboard-grid{display:grid;grid-template-columns:minmax(430px,1fr) 330px;gap:22px}.panel{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 7px 24px #163a2b09}.chats-panel{min-height:560px;overflow:hidden}.panel-head{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid var(--line)}.panel-head h2,.builder h2{font-size:17px;margin:0 0 3px}.panel-head>div>span{font-size:11px;color:var(--muted)}.search{height:38px;width:min(240px,43%);display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:9px;color:#819087}.search input{border:0;outline:0;width:100%;min-width:0}.select-row{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#f9fbfa;border-bottom:1px solid var(--line);font-size:11px;color:var(--muted)}.checkbox{display:inline-flex;align-items:center;gap:9px;cursor:pointer}.checkbox input{position:absolute;opacity:0;pointer-events:none}.checkbox span{width:17px;height:17px;border:1.5px solid #b8c8c0;border-radius:5px;background:#fff;display:grid;place-items:center}.checkbox input:checked+span{background:var(--brand);border-color:var(--brand)}.checkbox input:checked+span:after{content:"";width:7px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}.chat-list{max-height:610px;overflow:auto}.chat-row{height:70px;display:flex;align-items:center;padding:0 11px 0 22px;border-bottom:1px solid #edf2ef}.checkbox.solo{padding-right:13px}.chat-open{flex:1;min-width:0;height:100%;border:0;background:none;display:flex;align-items:center;gap:12px;cursor:pointer;padding:0;text-align:left}.chat-open:hover .chat-copy strong{color:var(--brand)}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:#e1f1e9;color:#176b50;font-size:13px;font-weight:800}.avatar.group{background:#eee9f7;color:#69538d}.chat-copy{display:grid;gap:4px;min-width:0;flex:1}.chat-copy strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-copy small{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-time{display:flex;align-items:center;gap:7px;font-size:9px;color:#829087;white-space:nowrap}.builder{padding:22px;align-self:start}.builder-head{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--line)}.builder-head p{font-size:11px;color:var(--muted);margin:0}.builder-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#e6f6ee;color:var(--brand)}.switch-row{position:relative;display:flex;align-items:center;justify-content:space-between;padding:19px 0;border-bottom:1px solid var(--line);cursor:pointer}.switch-row>span{display:grid;gap:3px}.switch-row strong{font-size:12px}.switch-row small{font-size:10px;color:var(--muted)}.switch-row input{position:absolute;opacity:0}.switch-row i{position:relative;width:36px;height:20px;border-radius:20px;background:#cbd6d1;transition:.2s}.switch-row i:after{content:"";position:absolute;width:16px;height:16px;top:2px;left:2px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0002;transition:.2s}.switch-row input:checked+i{background:var(--brand)}.switch-row input:checked+i:after{transform:translate(16px)}.field-group{padding:19px 0 4px}.field-group>label{display:block;font-size:11px;font-weight:700;margin-bottom:11px}.format-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.format-grid button{border:1px solid var(--line);border-radius:10px;background:#fff;min-height:96px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px;cursor:pointer;color:#66766e}.format-grid button.active{border-color:#36a47d;background:#f1fbf6;box-shadow:0 0 0 1px #36a47d;color:var(--brand)}.format-grid strong{font-size:11px;color:var(--ink)}.format-grid small{font-size:9px}.code-symbol{font-size:16px;height:20px;font-family:monospace}.password-field{font-size:11px;margin-top:14px}.password-field input{height:40px}.builder-summary{display:flex;align-items:center;justify-content:space-between;margin:18px 0;padding:12px;border-radius:9px;background:#f3f7f5}.builder-summary span{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--muted)}.builder-summary strong{font-size:13px}.expiry{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:9px;margin:12px 0 0}.empty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:12px}.empty.tall{min-height:390px}.empty.tall strong{color:var(--ink);font-size:16px}.modal-backdrop,.drawer-backdrop{position:fixed;z-index:100;inset:0;background:#06181294;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:20px}.modal-card{position:relative;width:min(100%,430px);max-height:calc(100vh - 30px);overflow:auto;background:#fff;border-radius:18px;padding:31px;text-align:center;box-shadow:var(--shadow)}.modal-close{position:absolute;right:14px;top:14px;border:0;background:#f2f6f4;border-radius:8px;width:34px;height:34px;display:grid;place-items:center;cursor:pointer}.modal-icon{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 14px;border-radius:14px;background:#e0f7ed;color:var(--brand)}.modal-card h2{font-size:23px;margin:0 0 7px}.modal-card>p{font-size:12px;color:var(--muted);margin:0 auto 17px}.qr-frame{display:inline-flex;padding:9px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 9px 26px #103e2d1a}.qr-frame img{display:block;width:230px;height:230px}.qr-steps{display:grid;gap:5px;text-align:left;max-width:270px;margin:17px auto;padding-left:28px;color:#5f6f67;font-size:11px}.modal-loading{min-height:240px;display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted);font-size:12px}.modal-security{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:17px;color:#77867f;font-size:10px}.drawer-backdrop{place-items:stretch end;padding:0}.drawer{width:min(100%,560px);height:100vh;background:#eef5f1;box-shadow:-20px 0 50px #05150e33}.drawer>header{height:74px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px}.drawer>header>div{display:flex;align-items:center;gap:11px}.drawer>header>div>div{display:grid}.drawer header strong{font-size:13px}.drawer header small{font-size:10px;color:var(--muted)}.message-list{height:calc(100vh - 74px);overflow:auto;padding:22px}.bubble{width:min(78%,390px);background:#fff;border:1px solid var(--line);border-radius:5px 15px 15px;padding:10px 12px;margin:8px 0;box-shadow:0 2px 6px #173a2a0a}.bubble.mine{margin-left:auto;background:#d9f6e8;border-radius:15px 5px 15px 15px}.bubble>strong{font-size:10px;color:var(--brand)}.bubble p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.5;margin:4px 0}.bubble time{display:block;text-align:right;font-size:8px;color:#718078}.media-preview{margin:7px 0}.media-preview img,.media-preview video{max-width:100%;max-height:340px;border-radius:9px}.media-preview audio{width:100%;min-width:230px}.media-preview a{display:flex;align-items:center;gap:8px;color:var(--brand);font-size:11px}.toast{position:fixed;z-index:200;right:24px;bottom:24px;max-width:420px;display:flex;align-items:center;gap:10px;padding:13px 16px;color:#fff;background:#123f31;border-radius:11px;box-shadow:var(--shadow);font-size:12px;animation:toast-in .25s ease-out}@keyframes toast-in{0%{transform:translateY(15px);opacity:0}}.backups-panel{overflow:hidden}.backup-table-head,.backup-row{display:grid;grid-template-columns:minmax(260px,2fr) .7fr 1fr 1.1fr 80px;align-items:center;gap:18px;padding:0 22px}.backup-table-head{height:48px;background:#f8faf9;border-bottom:1px solid var(--line);font-size:10px;font-weight:750;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.backup-row{min-height:79px;border-bottom:1px solid var(--line);font-size:12px}.backup-name{display:flex;align-items:center;gap:11px}.backup-name>span:last-child{display:grid;gap:4px}.backup-name small{font-size:10px;color:var(--muted)}.file-tile{display:grid;place-items:center;width:39px;height:42px;border-radius:8px;background:#f7e8e6;color:#a64e43}.file-tile.html{background:#e2f1fa;color:#34769b}.status-tag{display:inline-block;font-style:normal;font-size:10px;padding:4px 8px;border-radius:999px;background:#eef2f0;color:#5b6a63}.status-tag.ready{background:#dff6eb;color:#137252}.status-tag.failed{background:#fff0ee;color:#a34237}.status-tag.processing,.status-tag.queued{background:#fff4d9;color:#8a6413}.progress{display:block;width:90px;height:3px;border-radius:3px;background:#e2e9e5;margin-top:7px;overflow:hidden}.progress i{display:block;height:100%;background:#c1942f}.error-text{display:block;color:var(--danger);font-size:9px;margin-top:4px;max-width:220px}.row-actions{display:flex;justify-content:flex-end}.icon-button.download{color:var(--brand);background:#e9f6f0;text-decoration:none}@media(max-width:1050px){.dashboard-grid{grid-template-columns:1fr}.builder{order:-1}.format-grid{grid-template-columns:1fr 1fr}.connection-hero{padding:40px;gap:30px}.connection-visual{transform:scale(.85)}.backup-table-head,.backup-row{grid-template-columns:minmax(220px,1.6fr) .6fr 1fr 1fr 70px}}@media(max-width:780px){.auth-shell{display:block}.auth-side{display:none}.auth-main{min-height:100vh;padding:28px 22px}.mobile-brand{display:block;margin-bottom:44px}.topbar{height:64px;padding:0 14px}.topbar>.brand{position:absolute;left:50%;transform:translate(-50%)}.topbar .brand>span:last-child{display:none}.menu-button{display:grid}.user-chip,.top-actions>.icon-button{display:none}.connection-pill{font-size:0;width:34px;padding:0;justify-content:center}.sidebar{top:64px;transform:translate(-105%);transition:.25s;box-shadow:15px 0 40px #0c2a1e1a}.sidebar.open{transform:translate(0)}.workspace{margin-left:0;padding:94px 15px 40px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading .button{width:100%}.connection-hero{grid-template-columns:1fr;text-align:center;padding:35px 22px}.connection-hero p{margin-left:auto;margin-right:auto}.connection-hero small{justify-content:center}.connection-visual{height:260px}.phone{height:250px;width:150px}.orbit.one{width:230px;height:230px}.orbit.two{width:275px;height:275px}.dashboard-grid{display:block}.builder{margin-bottom:16px}.panel-head{height:auto;min-height:88px;align-items:flex-start;flex-direction:column;padding:17px}.search{width:100%}.select-row{padding:0 16px}.chat-row{padding-left:15px}.backup-table-head{display:none}.backup-row{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:17px;position:relative}.backup-name{grid-column:1/-1}.backup-row>span[data-label]:before{content:attr(data-label);display:block;color:var(--muted);font-size:8px;text-transform:uppercase;margin-bottom:3px}.row-actions{position:absolute;right:12px;top:14px}.drawer{width:100%}.message-list{padding:14px}.toast{left:15px;right:15px;bottom:15px}.modal-card{padding:28px 20px}}@media(max-width:420px){.auth-heading h2{font-size:27px}.recovery-grid{grid-template-columns:1fr}.qr-frame img{width:205px;height:205px}.chat-time{font-size:0}.checkbox.solo{padding-right:8px}.avatar{width:36px;height:36px}.bubble{width:88%}}.hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.source-tag{display:inline-block;margin-left:7px;padding:2px 6px;border-radius:999px;background:#e6f1fa;color:#38759a;font-size:8px;font-style:normal;font-weight:750;vertical-align:1px}.import-grid{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);gap:22px}.import-guide{padding:28px;align-self:start}.builder-icon.large{width:52px;height:52px;border-radius:14px}.import-guide h2{font-size:22px;margin:18px 0 8px}.import-guide>p{color:var(--muted);font-size:13px;line-height:1.65;margin:0 0 20px}.upload-zone{min-height:170px;border:1.5px dashed #9bc8b5;border-radius:13px;background:#f3fbf7;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--brand);cursor:pointer;transition:.2s}.upload-zone:hover{border-color:var(--brand);background:#eaf8f1}.upload-zone.busy{cursor:wait}.upload-zone input{position:absolute;opacity:0;pointer-events:none}.upload-zone strong{font-size:13px}.upload-zone span{font-size:10px;color:var(--muted)}.import-guide ol{margin:23px 0;padding-left:21px;color:#5e6e66;font-size:12px;line-height:1.9}.import-warning{display:flex;align-items:flex-start;gap:9px;padding:12px;border-radius:9px;background:#edf5f1;color:#547064;font-size:10px;line-height:1.5}.import-list{overflow:hidden}.import-row{min-height:82px;display:grid;grid-template-columns:42px minmax(0,1fr) 40px;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid var(--line)}.import-row>div{display:grid;gap:4px;min-width:0}.import-row strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.import-row small{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1050px){.import-grid{grid-template-columns:1fr}}@media(max-width:780px){.hero-actions{justify-content:center}.hero-actions .button{width:100%}.import-guide{padding:20px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
