*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #5d60ff;--primary-dark: #0004b9;--primary-light: #e8e8ff;--primary-ghost: #f0f0ff;--primary-100: #5d60ff;--primary-200: #0b10ff;--primary-300: #0004b9;--primary-400: #000268;--primary-500: #000141;--secondary: #fcc102;--secondary-light: #fff3cc;--secondary-dark: #b08702;--safety: #f59e0b;--safety-bg: #fffbeb;--ecology: #10b981;--ecology-bg: #ecfdf5;--energy: #6366f1;--energy-bg: #eef2ff;--social: #ec4899;--social-bg: #fdf2f8;--policy: #64748b;--policy-bg: #f8fafc;--neutral-100: #ffffff;--neutral-200: #e4e4e4;--neutral-300: #c9c9c9;--neutral-400: #aeaeae;--neutral-500: #939393;--neutral-600: #777777;--neutral-700: #5c5c5c;--neutral-800: #414141;--neutral-900: #262626;--neutral-1000: #0b0b0b;--bg: #fafafc;--surface: #ffffff;--surface-hover: #f8f8fc;--border: #e4e4e4;--border-light: #f1f1f5;--text: #0b0b0b;--text-secondary: #5c5c5c;--text-muted: #6b6b6b;--success: #1fc16b;--success-bg: #e8faf0;--success-light: #84ebb4;--warning: #dfb400;--warning-bg: #fff9e0;--warning-light: #ffdb43;--danger: #fb3748;--danger-bg: #fef2f2;--danger-dark: #d00416;--info: #5d60ff;--info-bg: #f0f0ff;--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.06), 0 2px 4px -2px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.06), 0 4px 6px -4px rgba(0,0,0,.04);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.06), 0 8px 10px -6px rgba(0,0,0,.04);--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--radius-xl: 20px;--sp-3xs: 2px;--sp-2xs: 4px;--sp-xs: 8px;--sp-s: 12px;--sp-m: 16px;--sp-l: 20px;--sp-xl: 24px;--sp-2xl: 32px;--sp-3xl: 40px;--sp-4xl: 48px;--sp-5xl: 56px;--transition: .2s cubic-bezier(.4, 0, .2, 1);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}a{color:var(--primary);text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:8px;top:-48px;z-index:1000;background:var(--primary);color:#fff;padding:8px 14px;border-radius:6px;transition:top .15s ease}.skip-link:focus{top:8px;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--primary);outline-offset:2px}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.app-layout{display:flex;min-height:100vh;background:var(--bg)}.sidebar{width:280px;background:var(--neutral-1000);color:var(--neutral-300);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;overflow-y:auto}.sidebar-brand{padding:1.5rem 1.25rem 1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-brand .brand-logo{width:40px;height:40px;background:var(--primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.sidebar-brand h1{font-size:1.15rem;font-weight:700;letter-spacing:.04em;color:#fff;margin:0;line-height:1}.sidebar-brand .brand-sub{font-size:.65rem;color:var(--neutral-500);margin-top:2px}.sidebar-org{padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar-org .org-name{font-size:.8rem;font-weight:600;color:var(--neutral-200);line-height:1.3}.sidebar-org .org-country{font-size:.7rem;color:var(--neutral-500);margin-top:2px}.sidebar-nav{padding:.75rem;flex:1}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.7rem .85rem;border-radius:var(--radius);color:var(--neutral-400);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;background:transparent;width:100%;text-align:left;margin-bottom:2px}.sidebar-link:hover{background:#ffffff0f;color:var(--neutral-200)}.sidebar-link.active{background:var(--primary);color:#fff}.sidebar-link .link-icon{width:20px;text-align:center;font-size:1rem;flex-shrink:0}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.06)}.sidebar-footer .version-badge{font-size:.7rem;color:var(--neutral-600);display:flex;align-items:center;gap:.5rem}.sidebar-footer .version-dot{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 6px #1fc16b80}.main-content{margin-left:280px;flex:1;display:flex;flex-direction:column;min-height:100vh}.topbar{height:64px;background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:50}.topbar-title{font-size:1.125rem;font-weight:700;color:var(--text)}.topbar-right{display:flex;align-items:center;gap:.75rem}.page-content{padding:1.75rem 2rem;flex:1}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.card-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:space-between}.card-header h3{font-size:.95rem;font-weight:600;color:var(--text)}.card-body{padding:1.5rem}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem}.stat-card .stat-label{font-size:.78rem;font-weight:500;color:var(--text-muted);margin-bottom:.35rem}.stat-card .stat-value{font-size:2rem;font-weight:700;color:var(--text);line-height:1}.assessment-table{width:100%;border-collapse:separate;border-spacing:0}.assessment-table thead th{text-align:left;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:.75rem 1rem;border-bottom:1px solid var(--border)}.assessment-table tbody tr{transition:background-color .15s ease;cursor:pointer}.assessment-table tbody tr:hover{background-color:var(--surface-hover)}.assessment-table tbody td{padding:.85rem 1rem;font-size:.85rem;color:var(--text);border-bottom:1px solid var(--border-light);vertical-align:middle}.badge{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:100px;font-size:.72rem;font-weight:600;white-space:nowrap}.badge-justified{background:var(--success-bg);color:#0d7a3e}.badge-conditional{background:var(--warning-bg);color:#92600e}.badge-low{background:#fef2f2;color:#b91c1c}.badge-draft{background:var(--neutral-200);color:var(--neutral-700)}.badge-limited{background:var(--info-bg);color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem 1.25rem;border:1px solid transparent;border-radius:var(--radius);font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease;outline:none;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-primary:disabled{background:var(--neutral-300);cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface-hover);border-color:var(--neutral-400)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--surface-hover);color:var(--text)}.btn-sm{padding:.4rem .85rem;font-size:.78rem}.btn-lg{padding:.7rem 1.75rem;font-size:.9rem}.wizard-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1.75rem}.wizard-tab{padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;color:var(--text-muted);cursor:pointer;border:none;background:transparent;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s ease;font-family:inherit}.wizard-tab:hover{color:var(--text)}.wizard-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.wizard-tab.completed{color:var(--success)}.wizard-nav{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.form-section{margin-bottom:2rem}.form-section-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1.25rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.form-field{margin-bottom:0}.form-field.full-width{grid-column:1 / -1}.form-label{display:block;font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-bottom:.35rem}.form-label .required{color:var(--danger);margin-left:2px}.form-label .optional{color:var(--text-muted);font-weight:400;font-size:.72rem;margin-left:4px}.form-select,.form-input,.form-textarea{width:100%;padding:.6rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-family:inherit;color:var(--text);background-color:var(--surface);transition:all .15s ease;outline:none}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.form-textarea{resize:vertical;min-height:80px}.form-select:focus,.form-input:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.form-checkbox-wrapper{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease}.form-checkbox-wrapper:hover{border-color:var(--primary-light)}.form-checkbox{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.form-checkbox-label{font-size:.85rem;font-weight:500;color:var(--text);cursor:pointer}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.review-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.review-section-header{padding:.85rem 1.25rem;font-size:.85rem;font-weight:700;color:var(--text);background:var(--surface-hover);border-bottom:1px solid var(--border-light)}.review-row{display:flex;justify-content:space-between;padding:.6rem 1.25rem;font-size:.82rem;border-bottom:1px solid var(--border-light)}.review-row:last-child{border-bottom:none}.review-row .review-label{color:var(--text-muted)}.review-row .review-value{color:var(--text);font-weight:600;text-align:right}.review-row .review-value.empty{color:var(--neutral-300);font-weight:400}.sufficiency-banner{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:var(--info-bg);border:1px solid rgba(93,96,255,.15);border-radius:var(--radius);margin-bottom:1.5rem}.sufficiency-banner .suff-title{font-size:.85rem;font-weight:700;color:var(--text)}.sufficiency-banner .suff-text{font-size:.78rem;color:var(--text-secondary);line-height:1.5;margin-top:2px}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-header .results-id{font-size:.82rem;color:var(--text-muted);margin-top:2px}.stage-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.25rem;overflow:hidden;animation:fadeInUp .35s ease-out both}.stage-card:nth-child(2){animation-delay:.08s}.stage-card:nth-child(3){animation-delay:.16s}.stage-card:nth-child(4){animation-delay:.24s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stage-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border-light)}.stage-number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0;background:var(--primary);color:#fff}.stage-title{font-size:.95rem;font-weight:700;color:var(--text);flex:1}.stage-meta{font-size:.75rem;color:var(--text-muted)}.stage-body{padding:1.25rem 1.5rem}.verdict-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.25rem;margin-bottom:1.5rem}.verdict-item{text-align:center;padding:1rem;background:var(--surface-hover);border-radius:var(--radius)}.verdict-item .verdict-label{font-size:.72rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.verdict-item .verdict-value{font-size:.95rem;font-weight:700}.verdict-justified{color:var(--success)}.verdict-not-justified{color:var(--danger)}.verdict-conditional{color:var(--warning)}.confidence-high{color:var(--success)}.confidence-moderate{color:var(--warning)}.confidence-low{color:var(--danger)}.derivation-block{padding:1rem 1.25rem;background:var(--surface-hover);border-radius:var(--radius);margin-bottom:1.5rem}.derivation-block .deriv-title{font-size:.82rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.derivation-block .deriv-text{font-size:.82rem;color:var(--text-secondary);line-height:1.65}.key-drivers{display:flex;flex-direction:column;gap:.75rem}.driver-card{padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .15s ease}.driver-card:hover{box-shadow:var(--shadow-sm)}.driver-card .driver-title{font-size:.85rem;font-weight:700;color:var(--text)}.driver-card .driver-desc{font-size:.78rem;color:var(--text-secondary);margin-top:.25rem}.driver-card .driver-studies{font-size:.72rem;color:var(--primary);margin-top:.35rem;cursor:pointer}.driver-card .driver-implications{display:flex;gap:1rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border-light)}.driver-card .implication{font-size:.72rem}.driver-card .implication .impl-label{color:var(--text-muted)}.driver-card .implication .impl-value{color:var(--text);font-weight:600}.strategy-bullets{list-style:none;padding:0;margin:0 0 1.25rem}.strategy-bullets li{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:var(--text-secondary);line-height:1.6;padding:.25rem 0}.strategy-bullets li:before{content:"•";color:var(--primary);font-weight:700;flex-shrink:0}.strategy-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.82rem;font-weight:500;color:var(--text);margin-right:.5rem;margin-bottom:.5rem}.performance-grid{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.perf-row{display:flex;align-items:center;gap:1rem}.perf-label{width:130px;font-size:.82rem;font-weight:600;color:var(--text);flex-shrink:0}.perf-bar-track{flex:1;height:10px;background:var(--border-light);border-radius:5px;overflow:hidden}.perf-bar-fill{height:100%;border-radius:5px;transition:width .6s ease}.perf-value{width:45px;text-align:right;font-size:.85rem;font-weight:700;color:var(--text)}.perf-expand{margin-left:.5rem;font-size:.72rem;color:var(--primary);cursor:pointer;background:none;border:none;font-family:inherit;padding:0}.perf-expand:hover{text-decoration:underline}.perf-explanation{padding:.85rem 1rem;background:var(--surface-hover);border-radius:var(--radius-sm);margin-top:.5rem;margin-left:calc(130px + 1rem);font-size:.78rem;color:var(--text-secondary);line-height:1.6}.perf-explanation .perf-reasons{list-style:none;padding:0;margin:.4rem 0}.perf-explanation .perf-reasons li{padding:.15rem 0}.perf-explanation .perf-reasons li:before{content:"• ";color:var(--text-muted)}.perf-explanation .perf-confidence{font-weight:600;margin-top:.35rem}.triggers-table{width:100%;border-collapse:separate;border-spacing:0;margin-bottom:1.25rem}.triggers-table th{text-align:left;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:.6rem 1rem;background:var(--surface-hover);border-bottom:1px solid var(--border)}.triggers-table td{padding:.65rem 1rem;font-size:.82rem;color:var(--text);border-bottom:1px solid var(--border-light)}.adapt-section{margin-bottom:1.5rem}.adapt-section .adapt-title{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.adapt-section .adapt-text{font-size:.82rem;color:var(--text-secondary);line-height:1.65}.operational-profile{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.75rem}.op-item{padding:.85rem;background:var(--surface-hover);border-radius:var(--radius-sm);text-align:center}.op-item .op-value{font-size:.85rem;font-weight:700;color:var(--text)}.op-item .op-label{font-size:.7rem;color:var(--text-muted);margin-top:.2rem}.view-kb-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;font-size:.78rem;font-weight:600;color:var(--primary);cursor:pointer;background:none;border:none;padding:0;font-family:inherit}.view-kb-link:hover{text-decoration:underline}.kb-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.kb-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1.25rem}.kb-tab{padding:.6rem 1.25rem;font-size:.82rem;font-weight:600;color:var(--text-muted);cursor:pointer;border:none;background:transparent;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s ease;font-family:inherit}.kb-tab:hover{color:var(--text)}.kb-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.kb-search{position:relative;margin-bottom:1.25rem}.kb-search input{width:100%;padding:.65rem .85rem .65rem 2.5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem;font-family:inherit;color:var(--text);background:var(--surface);outline:none;transition:border-color .15s ease}.kb-search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.kb-search .search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:.9rem}.evidence-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:.75rem;cursor:pointer;transition:all .15s ease}.evidence-card:hover{border-color:var(--neutral-300);box-shadow:var(--shadow-sm)}.evidence-card .ec-reference{font-size:.88rem;font-weight:600;color:var(--text);line-height:1.5}.evidence-card .ec-meta{display:flex;flex-wrap:wrap;gap:.3rem .6rem;margin-top:.4rem;font-size:.75rem;color:var(--text-muted)}.evidence-card .ec-badges{display:flex;align-items:center;justify-content:space-between;margin-top:.65rem}.evidence-card .ec-category,.evidence-card .ec-bias{display:inline-flex;padding:.2rem .6rem;border-radius:100px;font-size:.72rem;font-weight:600}.evidence-detail{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light);animation:fadeInUp .25s ease-out}.ed-section{margin-bottom:.85rem}.ed-section .ed-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.3rem}.ed-section .ed-text{font-size:.82rem;color:var(--text-secondary);line-height:1.6}.add-entry-overlay{position:fixed;top:0;right:0;bottom:0;width:480px;background:var(--surface);border-left:1px solid var(--border);z-index:200;display:flex;flex-direction:column;box-shadow:var(--shadow-xl);animation:slideInRight .25s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.add-entry-overlay .aeo-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.add-entry-overlay .aeo-header h3{font-size:1rem;font-weight:700;color:var(--text)}.add-entry-overlay .aeo-body{flex:1;overflow-y:auto;padding:1.5rem}.add-entry-overlay .aeo-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:.75rem}.progress-bar{width:100%;height:4px;background:var(--border-light);border-radius:2px;overflow:hidden}.progress-bar .progress-fill{height:100%;background:var(--primary);border-radius:2px;transition:width .3s ease}.loading-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:var(--danger-bg);border:1px solid rgba(251,55,72,.15);border-radius:var(--radius);color:var(--danger);font-size:.85rem;font-weight:500;margin-bottom:1.25rem}@media(max-width:1024px){.sidebar{width:72px}.sidebar-brand h1,.sidebar-brand .brand-sub,.sidebar-org,.sidebar-link span:not(.link-icon),.sidebar-footer .version-badge span{display:none}.sidebar-link{justify-content:center;padding:.7rem}.main-content{margin-left:72px}.form-grid,.verdict-row{grid-template-columns:1fr}}@media(max-width:768px){.sidebar{display:none}.main-content{margin-left:0}.page-content{padding:1rem}.stats-row,.form-grid,.review-grid{grid-template-columns:1fr}}
