:root{--bg: #f4f7f5;--bg-soft: #ecf2ee;--surface: #ffffff;--surface-alt: #f8fbf9;--border: #d9e4dc;--text: #18231d;--muted: #5f6f65;--primary: #0e7a4c;--primary-strong: #0a613d;--danger: #c0392b;--shadow: 0 20px 45px rgba(11, 34, 24, .08);--radius: 14px}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Trebuchet MS,sans-serif;color:var(--text);background:radial-gradient(circle at 12% 12%,#e8f4eb 0%,transparent 38%),radial-gradient(circle at 90% 4%,#eef4ff 0%,transparent 42%),linear-gradient(180deg,#f8fbfa 0%,var(--bg) 55%,#eef3ef 100%);min-height:100vh}a{color:var(--primary)}h1,h2,h3,h4,p{margin:0}.hidden{display:none!important}.w-full{width:100%}.muted{color:var(--muted)}.small{font-size:.82rem}.text-right{text-align:right}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-error{color:var(--danger)}.text-xs{font-size:.78rem}.text-gray-400{color:#87958c}.text-gray-500{color:var(--muted)}.text-green-500{color:#1f8f56}.italic{font-style:italic}.font-bold{font-weight:700}.font-medium{font-weight:600}.font-semibold{font-weight:700}.font-mono{font-family:Consolas,Courier New,monospace}.truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.min-w-0{min-width:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-2{padding-top:.5rem}.border-t{border-top:1px solid #d9e4dc}.border-gray-100{border-color:#e5ece8}.space-x-2>*+*{margin-left:.5rem}.shadow-sm{box-shadow:0 4px 12px #112d2014}.alert{padding:.8rem 1rem;border-radius:10px;border:1px solid;font-size:.92rem;margin-top:.8rem}.alert-danger{color:#7f2216;border-color:#e0b2aa;background:#fce9e7}.badge{display:inline-block;font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;color:var(--primary);font-weight:700;background:#0e7a4c1f;padding:.35rem .55rem;border-radius:999px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.auth-card{width:min(1120px,100%);background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1.2fr;overflow:hidden}.auth-brand{padding:2.2rem;color:#f3fff8;background:linear-gradient(160deg,#0a613df2,#0e7a4cf7 55%,#045132f2),radial-gradient(circle at 100% 0%,rgba(255,255,255,.18) 0%,transparent 52%)}.auth-brand h1{margin-top:.9rem;font-size:2rem;letter-spacing:.01em}.auth-brand p{margin-top:1rem;color:#ffffffe6;line-height:1.55}.auth-brand a{color:#d9ffea;text-decoration-color:#d9ffead9;text-underline-offset:2px}.auth-brand a:hover{color:#fff}.auth-brand ul{list-style:none;padding:0;margin:1.4rem 0 0;display:grid;gap:.7rem;font-size:.95rem}.auth-brand li:before{content:"●";margin-right:.55rem;color:#ace4c8}.auth-forms{padding:2.2rem;background:linear-gradient(180deg,#fff,#f8fcfa)}.auth-forms h2{font-size:1.6rem;margin-bottom:.35rem}.switch-copy{margin-top:1rem;font-size:.92rem;color:var(--muted)}.link-btn{border:0;padding:0;cursor:pointer;background:transparent;color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:2px}.link-btn.compact{font-size:.82rem}.form-group{margin-top:.95rem}label{display:block;margin-bottom:.38rem;font-size:.87rem;color:#38473f;font-weight:600}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{width:100%;border:1px solid #cfdcd3;border-radius:10px;padding:.7rem .78rem;font-size:.93rem;color:var(--text);background:#fff;transition:border-color .16s ease,box-shadow .16s ease}textarea{min-height:130px;resize:vertical;line-height:1.45}#info-content{min-height:210px}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0e7a4c29}.field-hint{margin-top:.3rem;color:#76877d;font-size:.75rem}.checkbox-row{display:flex;align-items:center;gap:.6rem;margin-top:1rem}.checkbox-row input{width:16px;height:16px;margin:0}.checkbox-row.end{justify-content:flex-start;margin-top:2rem}.btn-primary,.btn-secondary{border:0;cursor:pointer;border-radius:10px;padding:.62rem 1rem;font-weight:700;font-size:.9rem;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn-primary{background:var(--primary);color:#f8fffb;box-shadow:0 8px 18px #0e7a4c3d}.btn-primary:hover{background:var(--primary-strong)}.btn-secondary{background:#fff;border:1px solid #c7d6cc;color:#2f3c35}.btn-secondary:hover{background:#f4f8f5}.btn-primary:active,.btn-secondary:active{transform:translateY(1px)}.btn-primary:disabled,.btn-secondary:disabled{opacity:.65;cursor:not-allowed}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.topbar{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.85rem 1.2rem;border-bottom:1px solid var(--border);background:#ffffffeb;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.brand-block h1{font-size:1.2rem;letter-spacing:.01em}.brand-block h1 span{color:#6f7f76;font-weight:500}.status-bar{margin-top:.35rem;display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;font-size:.78rem;color:var(--muted)}.status-bar code{background:#f0f5f1;padding:.14rem .34rem;border-radius:6px;border:1px solid #d9e5de}.jwt-pill{display:inline-flex;align-items:center;gap:.4rem;background:#ebf8ee;border:1px solid #cde8d8;color:#236742;border-radius:999px;padding:.18rem .52rem}.jwt-pill .dot{width:8px;height:8px;border-radius:50%;background:#19ad64}.user-block{display:flex;align-items:center;gap:.8rem}#display-user-id{font-weight:700;font-size:.9rem;text-align:right}#display-tenant-id{color:var(--muted);font-size:.78rem;text-align:right}#display-balance{color:#236742;font-size:.8rem;text-align:right;font-weight:600}.layout{display:grid;grid-template-columns:250px 1fr;gap:1.2rem;padding:1.1rem 1.2rem 1.2rem}.sidebar{border:1px solid var(--border);border-radius:var(--radius);background:#ffffffe6;box-shadow:0 6px 20px #112d200f;padding:.8rem;height:fit-content;position:sticky;top:88px}.tab-list{display:grid;gap:.5rem}.tab-btn{border:1px solid transparent;background:transparent;color:#3c4b43;text-align:left;font-size:.93rem;border-radius:10px;padding:.66rem .72rem;font-weight:600;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.tab-btn:hover{background:#edf4ef;border-color:#d7e4db}.tab-btn.active{background:#e8f6ee;border-color:#bae3ce;color:#0f6c44}.content{min-width:0}.tab-panel{display:block}.panel-head{margin-bottom:.9rem}.panel-head.row{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.panel-head h2{font-size:1.48rem;margin-bottom:.23rem}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem}.card{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(180deg,#fff 0%,var(--surface-alt) 100%);padding:1rem;box-shadow:0 6px 18px #102f200f}.card h3{margin-bottom:.4rem;font-size:1.02rem}.card p{color:var(--muted);font-size:.92rem;margin-bottom:.8rem}.card-wide{grid-column:1 / -1}.card-highlight{border:1px solid #c7dfd3;background:linear-gradient(135deg,#ecf8f1,#f6fbf8);box-shadow:0 8px 18px #0c613814}.card-highlight h3{color:#1d5f3d}.card-highlight p{color:#244737}.card-highlight a{color:#0b6e3f;font-weight:700;text-decoration:underline}.crawl-card{margin-bottom:.9rem}.crawl-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;margin-bottom:.6rem}.crawl-actions{display:flex;gap:.45rem;flex-wrap:wrap}.crawl-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:.8rem}.crawl-settings{display:grid;grid-template-columns:1fr;align-content:start;gap:.1rem}.crawl-status{margin-top:.35rem;display:flex;justify-content:space-between;align-items:center;gap:.7rem;flex-wrap:wrap}.crawl-status code{background:#f0f5f1;border:1px solid #d5e3da;border-radius:6px;padding:.08rem .32rem}.crawl-events{margin-top:.55rem;max-height:180px;overflow-y:auto;border:1px solid #d8e4dc;border-radius:10px;background:#f9fcfa;padding:.55rem}.crawl-event{margin:0;font-size:.8rem;color:#4f6258;padding:.28rem .1rem;border-bottom:1px dashed #dbe7df;white-space:pre-wrap;word-break:break-word}.crawl-event:last-child{border-bottom:0}.table-wrapper{margin-top:.7rem;border-radius:var(--radius);overflow:auto;border:1px solid var(--border);background:#fff}table.data{border-collapse:collapse;width:100%;min-width:620px;font-size:.9rem}table.data th,table.data td{border-bottom:1px solid #e8eeea;padding:.65rem .75rem}table.data th{text-align:left;background:#f4f8f5;color:#43544a;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.status-tag{display:inline-block;border-radius:999px;padding:.14rem .56rem;font-size:.75rem;font-weight:700}.status-indexed{background:#e4f8eb;color:#1f6a42}.status-pending{background:#fff4da;color:#77591a}.status-error{background:#fce4e0;color:#8d3123}#info-form-section{margin-top:1rem}#info-form legend{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.form-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.form-actions{margin-top:.85rem;border-top:1px solid #dce8df;padding-top:.8rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem}.form-actions>div{display:flex;gap:.5rem;flex-wrap:wrap}.chat-layout{border:1px solid #d9e4dc;border-radius:var(--radius);background:#fff;overflow:hidden}.chat-layout.compact{margin-top:.8rem}.chat-stream{min-height:360px;max-height:420px;overflow-y:auto;padding:.9rem;background:#f8fbf8}.chat-placeholder{color:#708279;font-size:.89rem;background:#fff;border:1px dashed #d0ddd4;border-radius:10px;padding:.5rem .7rem;margin:0}.chat-input-row{border-top:1px solid #dbe5de;background:#fff;padding:.75rem;display:flex;gap:.6rem;align-items:flex-end}.chat-input-row textarea{min-height:44px}.chat-bubble{border-radius:12px;padding:.66rem .76rem;max-width:85%;margin-bottom:.55rem;font-size:.9rem;line-height:1.45}.chat-user{margin-left:auto;background:#daf2e5;border:1px solid #b8e0c9}.chat-ai{background:#fff;border:1px solid #d3e1d7}.widget-grid{margin-top:.8rem;display:grid;grid-template-columns:1fr 1.3fr;gap:.9rem}.column{display:grid;gap:.85rem;min-width:0}.panel-subhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem;gap:.6rem}.panel-subhead h3{margin:0}.survey-flow-note{margin-top:.4rem;margin-bottom:.75rem;padding:.55rem .7rem;border:1px solid #d9e7de;border-radius:10px;background:#f6fbf8;color:#4e6358;font-size:.86rem}.survey-tabs{display:flex;gap:.4rem;margin-bottom:.75rem;border-bottom:1px solid #d8e6dc;padding-bottom:.35rem}.survey-toolbar{display:flex;justify-content:flex-end;margin:.65rem 0}.survey-help{border:1px solid #d8e6dc;border-radius:10px;padding:.55rem .7rem;background:#f8fcfa}.survey-help summary{cursor:pointer;font-weight:600}.survey-help p{margin-top:.45rem}.survey-groups-container{display:grid;gap:.8rem}.survey-group-card{border:1px solid #d4e3d9;border-radius:12px;background:#fff;padding:.8rem;box-shadow:0 3px 10px #0e24190d}.survey-group-card hr{border:none;border-top:1px solid #e3ece7;margin:.6rem 0}.survey-group-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.survey-group-head h3{margin:0;font-size:1.15rem}.survey-group-body h4{margin-bottom:.45rem}.survey-q-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem}.survey-questionnaire-empty{border:1px dashed #cfe0d6;border-radius:10px;padding:.65rem;background:#f9fcfa}.survey-step{border:1px solid #d7e4db;border-radius:12px;padding:.8rem;background:#f9fcfa;margin-bottom:.75rem}.survey-step h4{margin-bottom:.35rem;font-size:.96rem}.survey-inline-panel{margin-top:.6rem;border:1px solid #d3e2d8;border-radius:10px;background:#fff;padding:.7rem}.survey-modal-card{width:min(760px,100%)}.survey-modal-card h4{margin-top:0;margin-bottom:.45rem}.survey-modal-card .form-actions{margin-top:1rem}.survey-pick-list{display:grid;gap:.45rem}.survey-pick{text-align:left;border:1px solid #d1e2d8;border-radius:10px;background:#fff;padding:.55rem .65rem;cursor:pointer;color:#264135;font-size:.88rem}.survey-pick:hover{background:#f2faf5;border-color:#a8d5bc}.survey-pick.active{background:#e9f8f0;border-color:#68bc8d;box-shadow:0 0 0 2px #0e7a4c1a}.survey-field-list{border:1px solid #d3e3d9;border-radius:10px;background:#fff;padding:.55rem;display:grid;gap:.4rem}.survey-field-item{border:1px solid #e1ece5;border-radius:8px;padding:.45rem .55rem;background:#f9fcfa;font-size:.86rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.survey-field-item.editing{border-color:#6dbd90;box-shadow:0 0 0 2px #0e7a4c1f}.survey-field-meta{min-width:0;display:grid;gap:.16rem}.survey-field-actions{display:flex;gap:.4rem;flex-wrap:wrap}#survey-builder-status{margin-top:.75rem}.session-chip{display:inline-flex;align-items:center;gap:.48rem;font-size:.82rem;color:var(--muted);padding:.25rem .5rem;border:1px solid #d8e4dc;border-radius:999px;background:#f6faf8}.session-chip code{background:#fff;border:1px solid #d8e6de;border-radius:6px;padding:.06rem .3rem}.widget-live-preview-wrap{margin-top:.8rem}.widget-live-iframe{width:100%;min-height:560px;border:1px solid #d4e3da;border-radius:12px;background:#fff}#token-list-container{max-height:380px;overflow-y:auto;padding-right:4px}.token-item{border:1px solid #d5e2d9;border-radius:10px;padding:.62rem;background:#fff;margin-bottom:.46rem}.token-item:hover{border-color:#a8d6bf;background:#f5fcf8}.token-item.active{border-color:#7fc7a2;background:#ecf9f2;box-shadow:0 0 0 2px #0e7a4c17}.code-card{overflow:hidden}.code-container{position:relative}.code-badge{position:absolute;top:.7rem;right:.8rem;font-size:.66rem;color:#89a095;background:#1c2d25;border:1px solid #2a4136;border-radius:999px;padding:.1rem .35rem}#widget-embed-code{margin:0;background:#102018;color:#daf2e5;border:1px solid #1f3b2f;border-radius:12px;padding:2rem .9rem .85rem;min-height:170px;max-height:340px;overflow:auto;font-size:.79rem;line-height:1.5;font-family:Consolas,Courier New,monospace}.copy-btn{position:absolute;top:.72rem;left:.8rem;border:1px solid #334c40;background:#163126;color:#c8e8d7;border-radius:8px;padding:.28rem .55rem;font-size:.74rem;cursor:pointer}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;background:#06140e85;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:.9rem}.google-auth-wrap{margin-bottom:.65rem}.google-btn-host{min-height:44px;width:100%;display:flex;justify-content:center;align-items:center}.google-register-hint{margin:.5rem 0 0;line-height:1.45}.auth-divider{text-align:center;margin:.5rem 0 .85rem;letter-spacing:.02em}.google-tenant-list{display:flex;flex-direction:column;gap:.45rem;margin:.75rem 0 .25rem}.google-tenant-list button{width:100%;text-align:left;padding:.65rem .85rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-alt);font-weight:600;cursor:pointer;color:var(--text)}.google-tenant-list button:hover{border-color:var(--primary);background:#eef8f2}.wizard-modal{background:#030a07b8}.wizard-card{width:min(1400px,96vw);max-height:min(92vh,940px);padding:1.1rem}.wizard-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;border-bottom:1px solid #dce8e0;padding-bottom:.7rem;margin-bottom:.85rem}.wizard-step h4{font-size:1.2rem;margin-bottom:.35rem}.wizard-step .muted{margin-bottom:.55rem}.wizard-actions{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:.8rem}.wizard-progress-only{min-height:380px;display:grid;align-content:center}.wizard-loader-wrap{display:grid;justify-items:center;gap:.55rem;margin-bottom:.65rem}.wizard-loader{width:54px;height:54px;border-radius:50%;border:5px solid #d3e5da;border-top-color:var(--primary);animation:wizard-spin .9s linear infinite}.wizard-loader-text{margin:0;font-size:.9rem;color:#4e6358;font-weight:600}@keyframes wizard-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wizard-pulse{0%{box-shadow:0 0 #1fab6e73}70%{box-shadow:0 0 0 8px #1fab6e00}to{box-shadow:0 0 #1fab6e00}}.wizard-stage{color:#4f6459;text-transform:uppercase;letter-spacing:.1em;font-size:.74rem;margin-bottom:.55rem}.wizard-progress-track{width:100%;height:14px;background:#edf4ef;border:1px solid #d4e3da;border-radius:999px;overflow:hidden;margin-top:.85rem}.wizard-progress-bar{width:12%;height:100%;background:linear-gradient(90deg,#0e7a4c,#1fab6e);transition:width .35s ease}.wizard-progress-text{margin-top:.7rem;color:#4a5d53}.wizard-live-head{margin-top:.5rem;margin-bottom:.45rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem;flex-wrap:wrap}.wizard-phase-badge{display:inline-flex;align-items:center;gap:.38rem;padding:.26rem .55rem;border:1px solid #b8dbc8;border-radius:999px;color:#1e6c45;background:#eaf8f0;font-size:.78rem;font-weight:700}.wizard-phase-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:#1fab6e;box-shadow:0 0 #1fab6e73;animation:wizard-pulse 1.2s ease infinite}.wizard-page-counter{color:#4f6559;font-size:.84rem;font-weight:600}.wizard-live-feed{margin-top:.55rem;border:1px solid #d5e6dd;border-radius:10px;background:linear-gradient(180deg,#f8fcfa,#f2f8f4);padding:.52rem;min-height:98px}.wizard-live-item{margin:0;padding:.28rem .1rem;font-size:.82rem;color:#466055;border-bottom:1px dashed #d6e5dc;display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:start}.wizard-live-item:last-child{border-bottom:0}.wizard-live-dot{margin-top:.24rem;width:8px;height:8px;border-radius:50%;background:#1fab6e}.wizard-live-empty{margin:0;color:#6a7d73;font-size:.82rem}.wizard-tip-callout{margin:.4rem 0 .6rem;padding:.6rem .75rem;border:1px solid #b9dfca;border-radius:10px;background:linear-gradient(180deg,#eefaf3,#e6f6ee);color:#205f3f;font-size:.9rem;font-weight:600}.wizard-snippet-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:.8rem}.wizard-snippet-code pre{margin:.45rem 0 0;border:1px solid #d4e3da;border-radius:10px;background:#102018;color:#daf2e5;padding:.75rem;min-height:260px;max-height:420px;overflow:auto;font-size:.78rem;line-height:1.42;white-space:pre-wrap;word-break:break-word}.wizard-snippet-preview iframe{width:100%;min-height:430px;border:1px solid #d4e3da;border-radius:10px;background:#fff}.modal-card{width:min(620px,100%);max-height:min(90vh,860px);overflow:auto;background:#fff;border-radius:16px;border:1px solid #d5e1d8;box-shadow:var(--shadow);padding:1rem}.modal-card.wizard-card{width:min(1400px,96vw);max-height:min(94vh,980px)}.modal-card.large{width:min(900px,100%)}.modal-card h3{font-size:1.26rem;margin-bottom:.8rem}.meta-box{font-size:.83rem;color:#586b61;background:#f5f9f7;border:1px solid #d9e5dc;border-radius:10px;padding:.65rem}.inline-input{display:grid;grid-template-columns:1fr auto;gap:.45rem}.modal-actions{margin-top:.8rem;padding-top:.6rem;border-top:1px solid #dce7df;display:flex;justify-content:flex-end;gap:.5rem}.app-footer{border-top:1px solid var(--border);background:#ffffffb3;padding:.86rem 1.2rem;font-size:.84rem;color:#51635a;display:flex;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.app-footer div{display:inline-flex;gap:.8rem;flex-wrap:wrap}@media (max-width: 1080px){.layout{grid-template-columns:1fr}.sidebar{position:static;top:auto}.tab-list{grid-template-columns:repeat(2,minmax(0,1fr))}.widget-grid,.card-grid,.form-grid-two,.crawl-grid,.wizard-snippet-grid{grid-template-columns:1fr}}@media (max-width: 900px){.auth-card{grid-template-columns:1fr}}@media (max-width: 700px){.auth-shell{padding:.8rem}.auth-brand,.auth-forms{padding:1rem}.topbar{flex-direction:column;align-items:flex-start}.status-bar{gap:.45rem}.user-block{width:100%;justify-content:space-between}.user-display p{text-align:left!important}.layout{padding:.75rem}.tab-list{grid-template-columns:1fr}.chat-stream{min-height:280px}.chat-input-row{flex-direction:column;align-items:stretch}.chat-bubble{max-width:100%}table.data{min-width:520px}}
