:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}*{margin:0;padding:0;box-sizing:border-box}body{background:#eef3f8;color:#1f2a3a}button,input{font-family:inherit;letter-spacing:-.01em}.login-page{min-height:100vh;display:flex;flex-direction:column;background:#0c0a08;position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(160,120,60,.18) 0%,transparent 70%),radial-gradient(ellipse 50% 80% at 20% 80%,rgba(120,90,40,.1) 0%,transparent 60%);pointer-events:none}.top-nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:24px 40px}.nav-brand{display:flex;align-items:center;gap:12px}.nav-logo{width:40px;height:40px;border:1.5px solid rgba(200,170,110,.5);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#c8aa6e}.nav-titles{display:flex;flex-direction:column;line-height:1.15}.nav-name{font-size:14px;font-weight:600;color:#fff;letter-spacing:.18em}.nav-sub{font-size:10px;color:#ffffff59;letter-spacing:.22em}.nav-signin{display:flex;align-items:center;gap:8px;background:none;border:none;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;padding:8px 0;transition:color .2s;font-family:inherit}.nav-signin:hover{color:#c8aa6e}.signin-arrow{font-size:16px;transition:transform .2s}.nav-signin:hover .signin-arrow{transform:translate(2px)}.hero{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;padding:0 40px 60px}.hero-content{max-width:520px;width:100%;text-align:center}.hero-title{font-size:64px;font-weight:300;color:#fff;letter-spacing:-.03em;line-height:1.05;margin:0 0 20px}.hero-title--small{font-size:36px;font-weight:400;margin-bottom:8px}.hero-subtitle{font-size:17px;color:#ffffff80;line-height:1.6;margin:0 0 44px;font-weight:300}.hero-cta{display:inline-flex;align-items:center;gap:10px;padding:0 40px;height:56px;background:#fff;color:#1a1510;border:none;border-radius:28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.hero-cta:hover{background:#c8aa6e;color:#0c0a08}.hero-cta:active{transform:scale(.97)}.cta-arrow{font-size:22px;font-weight:300;transition:transform .2s}.hero-cta:hover .cta-arrow{transform:translate(3px)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000a6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{display:flex;width:100%;max-width:760px;min-height:480px;border-radius:20px;overflow:hidden;position:relative;animation:slideUp .3s ease;box-shadow:0 24px 80px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:16px;right:20px;z-index:10;background:none;border:none;color:#0000004d;font-size:28px;cursor:pointer;line-height:1;padding:4px;transition:color .2s}.modal-close:hover{color:#0009}.modal-sidebar{width:240px;min-width:240px;background:#1a1d24;padding:36px 28px;display:flex;flex-direction:column;position:relative}.sidebar-header{margin-bottom:36px}.sidebar-header h2{margin:0 0 6px;font-size:22px;font-weight:700;color:#fff}.sidebar-header p{margin:0;font-size:12px;color:#ffffff59}.steps{display:flex;flex-direction:column;gap:0;position:relative}.step{display:flex;align-items:center;gap:14px;padding:12px 0;position:relative}.step:not(:last-child):after{content:"";position:absolute;left:15px;top:42px;width:1px;height:calc(100% - 18px);background:#ffffff1a}.step--done:not(:last-child):after{background:#c8aa6e}.step-indicator{width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}.step--active .step-indicator{border-color:#c8aa6e;background:#c8aa6e1f}.step--done .step-indicator{border-color:#c8aa6e;background:#c8aa6e}.step-num{font-size:13px;font-weight:600;color:#ffffff4d}.step--active .step-num{color:#c8aa6e}.step-check{font-size:14px;color:#1a1d24;font-weight:700}.step-label{font-size:14px;color:#ffffff4d;font-weight:400;transition:color .2s}.step--active .step-label{color:#fff;font-weight:600}.step--done .step-label{color:#ffffff8c}.sidebar-logo{margin-top:auto;font-size:80px;font-weight:800;color:#ffffff0a;line-height:1;text-align:center}.modal-body{flex:1;background:#fff;padding:44px 40px;display:flex;flex-direction:column;justify-content:center}.modal-form h3{margin:0 0 28px;font-size:20px;font-weight:600;color:#1a1510}.modal-form .floating-field{position:relative;margin-bottom:16px}.modal-form .floating-field input{width:100%;padding:22px 18px 8px;border:1px solid #e0ddd8;border-radius:10px;background:#fff;font-size:15px;color:#1a1510;outline:none;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .25s;height:58px;box-sizing:border-box}.modal-form .floating-field label{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:15px;color:#a09890;pointer-events:none;transition:all .2s cubic-bezier(.4,0,.2,1);transform-origin:left center}.modal-form .floating-field input:focus{border-color:#c8aa6e}.modal-form .floating-field input:focus+label,.modal-form .floating-field input:not(:placeholder-shown)+label{top:14px;transform:translateY(0);font-size:11px;color:#c8aa6e;letter-spacing:.02em}.modal-form .floating-field textarea{width:100%;padding:22px 18px 8px;border:1px solid #e0ddd8;border-radius:10px;background:#fff;font-size:15px;color:#1a1510;outline:none;font-family:inherit;resize:vertical;min-height:90px;box-sizing:border-box;transition:border-color .25s}.modal-form .floating-field textarea:focus{border-color:#c8aa6e}.modal-form .floating-field textarea+label{top:18px;transform:none}.modal-form .floating-field textarea:focus+label,.modal-form .floating-field textarea:not(:placeholder-shown)+label{top:10px;transform:none;font-size:11px;color:#c8aa6e;letter-spacing:.02em}.modal-btn{width:100%;height:52px;background:#1a1d24;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;margin-top:8px}.modal-btn:hover{background:#2a2e38}.modal-btn:active{transform:scale(.98)}.modal-btn--ghost{background:transparent;color:#1a1510;border:1px solid #e0ddd8}.modal-btn--ghost:hover{background:#f5f3f0;border-color:#ccc}.modal-actions{display:flex;gap:12px;margin-top:8px}.modal-actions .modal-btn{flex:1}.review-list{margin-bottom:24px}.review-item{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f0ede8}.review-label{font-size:14px;color:#a09890}.review-value{font-size:15px;font-weight:500;color:#1a1510}.consent{display:flex;align-items:flex-start;gap:10px;margin-bottom:24px;cursor:pointer}.consent input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:#c8aa6e;flex-shrink:0;cursor:pointer}.consent span{font-size:13px;color:#6b6560;line-height:1.5}.consent a{color:#c8aa6e;text-decoration:underline}.consent a:hover{color:#a08850}.modal-done{text-align:center;justify-content:center;align-items:center;display:flex;flex-direction:column}.done-icon{width:64px;height:64px;border-radius:50%;background:#c8aa6e1a;border:2px solid #c8aa6e;display:flex;align-items:center;justify-content:center;font-size:28px;color:#c8aa6e;margin-bottom:20px}.modal-done h3{margin-bottom:8px!important}.modal-done p{color:#a09890;font-size:15px;margin:0}.floating-field{position:relative;margin-bottom:12px}.floating-field input{width:100%;padding:22px 20px 8px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0a;font-size:15px;color:#fff;outline:none;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .25s,background .25s;height:58px;box-sizing:border-box}.floating-field label{position:absolute;left:20px;top:50%;transform:translateY(-50%);font-size:15px;color:#ffffff4d;pointer-events:none;transition:all .2s cubic-bezier(.4,0,.2,1);transform-origin:left center}.floating-field input:focus,.floating-field input:not(:placeholder-shown){border-color:#c8aa6e59;background:#ffffff0f}.floating-field input:focus+label,.floating-field input:not(:placeholder-shown)+label{top:14px;transform:translateY(0);font-size:11px;color:#c8aa6e;letter-spacing:.04em}.login-section{text-align:left}.login-btn{width:100%;height:56px;background:#ffffff14;color:#ffffffd9;border:1px solid rgba(255,255,255,.1);border-radius:14px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;margin-top:12px}.login-btn:hover:not(:disabled){background:#ffffff1f;border-color:#c8aa6e40;color:#fff}.login-btn:active:not(:disabled){transform:scale(.98)}.login-btn:disabled{opacity:.3;cursor:not-allowed}.error-message{background:#b446461f;color:#d4a0a0;padding:12px 16px;border-radius:12px;font-size:13px;text-align:center;border:1px solid rgba(180,70,70,.15);margin-top:4px}.back-link{display:block;margin:20px auto 0;background:none;border:none;color:#ffffff59;font-size:14px;cursor:pointer;padding:8px 0;transition:color .2s;font-family:inherit}.back-link:hover{color:#c8aa6e}@media (max-width: 700px){.top-nav{padding:16px 20px}.hero{padding:0 20px 40px}.hero-title{font-size:42px}.hero-title--small{font-size:28px}.hero-subtitle{font-size:15px;margin-bottom:32px}.modal{flex-direction:column;max-width:100%;min-height:auto;max-height:90vh;overflow-y:auto}.modal-sidebar{width:100%;min-width:auto;padding:24px 24px 20px;flex-direction:row;align-items:flex-start;gap:24px}.sidebar-header{margin-bottom:0}.steps{flex-direction:row;gap:16px;flex:1;justify-content:flex-end;align-items:center}.step{padding:0;gap:6px}.step:not(:last-child):after{display:none}.step-label,.sidebar-logo{display:none}.modal-body{padding:28px 24px}.modal-close{right:16px;top:12px}}.chat-page{min-height:100vh;display:flex;flex-direction:column;background:#0c0a08;position:relative}.chat-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 70% 30%,rgba(160,120,60,.1) 0%,transparent 70%),radial-gradient(ellipse 40% 60% at 10% 80%,rgba(120,90,40,.06) 0%,transparent 60%);pointer-events:none}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#0c0a08cc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;z-index:10}.header-left{display:flex;align-items:center;gap:12px}.header-icon{width:34px;height:34px;border:1.5px solid rgba(200,170,110,.4);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#c8aa6e}.header-left h1{margin:0;font-size:15px;font-weight:600;color:#fff;letter-spacing:.12em}.header-right{display:flex;align-items:center;gap:16px}.user-phone{font-size:13px;color:#fff6;font-weight:400}.logout-btn{height:34px;padding:0 16px;background:#ffffff0f;color:#fff9;border:1px solid rgba(255,255,255,.08);border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.logout-btn:hover{background:#ffffff1a;color:#ffffffd9;border-color:#c8aa6e33}.logout-btn:active{opacity:.7}.chat-main{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 20px;position:relative;z-index:1}.loader{display:flex;align-items:center;justify-content:center}.spinner{width:40px;height:40px;border:2px solid rgba(200,170,110,.15);border-top-color:#c8aa6e;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-welcome{text-align:center;width:100%;max-width:420px;background:#ffffff0a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:40px 32px;border:1px solid rgba(255,255,255,.08)}.welcome-emoji{font-size:36px;margin-bottom:16px;filter:drop-shadow(0 4px 16px rgba(200,170,110,.25))}.chat-welcome h2{font-size:22px;font-weight:400;color:#fff;margin:0 0 8px;letter-spacing:-.02em}.chat-welcome p{font-size:14px;color:#fff6;line-height:1.5;margin:0 0 24px}.status-line{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#c8aa6e;margin-bottom:18px}.status-dot{width:8px;height:8px;border-radius:50%;background:#c8aa6e;box-shadow:0 0 0 4px #c8aa6e26}.status-line.loading{color:#ffffff73}.status-line.loading .status-dot{background:#ffffff59;box-shadow:none;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.primary-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 24px;background:#c8aa6e1f;color:#c8aa6e;border:1px solid rgba(200,170,110,.25);border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.primary-btn:hover{background:#c8aa6e33;border-color:#c8aa6e66}.primary-btn:active{transform:scale(.97)}.config-notice{text-align:left;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#fff9;border-radius:14px;padding:18px 20px;font-size:14px;line-height:1.5;max-width:440px}.config-notice.error{background:#b4464614;border-color:#b4464626;color:#d4a0a0}.config-notice strong{display:block;margin-bottom:6px;font-size:14px;font-weight:600;color:#fff}.config-notice.error strong{color:#e8b0b0}.config-notice p{margin:0 0 6px;color:inherit;font-size:13px}.config-notice .hint{font-size:12px;opacity:.7;margin-top:6px}.config-notice ul{margin:6px 0 0;padding-left:20px;font-size:13px}.config-notice li{margin-bottom:3px}.config-notice code{background:#ffffff14;padding:1px 6px;border-radius:4px;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-size:12px;color:#c8aa6e}@media (max-width: 600px){.chat-header{padding:12px 16px}.chat-welcome{padding:28px 20px}.header-left h1{font-size:13px}}
