.flyh-selection-calculator{padding:56px 0;background:#fff;border-top:1px solid var(--flyh-border);border-bottom:1px solid var(--flyh-border)}
.flyh-selection-calculator__header{max-width:850px;margin-bottom:24px}
.flyh-selection-calculator__header h2{margin:0;color:var(--flyh-navy);font-size:clamp(28px,3vw,40px);line-height:1.25}
.flyh-selection-calculator__header p:last-child{margin:12px 0 0;color:var(--flyh-muted);font-size:16px;line-height:1.8}
.flyh-calculator-example{max-width:850px;margin:0 0 24px;padding:16px 18px;border-left:3px solid var(--flyh-orange);background:#fff8f1;color:#4d5968;font-size:15px;line-height:1.75}
.flyh-calculator-example strong{display:block;color:var(--flyh-navy)}
.flyh-calculator-example p{margin:4px 0 0}
.flyh-calculator-reading-links{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:16px;font-size:14px}
.flyh-calculator-reading-links a{color:var(--flyh-blue);font-weight:700}
.flyh-selection-calculator__mode{display:flex;gap:8px;margin:0 0 18px;padding:4px;border:1px solid var(--flyh-border);border-radius:10px;background:#f3f6f9;width:max-content;max-width:100%}
.flyh-calculator-mode{padding:9px 18px;border:0;border-radius:7px;background:transparent;color:var(--flyh-navy);font:inherit;font-weight:700;cursor:pointer}
.flyh-calculator-mode.is-active{background:var(--flyh-navy);color:#fff}
.flyh-selection-calculator__form{padding:26px;border:1px solid var(--flyh-border);border-radius:12px;background:#f8fafc}
.flyh-selection-calculator fieldset{margin:0 0 24px;padding:20px;border:1px solid #d6e0ea;border-radius:10px;background:#fff}
.flyh-selection-calculator fieldset:last-of-type{margin-bottom:0}
.flyh-selection-calculator legend{padding:0 8px;color:var(--flyh-navy);font-size:18px;font-weight:800}
.flyh-calculator-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.flyh-calculator-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}
.flyh-calculator-grid label{position:relative;display:flex;flex-direction:column;gap:7px;min-width:0;color:var(--flyh-navy);font-size:14px;font-weight:700}
.flyh-calculator-grid input,.flyh-calculator-grid select{width:100%;min-height:44px;padding:9px 11px;border:1px solid #bdcad8;border-radius:7px;background:#fff;color:var(--flyh-text);font:inherit;font-weight:400}
.flyh-calculator-grid input:focus,.flyh-calculator-grid select:focus{outline:3px solid rgba(22,93,186,.18);border-color:var(--flyh-blue)}
.flyh-calculator-unit{order:2;margin-top:-5px;color:var(--flyh-muted);font-size:12px;font-weight:400}
.flyh-calculator-grid input + .flyh-calculator-unit,.flyh-calculator-grid select + .flyh-calculator-unit{position:absolute;right:10px;top:31px}
.flyh-calculator-help{margin:15px 0 0;color:var(--flyh-muted);font-size:14px;line-height:1.7}
.flyh-calculator-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.flyh-calculator-results{margin-top:26px;padding:26px;border:1px solid #c9d8e7;border-radius:12px;background:#fff;box-shadow:var(--flyh-shadow)}
.flyh-calculator-results__header h3{margin:0;color:var(--flyh-navy);font-size:24px}
.flyh-calculator-results__header p{margin:8px 0 0;color:var(--flyh-muted);font-size:16px}
.flyh-calculator-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}
.flyh-calculator-result-grid article{min-width:0;padding:16px;border:1px solid var(--flyh-border);border-radius:9px;background:#f7f9fb}
.flyh-calculator-result-grid span{display:block;color:var(--flyh-muted);font-size:13px}
.flyh-calculator-result-grid strong{display:inline-block;margin-top:6px;color:var(--flyh-navy);font-size:25px;line-height:1.2;overflow-wrap:anywhere}
.flyh-calculator-result-grid small{margin-left:5px;color:var(--flyh-muted);font-size:12px}
.flyh-calculator-risks,.flyh-calculator-candidate{margin-top:18px;padding:17px 19px;border-radius:9px;font-size:15px;line-height:1.75}
.flyh-calculator-risks{border:1px solid #f0c5a5;background:#fff7f1;color:#7a3b13}
.flyh-calculator-risks strong,.flyh-calculator-candidate strong{color:var(--flyh-navy);font-size:17px}
.flyh-calculator-risks ul{margin:8px 0 0;padding-left:21px}
.flyh-calculator-candidate{border:1px solid #bfd6ee;background:#f2f7fd;color:#43536a}
.flyh-calculator-candidate p{margin:6px 0 0}
.flyh-calculator-process{margin-top:16px;border-top:1px solid var(--flyh-border);padding-top:14px}
.flyh-calculator-process summary{color:var(--flyh-navy);font-weight:700;cursor:pointer}
.flyh-calculator-process pre{margin:12px 0 0;padding:14px;overflow:auto;white-space:pre-wrap;border-radius:7px;background:#f3f6f9;color:#3e4c60;font:13px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace}
.flyh-calculator-result-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.flyh-calculator-disclaimer{margin:18px 0 0;color:var(--flyh-muted);font-size:13px;line-height:1.75}
@media(max-width:1024px){.flyh-calculator-grid,.flyh-calculator-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.flyh-calculator-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.flyh-selection-calculator{padding:42px 0}.flyh-selection-calculator__mode{width:100%}.flyh-calculator-mode{flex:1;padding-inline:10px}.flyh-selection-calculator__form,.flyh-calculator-results{padding:18px}.flyh-selection-calculator fieldset{padding:16px}.flyh-calculator-grid,.flyh-calculator-grid--compact,.flyh-calculator-result-grid{grid-template-columns:1fr}.flyh-calculator-actions,.flyh-calculator-result-actions{display:grid;grid-template-columns:1fr}.flyh-calculator-actions .button,.flyh-calculator-result-actions .button{width:100%}}
