._container_c9fj2_3{padding:0 var(--spacing-md);max-width:1200px;margin:0 auto}._hero_c9fj2_15{text-align:center;margin-bottom:3rem;padding-top:2rem}._title_c9fj2_27{font-size:3.5rem;margin-bottom:1rem;background:var(--hero-gradient-tools);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;letter-spacing:-.02em}._subtitle_c9fj2_49{color:var(--text-muted);font-size:1.25rem;max-width:700px;margin:0 auto;line-height:1.6}._calculatorWrapper_c9fj2_67{margin-bottom:4rem;display:flex;justify-content:center;width:100%}._calculatorCard_c9fj2_81{background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:24px;padding:3rem;width:100%;max-width:700px;box-shadow:0 20px 40px -10px #0000001a;animation:_entrance_c9fj2_1 .6s ease-out}@keyframes _entrance_c9fj2_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._inputSection_c9fj2_131{margin-bottom:2.5rem}._dateGrid_c9fj2_139{display:flex;gap:1rem;margin-bottom:2rem}._selectGroup_c9fj2_151{flex:1;display:flex;flex-direction:column;gap:.5rem}._selectGroup_c9fj2_151 label{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}._dateSelect_c9fj2_181{background:var(--background);border:1px solid var(--border);color:var(--text-main);padding:.8rem 1rem;border-radius:12px;font-size:1rem;font-weight:500;width:100%;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}._dateSelect_c9fj2_181:focus{outline:none;border-color:#c084fc;box-shadow:0 0 0 4px #c084fc26;background-color:var(--background)}._dateSelect_c9fj2_181 option{background:var(--surface);color:var(--text-main)}._errorMessage_c9fj2_245{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--error);padding:.75rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem;display:flex;align-items:center;gap:.5rem;animation:_shake_c9fj2_1 .4s ease-in-out}@keyframes _shake_c9fj2_1{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}._actionContainer_c9fj2_307{display:flex;gap:1rem}._calculateBtn_c9fj2_317{flex:1;background:var(--hero-gradient-tools);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #7c3aed4d}._calculateBtn_c9fj2_317:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #7c3aed66;filter:brightness(1.1)}._calculateBtn_c9fj2_317:active{transform:translateY(0)}._resetBtn_c9fj2_365{flex:1;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .2s ease}._resetBtn_c9fj2_365:hover{background:var(--surface);color:var(--text-main);border-color:var(--border)}._resultContainer_c9fj2_405{padding-top:2rem;border-top:1px solid var(--border);animation:_slideUp_c9fj2_1 .5s ease-out}@keyframes _slideUp_c9fj2_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._resultMain_c9fj2_441{text-align:center;margin-bottom:2rem}._resultLabel_c9fj2_451{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem;font-weight:700}._resultGeneration_c9fj2_471{font-size:3.5rem;font-weight:800;line-height:1.1;background:var(--hero-gradient-tools);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;letter-spacing:-.02em}._divider_c9fj2_495{height:1px;background:var(--hero-gradient-tools);margin:2rem 0}._detailsGrid_c9fj2_507{display:grid;gap:2rem;text-align:center}._detailItem_c9fj2_519{display:flex;flex-direction:column;gap:.5rem}._detailLabel_c9fj2_531{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:700}._detailValue_c9fj2_547{font-size:1.25rem;color:var(--text-main);font-weight:600}._descriptionText_c9fj2_559{font-size:1.1rem;color:var(--text-muted);line-height:1.6;max-width:90%;margin:0 auto}._emptyState_c9fj2_577{text-align:center;color:var(--text-muted);padding:0;margin-top:1rem}._emptyState_c9fj2_577 p{margin:0}._contentSection_c9fj2_601{margin-top:3rem;width:100%}@media(max-width:768px){._title_c9fj2_27{font-size:2.25rem}._calculatorCard_c9fj2_81{padding:1.5rem}._dateGrid_c9fj2_139{flex-direction:column;gap:.75rem}._resultGeneration_c9fj2_471{font-size:2.5rem}._actionContainer_c9fj2_307{flex-direction:column}._calculateBtn_c9fj2_317,._resetBtn_c9fj2_365{width:100%}}._contentWrapper_c9fj2_671{width:100%;margin-top:4rem}._section_c9fj2_681{margin-bottom:4rem}._sectionTitle_c9fj2_689{font-size:1.75rem;color:var(--text-main);margin-bottom:1.5rem;font-weight:700}._text_c9fj2_703{color:var(--text-muted);line-height:1.8;margin-bottom:1.25rem;font-size:1.1rem}._list_c9fj2_717{color:var(--text-muted);line-height:1.8;margin-bottom:1.5rem;padding-left:1.5rem}._list_c9fj2_717 li{margin-bottom:.75rem}._faqList_c9fj2_739{display:flex;flex-direction:column;gap:1.5rem}._faqItem_c9fj2_751{background:var(--surface-hover);border:1px solid var(--border);padding:1.5rem;border-radius:16px}._faqQuestion_c9fj2_765{color:var(--text-main);font-size:1.15rem;margin-bottom:.75rem;font-weight:600}._faqAnswer_c9fj2_779{color:var(--text-muted);line-height:1.7}._definitionBox_c9fj2_789{background:var(--surface-hover);border:1px solid var(--info);border-left:4px solid #38bdf8;padding:1.2rem 1.5rem;border-radius:12px;margin:2rem 0}._definitionBox_c9fj2_789 p{margin:0!important;color:var(--text-main);font-size:1.15rem;font-weight:500;line-height:1.7}
