.hero{align-items:center;background:radial-gradient(circle at top,hsla(0,0%,100%,.03),transparent 35%),var(--background);display:flex;isolation:isolate;justify-content:center;min-height:100dvh;overflow:hidden;padding:2rem 1.5rem;position:relative}.hero:before{background:linear-gradient(180deg,hsla(0,0%,100%,.015),transparent 30%);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.hero-content{max-width:920px;position:relative;text-align:center;width:100%;z-index:2}.hero-title{font-size:clamp(3rem,9vw,6.5rem);letter-spacing:-.08em;line-height:.95}.line{display:block;overflow:hidden}.hero-muted,.hero-subtitle{color:var(--muted-foreground)}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;letter-spacing:-.01em;line-height:1.75;margin:1.75rem auto 0;max-width:720px}.hero-actions{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2.5rem}.btn-primary,.btn-secondary{border-radius:16px;cursor:pointer;font-size:.95rem;font-weight:600;height:52px;letter-spacing:-.01em;min-width:160px;padding:0 1.4rem;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.btn-primary{background:var(--primary);border:1px solid transparent;box-shadow:var(--shadow-md);color:var(--primary-foreground)}.btn-primary:hover{filter:brightness(.96);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--surface-2);border:1px solid var(--border);color:var(--foreground)}.btn-secondary:hover{background:var(--surface-3);border-color:#ffffff14;transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0)}.animate-slide-up{animation:slideUp .7s ease forwards;display:inline-block}.animate-fade-up{animation:fadeUp .7s ease forwards;opacity:0}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}@keyframes slideUp{0%{opacity:0;transform:translateY(110%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{padding:2rem 1.2rem}.hero-title{font-size:clamp(3rem,14vw,5rem);line-height:.98}.hero-subtitle{font-size:1rem;line-height:1.7;margin-top:1.4rem}.hero-actions{flex-direction:column;margin-top:2rem;width:100%}.btn-primary,.btn-secondary{width:100%}}.login-wrapper{align-items:center;background:radial-gradient(circle at top,hsla(0,0%,100%,.07),transparent 52%),var(--background);display:flex;font-family:Geist,Geist Fallback,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;justify-content:center;min-height:100dvh;padding:1rem}.login-card{background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:0 20px 45px #0006;color:var(--card-foreground);max-width:420px;padding:2.5rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h2{color:var(--foreground);font-size:1.75rem;font-weight:600;margin:0}.login-header p{color:var(--muted-foreground);font-size:.95rem;margin-top:.5rem}.password-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.password-header label{margin-bottom:0}.forgot-link{color:var(--primary);font-size:.85rem;font-weight:500;text-decoration:none}.forgot-link:hover{text-decoration:underline}.form-options{margin-bottom:1.5rem}.remember-me{align-items:center;color:var(--muted-foreground);cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.remember-me input[type=checkbox]{accent-color:var(--primary);cursor:pointer;height:1rem;width:1rem}.login-card .btn-primary{background-color:#fff;border:1px solid #d7d7db;border-radius:8px;color:#202123;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.875rem;transition:background-color .2s ease,transform .1s ease;width:100%}.login-card .btn-primary:hover{background-color:#f7f7f8}.login-card .btn-primary:active{transform:translateY(1px)}.login-card .btn-primary:disabled{cursor:not-allowed;opacity:.6}.login-footer{color:var(--muted-foreground);font-size:.9rem;margin-top:1.5rem;text-align:center}.login-footer a{color:var(--primary);font-weight:500;text-decoration:none}.login-footer a:hover{text-decoration:underline}.error-msg,.success-msg{margin-bottom:.75rem}.signup-wrapper{align-items:center;background:radial-gradient(circle at top right,hsla(0,0%,100%,.07),transparent 50%),var(--background);display:flex;font-family:Geist,Geist Fallback,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;justify-content:center;min-height:100dvh;padding:1rem}.signup-card{background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:0 20px 45px #0006;color:var(--card-foreground);max-width:420px;padding:2.5rem;width:100%}.signup-header{margin-bottom:2rem;text-align:center}.signup-header h2{color:var(--foreground);font-size:1.75rem;font-weight:600;margin:0}.signup-header p{color:var(--muted-foreground);font-size:.95rem;margin-top:.5rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.25rem}.form-group label{color:var(--foreground);font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input{background:#24252d;border:1px solid var(--input);border-radius:8px;color:var(--foreground);font-size:1rem;outline:none;padding:.75rem 1rem;transition:all .2s ease}.form-group input::-moz-placeholder{color:var(--muted-foreground)}.form-group input::placeholder{color:var(--muted-foreground)}.form-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ffffff1a}.error-msg{color:#ef4444}.error-msg,.success-msg{font-size:.85rem;margin-top:.5rem}.success-msg{color:#16a34a}.signup-card .btn-primary{background-color:#fff;border:1px solid #d7d7db;border-radius:8px;color:#202123;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.875rem;transition:background-color .2s ease,transform .1s ease;width:100%}.signup-card .btn-primary:hover{background-color:#f7f7f8}.signup-card .btn-primary:active{transform:translateY(1px)}.signup-card .btn-primary:disabled{cursor:not-allowed;opacity:.6}.signup-footer{color:var(--muted-foreground);font-size:.9rem;margin-top:1.5rem;text-align:center}.signup-footer a{color:var(--primary);font-weight:500;text-decoration:none}.signup-footer a:hover{text-decoration:underline}.workspaces-page{background:radial-gradient(circle at top,hsla(0,0%,100%,.03),transparent 30%),var(--background);color:var(--foreground);min-height:100dvh;overflow-x:hidden;position:relative}.bg-blur-1,.bg-blur-2{display:none}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000e0;border-bottom:1px solid var(--border);justify-content:space-between;padding:1rem 1.4rem;position:sticky;top:0;z-index:50}.header,.header-logo{align-items:center;display:flex}.header-logo{gap:.7rem}.logo-dot{background:var(--success);border-radius:999px;box-shadow:0 0 12px #10a37f66;height:10px;width:10px}.header-logo-text{color:var(--foreground);font-size:1.05rem;font-weight:600;letter-spacing:-.02em}.header-actions{position:relative}.profile-trigger{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:999px;cursor:pointer;display:inline-flex;gap:.7rem;padding:.35rem .45rem .35rem .7rem;transition:background .2s ease,border-color .2s ease}.profile-trigger:hover{background:var(--surface-3)}.profile-meta{display:grid;text-align:right}.profile-meta strong{color:var(--foreground);font-size:.82rem;font-weight:600;line-height:1.1}.profile-meta small{color:var(--muted-foreground);font-size:.72rem}.profile-avatar{height:34px;-o-object-fit:cover;object-fit:cover;width:34px}.profile-menu{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-xl);overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);width:220px}.menu-item{background:transparent;border:none;color:var(--foreground);cursor:pointer;display:block;padding:.9rem 1rem;text-align:left;text-decoration:none;transition:background .2s ease;width:100%}.menu-item:hover{background:var(--hover-soft)}.menu-item.danger{color:#ff9b9b}.main-content{padding:2rem}.hero-section{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2.5rem}.hero-left{max-width:760px}.hero-badge{align-items:center;background:var(--surface-3);border:1px solid var(--border);border-radius:999px;color:var(--muted-foreground);display:inline-flex;font-size:.74rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;padding:.45rem .8rem;text-transform:uppercase}.hero-title{color:var(--foreground);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-.06em;line-height:1;margin:0}.hero-title span{color:var(--success)}.hero-description{color:var(--muted-foreground);font-size:1rem;line-height:1.7;margin-top:1.3rem;max-width:640px}.add-button,.empty-button{align-items:center;background:var(--primary);border:1px solid transparent;border-radius:14px;color:var(--primary-foreground);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.55rem;justify-content:center;padding:.85rem 1rem;transition:background .2s ease,transform .2s ease}.add-button:hover,.empty-button:hover{filter:brightness(.96);transform:translateY(-1px)}.plus-icon{font-size:1rem}.stats-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:2.5rem}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:1.2rem;transition:background .2s ease,border-color .2s ease}.stat-card:hover{background:var(--surface-3)}.stat-label{color:var(--muted-foreground);display:block;font-size:.8rem;margin-bottom:.45rem}.stat-value{color:var(--foreground);font-size:1.6rem;font-weight:700;letter-spacing:-.03em}.workspace-header{margin-bottom:1.5rem}.section-title{color:var(--foreground);font-size:1.45rem;font-weight:700;letter-spacing:-.03em;margin:0}.section-subtitle{color:var(--muted-foreground);font-size:.92rem;margin-top:.45rem}.empty-state{background:var(--card);border:1px dashed var(--border);border-radius:24px;display:grid;padding:4rem 2rem;place-items:center;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:var(--foreground);font-size:1.5rem;margin:0}.empty-state p{color:var(--muted-foreground);line-height:1.7;margin-top:1rem;max-width:520px}.workspace-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr)}@media(min-width:640px){.workspace-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.workspace-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1450px){.workspace-grid{grid-template-columns:repeat(4,1fr)}}.workspace-card{background:var(--card);border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow-sm);cursor:pointer;overflow:hidden;position:relative;transition:transform .22s ease,border-color .22s ease,background .22s ease}.workspace-card:hover{background:var(--surface-3);border-color:#ffffff14;transform:translateY(-3px)}.workspace-card-image{border-bottom:1px solid var(--border);height:210px;overflow:hidden;position:relative}.workspace-card-image img{height:100%;-o-object-fit:cover;object-fit:cover;opacity:.92;transition:transform .4s ease,opacity .4s ease;width:100%}.workspace-card:hover .workspace-card-image img{opacity:1;transform:scale(1.02)}.workspace-overlay{background:linear-gradient(0deg,rgba(0,0,0,.45),transparent);inset:0;position:absolute}.workspace-status{background:var(--success-soft);border:1px solid rgba(16,163,127,.22);border-radius:999px;color:#7ee7c4;font-size:.72rem;font-weight:600;padding:.4rem .7rem;position:absolute;right:1rem;top:1rem}.workspace-card-content{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;padding:1.2rem}.workspace-meta{color:var(--muted-foreground);font-size:.72rem;font-weight:600;letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.workspace-title{color:var(--foreground);font-size:.98rem;font-weight:600;letter-spacing:-.02em}.workspace-description{color:var(--muted-foreground);font-size:.84rem;line-height:1.55;margin-top:.5rem}.delete-project-btn{background:transparent;border:1px solid var(--border);border-radius:999px;color:var(--muted-foreground);cursor:pointer;font-size:.72rem;font-weight:600;padding:.55rem .85rem;transition:background .2s ease,border-color .2s ease,color .2s ease}.delete-project-btn:hover{background:#ef444414;border-color:#ef444440;color:#ffb4b4}.delete-project-btn:disabled{cursor:not-allowed;opacity:.65}.workspace-card.deleting{opacity:.55;pointer-events:none}.fade-slide-enter-active,.fade-slide-leave-active{transition:all .18s ease}.fade-slide-enter-from,.fade-slide-leave-to{opacity:0;transform:translateY(-6px)}@media(max-width:900px){.hero-section{align-items:flex-start;flex-direction:column}.stats-grid{grid-template-columns:1fr}}@media(max-width:640px){.header,.main-content{padding:1rem}.hero-title{font-size:2.5rem}.workspace-card-image{height:190px}.profile-meta{display:none}.workspace-card-content{align-items:flex-start;flex-direction:column}.delete-project-btn{width:100%}}*{-webkit-tap-highlight-color:transparent}.profile-trigger,.workspace-card,button{will-change:transform}.new-project-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000094;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:70}.new-project-modal-card{background:var(--card);border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow-xl);max-height:90vh;max-width:640px;overflow-y:auto;padding:1.6rem;position:relative;width:100%}.new-project-modal-close{align-items:center;background:transparent;border:1px solid transparent;border-radius:999px;color:var(--muted-foreground);cursor:pointer;display:flex;font-size:.95rem;height:34px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .2s ease,color .2s ease,border-color .2s ease;width:34px}.new-project-modal-close:hover{background:var(--hover-soft);border-color:var(--border);color:var(--foreground)}.new-project-modal-header{margin-bottom:1.5rem}.modal-badge{align-items:center;background:var(--surface-3);border:1px solid var(--border);border-radius:999px;color:var(--muted-foreground);display:inline-flex;font-size:.72rem;font-weight:600;letter-spacing:.06em;margin-bottom:1rem;padding:.42rem .75rem;text-transform:uppercase}.new-project-modal-header h2{color:var(--foreground);font-size:1.8rem;font-weight:700;letter-spacing:-.04em;margin:0}.new-project-modal-header p{color:var(--muted-foreground);font-size:.95rem;line-height:1.7;margin-top:.75rem;max-width:520px}.new-project-modal-form{display:flex;flex-direction:column;gap:1.2rem}.new-project-modal-field{display:flex;flex-direction:column;gap:.55rem}.new-project-modal-field label{color:var(--foreground);font-size:.88rem;font-weight:600}.new-project-modal-input{background:var(--surface-2);border:1px solid var(--input);border-radius:16px;color:var(--foreground);font-size:.95rem;outline:none;padding:.95rem 1rem;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;width:100%}.new-project-modal-input::-moz-placeholder{color:var(--muted-foreground)}.new-project-modal-input::placeholder{color:var(--muted-foreground)}.new-project-modal-input:focus{background:var(--surface-3);border-color:#ffffff24;box-shadow:0 0 0 4px #ffffff08}.new-project-modal-dropzone{align-items:center;background:var(--surface-1);border:1.5px dashed var(--border);border-radius:24px;cursor:pointer;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:220px;padding:1.5rem;transition:border-color .25s ease,background .25s ease,transform .25s ease}.new-project-modal-dropzone:hover{background:var(--surface-2);border-color:#ffffff1f}.new-project-modal-dropzone.dragging{background:var(--success-soft);border-color:var(--success);transform:scale(1.01)}.drop-icon{align-items:center;background:var(--surface-3);border:1px solid var(--border);border-radius:20px;color:var(--foreground);display:flex;font-size:1.4rem;height:64px;justify-content:center;width:64px}.drop-content{text-align:center}.drop-title{color:var(--foreground);font-size:1rem;font-weight:600;margin:0}.drop-sub{color:var(--muted-foreground);font-size:.84rem;margin-top:.45rem}.file-list{display:flex;flex-direction:column;gap:.75rem}.file-item{align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:18px;display:flex;gap:1rem;justify-content:space-between;padding:.85rem .9rem;transition:background .2s ease,border-color .2s ease}.file-item:hover{background:var(--surface-3);border-color:#ffffff14}.file-left{align-items:center;display:flex;gap:.85rem;min-width:0}.file-placeholder,.file-preview{align-items:center;background:var(--surface-1);border:1px solid var(--border);border-radius:14px;color:var(--muted-foreground);display:flex;flex-shrink:0;font-size:.72rem;font-weight:700;height:54px;justify-content:center;-o-object-fit:cover;object-fit:cover;width:54px}.file-info{display:flex;flex-direction:column;min-width:0}.file-name{color:var(--foreground);font-size:.9rem;font-weight:600;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:var(--muted-foreground);font-size:.78rem;margin-top:.2rem}.file-actions{align-items:center;display:flex;gap:.7rem}.upload-spinner{animation:modal-spin .7s linear infinite;border:2px solid hsla(0,0%,100%,.12);border-top:2px solid var(--foreground)}@keyframes modal-spin{to{transform:rotate(1turn)}}.remove-file-btn{align-items:center;background:transparent;border:none;border-radius:999px;color:var(--muted-foreground);cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:background .15s ease,color .15s ease,transform .15s ease;width:28px}.remove-file-btn:hover{background:#ef44441f;color:#ffb4b4}.actions{display:flex;gap:.8rem;justify-content:flex-end;margin-top:.5rem}.actions button{border-radius:14px;cursor:pointer;font-size:.9rem;font-weight:600;min-width:120px;padding:.9rem 1rem;transition:background .2s ease,border-color .2s ease,transform .2s ease}.cancel-btn{background:var(--surface-2);border:1px solid var(--border);color:var(--foreground)}.cancel-btn:hover{background:var(--surface-3)}.create-btn{background:var(--primary);border:1px solid transparent;color:var(--primary-foreground)}.create-btn:hover:not(:disabled){filter:brightness(.96);transform:translateY(-1px)}.actions button:disabled{cursor:not-allowed;opacity:.5}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .22s ease}.modal-fade-enter-active .new-project-modal-card,.modal-fade-leave-active .new-project-modal-card{transition:transform .22s ease,opacity .22s ease}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0}.modal-fade-enter-from .new-project-modal-card,.modal-fade-leave-to .new-project-modal-card{opacity:0;transform:translateY(10px) scale(.98)}.new-project-modal-card::-webkit-scrollbar{width:8px}.new-project-modal-card::-webkit-scrollbar-thumb{background:var(--surface-4);border-radius:999px}@media(max-width:640px){.new-project-modal-card{border-radius:22px;padding:1.2rem}.new-project-modal-header h2{font-size:1.5rem}.new-project-modal-dropzone{min-height:180px}.actions{flex-direction:column-reverse}.actions button{width:100%}.file-name{max-width:180px}}.Chattoppage{background:var(--background);overflow:hidden}.Chattoppage,.chat-page{color:var(--foreground);height:100dvh}.chat-page{background:radial-gradient(circle at top,hsla(0,0%,100%,.02),transparent 30%),var(--background)}.chat-main,.chat-wrapper{display:flex;flex-direction:column;height:100%;min-height:0}.chat-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b8;border-bottom:1px solid var(--border);flex-shrink:0;padding:.9rem 1rem}.title-row1{gap:.7rem}.icon-box,.title-row1{align-items:center;display:flex}.icon-box{background:var(--surface-3);border:1px solid var(--border);border-radius:10px;flex-shrink:0;font-size:.85rem;height:32px;justify-content:center;width:32px}.title-text{display:flex;flex-direction:column;line-height:1.1}.title-text h1{color:var(--foreground);font-size:.95rem;font-weight:600;margin:0}.title-text span{color:var(--muted-foreground);font-size:.72rem}.onboarding{align-items:center;display:flex;flex:1;flex-direction:column;gap:1.5rem;justify-content:center;padding:2rem 1rem 6rem}.onboarding-label{font-size:1.45rem;font-weight:600;letter-spacing:-.03em;margin:0;text-align:center}.onboarding-label,.onboarding-label strong{color:var(--foreground)}.onboarding-composer{max-width:48rem;width:100%}.chat-body{display:block;flex:1;overflow-y:auto;padding:1.5rem 1rem 1rem;scrollbar-width:none;-ms-overflow-style:none}.chat-body::-webkit-scrollbar{display:none}.chat-content{gap:1rem;margin:0 auto;max-width:50rem;width:100%}.chat-content,.messages{display:flex;flex-direction:column}.messages{gap:1.25rem}.message{border-radius:14px;max-width:100%;padding:.7rem .9rem}.message.user{margin-left:auto}.message.assistant{margin-right:auto;width:100%}.message-text{font-size:.93rem;line-height:1.55;margin:0;white-space:pre-wrap;word-break:break-word}.message-loading{color:var(--muted-foreground);font-size:.82rem}.chat-composer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;display:flex;flex-shrink:0;justify-content:center;padding:.75rem}.chat-composer>*{max-width:48rem;width:100%}.center{align-items:center;display:flex;height:100%;justify-content:center}.not-found{text-align:center}.btn{background:transparent;border:1px solid var(--border);border-radius:999px;color:var(--foreground);cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.btn:hover{background:var(--accent)}@media(max-width:860px){.Chattoppage{padding:0}.chat-body{padding:.85rem .75rem}.chat-composer{padding:.65rem .5rem}.message{max-width:96%}.onboarding{padding:2rem 1rem 4rem}.onboarding-label{font-size:1.1rem}}.analysis-skeleton{display:flex;flex-direction:column;gap:.6rem;padding:.75rem .9rem}.skeleton-header{align-items:center;display:flex;gap:.6rem}.skeleton-icon{height:28px;width:28px}.skeleton-icon,.skeleton-title{background:#2a2b32;border-radius:6px}.skeleton-title{height:12px;width:140px}.skeleton-line{background:#2a2b32;border-radius:6px;height:10px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.analysis-streaming{padding:.6rem .9rem}.streaming-header{align-items:center;color:var(--muted-foreground);display:flex;font-size:.85rem;font-weight:500;gap:.5rem;margin-bottom:.7rem}.streaming-dot{animation:pulse 1s infinite;background:#8ab4f8;border-radius:50%;height:6px;width:6px}.streaming-steps{display:flex;flex-direction:column;gap:.35rem}.step{align-items:center;border-radius:6px;color:#8e8ea0;display:flex;font-size:.78rem;gap:.5rem;padding:.3rem .55rem;transition:all .2s ease}.step.active{background:#8ab4f814;color:#8ab4f8}.step.done{color:#22c55e}.step-icon{font-size:12px;text-align:center;width:14px}.analysis-result{display:flex;flex-direction:column;gap:.9rem;padding:.4rem 0}.result-header{align-items:center;display:flex;gap:.5rem}.result-header h3{font-size:.9rem;font-weight:600;margin:0}.result-section{display:flex;flex-direction:column;gap:.45rem}.section-label{align-items:center;color:#9ca3af;display:flex;font-size:.75rem;font-weight:500;gap:.4rem}.badge{background:#2a2b32;border-radius:999px;color:#cfcfd6;font-size:10px;font-weight:600;padding:1px 6px}.card-grid{display:flex;flex-wrap:wrap;gap:.45rem}.result-card{background:#25262d;border:1px solid #2f3037;border-radius:10px;padding:.5rem .65rem;transition:all .2s ease}.result-card:hover{border-color:#3b3c44}.screen-card{font-size:.78rem;font-weight:500;text-transform:capitalize}.action-card{min-width:180px}.card-top{align-items:center;display:flex;gap:.35rem;justify-content:space-between;margin-bottom:2px}.card-name{font-size:.78rem;font-weight:500;text-transform:capitalize}.card-meta{align-items:center;display:flex;gap:.3rem}.action-type-badge{background:#8ab4f81f;border-radius:999px;color:#8ab4f8;font-size:9px;font-weight:600;padding:2px 6px;text-transform:uppercase}.action-type-badge.dropdown{background:#fbbf241f;color:#facc15}.nav-badge{background:#22c55e1f;border-radius:999px;color:#22c55e;font-size:9px;font-weight:600;padding:2px 6px}.confidence{color:#8e8ea0;font-size:10px}.rule-card{width:100%}.enforcement-badge{border-radius:999px;font-size:9px;font-weight:600;padding:2px 6px}.enforcement-badge.blocking{background:#ef44441f;color:#ef4444}.rule-desc{color:#9ca3af;font-size:.75rem;margin-top:4px}.ai-skeleton{display:flex;flex-direction:column;gap:.5rem;padding:.7rem .9rem;with:100%}.sk-header{align-items:center;display:flex;gap:.6rem}.sk-avatar{background:#bfbcbf;border-radius:6px;height:28px;width:28px}.sk-lines{display:flex;flex:1;flex-direction:column;gap:4px}.sk-block,.sk-line{background:#bfbcbf;border-radius:6px;height:10px}.ai-progress{padding:.6rem .9rem}.progress-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.6rem}.progress-spinner{animation:spin .8s linear infinite;border:2px solid #2f3037;border-radius:50%;border-top-color:#8ab4f8;height:12px;width:12px}.progress-title{color:#9ca3af;font-size:1.5rem;font-weight:400}.progress-steps{display:flex;flex-direction:column;gap:.3rem}.ps{align-items:center;border-radius:6px;color:#8e8ea0;display:flex;font-size:.78rem;gap:.5rem;padding:4px 8px}.ps.active{background:#8ab4f814;background:linear-gradient(90deg,#fff3,#ffffffe6 50%,#fff3);-webkit-background-clip:text;background-position:200% 0;background-size:200% 100%;color:#8ab4f8;-webkit-text-fill-color:transparent;animation:pulse2 2.5s linear infinite}.ps.done{background:none;-webkit-background-clip:initial;color:#22c55e;-webkit-text-fill-color:initial;animation:none}.ps-dot{background:#3b3c44;border-radius:50%;height:6px;width:6px}.ps.active .ps-dot{background:#8ab4f8}.ps.done .ps-dot{background:#22c55e}.pulse{animation:pulse 1s ease-in-out infinite}.pulse2{background:linear-gradient(90deg,#fff3,#ffffffe6 50%,#fff3);-webkit-background-clip:text;background-position:200% 0;background-size:200% 100%;-webkit-text-fill-color:transparent;animation:pulse2 2.5s linear infinite}@keyframes pulse2{to{background-position:-200% 0}}.ai-markdown{padding:.25rem 0}.chat-graph-layout{display:flex;gap:1rem;height:100%;overflow:hidden}.chat-left,.chat-right{display:flex;flex:1;flex-direction:column;min-width:0;transition:all .25s ease}.chat-right{border-left:1px solid #2a2b32;padding-left:1rem}.close-graph{align-self:flex-end;background:transparent;border:none;color:#9ca3af;cursor:pointer;font-size:18px;font-weight:800;margin:10px 20px 10px 10px}.close-graph:hover{color:#fff}.message.assistant{position:relative}.view-graph{color:#8ab4f8;cursor:pointer;font-size:.85rem;position:absolute;right:42px}.view-graph:hover{text-decoration:underline}.message-attachments{direction:rtl;display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.message-attachment:has(.attachment-image){border-radius:10px;flex:0 0 auto;overflow:hidden;width:auto}.attachment-image{border-radius:10px;display:block;height:4rem;max-height:220px;-o-object-fit:cover;object-fit:cover;width:4rem}.message-attachment:has(.attachment-file){flex-basis:100%;width:100%}.attachment-file{align-items:center;background:#2b2b2b;border:1px solid #3a3a3a;border-radius:14px;direction:ltr;display:flex;gap:.75rem;justify-content:space-between;padding:.72rem .85rem;transition:background .15s ease,border-color .15s ease,transform .15s ease;width:60%}.attachment-file:hover{background:#343434;border-color:#505050;transform:translateY(-1px)}.attachment-file-left{align-items:center;display:flex;flex:1;gap:.75rem;min-width:0}.attachment-file-icon{background:linear-gradient(180deg,#ff5f5f,#e53935);border-radius:12px;box-shadow:inset 0 1px #ffffff1f,0 4px 10px #e5393538;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em}.attachment-file-meta{overflow:hidden}.attachment-file-name{color:#f3f4f6;font-size:.82rem}.attachment-file-size{color:#9ca3af;font-size:.72rem;margin-top:.16rem}.attachment-file-open{align-items:center;background:#3b3b3b;border:none;border-radius:999px;color:#d1d5db;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:background .15s ease,color .15s ease,transform .15s ease;width:32px}.attachment-file-open:hover{background:#4a4a4a;color:#fff;transform:scale(1.04)}@media(max-width:640px){.attachment-file{padding:.65rem .72rem}.attachment-file-icon{font-size:.68rem;height:38px;width:38px}.attachment-file-name{font-size:.76rem}.attachment-file-size{font-size:.68rem}}.composer-shell{display:flex;flex-direction:column;width:100%}.attachment-strip{align-items:center;background:#2f2f2f;border:1px solid #3f3f3f;border-bottom:none;border-radius:20px 20px 0 0;display:flex;gap:.65rem;overflow-x:auto;overflow-y:hidden;padding:.75rem .75rem 0;scrollbar-color:#5a5a5a transparent;scrollbar-width:thin}.attachment-card{flex-shrink:0;overflow:hidden;position:relative}.attachment-card.is-image{background:#1f1f1f;border:1px solid #3b3b3b;border-radius:16px;height:92px;transition:transform .15s ease,border-color .15s ease,background .15s ease;width:92px}.attachment-card.is-image:hover{background:#252525;border-color:#5a5a5a;transform:translateY(-1px)}.card-img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.attachment-card.is-file{background:#3a3a3a;border:1px solid #5a5a5a;border-radius:14px;max-width:240px;min-width:240px;transition:background .15s ease,border-color .15s ease,transform .15s ease}.attachment-card.is-file:hover{background:#454545;border-color:#6b6b6b;transform:translateY(-1px)}.attachment-file-row{align-items:center;display:flex;gap:.8rem;padding:.8rem .95rem}.attachment-file-icon{align-items:center;background:#ff4d4f;border-radius:10px;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.file-icon{color:#fff;height:18px;width:18px}.attachment-file-meta{display:flex;flex:1;flex-direction:column;min-width:0}.attachment-file-name{color:#fff;font-size:.9rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-file-type{color:#d1d5db;font-size:.8rem;margin-top:.18rem}.card-remove{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;height:22px;justify-content:center;opacity:0;position:absolute;right:.45rem;top:.45rem;transition:opacity .15s ease,background .15s ease,transform .15s ease;width:22px;z-index:5}.attachment-card:hover .card-remove{opacity:1}.card-remove:hover{background:#ef4444;transform:scale(1.04)}.x-icon{height:12px;width:12px}.upload-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;inset:0;position:absolute;z-index:4}.upload-overlay,.upload-spinner-wrap{align-items:center;display:flex;justify-content:center}.upload-spinner{animation:spin .7s linear infinite;border:2px solid hsla(0,0%,100%,.22);border-radius:999px;border-top-color:#fff;height:18px;width:18px}.composer-bar{background:#2f2f2f;border:1px solid #3f3f3f;border-radius:20px;display:flex;flex-direction:column;gap:.45rem;padding:.7rem .7rem .55rem;transition:border-color .15s ease,background .15s ease}.attachment-strip+.composer-bar{border-radius:0 0 20px 20px;border-top:none}.composer-bar:focus-within{border-color:#5a5a5a}.composer-textarea{background:transparent;border:none;color:#f4f4f5;font-family:inherit;font-size:.95rem;line-height:1.5;max-height:220px;min-height:24px;outline:none;overflow-y:auto;padding:0 .2rem;resize:none;scrollbar-color:#5a5a5a transparent;scrollbar-width:thin;width:100%}.composer-textarea::-moz-placeholder{color:#8b8b8b}.composer-textarea::placeholder{color:#8b8b8b}.composer-toolbar{align-items:center;display:flex;justify-content:space-between}.toolbar-left,.toolbar-right{align-items:center;display:flex;gap:.35rem}.tool-btn{align-items:center;background:transparent;border:none;border-radius:999px;color:#a1a1aa;cursor:pointer;display:flex;height:34px;justify-content:center;transition:background .15s ease,color .15s ease;width:34px}.tool-btn:hover{background:#ffffff14;color:#fff}.tool-icon{height:18px;width:18px}.send-btn{align-items:center;background:#5b5b5b;border:none;border-radius:999px;color:#9ca3af;cursor:not-allowed;display:flex;height:34px;justify-content:center;transition:background .15s ease,color .15s ease,transform .15s ease;width:34px}.send-btn.active{background:#fff;color:#000;cursor:pointer}.send-btn.active:hover{background:#e5e7eb;transform:scale(1.03)}.send-icon{height:16px;width:16px}.preview-overlay{background:#000000d1;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:100}.preview-box,.preview-overlay{align-items:center;display:flex}.preview-box{flex-direction:column;gap:.75rem;max-height:90vh;max-width:min(90vw,62rem);position:relative}.preview-close{align-items:center;background:#2f2f2f;border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:-12px;top:-12px;transition:background .15s ease;width:32px}.preview-close:hover{background:#444}.preview-close .x-icon{height:14px;width:14px}.preview-img{border-radius:16px;display:block;max-height:80vh;max-width:100%;-o-object-fit:contain;object-fit:contain}.preview-name{color:#9ca3af;font-size:.8rem;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-fade-enter-active,.preview-fade-leave-active{transition:opacity .18s ease}.preview-fade-enter-from,.preview-fade-leave-to{opacity:0}@media(max-width:640px){.attachment-strip{border-radius:16px 16px 0 0;padding:.7rem .7rem 0}.attachment-card.is-image{height:80px;width:80px}.attachment-card.is-file{max-width:210px;min-width:210px}.attachment-file-name{font-size:.82rem}.composer-bar{border-radius:16px}.attachment-strip+.composer-bar{border-radius:0 0 16px 16px}}@keyframes spin{to{transform:rotate(1turn)}}.profile-page{align-items:center;background:radial-gradient(circle at top,hsla(0,0%,100%,.03),transparent 30%),var(--background);display:flex;justify-content:center;min-height:100dvh;padding:2rem 1rem}.profile-card{background:var(--card);border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow-lg);max-width:460px;padding:1.6rem;width:100%}.profile-top{gap:1rem;margin-bottom:2rem}.profile-avatar,.profile-top{align-items:center;display:flex}.profile-avatar{background:var(--surface-3);border:1px solid var(--border);border-radius:999px;color:var(--foreground);flex-shrink:0;font-size:1.3rem;font-weight:700;height:64px;justify-content:center;text-transform:uppercase;width:64px}.profile-heading{min-width:0}.profile-label{color:var(--muted-foreground);display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.08em;margin-bottom:.35rem;text-transform:uppercase}.profile-heading h1{color:var(--foreground);font-size:1.5rem;font-weight:700;letter-spacing:-.03em;margin:0}.profile-heading p{color:var(--muted-foreground);font-size:.9rem;margin-top:.35rem}.profile-details{gap:.9rem}.profile-details,.profile-item{display:flex;flex-direction:column}.profile-item{background:var(--surface-2);border:1px solid var(--border);border-radius:18px;gap:.35rem;padding:1rem}.profile-item-label{color:var(--muted-foreground);font-size:.78rem;font-weight:500}.profile-item-value{color:var(--foreground);font-size:.95rem;font-weight:600;word-break:break-word}.profile-actions{margin-top:1.5rem}.profile-btn{align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:16px;color:var(--foreground);display:inline-flex;font-size:.92rem;font-weight:600;height:50px;justify-content:center;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s ease;width:100%}.profile-btn:hover{background:var(--surface-3);border-color:#ffffff14;transform:translateY(-1px)}@media(max-width:640px){.profile-card{border-radius:22px;padding:1.25rem}.profile-top{align-items:flex-start}.profile-avatar{font-size:1.1rem;height:56px;width:56px}.profile-heading h1{font-size:1.3rem}}.questionnaire-wrapper{margin-bottom:18px}.questionnaire-shell{background:linear-gradient(180deg,#262626f2,#1c1c1cf2);border:1px solid hsla(0,0%,100%,.08);border-radius:22px;box-shadow:inset 0 1px #ffffff08,0 20px 60px #00000059;padding:18px;width:100%}.questionnaire-title{color:#f5f5f5;font-size:15px;font-weight:400;line-height:1.5;margin:0 0 18px}.questionnaire-options{display:flex;flex-direction:column;gap:0}.questionnaire-option{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.07);cursor:pointer;display:flex;min-height:48px;padding:0 14px;position:relative;transition:background .15s ease}.questionnaire-option:hover{background:#ffffff08}.questionnaire-option.selected{background:#00000073;border-bottom-color:transparent;border-radius:14px}.questionnaire-option input{display:none}.questionnaire-option:before{align-items:center;background:#090909;border:1px solid hsla(0,0%,100%,.08);border-radius:9px;color:#fff;content:counter(item);counter-increment:item;display:flex;flex-shrink:0;font-size:13px;font-weight:500;height:28px;justify-content:center;margin-right:14px;width:28px}.questionnaire-options{counter-reset:item}.option-label{color:#d4d4d4;flex:1;font-size:15px;line-height:1}.questionnaire-option.selected .option-label{color:#fff}.questionnaire-option:after{color:#9f9f9f;content:"→";font-size:18px;margin-left:auto;opacity:0;transform:translate(-8px);transition:opacity .2s ease,transform .2s ease}.questionnaire-option.selected:after,.questionnaire-option:hover:after{opacity:1;transform:translate(0)}.questionnaire-divider{align-items:center;display:flex;margin:14px 0}.questionnaire-divider span{display:none}.questionnaire-custom{align-items:center;display:flex;gap:12px;justify-content:space-between}.questionnaire-custom input{background:transparent;border:none;color:#d4d4d4;flex:1;font-size:15px;outline:none}.questionnaire-custom input::-moz-placeholder{color:#7d7d7d}.questionnaire-custom input::placeholder{color:#7d7d7d}.questionnaire-custom:after{border:1px solid hsla(0,0%,100%,.12);border-radius:10px;color:#d4d4d4;content:"Skip";font-size:13px;padding:8px 14px}:root{--background:#000;--foreground:#f5f5f5;--card:#0f0f0f;--card-foreground:#f5f5f5;--popover:#111;--popover-foreground:#f5f5f5;--primary:#fff;--primary-foreground:#000;--secondary:#151515;--secondary-foreground:#f5f5f5;--muted:#121212;--muted-foreground:#8d8d8d;--accent:#1a1a1a;--accent-foreground:#f5f5f5;--destructive:#fff;--destructive-foreground:#000;--border:#242424;--input:#242424;--ring:#5a5a5a;--surface-1:#0a0a0a;--surface-2:#101010;--surface-3:#171717;--surface-4:#1f1f1f;--hover-soft:hsla(0,0%,100%,.04);--hover-medium:hsla(0,0%,100%,.08);--shadow-sm:0 1px 2px rgba(0,0,0,.35);--shadow-md:0 6px 16px rgba(0,0,0,.4);--shadow-lg:0 14px 36px rgba(0,0,0,.5);--shadow-xl:0 24px 60px rgba(0,0,0,.65);--sidebar-background:#050505;--sidebar-foreground:#d4d4d4;--sidebar-accent:#111;--sidebar-border:#1f1f1f}@theme inline{--font-sans:"Geist","Geist Fallback";--font-mono:"Geist Mono","Geist Mono Fallback";--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-border:var(--border)}@layer base{*{@apply border-border outline-ring/50;box-sizing:border-box}#__nuxt,body,html{min-height:100%;width:100%}body,html{height:100%}body{@apply bg-background text-foreground;background:var(--background);color:var(--foreground);font-feature-settings:"rlig" 1,"calt" 1;margin:0;min-height:100dvh;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:var(--foreground);text-decoration:none}button,input,select,textarea{font:inherit}::-moz-selection{background:#ffffff1f;color:var(--foreground)}::selection{background:#ffffff1f;color:var(--foreground)}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#1f1f1f;border:2px solid var(--background);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#2c2c2c}}
