@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;700&display=swap";:root{--rt-bg: #0f131a;--rt-surface: #171d27;--rt-surface-strong: #1f2733;--rt-line: #2d3848;--rt-text: #e9effa;--rt-muted: #9da8bb;--rt-accent: #ff6a13;--rt-accent-soft: #ffa268;--rt-white-card: #f7f9fc;--rt-white-line: #d4dce8;--rt-dark-text: #1a2331;font-family:Manrope,Segoe UI,Tahoma,sans-serif;line-height:1.5;font-weight:500;color:var(--rt-text);font-size:.8rem;background:linear-gradient(115deg,rgba(255,106,19,.18),transparent 36%),radial-gradient(circle at 90% 8%,rgba(255,255,255,.11),transparent 24%),linear-gradient(180deg,#0c1016 0%,var(--rt-bg) 100%);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{min-width:320px}body{margin:0;min-width:320px;min-height:100vh;color:var(--rt-text)}button,input,select,textarea{font:inherit}#root{width:100%;min-height:100vh;padding:1.5rem}@media(max-width:640px){#root{padding:.8rem}}.login-page{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-form-card{width:100%;max-width:400px;border-radius:24px;background:#fff;border:1px solid #d4dce8;padding:2rem 2.2rem;box-shadow:0 16px 48px #03060c2e}.login-form-card h2{margin:0 0 .25rem;color:#0e1520;font-size:1.15rem;font-weight:800}.login-form-hint{margin:0 0 1.5rem;color:#4d5e77;font-size:.82rem}.login-field{display:grid;gap:.4rem;margin-bottom:1rem}.login-field label{font-weight:700;font-size:.82rem;color:#1e2a3b}.login-field input{border:1.5px solid #b9c6d9;border-radius:14px;padding:.7rem 1rem;font:inherit;font-size:.88rem;background:#f7f9fc;color:#0e1520;transition:border-color .16s ease,box-shadow .16s ease}.login-field input:focus{outline:none;border-color:var(--rt-accent);box-shadow:0 0 0 4px #ff6a1326;background:#fff}.login-error{color:#d32f2f;font-size:.82rem;font-weight:600;margin:0 0 1rem}.login-submit{width:100%;border:none;border-radius:14px;padding:.85rem 1.2rem;font:inherit;font-weight:800;font-size:.9rem;text-transform:uppercase;letter-spacing:.03em;background:linear-gradient(135deg,#ff6a13,#ff8f3d);color:#171d27;cursor:pointer;box-shadow:0 12px 32px #ff6a134d;transition:transform .16s ease,box-shadow .16s ease}.login-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 40px #ff6a1361}.login-submit:disabled{opacity:.7;cursor:not-allowed}@media(max-width:640px){.login-form-card{padding:1.5rem;border-radius:20px}}.header-actions{display:flex;gap:.65rem;flex-wrap:nowrap;justify-content:flex-end}.header-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--rt-text);border-radius:12px;padding:0;font:inherit;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.header-btn:hover{background:#ffffff2e;border-color:#ffffff61;transform:translateY(-1px)}.header-btn:focus-visible{outline:2px solid var(--rt-accent-soft);outline-offset:2px}.header-btn-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.modal-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-card{width:100%;max-width:400px;padding:2rem;border-radius:22px;background:#fff;border:1px solid #a8b7cc;color:var(--rt-dark-text);box-shadow:0 20px 60px #00000059}.modal-card h2{margin:0 0 1.2rem;font-size:1.1rem}.modal-field{display:grid;gap:.4rem;margin-bottom:.8rem}.modal-field label{font-weight:700;font-size:.85rem;color:#1e2a3b}.modal-field input{border:1.5px solid #8e9fb5;border-radius:12px;padding:.6rem .9rem;font:inherit;background:#fff;color:#0e1520}.modal-field input:focus{outline:none;border-color:var(--rt-accent);box-shadow:0 0 0 3px #ff6a1326}.modal-error{color:#d32f2f;font-size:.82rem;font-weight:600;margin:0 0 .8rem}.modal-success{color:#1f7a3e;font-size:.82rem;font-weight:600;margin:0 0 .8rem}.modal-actions{display:flex;gap:.7rem;justify-content:flex-end;margin-top:1rem}.quest-list-page{display:grid}.quest-list-card{width:100%;max-width:none;max-height:none;padding:1.5rem;border-radius:22px;background:#fff;border:1px solid #a8b7cc;color:#0e1520;display:grid;gap:1rem;overflow:visible;box-shadow:0 20px 60px #00000059}.quest-list-card>.panel-header .ghost-button{color:#1a2331;border-color:#2d3c50;background:#fff}.quest-list-card>.panel-header .ghost-button:hover{background:#eef3fa}.quest-list-empty{text-align:center;color:#4d5e77;padding:2rem 0;font-weight:600}.quest-list-table-wrap{overflow-x:auto}.quest-list-table{width:100%;border-collapse:collapse;font-size:.82rem}.quest-list-table th{text-align:left;padding:.55rem .6rem;border-bottom:2px solid #1a2331;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;font-weight:800;color:#0e1520;font-size:.84rem}.quest-list-table th:hover{color:var(--rt-accent)}.quest-list-table td{padding:.5rem .6rem;border-bottom:1px solid #c5ceda;color:#1a2331}.quest-list-actions{display:flex;gap:.4rem}.quest-list-actions .ghost-button{padding:.35rem .7rem;font-size:.75rem;border-radius:8px;border:1.5px solid var(--rt-accent);color:var(--rt-accent);background:transparent}.quest-list-actions .ghost-button:hover{background:#ff6a131a}.quest-list-actions .ghost-button:disabled{opacity:.6;cursor:not-allowed;background:#ff6a1314}.create-quest-page{display:grid}.create-quest-card{width:100%;padding:1.5rem;border-radius:22px;background:#fff;border:1px solid #a8b7cc;color:#0e1520;display:grid;gap:1rem;box-shadow:0 20px 60px #00000059}.create-quest-form{display:grid;gap:.9rem}.create-quest-org{margin-top:.35rem;padding:.7rem .8rem;border-radius:10px;border:1px solid #c5d2e6;background:#f4f8ff;color:#1a2331;display:grid;gap:.3rem}.create-quest-org p{margin:0;font-size:.75rem;line-height:1.35}.create-quest-org .org-name{font-size:.8rem;font-weight:800;color:#0f2a56}.create-quest-org a{justify-self:start;color:#1c4fa3;font-size:.74rem;font-weight:700}.create-quest-org.muted{background:#f8fafc;border-color:#d8e0eb;color:#4d5e77}.create-quest-card .modal-field select{border:1.5px solid #8e9fb5;border-radius:12px;padding:.6rem .9rem;font:inherit;background:#fff;color:#0e1520}.create-quest-result{display:grid;gap:.5rem;padding:.9rem;border-radius:14px;border:1px solid #c5ceda;background:#f7f9fc}.create-quest-result-main{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) auto;align-items:start}.create-quest-result-copy{display:grid;gap:.5rem;min-width:0}.create-quest-result p{margin:0;color:#0e1520;font-weight:700}.create-quest-result a{color:#1c4fa3;word-break:break-all;font-weight:600}.create-quest-result .ghost-button{justify-self:start;border-color:#1c4fa3;color:#1c4fa3}.create-quest-qr{display:grid;gap:.5rem;justify-items:center;padding:.85rem;border-radius:16px;border:1px solid #d7e0ec;background:linear-gradient(180deg,#fff,#eef4fb)}.create-quest-qr svg{width:168px;height:168px;display:block}.create-quest-qr span{max-width:168px;text-align:center;color:#41546f;font-size:.74rem;font-weight:700;line-height:1.35}@media(max-width:720px){.create-quest-result-main{grid-template-columns:1fr}.create-quest-qr{justify-self:center;width:100%;max-width:240px}}.preview-inline-card{display:grid;gap:.9rem;border:1px solid #c5ceda;border-radius:14px;padding:1rem;background:#f8fafc}.preview-inline-card h3{margin:0;color:#0e1520;font-size:.95rem}.preview-inline-card pre{margin:0;max-height:280px;overflow:auto;padding:.85rem;border-radius:10px;background:#0f172a;color:#dbeafe;font-size:.75rem;line-height:1.4}.radio-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.88rem;color:#1a2331;cursor:pointer}.radio-label input[type=radio]{accent-color:var(--rt-accent);width:16px;height:16px;margin:0;cursor:pointer}.app-shell{display:grid;gap:1.5rem}.hero-card,.summary-card,.form-card,.preview-card{position:relative;overflow:hidden;border:1px solid var(--rt-line);border-radius:28px;background:linear-gradient(160deg,#181f2af5,#10151ef0);box-shadow:0 26px 60px #03060c66;display:grid;gap:1.5rem;padding:2rem}.hero-card{border-color:#ff6a134d;background:linear-gradient(120deg,rgba(255,106,19,.14),transparent 42%),linear-gradient(165deg,#131821f7,#0c1119f2);grid-template-columns:minmax(0,1fr) auto;padding:.75rem 1rem;gap:.75rem;align-items:center}.hero-card:after,.summary-card:after,.preview-card:after{content:"";position:absolute;inset:auto -18% -34% auto;width:260px;height:260px;clip-path:polygon(0 0,100% 12%,100% 100%,12% 88%);background:radial-gradient(circle,rgba(255,106,19,.2),transparent 68%);pointer-events:none}.hero-card h1{max-width:none;margin:0;line-height:1.15;font-size:clamp(1.35rem,3vw,2rem)}.checkbox-block{border:none;border-radius:0;padding:0;background:none;display:flex;align-items:center;margin-bottom:16px}.hero-copy,.panel-header p,.section-pill p,.field-hint,.note-card p{margin:0;color:var(--rt-muted);font-size:.72rem}.hero-copy{max-width:none;font-size:.82rem;text-wrap:pretty}.hero-stats{display:grid;gap:0;align-content:center}.stat-card{display:grid;gap:.25rem;padding:.7rem 1rem;border-radius:14px;background:linear-gradient(180deg,#232d3bc7,#1b232ee0);border:1px solid rgba(255,255,255,.1);width:fit-content;margin-left:auto;margin-right:0}.stat-card.accent{background:linear-gradient(135deg,#ff6a13,#ff8c3a);border-color:#ffcdafa6}.stat-value{font-size:1.1rem;font-weight:800;color:var(--rt-text)}.accent .stat-value,.accent .stat-label{color:#131822}.stat-label{color:var(--rt-muted)}.content-grid{display:block;width:100%;margin:0 auto}.summary-card,.form-card,.preview-card{padding:1.5rem}.summary-card{display:grid;gap:1.25rem;position:sticky;top:1.25rem}.panel-header{display:flex;gap:1rem;align-items:start;justify-content:space-between}.panel-header span{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;padding:.45rem .7rem;border-radius:999px;background:#ff6a132e;color:var(--rt-accent-soft);font-weight:700}.progress-track{width:100%;height:.85rem;border-radius:999px;background:#ffffff21;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff6a13,#ffac66)}.section-list,.form-card{display:grid;gap:1rem}.form-product-banner{border-radius:22px;background:var(--rt-white-card);border:1px solid var(--rt-white-line);padding:1.25rem 1.75rem;border-left:4px solid var(--rt-accent)}.form-product-label{margin:0 0 .3rem;color:#4d5e77;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.form-product-name{margin:0;color:#0e1520;font-size:1.5rem;font-weight:800;line-height:1.2}.section-notes{display:grid;gap:.65rem;margin-top:1rem;padding:1rem;border-radius:18px;background:#ff6a1314;border:1px solid rgba(255,106,19,.3)}.section-notes p{margin:0;color:#1a2331;font-weight:500}.section-pill,.note-card,.form-section{border-radius:22px;background:var(--rt-white-card);border:1px solid var(--rt-white-line)}.section-pill{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.1rem}.section-pill h3,.note-card h3{margin:0 0 .35rem;color:var(--rt-dark-text);font-size:.85rem}.section-pill strong{font-size:1rem;color:var(--rt-accent)}.section-pill p,.note-card p,.panel-header p,.field-hint{color:#4d5e77}.note-card{padding:1rem 1.1rem}.form-card{padding:1.5rem}.form-section{padding:1.2rem}.form-section .panel-header h2{color:#151f2f;font-family:Manrope,Segoe UI,sans-serif;font-size:.85rem;font-weight:800}.fields-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.25rem;align-items:start}.field{display:grid;gap:.55rem;min-height:90px}.field-wide{grid-column:1 / -1}.field label,.field-label,.checkbox-field span{font-weight:700;color:#1e2a3b}.field input,.field select,.field textarea{width:100%;box-sizing:border-box;border:1px solid #b9c6d9;border-radius:18px;background:#fff;color:#1a2433;padding:.65rem 1rem;line-height:1.4;font:inherit;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;height:48px}.field textarea{min-height:150px;resize:vertical;height:auto}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--rt-accent);box-shadow:0 0 0 4px #ff6a1333;transform:translateY(-1px)}.checkbox-field{display:flex;gap:.5rem;align-items:center;padding:.5rem 0;border:none;border-radius:0;background:none;cursor:pointer}.checkbox-field input[type=checkbox]{accent-color:var(--rt-accent);width:16px;height:16px;margin:0;cursor:pointer}.required-dot{margin-left:.35rem;color:var(--rt-accent)}.actions-row{display:flex;justify-content:flex-end;align-items:center;gap:.85rem;flex-wrap:wrap}.bitrix-status{font-size:.82rem;font-weight:600;padding:.4rem .75rem;border-radius:8px;white-space:nowrap}.bitrix-sending{color:#6b7280;background:#f3f4f6}.bitrix-success{color:#065f46;background:#d1fae5}.bitrix-error{color:#991b1b;background:#fee2e2}.ghost-button,.primary-button{border-radius:12px;padding:.95rem 1.35rem;font:inherit;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.ghost-button{background:transparent;color:var(--rt-text);border:1px solid var(--rt-line)}.primary-button{border:1px solid rgba(255,201,168,.42);background:linear-gradient(135deg,#ff6a13,#ff8f3d);color:#171d27;box-shadow:0 16px 36px #ff6a134d}.ghost-button:hover,.primary-button:hover{transform:translateY(-1px)}.preview-card{margin-top:1.5rem}.preview-card pre{margin:1rem 0 0;padding:1rem;border-radius:20px;overflow:auto;background:#0e141f;color:#dde9ff;border:1px solid rgba(255,255,255,.08)}@media(max-width:960px){.hero-card,.content-grid,.fields-grid{grid-template-columns:1fr}.summary-card{position:static}}@media(max-width:640px){.header-actions{flex-wrap:wrap}.hero-card,.summary-card,.form-card,.preview-card{padding:1rem;border-radius:24px}.hero-card h1{font-size:clamp(2rem,12vw,3rem);max-width:none}.actions-row{justify-content:stretch}.ghost-button,.primary-button{width:100%}}.st-page{--st-primary: #3ec9a7;--st-primary-dark: #2db290;--st-primary-light: #e6f9f3;--st-bg: #f9fbfc;--st-text: #1a2331;--st-muted: #6b7a8d;--st-card-bg: #ffffff;--st-card-border: #e8edf3;--st-radius: 16px;font-family:Manrope,Segoe UI,Tahoma,sans-serif;color:var(--st-text);background:var(--st-bg);min-height:100vh;line-height:1.6;font-size:16px}.st-nav{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:20px 24px}.st-nav-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.35rem;color:var(--st-text);text-decoration:none}.st-nav-logo svg{width:36px;height:36px}.st-nav-links{display:flex;align-items:center;gap:32px}.st-nav-links a{text-decoration:none;color:var(--st-muted);font-weight:600;font-size:.95rem;transition:color .2s}.st-nav-links a:hover{color:var(--st-text)}.st-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;border-radius:999px;border:none;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none}.st-btn:active{transform:scale(.97)}.st-btn-primary{background:var(--st-primary);color:#fff}.st-btn-primary:hover{background:var(--st-primary-dark)}.st-btn-outline{background:transparent;color:var(--st-primary);border:2px solid var(--st-primary)}.st-btn-outline:hover{background:var(--st-primary-light)}.st-hero{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:60px 24px 80px;gap:40px}.st-hero-text{flex:1;max-width:480px}.st-hero-text h1{font-size:2.8rem;font-weight:800;line-height:1.15;margin:0 0 20px}.st-hero-text p{color:var(--st-muted);font-size:1.05rem;margin:0 0 32px;max-width:340px}.st-hero-visual{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.st-hero-stage{position:relative;width:100%;max-width:620px;min-height:470px}.st-sales-person{position:absolute;left:0;bottom:8px;width:clamp(230px,42vw,330px);z-index:1;filter:drop-shadow(0 22px 32px rgba(38,105,94,.16))}.st-hero-laptop{width:min(100%,430px);border-radius:12px;background:#fff;box-shadow:0 20px 60px #3ec9a71f,0 4px 20px #0000000f;padding:18px 22px 12px;position:absolute;right:0;bottom:36px;z-index:2}.st-hero-laptop-bar{display:flex;align-items:center;gap:6px;margin-bottom:14px}.st-hero-laptop-bar span{width:10px;height:10px;border-radius:50%;background:#e0e0e0}.st-hero-laptop-bar span:first-child{background:#ff6058}.st-hero-laptop-bar span:nth-child(2){background:#ffbd2e}.st-hero-laptop-bar span:nth-child(3){background:#27c93f}.st-hero-brand-pill{margin-left:12px;width:auto;height:auto;border-radius:4px;background:none;display:flex;align-items:center;gap:4px;font-size:.7rem;font-weight:700;color:#3ec9a7}.st-hero-brand-pill svg{width:18px;height:18px}.st-hero-dashboard{display:grid;grid-template-columns:1fr 1fr;gap:12px}.st-dash-card{background:var(--st-primary-light);border-radius:10px;padding:14px;text-align:center}.st-dash-card-value{font-size:1.5rem;font-weight:800;color:var(--st-primary-dark)}.st-dash-card-label{font-size:.75rem;color:var(--st-muted);margin-top:2px}.st-dash-chart{grid-column:1 / -1;display:flex;align-items:flex-end;gap:8px;height:80px;padding:8px 14px;background:var(--st-primary-light);border-radius:10px}.st-dash-bar{flex:1;background:var(--st-primary);border-radius:4px 4px 0 0;min-height:8px;transition:height .3s}.st-blob{position:absolute;border-radius:50%;opacity:.18;pointer-events:none}.st-blob-1{width:300px;height:300px;background:var(--st-primary);top:-40px;right:-60px}.st-blob-2{width:180px;height:180px;background:var(--st-primary);bottom:-30px;left:-50px}.st-section{max-width:1200px;margin:0 auto;padding:60px 24px;text-align:center}.st-section-overline{font-size:.8rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--st-primary);margin-bottom:8px}.st-section h2{font-size:2rem;font-weight:800;margin:0 0 48px}.st-solutions-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:800px;margin:0 auto}.st-solution-card{background:var(--st-card-bg);border:1px solid var(--st-card-border);border-radius:var(--st-radius);padding:28px 24px;text-align:left;transition:box-shadow .25s,transform .2s}.st-solution-card:hover{box-shadow:0 8px 30px #3ec9a71f;transform:translateY(-3px)}.st-solution-icon{width:48px;height:48px;border-radius:14px;background:var(--st-primary-light);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.st-solution-icon svg{width:26px;height:26px;color:var(--st-primary)}.st-solution-card h3{font-size:1.1rem;font-weight:700;margin:0 0 8px}.st-solution-card p{color:var(--st-muted);font-size:.92rem;margin:0;line-height:1.5}.st-bottom-banner{position:relative;overflow:hidden;background:linear-gradient(135deg,#e6faf4,#d0f2ea);padding:60px 24px;text-align:center}.st-bottom-banner:before,.st-bottom-banner:after{content:"";position:absolute;border-radius:50%;opacity:.3;pointer-events:none;background:var(--st-primary)}.st-bottom-banner:before{width:400px;height:400px;top:-200px;left:-100px}.st-bottom-banner:after{width:300px;height:300px;bottom:-150px;right:-80px}.st-bottom-banner p{position:relative;z-index:1;font-size:1.1rem;color:var(--st-text);margin:0 0 24px}.st-bottom-banner .st-btn{position:relative;z-index:1}@media(max-width:768px){.st-hero{flex-direction:column;text-align:center;padding:40px 20px 50px}.st-hero-text{max-width:100%}.st-hero-text h1{font-size:2rem}.st-hero-text p{max-width:100%}.st-nav-links{display:none}.st-solutions-grid{grid-template-columns:1fr}.st-hero-stage{min-height:560px;max-width:380px}.st-sales-person{left:50%;bottom:170px;width:min(82vw,290px);transform:translate(-50%)}.st-hero-laptop{right:50%;bottom:0;width:min(92vw,340px);transform:translate(50%)}}@media(max-width:480px){.st-hero-text h1{font-size:1.6rem}.st-section h2{font-size:1.5rem}}
