:root{--bg:#f4f6f9;--bg-soft:#eef1f5;--bg-card:#fff;--bg-elevated:#fff;--bg-input:#f0f2f5;--bg-input-focus:#fff;--border:#dde2ea;--border-strong:#c5ccd6;--border-focus:#2563eb;--border-card:#e4e8ef;--text-0:#0f1729;--text-1:#3e4c63;--text-2:#64748b;--text-muted:#94a3b8;--blue:#1d4ed8;--blue-hover:#1e40af;--blue-bg:#eff4ff;--blue-border:#bfdbfe;--green:#16a34a;--green-bg:#f0fdf4;--green-border:#bbf7d0;--amber:#d97706;--amber-bg:#fffbeb;--amber-border:#fde68a;--red-bg:#fef2f2;--red-text:#dc2626;--red-border:#fecaca;--eu-blue:#039;--eu-yellow:#fc0;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-pill:999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 1px 3px #0000000f, 0 4px 12px #0000000a;--shadow-lg:0 4px 6px #0000000d, 0 10px 24px #0000000f;--shadow-card:0 1px 3px #0000000d, 0 4px 14px #0000000a;--shadow-card-hover:0 4px 12px #00000014, 0 8px 28px #0000000f;--font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font);color:var(--text-0);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html{background:var(--bg);min-height:100%}body{background:var(--bg);min-width:320px;min-height:100vh;margin:0}#root{min-height:100dvh}button,input,textarea{font:inherit}button{border:0}input,textarea{color:inherit}textarea{resize:vertical}h1,h2,h3,p{margin:0}:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-shell{width:min(1240px,100% - 48px);margin:0 auto;padding:32px 0 80px}.hero{border-radius:var(--radius-xl);background:var(--bg-card);border:1px solid var(--border-card);box-shadow:var(--shadow-sm);align-items:center;margin-bottom:40px;padding:24px 32px;display:flex}.hero-content{flex:1;min-width:0}.hero-badge{border-radius:var(--radius-pill);background:var(--eu-blue);color:#fff;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:12px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.hero-badge svg{width:14px;height:14px}.hero h1{color:var(--text-0);letter-spacing:-.03em;font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.1}.hero p{max-width:520px;color:var(--text-2);margin-top:8px;font-size:15px;line-height:1.6}.app-layout{grid-template-columns:minmax(280px,380px) minmax(0,1fr);align-items:start;gap:28px;display:grid}.sidebar{position:sticky;top:24px}.results-area{flex-direction:column;gap:20px;min-width:0;display:flex}.input-mode-card{width:100%;max-width:380px}.mode-tabs{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);grid-template-columns:1fr 1fr;gap:4px;margin-bottom:16px;padding:4px;display:grid}.mode-tab{cursor:pointer;border-radius:var(--radius-md);min-height:40px;color:var(--text-2);background:0 0;font-size:13px;font-weight:600;transition:background .15s,color .15s}.mode-tab:hover:not(.active){background:var(--bg-soft);color:var(--text-1)}.mode-tab.active{background:var(--blue);color:#fff;box-shadow:0 1px 4px #1d4ed833}.profile-card,.chat-card{border-radius:var(--radius-xl);background:var(--bg-card);border:1px solid var(--border-card);width:100%;max-width:380px;box-shadow:var(--shadow-md)}.profile-card{padding:28px}.chat-card{padding:0;overflow:hidden}.profile-card-header,.chat-card-header{margin-bottom:20px}.chat-card-header{border-bottom:1px solid var(--border);margin-bottom:0;padding:24px 24px 16px}.chat-card-header-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.profile-card-header h2,.chat-card-header h2{color:var(--text-0);letter-spacing:-.02em;font-size:19px;font-weight:700}.profile-card-header p,.chat-card-header p{color:var(--text-2);margin-top:6px;font-size:13px;line-height:1.5}.form-section{border-top:1px solid var(--border);padding-top:16px}.form-section+.form-section{margin-top:16px}.form-section h3{color:var(--text-1);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700}.field{flex-direction:column;gap:5px;display:flex}.field+.field{margin-top:12px}.field span{color:var(--text-1);font-size:13px;font-weight:500}.field input{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-input);width:100%;min-height:40px;color:var(--text-0);outline:none;padding:8px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s,background .15s}.field input:focus{border-color:var(--border-focus);background:var(--bg-input-focus);box-shadow:0 0 0 3px #2563eb1a}.field small{color:var(--text-muted);font-size:11px}.budget-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.budget-grid .field+.field{margin-top:0}.form-actions{border-top:1px solid var(--border);grid-template-columns:1fr;gap:8px;margin-top:22px;padding-top:18px;display:grid}.btn{cursor:pointer;border-radius:var(--radius-md);min-height:42px;font-size:14px;font-weight:600;transition:background .15s,box-shadow .15s,opacity .15s,transform .1s}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-content{justify-content:center;align-items:center;gap:8px;display:inline-flex}.button-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 1px 4px #1d4ed833}.btn-primary:hover:not(:disabled){background:var(--blue-hover);box-shadow:0 2px 8px #1d4ed84d}.btn-secondary{border:1px solid var(--border-strong);background:var(--bg-card);color:var(--text-0)}.btn-ghost{color:var(--text-2);background:0 0;border:1px solid #0000}.btn-ghost:hover:not(:disabled){background:var(--bg-soft);color:var(--text-1)}.chat-card-conversation{flex-direction:column;display:flex}.chat-header-reset{cursor:pointer;min-height:42px;color:var(--text-2);letter-spacing:.02em;text-transform:uppercase;background:0 0;border:0;flex:none;padding:8px;font-size:11px;font-weight:600;transition:color .15s}.chat-header-reset:hover:not(:disabled){color:var(--blue)}.chat-header-reset:disabled{cursor:not-allowed;opacity:.4}.chat-shell{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-soft);flex-direction:column;margin:0 16px 16px;display:flex;overflow:hidden}.chat-window{overscroll-behavior:contain;scroll-behavior:smooth;flex-direction:column;gap:10px;min-height:260px;max-height:clamp(260px,50vh,500px);padding:14px 14px 8px;display:flex;overflow-y:auto}.chat-window::-webkit-scrollbar{width:5px}.chat-window::-webkit-scrollbar-track{background:0 0}.chat-window::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:var(--border-strong)}.chat-message{grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.chat-avatar{border-radius:var(--radius-pill);flex:none;justify-content:center;align-items:center;min-width:30px;height:26px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.chat-message.assistant .chat-avatar,.chat-message.user .chat-avatar{background:var(--blue-bg);color:var(--blue);border:1px solid var(--blue-border)}.chat-message.assistant .chat-avatar{grid-column:1}.chat-message.user .chat-avatar{grid-column:3}.chat-message.assistant .chat-bubble{grid-column:2;justify-self:start}.chat-message.user .chat-bubble{grid-column:2;justify-self:end}.chat-bubble{border-radius:14px;max-width:min(260px,100%);padding:10px 13px;font-size:13px;line-height:1.55}.chat-message.assistant .chat-bubble{background:var(--bg-card);border:1px solid var(--border);color:var(--text-1);border-bottom-left-radius:4px}.chat-message.user .chat-bubble{background:var(--blue);border:1px solid var(--blue);color:#fff;border-bottom-right-radius:4px}.chat-bubble p{margin:0}.thinking-bubble{color:var(--text-2);align-items:center;gap:8px;display:inline-flex}.thinking-indicator{align-items:center;gap:4px;display:inline-flex}.thinking-indicator span{background:var(--blue);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite thinking-dot}.thinking-indicator span:nth-child(2){animation-delay:.15s}.thinking-indicator span:nth-child(3){animation-delay:.3s}.chat-composer-wrap{background:0 0;padding:0 14px 14px}.chat-composer{border:1px solid var(--border);background:var(--bg-card);width:100%;box-shadow:var(--shadow-sm);border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:6px;padding:6px;transition:border-color .15s,box-shadow .15s;display:grid}.chat-composer:focus-within{border-color:var(--border-focus);box-shadow:0 0 0 3px #2563eb14}.chat-composer textarea{width:100%;min-height:36px;max-height:150px;color:var(--text-0);font:inherit;resize:none;background:0 0;border:0;outline:none;padding:8px 4px 8px 10px;font-size:14px;line-height:1.45;overflow-y:hidden}.chat-composer textarea::placeholder{color:var(--text-muted)}.chat-composer textarea:disabled{cursor:not-allowed;opacity:.6}.chat-send-btn{cursor:pointer;background:var(--blue);color:#fff;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,opacity .15s,transform .1s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 4px #1d4ed833}.chat-send-btn:hover:not(:disabled){background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 2px 8px #1d4ed84d}.chat-send-btn:active:not(:disabled){transform:translateY(0)}.chat-send-btn:disabled{cursor:not-allowed;opacity:.3}.send-icon{width:16px;height:16px}.results-panel{min-width:0}.results-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:18px;display:flex}.results-header h2{color:var(--text-0);letter-spacing:-.02em;font-size:21px;font-weight:700}.results-header p{color:var(--text-2);margin-top:4px;font-size:13px}.results-header-actions{flex:none;justify-content:flex-end;align-items:flex-start;gap:8px;display:flex;position:relative}.results-count{border-radius:var(--radius-pill);background:var(--bg-soft);color:var(--text-1);flex:none;order:1;margin-top:2px;padding:4px 10px;font-size:12px;font-weight:500}.filter-menu{z-index:20;order:2;position:relative}.filter-trigger{cursor:pointer;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--bg-card);min-height:32px;color:var(--text-1);align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.filter-trigger:hover{border-color:var(--border-strong);color:var(--blue)}.filter-trigger.is-active{border-color:var(--blue-border);background:var(--blue-bg);color:var(--blue)}.filter-trigger strong{font-size:11px;font-weight:700}.filter-icon{width:14px;height:14px}.filter-popover{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-elevated);width:280px;box-shadow:var(--shadow-lg);padding:14px;position:absolute;top:calc(100% + 6px);right:0}.filter-popover:before{content:"";border-top:1px solid var(--border);border-left:1px solid var(--border);background:var(--bg-elevated);width:8px;height:8px;position:absolute;top:-5px;right:22px;transform:rotate(45deg)}.filter-popover-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.filter-popover-header p{color:var(--text-0);margin:0;font-size:12px;font-weight:600}.filter-popover-header span{color:var(--text-2);margin-top:2px;font-size:11px;line-height:1.3;display:block}.filter-popover-header strong{color:var(--blue);letter-spacing:-.02em;font-size:18px;font-weight:700}.filter-range{z-index:2;cursor:pointer;appearance:none;border-radius:var(--radius-pill);background:0 0;border:0;outline:none;width:100%;height:24px;position:relative}.filter-range::-webkit-slider-runnable-track{border-radius:var(--radius-pill);background:var(--border-strong);height:4px}.filter-range::-webkit-slider-thumb{appearance:none;background:var(--blue);border:2px solid #fff;border-radius:50%;width:16px;height:16px;margin-top:-6px;box-shadow:0 1px 4px #1d4ed84d}.filter-range::-moz-range-track{border-radius:var(--radius-pill);background:var(--border-strong);height:4px}.filter-range::-moz-range-progress{border-radius:var(--radius-pill);background:var(--blue);height:4px}.filter-range::-moz-range-thumb{background:var(--blue);border:2px solid #fff;border-radius:50%;width:12px;height:12px;box-shadow:0 1px 4px #1d4ed84d}.filter-popover-footer{color:var(--text-muted);justify-content:space-between;gap:8px;margin-top:8px;font-size:10px;font-weight:500;display:flex}.filter-reset{cursor:pointer;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);width:100%;min-height:32px;color:var(--text-1);margin-top:10px;font-size:11px;font-weight:600}.filter-reset:hover{background:var(--bg-soft)}.profile-summary{border:1px solid var(--blue-border);border-radius:var(--radius-lg);background:var(--blue-bg);margin-bottom:18px;padding:14px 16px}.chat-summary-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.profile-summary-title{color:var(--blue);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.chat-summary .profile-summary-title{margin-bottom:0}.status-pill{border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;align-items:center;min-height:22px;padding:2px 10px;font-size:10px;font-weight:700;display:inline-flex}.status-pill.ready{border:1px solid var(--green-border);background:var(--green-bg);color:var(--green)}.status-pill.needs{border:1px solid var(--red-border);background:var(--red-bg);color:var(--red-text)}.profile-completeness{gap:6px;margin-bottom:12px;display:grid}.profile-completeness-label{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-completeness-label span{color:var(--text-2);font-size:11px;font-weight:500}.profile-completeness-label strong{color:var(--text-0);font-size:12px;font-weight:700}.profile-completeness-track{border-radius:var(--radius-pill);background:var(--border);height:4px;overflow:hidden}.profile-completeness-fill{border-radius:inherit;background:var(--blue);height:100%;transition:width .3s}.summary-grid,.chat-profile-grid{flex-wrap:wrap;gap:6px;display:flex}.summary-grid span,.chat-profile-grid span{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--bg-card);color:var(--text-1);padding:4px 10px;font-size:11px;font-weight:500}.provisional-banner{border:1px solid var(--amber-border);border-radius:var(--radius-lg);background:var(--amber-bg);color:var(--text-1);gap:4px;margin-bottom:18px;padding:12px 14px;font-size:13px;line-height:1.55;display:grid}.provisional-banner-title{color:var(--amber);align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.warning-icon{flex:none;width:14px;height:14px}.card-grid,.skeleton-list{flex-direction:column;gap:12px;display:flex}.project-card{border-radius:var(--radius-xl);background:var(--bg-card);border:1px solid var(--border-card);box-shadow:var(--shadow-card);padding:22px;transition:border-color .2s,box-shadow .2s,transform .15s}.project-card:hover{border-color:var(--blue-border);box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.project-card.provisional{opacity:.75}.project-card-top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.project-title-block{flex:1;min-width:0}.project-title-block h3{color:var(--text-0);letter-spacing:-.01em;font-size:16px;font-weight:700;line-height:1.35}.project-title-block p{color:var(--text-2);margin-top:6px;font-size:13px;line-height:1.6}.score-badge{border-radius:var(--radius-lg);text-align:center;flex:0 0 120px;padding:10px}.score-badge strong{letter-spacing:-.03em;font-size:22px;font-weight:800;line-height:1;display:block}.score-badge span{letter-spacing:.03em;text-transform:uppercase;margin-top:4px;font-size:10px;font-weight:600;display:block}.score-badge.high{border:1px solid var(--green-border);background:var(--green-bg);color:#166534}.score-badge.medium{border:1px solid var(--amber-border);background:var(--amber-bg);color:#92400e}.score-badge.low{border:1px solid var(--blue-border);background:var(--blue-bg);color:#1d4ed8}.project-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.meta-chip{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e5e9f1;min-width:0;padding:8px 10px}.meta-chip span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:600;display:block}.meta-chip strong{overflow-wrap:anywhere;color:var(--text-0);font-size:12px;font-weight:600;display:block}.tags{flex-wrap:wrap;gap:5px;margin:12px 0;display:flex}.tag{border-radius:var(--radius-pill);background:var(--blue-bg);color:#1d4ed8;align-items:center;min-height:22px;padding:3px 8px;font-size:11px;font-weight:500;display:inline-flex}.reasons-block{border-radius:var(--radius-lg);background:#f8fafc;border:1px solid #e5e9f1;margin-top:14px;padding:12px 14px}.reasons-title{color:var(--text-0);margin-bottom:8px;font-size:12px;font-weight:700}.reasons-list{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.reasons-list li{color:var(--text-1);padding-left:14px;font-size:12px;line-height:1.5;position:relative}.reasons-list li:before{content:"";background:var(--blue);border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:0}.warnings-block{border:1px solid var(--amber-border);border-radius:var(--radius-lg);background:var(--amber-bg);margin-top:12px;padding:12px 14px}.warnings-title{color:#92400e;margin-bottom:8px;font-size:12px;font-weight:700}.warnings-list{flex-direction:column;gap:5px;margin:0;padding:0;list-style:none;display:flex}.warnings-list li{color:var(--text-1);padding-left:14px;font-size:12px;line-height:1.5;position:relative}.warnings-list li:before{content:"!";color:var(--amber);font-weight:700;position:absolute;top:0;left:0}.error-banner{border:1px solid var(--red-border);border-radius:var(--radius-lg);background:var(--red-bg);color:var(--red-text);padding:12px 14px;font-size:13px}.idle-state,.empty-state{border:1px dashed var(--border-strong);border-radius:var(--radius-xl);background:var(--bg-card);text-align:center;padding:56px 24px}.idle-state-icon,.empty-state-icon{width:44px;height:44px;color:var(--text-muted);margin:0 auto 12px}.idle-state h2,.empty-state h3{color:var(--text-0);letter-spacing:-.02em;margin-top:8px;font-size:18px;font-weight:700}.idle-state p,.empty-state p{max-width:420px;color:var(--text-2);margin:8px auto 0;font-size:14px;line-height:1.6}.pagination{justify-content:center;align-items:center;gap:12px;margin-top:22px;padding-top:16px;display:flex}.page-info{color:var(--text-2);font-size:12px;font-weight:500}.page-btn{cursor:pointer;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);min-height:36px;color:var(--text-1);padding:0 14px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.page-btn:hover:not(:disabled){background:var(--bg-soft);color:var(--blue)}.page-btn:disabled{cursor:not-allowed;opacity:.35}.skeleton-card{border-radius:var(--radius-xl);background:var(--bg-card);border:1px solid var(--border-card);padding:22px}.skeleton-header{justify-content:space-between;gap:16px;margin-bottom:14px;display:flex}.skeleton-score{border-radius:var(--radius-lg);background:var(--bg-soft);flex:none;width:100px;height:48px;animation:1.4s ease-in-out infinite shimmer}.skeleton-line{border-radius:var(--radius-pill);background:var(--bg-soft);height:12px;animation:1.4s ease-in-out infinite shimmer}.skeleton-line+.skeleton-line{margin-top:8px}.skeleton-line.w-55{width:55%}.skeleton-line.w-70{width:70%}.skeleton-line.w-85{width:85%}.skeleton-tags{gap:6px;margin-top:14px;display:flex}.skeleton-pill{border-radius:var(--radius-pill);background:var(--bg-soft);width:60px;height:20px;animation:1.4s ease-in-out infinite shimmer}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.4}}@keyframes thinking-dot{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1024px){.budget-grid{grid-template-columns:1fr}}@media (width<=980px){.app-shell{width:min(100% - 24px,1240px);padding-top:16px}.hero{padding:20px}.app-layout{grid-template-columns:1fr;gap:24px}.sidebar{position:static}.input-mode-card,.profile-card,.chat-card{max-width:none}.chat-window{min-height:240px;max-height:420px}.project-meta-grid{grid-template-columns:1fr}.project-card-top{flex-direction:column}.score-badge{text-align:left;flex-basis:auto;justify-content:space-between;align-items:center;width:100%;display:flex}.score-badge span{margin-top:0}}@media (width<=560px){.app-shell{width:min(100% - 16px,1240px)}.hero h1{font-size:22px}.results-header{flex-direction:column}.chat-shell{margin-inline:12px;margin-bottom:12px}.chat-window{min-height:240px;max-height:460px;padding:12px 12px 6px}.chat-composer-wrap{padding:0 12px 12px}.chat-composer{padding:5px}.chat-composer textarea{min-height:34px;padding:7px 4px 7px 8px}.chat-send-btn{width:34px;height:34px}.pagination{flex-direction:column}.page-btn{width:100%}.results-header-actions{flex-wrap:wrap;width:100%}.filter-popover{width:calc(100vw - 32px)}}
