.page-module__oYc47G__pageContainer{flex-direction:column;gap:32px;width:100%;max-width:1280px;min-height:100vh;margin:0 auto;padding:40px 24px;display:flex}@media (max-width:640px){.page-module__oYc47G__pageContainer{gap:24px;padding:24px 16px}}.page-module__oYc47G__header{border-bottom:1px solid var(--card-border);flex-direction:column;align-items:flex-start;gap:8px;padding-bottom:24px;display:flex}.page-module__oYc47G__brandBadge{background:var(--primary-light);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border:1px solid #6366f133;border-radius:9999px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.page-module__oYc47G__brandDot{background-color:var(--primary);width:6px;height:6px;box-shadow:0 0 8px var(--primary);border-radius:50%}.page-module__oYc47G__title{letter-spacing:-.03em;color:var(--foreground);font-size:2.25rem;font-weight:800}.page-module__oYc47G__subtitle{color:var(--muted);max-width:600px;font-size:1.05rem;line-height:1.5}.page-module__oYc47G__mainLayout{width:100%;display:block}.page-module__oYc47G__footer{border-top:1px solid var(--card-border);color:var(--muted);justify-content:space-between;align-items:center;margin-top:auto;padding-top:24px;font-size:.85rem;display:flex}@media (max-width:640px){.page-module__oYc47G__footer{text-align:center;flex-direction:column;gap:12px}}.page-module__oYc47G__footerLinks{gap:16px;display:flex}.page-module__oYc47G__footerLink{transition:color .2s}.page-module__oYc47G__footerLink:hover{color:var(--primary);text-decoration:underline}
.components-module__Tx2YOW__containerGrid{grid-template-columns:7fr 4fr;align-items:start;gap:32px;width:100%;display:grid}@media (max-width:1024px){.components-module__Tx2YOW__containerGrid{grid-template-columns:1fr;gap:24px}}.components-module__Tx2YOW__leftColumn{flex-direction:column;gap:24px;display:flex}.components-module__Tx2YOW__rightColumn{flex-direction:column;gap:24px;display:flex;position:sticky;top:24px}@media (max-width:1024px){.components-module__Tx2YOW__rightColumn{position:static}}.components-module__Tx2YOW__modeCardsContainer{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}@media (max-width:768px){.components-module__Tx2YOW__modeCardsContainer{grid-template-columns:1fr}}.components-module__Tx2YOW__modeCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md);cursor:pointer;text-align:left;box-shadow:var(--shadow);flex-direction:column;gap:12px;padding:20px;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.components-module__Tx2YOW__modeCard:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.components-module__Tx2YOW__modeCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-2px)}.components-module__Tx2YOW__modeCardActive{border-color:var(--primary);background:var(--primary-light);box-shadow:var(--shadow-lg)}.components-module__Tx2YOW__modeCardActive:before{opacity:1}.components-module__Tx2YOW__iconWrapper{border-radius:var(--radius-sm);background:var(--muted-light);width:48px;height:48px;color:var(--primary);justify-content:center;align-items:center;transition:background-color .3s,color .3s;display:flex}.components-module__Tx2YOW__modeCardActive .components-module__Tx2YOW__iconWrapper{background:var(--primary);color:#fff}.components-module__Tx2YOW__modeTitle{color:var(--foreground);font-size:1.1rem;font-weight:600}.components-module__Tx2YOW__modeDesc{color:var(--muted);font-size:.875rem;line-height:1.4}.components-module__Tx2YOW__contentArea{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:24px;padding:28px;animation:.4s ease-out components-module__Tx2YOW__fadeIn}@keyframes components-module__Tx2YOW__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.components-module__Tx2YOW__sectionHeader{flex-direction:column;gap:4px;margin-bottom:20px;display:flex}.components-module__Tx2YOW__sectionTitle{color:var(--foreground);font-size:1.25rem;font-weight:600}.components-module__Tx2YOW__sectionSubtitle{color:var(--muted);font-size:.875rem}.components-module__Tx2YOW__formGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:640px){.components-module__Tx2YOW__formGrid{grid-template-columns:1fr}}.components-module__Tx2YOW__formGroup{flex-direction:column;gap:8px;display:flex}.components-module__Tx2YOW__label{color:var(--foreground);font-size:.875rem;font-weight:550}.components-module__Tx2YOW__input,.components-module__Tx2YOW__select{border-radius:var(--radius-sm);border:1px solid var(--card-border);background:var(--background);width:100%;color:var(--foreground);padding:12px 16px;font-family:inherit;font-size:.95rem;transition:all .2s}.components-module__Tx2YOW__input:focus,.components-module__Tx2YOW__select:focus{border-color:var(--primary);background:var(--card-bg);box-shadow:0 0 0 3px var(--primary-light);outline:none}.components-module__Tx2YOW__subjectList{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.components-module__Tx2YOW__subjectRow{grid-template-columns:2fr 1fr 1.2fr 40px;align-items:end;gap:12px;display:grid}@media (max-width:640px){.components-module__Tx2YOW__subjectRow{border-bottom:1px solid var(--card-border);grid-template-columns:1fr;gap:8px;padding-bottom:16px}.components-module__Tx2YOW__subjectRow:last-child{border-bottom:none}.components-module__Tx2YOW__deleteButtonCol{justify-content:flex-end;display:flex}}.components-module__Tx2YOW__addButton{border-radius:var(--radius-sm);border:1px dashed var(--primary);background:var(--primary-light);color:var(--primary);cursor:pointer;justify-content:center;align-items:center;gap:8px;width:max-content;padding:10px 16px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.components-module__Tx2YOW__addButton:hover{background:var(--primary);color:#fff;border-style:solid}.components-module__Tx2YOW__deleteButton{border-radius:var(--radius-sm);cursor:pointer;width:40px;height:44px;color:var(--muted);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;transition:all .2s;display:flex}.components-module__Tx2YOW__deleteButton:hover{color:#ef4444;background:#ef44440d;border-color:#ef44441a}.components-module__Tx2YOW__inputError{border-color:#ef4444!important}.components-module__Tx2YOW__errorText{color:#ef4444;margin-top:4px;font-size:.75rem;display:block}.components-module__Tx2YOW__formActionsCol{grid-column:1/-1;justify-content:flex-end;margin-top:8px;display:flex}.components-module__Tx2YOW__resetButton{border-radius:var(--radius-sm);border:1px solid var(--card-border);color:var(--muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:10px 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.components-module__Tx2YOW__resetButton:hover{background:var(--muted-light);color:var(--foreground)}.components-module__Tx2YOW__resultPanel{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;gap:24px;padding:28px;display:flex}.components-module__Tx2YOW__resultTitle{letter-spacing:-.01em;font-size:1.15rem;font-weight:600}.components-module__Tx2YOW__gaugeContainer{flex-direction:column;justify-content:center;align-items:center;padding:16px 0;display:flex;position:relative}.components-module__Tx2YOW__gaugeSvg{width:160px;height:160px;transform:rotate(-90deg)}.components-module__Tx2YOW__gaugeBg{fill:none;stroke:var(--muted-light);stroke-width:12px}.components-module__Tx2YOW__gaugeValFill{fill:none;stroke:url(#gaugeGradient);stroke-width:12px;stroke-dasharray:439.8;stroke-dashoffset:80px;stroke-linecap:round;transition:stroke-dashoffset 1s ease-out}.components-module__Tx2YOW__gaugeTextContainer{text-align:center;flex-direction:column;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.components-module__Tx2YOW__gaugeScore{color:var(--foreground);font-size:2.25rem;font-weight:700;line-height:1}.components-module__Tx2YOW__gaugeMax{color:var(--muted);margin-top:2px;font-size:.875rem;font-weight:500}.components-module__Tx2YOW__feedbackBadge{color:var(--success);text-align:center;background:#10b98114;border-radius:9999px;align-self:center;padding:8px 16px;font-size:.85rem;font-weight:600}.components-module__Tx2YOW__disclaimer{color:#6b7280;background:#f8fafc;border:1px solid #e5e7eb;border-top-color:#ececec;border-radius:10px;margin-top:20px;padding:16px 12px 12px;font-size:.75rem;line-height:1.4}.components-module__Tx2YOW__scaleTable{border-collapse:collapse;width:100%}.components-module__Tx2YOW__scaleTable th,.components-module__Tx2YOW__scaleTable td{text-align:left;border-bottom:1px solid var(--card-border);padding:10px 12px;font-size:.875rem}.components-module__Tx2YOW__scaleTable th{color:var(--muted);padding-bottom:8px;font-weight:500}.components-module__Tx2YOW__scaleTable td:last-child{text-align:right;color:var(--foreground);font-weight:600}.components-module__Tx2YOW__scaleTable tr:last-child td{border-bottom:none}.components-module__Tx2YOW__countryPanel{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;gap:16px;padding:24px;display:flex}.components-module__Tx2YOW__countryHeader{align-items:center;gap:8px;display:flex}.components-module__Tx2YOW__countryTitle{font-size:1.15rem;font-weight:600}.components-module__Tx2YOW__countryList{flex-direction:column;gap:12px;display:flex}.components-module__Tx2YOW__countryItem{border-radius:var(--radius-md);background:var(--background);border:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:12px;transition:all .2s;display:flex}.components-module__Tx2YOW__countryItem:hover{border-color:var(--primary);transform:translate(4px)}.components-module__Tx2YOW__countryInfo{align-items:center;gap:12px;display:flex}.components-module__Tx2YOW__flagBadge{background:var(--muted-light);width:32px;height:32px;color:var(--muted);border:1px solid var(--card-border);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.components-module__Tx2YOW__countryName{color:var(--foreground);font-size:.9rem;font-weight:600}.components-module__Tx2YOW__countryScale{color:var(--muted);margin-top:2px;font-size:.825rem}.components-module__Tx2YOW__guidanceText{color:var(--primary);font-size:.85rem;font-weight:600}.components-module__Tx2YOW__faqSection{flex-direction:column;gap:16px;margin-top:32px;display:flex}.components-module__Tx2YOW__faqHeader{margin-bottom:8px}.components-module__Tx2YOW__faqTitle{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.components-module__Tx2YOW__faqList{flex-direction:column;gap:12px;display:flex}.components-module__Tx2YOW__faqDetails{border:1px solid var(--card-border);border-radius:var(--radius-md);background:var(--card-bg);transition:border-color .2s;overflow:hidden}.components-module__Tx2YOW__faqDetails[open]{border-color:var(--primary)}.components-module__Tx2YOW__faqSummary{color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;font-size:.975rem;font-weight:600;list-style:none;display:flex}.components-module__Tx2YOW__faqSummary::-webkit-details-marker{display:none}.components-module__Tx2YOW__faqSummaryIcon{color:var(--muted);flex-shrink:0;transition:transform .2s}.components-module__Tx2YOW__faqDetails[open] .components-module__Tx2YOW__faqSummaryIcon{color:var(--primary);transform:rotate(180deg)}.components-module__Tx2YOW__faqContent{color:var(--muted);border-top:1px dashed var(--card-border);padding:16px 20px 20px;font-size:.9rem;line-height:1.6;animation:.2s ease-out components-module__Tx2YOW__slideDown}@keyframes components-module__Tx2YOW__slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
