:root{font-family:Inter,system-ui,Arial,sans-serif;line-height:1.5;font-weight:400}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden;background:#f3f4f6;color:#1f2937}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{border:none}#root{min-height:100vh}.app-shell{display:grid;grid-template-columns:280px 1fr;height:100vh;overflow:hidden}.sidebar{display:flex;flex-direction:column;height:100vh;padding:24px 16px;background:#111827;color:#f9fafb;border-right:1px solid #1f2937;overflow:hidden}.sidebar__header{margin-bottom:24px}.sidebar__header h1{margin:0 0 8px;font-size:24px}.sidebar__header p{margin:0;font-size:14px;color:#d1d5db}.nav-wrapper{display:flex;flex:1;flex-direction:column;gap:16px;min-height:0}.nav{display:flex;flex-direction:column;gap:8px;min-height:0}.nav-footer{flex-shrink:0;margin-top:auto;padding-top:12px;border-top:1px solid #1f2937}.nav__link{display:block;padding:10px 12px;border-radius:10px;color:#e5e7eb;transition:.2s ease}.nav__link:hover{background:#1f2937}.nav__link--active{background:#2563eb;color:#fff;font-weight:600}.nav__back-link{display:block;padding:10px 12px;border:1px solid #374151;border-radius:10px;color:#d1d5db;transition:.2s ease}.nav__back-link:hover{background:#1f2937;color:#fff}.content{min-width:0;height:100vh;padding:24px 28px;overflow-y:auto;overflow-x:hidden}.page-title{margin-bottom:18px}.page-title h2{margin:0 0 6px;font-size:26px;line-height:1.15}.page-title p{margin:0;font-size:14px;color:#4b5563}.card{margin-bottom:16px;padding:18px;border-radius:16px;background:#fff;box-shadow:0 10px 30px #0000000f}.card--compact{margin-bottom:0}.card--fill{min-height:0}.state{padding:14px 16px;border-radius:12px;font-weight:500}.state--loading{background:#eff6ff;color:#1d4ed8}.state--error{background:#fef2f2;color:#b91c1c}.state--empty{background:#f9fafb;color:#6b7280}ul{padding-left:20px}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.section-header h3{margin:0 0 6px}.section-header p{margin:0;color:#6b7280}.field{display:flex;flex-direction:column;gap:6px}.field span{font-size:14px;font-weight:600;color:#374151}.field input,.field select,.field textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;background:#fff;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#2563eb}.field-hint{display:block;margin-top:6px;font-size:13px;color:#6b7280}.field-hint--error{color:#b91c1c}.form-actions{display:flex;justify-content:flex-end;margin-top:16px}.form-actions--between{justify-content:space-between}.button{padding:10px 14px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer;transition:.2s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.7}.button--secondary{background:#374151}.button--danger{background:#dc2626}.button--small{padding:7px 10px;font-size:13px}.button-link{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:10px;background:#2563eb;color:#fff;font-weight:600;text-decoration:none}.result-stack{display:flex;flex-direction:column;gap:20px;margin-top:20px}.result-list{display:flex;flex-direction:column;gap:16px}.result-list--scrollable{max-height:520px;overflow-y:auto;padding-right:6px}.result-list--scrollable::-webkit-scrollbar{width:8px}.result-list--scrollable::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.result-list--scrollable::-webkit-scrollbar-track{background:transparent}.result-card{padding:16px;border:1px solid #e5e7eb;border-radius:14px}.result-card--success{background:#ecfdf5;border-color:#a7f3d0}.result-card--rejected{background:#fff7ed;border-color:#fdba74}.result-card__title{margin-bottom:6px;font-size:18px;font-weight:700}.result-actions{margin-top:16px}.reasons{display:flex;flex-direction:column;gap:12px;margin-top:14px}.reason-card{padding:12px;border:1px solid #fed7aa;border-radius:12px;background:#fff}.reason-card__title{margin-bottom:10px;font-weight:700}.reason-card__row{margin-bottom:6px}.home-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:linear-gradient(135deg,#eff6ff,#f8fafc)}.home-card{width:100%;max-width:760px;padding:40px;border-radius:24px;background:#fff;box-shadow:0 20px 60px #00000014}.home-card__content h1{margin:0 0 16px;font-size:36px;line-height:1.15;color:#111827}.home-card__content p{margin:0;font-size:17px;color:#4b5563}.home-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.home-button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:14px 20px;border-radius:14px;background:#2563eb;color:#fff;font-weight:700;transition:.2s ease}.home-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #2563eb33}.home-button--secondary{background:#111827}.home-button--secondary:hover{box-shadow:0 10px 20px #11182733}.classification-workspace{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:20px;align-items:stretch;height:calc(100vh - 260px);min-height:520px}.classification-column{display:flex;flex-direction:column;min-width:0;min-height:0}.classification-column__title{flex-shrink:0;margin-bottom:14px;font-size:18px;font-weight:700;color:#111827}.property-selector-list{display:flex;flex:1;flex-direction:column;gap:12px;min-height:0;overflow-y:auto;padding-right:4px}.property-selector{width:100%;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#f9fafb;text-align:left;cursor:pointer;transition:.2s ease}.property-selector:hover{border-color:#93c5fd;background:#f8fbff}.property-selector--active{border-color:#2563eb;background:#eff6ff}.property-selector__main{margin-bottom:10px}.property-selector__name{margin-bottom:4px;font-size:15px;font-weight:700;color:#111827}.property-selector__meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.property-filled-mark{font-size:12px;font-weight:700;color:#15803d}.editor-card,.summary-card{min-height:0;padding:16px;border:1px solid #e5e7eb;border-radius:16px;background:#f9fafb}.editor-card{flex:1;overflow-y:auto}.summary-card{flex:1;overflow-y:auto;padding-right:4px}.editor-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.editor-card__title{margin-bottom:4px;font-size:18px;font-weight:700}.editor-actions{margin-top:16px}.summary-list{display:flex;flex-direction:column;gap:12px}.summary-item{padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.summary-item__name{margin-bottom:4px;font-weight:700;color:#111827}.summary-item__value{font-size:15px;color:#1f2937}.property-selector-list::-webkit-scrollbar,.editor-card::-webkit-scrollbar,.summary-card::-webkit-scrollbar{width:8px}.property-selector-list::-webkit-scrollbar-thumb,.editor-card::-webkit-scrollbar-thumb,.summary-card::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.property-selector-list::-webkit-scrollbar-track,.editor-card::-webkit-scrollbar-track,.summary-card::-webkit-scrollbar-track{background:transparent}.toast{position:fixed;top:24px;right:24px;z-index:2000;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:320px;max-width:460px;padding:14px 16px;border-radius:14px;box-shadow:0 18px 40px #0000002e;animation:toast-in .2s ease}.toast--error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.toast--success{background:#ecfdf5;border:1px solid #a7f3d0;color:#166534}.toast__content{min-width:0}.toast__title{margin-bottom:4px;font-weight:700}.toast__message{line-height:1.4;word-break:break-word}.toast__close{padding:0;border:none;background:transparent;color:inherit;font-size:22px;line-height:1;cursor:pointer;flex-shrink:0}.modal-overlay{position:fixed;inset:0;z-index:1500;display:flex;align-items:center;justify-content:center;padding:24px;background:#11182773}.modal-card{width:min(100%,520px);padding:20px;border-radius:20px;background:#fff;box-shadow:0 24px 60px #0003}.modal-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.modal-card__header h3{margin:0}.modal-card__close{padding:0;background:transparent;color:#6b7280;font-size:28px;line-height:1;cursor:pointer}.modal-card__content{display:flex;justify-content:center}.modal-card__climate-name{font-size:28px;font-weight:700;text-align:center;color:#111827}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.expert-stack{display:flex;flex-direction:column;gap:16px}.expert-page{display:flex;flex-direction:column;min-height:calc(100vh - 48px)}.expert-stack--two-columns{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);align-items:start}.expert-form{display:flex;flex-direction:column;gap:14px}.expert-list-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.expert-list-header h3{margin:0}.table-wrapper{overflow-x:auto}.table-scroll-area{max-height:min(52vh,560px);overflow-y:auto;border:1px solid #e5e7eb;border-radius:12px}.table-scroll-area::-webkit-scrollbar{width:8px}.table-scroll-area::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.table-scroll-area::-webkit-scrollbar-track{background:transparent}.data-table{width:100%;border-collapse:collapse;background:#fff}.data-table th,.data-table td{padding:10px 12px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:middle}.data-table th{position:sticky;top:0;z-index:1;background:#f9fafb;font-size:14px;color:#374151}.data-table td{color:#111827}@media(max-width:1200px){.classification-workspace{grid-template-columns:1fr;height:auto;min-height:unset}.classification-column,.property-selector-list,.editor-card,.summary-card{min-height:unset}.property-selector-list,.editor-card,.summary-card{max-height:none;overflow:visible;padding-right:0}}@media(max-width:900px){body{overflow:auto}.app-shell{grid-template-columns:1fr;height:auto;overflow:visible}.sidebar{height:auto;overflow:visible;border-right:none;border-bottom:1px solid #1f2937}.content{height:auto;overflow:visible;padding:20px}.section-header,.editor-card__header{flex-direction:column;align-items:stretch}.form-actions{justify-content:stretch}.form-actions .button{width:100%}.form-actions--between{flex-direction:column;gap:12px}.form-actions--between .button{width:100%}.home-card{padding:24px}.home-card__content h1{font-size:28px}.home-actions{flex-direction:column}.home-button{width:100%}}@media(max-width:700px){.toast{top:16px;left:16px;right:16px;min-width:auto;max-width:none}}.type-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.type-card{width:100%;text-align:left;border:1px solid #d1d5db;background:#f9fafb;border-radius:14px;padding:14px;cursor:pointer;transition:.2s ease}.type-card:hover{border-color:#93c5fd;background:#f8fbff}.type-card--active{border-color:#2563eb;background:#eff6ff;box-shadow:inset 0 0 0 1px #2563eb}.type-card:disabled{opacity:.7;cursor:not-allowed}.type-card__title{font-size:15px;font-weight:700;color:#111827;margin-bottom:4px}.type-card__description{font-size:13px;color:#6b7280}@media(max-width:800px){.type-cards{grid-template-columns:1fr}}.expert-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.expert-hint{padding:10px 12px;border-radius:12px;background:#f9fafb;color:#374151;border:1px solid #e5e7eb;font-size:14px;line-height:1.4}@media(max-width:800px){.expert-two-columns{grid-template-columns:1fr}}.property-tabs{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.property-tabs::-webkit-scrollbar{height:8px}.property-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.property-tabs::-webkit-scrollbar-track{background:transparent}.property-tab{flex:0 0 220px;text-align:left;border:1px solid #d1d5db;background:#f9fafb;border-radius:14px;padding:12px 14px;cursor:pointer;transition:.2s ease}.property-tab:hover{border-color:#93c5fd;background:#f8fbff}.property-tab--active{border-color:#2563eb;background:#eff6ff;box-shadow:inset 0 0 0 1px #2563eb}.property-tab__name{font-size:14px;font-weight:700;color:#111827;margin-bottom:4px}.property-tab__meta{font-size:13px;color:#6b7280}.expert-subtitle{margin-top:2px;font-size:13px;color:#6b7280}.relation-layout{display:grid;grid-template-columns:320px 1fr;gap:20px;align-items:start}.relation-layout__sidebar,.relation-layout__content{min-width:0}.relation-class-list{display:flex;flex-direction:column;gap:12px;max-height:640px;overflow-y:auto;padding-right:4px}.relation-class-list::-webkit-scrollbar{width:8px}.relation-class-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.relation-class-list::-webkit-scrollbar-track{background:transparent}.relation-class-card{width:100%;text-align:left;border:1px solid #d1d5db;background:#f9fafb;border-radius:14px;padding:14px 16px;cursor:pointer;transition:.2s ease}.relation-class-card:hover{border-color:#93c5fd;background:#f8fbff}.relation-class-card--active{border-color:#2563eb;background:#eff6ff;box-shadow:inset 0 0 0 1px #2563eb}.relation-class-card__name{font-size:15px;font-weight:700;color:#111827}.relation-properties-list{display:flex;flex-direction:column;gap:12px;max-height:640px;overflow-y:auto;padding-right:4px}.relation-properties-list::-webkit-scrollbar{width:8px}.relation-properties-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.relation-properties-list::-webkit-scrollbar-track{background:transparent}.relation-property-card{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;background:#f9fafb}.relation-property-card__content{min-width:0}.relation-property-card__name{font-size:15px;font-weight:700;color:#111827;margin-bottom:4px}.relation-property-card__meta{font-size:13px;color:#6b7280}.relation-property-card__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.relation-status{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.relation-status--linked{background:#dcfce7;color:#166534}.relation-status--unlinked{background:#f3f4f6;color:#4b5563}@media(max-width:1100px){.relation-layout{grid-template-columns:1fr}.relation-property-card{flex-direction:column;align-items:stretch}.relation-property-card__actions{justify-content:space-between}}.assignment-layout{display:grid;grid-template-columns:360px 1fr;gap:20px;align-items:start}.assignment-layout__properties,.assignment-layout__values{min-width:0}.assignment-form-card{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.assignment-form-card h4{margin:0 0 16px;font-size:18px;color:#111827}@media(max-width:1100px){.assignment-layout{grid-template-columns:1fr}}.completeness-summary{border-radius:16px;padding:14px 16px;border:1px solid #e5e7eb}.completeness-summary--ok{background:#ecfdf5;border-color:#a7f3d0}.completeness-summary--warning{background:#fff7ed;border-color:#fdba74}.completeness-summary__title{font-size:16px;font-weight:700;color:#111827;margin-bottom:4px}.completeness-summary__meta{font-size:13px;color:#4b5563}.expert-page--properties .expert-stack--two-columns,.expert-page--possible-values .expert-stack--two-columns{flex:1;min-height:0}.expert-page--properties .card--fill,.expert-page--possible-values .card--fill,.expert-page--knowledge .card--fill{display:flex;flex-direction:column}.expert-page--properties .table-wrapper,.expert-page--possible-values .table-wrapper,.expert-page--knowledge .table-wrapper{min-height:0}.expert-page--properties .table-scroll-area,.expert-page--possible-values .table-scroll-area,.expert-page--knowledge .table-scroll-area{flex:1}.expert-page--possible-values .property-tabs{padding-bottom:2px}.expert-page--knowledge .expert-stack{flex:1;min-height:0}@media(max-width:1200px){.expert-stack--two-columns{grid-template-columns:1fr}.expert-page{min-height:auto}.table-scroll-area{max-height:420px}}
