.inheritance-calculator-page{min-height:100vh;background:#F5F5F5;padding:0}[data-theme=dark] .inheritance-calculator-page{background:#1A1A1A}.inheritance-calculator-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.inheritance-calculator-header{text-align:center;margin-bottom:2.5rem;padding:2rem 1rem}.inheritance-calculator-header h1{font-size:2.25rem;font-weight:700;color:#1A1A1A;margin-bottom:.75rem;font-family:var(--font-family-arabic)}[data-theme=dark] .inheritance-calculator-header h1{color:#FFFFFF}.inheritance-calculator-header .subtitle{font-size:1.05rem;color:#666666;max-width:600px;margin:0 auto;line-height:1.6}[data-theme=dark] .inheritance-calculator-header .subtitle{color:#AAAAAA}.inheritance-calculator-main{display:flex;flex-direction:column;gap:1.5rem}.card{background:#FFFFFF;border-radius:16px;padding:2.5rem;border:1px solid #e5e5e5;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:box-shadow .3s ease;animation:fadeIn .6s ease-in-out}[data-theme=dark] .card{background:#2A2A2A;border-color:#3A3A3A;box-shadow:0 2px 8px rgba(0,0,0,.2)}.initial-screen{max-width:600px;margin:0 auto}.initial-content{display:flex;flex-direction:column;align-items:center;text-align:center}.icon-container{width:120px;height:120px;margin-bottom:1.5rem}.icon{width:100%;height:100%;color:#6B4FFF}.initial-content h2{font-size:2rem;font-weight:700;color:#1A1A1A;margin-bottom:1rem}[data-theme=dark] .initial-content h2{color:#FFFFFF}.initial-content .description{font-size:1rem;color:#666666;line-height:1.6;margin-bottom:2rem}[data-theme=dark] .initial-content .description{color:#AAAAAA}.input-section{width:100%;margin-bottom:2rem}.input-label{display:block;font-size:1.1rem;font-weight:600;color:#1A1A1A;margin-bottom:1rem;text-align:center}[data-theme=dark] .input-label{color:#FFFFFF}.input-wrapper{position:relative;width:100%}.estate-input{width:100%;padding:.875rem 4rem .875rem 1rem;border:1px solid #e5e5e5;border-radius:12px;background:#FAFAFA;color:#1A1A1A;font-family:var(--font-family-arabic);font-size:1.125rem;text-align:right;transition:border-color .3s ease,box-shadow .3s ease}[data-theme=dark] .estate-input{background:#1F1F1F;border-color:#3A3A3A;color:#FFFFFF}.estate-input:focus{outline:none;border-color:#6B4FFF;box-shadow:0 0 0 3px rgba(107,79,255,.1)}.currency-label{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666666;font-weight:600;font-size:1rem}[data-theme=dark] .currency-label{color:#AAAAAA}.error-text{color:#D64545;font-size:.9rem;margin-top:.5rem;text-align:center}[data-theme=dark] .error-text{color:#FF7575}.questionnaire-screen{max-width:700px;margin:0 auto}.question-title{font-size:1.75rem;font-weight:700;color:#1A1A1A;text-align:center;margin-bottom:2rem}[data-theme=dark] .question-title{color:#FFFFFF}.question-options{margin-bottom:2.5rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.yes-no-grid{grid-template-columns:repeat(2,1fr)}.option-card{padding:1.5rem;border-radius:12px;border:2px solid #e5e5e5;background:#FAFAFA;cursor:pointer;transition:all .25s ease;text-align:center;font-family:var(--font-family-arabic)}[data-theme=dark] .option-card{background:#1F1F1F;border-color:#3A3A3A}.option-card:hover{transform:scale(1.02);border-color:#6B4FFF;background:#F8F7FF}[data-theme=dark] .option-card:hover{background:#2A2640;border-color:#8B7FFF}.option-card.selected{border-color:#6B4FFF;background:#F0EDFF;font-weight:700}[data-theme=dark] .option-card.selected{background:#2A2640;border-color:#8B7FFF}.option-text{font-size:1.1rem;color:#1A1A1A}[data-theme=dark] .option-text{color:#FFFFFF}.number-input-container{max-width:300px;margin:0 auto}.number-input{width:100%;padding:.875rem;border:1px solid #e5e5e5;border-radius:12px;background:#FFFFFF;color:#1A1A1A;font-family:var(--font-family-arabic);font-size:1.125rem;text-align:center;transition:border-color .3s ease}[data-theme=dark] .number-input{background:#2A2A2A;border-color:#3A3A3A;color:#FFFFFF}.number-input:focus{outline:none;border-color:#6B4FFF;box-shadow:0 0 0 3px rgba(107,79,255,.1)}.question-actions{display:flex;justify-content:space-between;align-items:center}.step-counter{font-size:.95rem;color:#666666;font-weight:600}[data-theme=dark] .step-counter{color:#AAAAAA}.results-screen{display:flex;flex-direction:column;gap:1.5rem}.results-header{text-align:center}.results-title{font-size:2rem;font-weight:700;color:#1A1A1A;margin-bottom:.5rem}[data-theme=dark] .results-title{color:#FFFFFF}.results-subtitle{font-size:1.1rem;color:#666666}[data-theme=dark] .results-subtitle{color:#AAAAAA}.total-amount{font-weight:700;color:#1A1A1A}[data-theme=dark] .total-amount{color:#FFFFFF}.results-table-container{overflow-x:auto}.results-table{width:100%;border-collapse:collapse;margin-top:1rem}.results-table td,.results-table th{padding:1rem;text-align:center;border-bottom:1px solid #e5e5e5}[data-theme=dark] .results-table td,[data-theme=dark] .results-table th{border-bottom-color:#3A3A3A}.results-table th{background:#F9FAFB;font-weight:700;color:#374151;font-size:.95rem;text-transform:uppercase}[data-theme=dark] .results-table th{background:#1F1F1F;color:#AAAAAA}.results-table tbody tr{transition:background .2s ease}.results-table tbody tr:hover{background:#FAFAFA}[data-theme=dark] .results-table tbody tr:hover{background:#1F1F1F}.results-table tfoot .total-row{font-weight:700;background:#F3F4F6;font-size:1.1rem}[data-theme=dark] .results-table tfoot .total-row{background:#1F1F1F}.amount-cell{font-weight:600;color:#6B4FFF}[data-theme=dark] .amount-cell{color:#8B7FFF}.notes-section{margin-top:1.5rem;padding:1.5rem;background:#FFF9E5;border-right:4px solid #ffc107;border-radius:8px}[data-theme=dark] .notes-section{background:#3A3520;border-right-color:#FFD54F}.notes-section h4{font-weight:700;color:#1A1A1A;margin-bottom:.75rem}[data-theme=dark] .notes-section h4{color:#FFFFFF}.notes-section ul{list-style:disc;padding-right:1.5rem}.notes-section li{color:#666666;margin:.5rem 0;line-height:1.6}[data-theme=dark] .notes-section li{color:#AAAAAA}.ai-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.ai-btn{background:#10B981;color:white}.ai-btn:hover:not(:disabled){background:#059669}.scenarios-btn{background:#8B5CF6}.scenarios-btn:hover:not(:disabled){background:#7C3AED}.ai-explanation-container{animation:fadeIn .4s ease-out}.ai-explanation-title{font-size:1.5rem;font-weight:700;color:#1A1A1A;margin-bottom:1.5rem}[data-theme=dark] .ai-explanation-title{color:#FFFFFF}.ai-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem}.ai-loading p{margin-top:1rem;color:#666666}[data-theme=dark] .ai-loading p{color:#AAAAAA}.ai-error{background:#FFF5F5;border:1px solid #ffe5e5;border-radius:12px;padding:1.5rem;text-align:center}[data-theme=dark] .ai-error{background:#3A2525;border-color:#4A3535}.ai-error p{color:#D64545;margin-bottom:1rem}[data-theme=dark] .ai-error p{color:#FF7575}.ai-content{line-height:1.8;color:#1A1A1A}[data-theme=dark] .ai-content{color:#FFFFFF}.ai-content strong{font-weight:700;color:#6B4FFF;display:block;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem}[data-theme=dark] .ai-content strong{color:#8B7FFF}.follow-up-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5}[data-theme=dark] .follow-up-section{border-top-color:#3A3A3A}.follow-up-messages{max-height:400px;overflow-y:auto;margin-bottom:1rem;padding:.5rem}.message{margin-bottom:1rem;animation:fadeIn .3s ease-out}.message-content{padding:1rem 1.25rem;border-radius:12px;line-height:1.6;max-width:85%}.message-user .message-content{background:#F0EDFF;color:#1A1A1A;border:1px solid #e0dbff;margin-right:auto;border-bottom-right-radius:4px}[data-theme=dark] .message-user .message-content{background:#2A2640;color:#FFFFFF;border-color:#3A3650}.message-assistant .message-content{background:#FAFAFA;color:#1A1A1A;border:1px solid #e5e5e5;margin-left:auto;border-bottom-left-radius:4px}[data-theme=dark] .message-assistant .message-content{background:#1F1F1F;color:#FFFFFF;border-color:#3A3A3A}.typing-indicator{display:flex;gap:.4rem;padding:.5rem 1rem}.typing-indicator span{width:8px;height:8px;background:#CCCCCC;border-radius:50%;animation:typingBounce 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.follow-up-input-wrapper{display:flex;gap:.75rem;align-items:center}.follow-up-input{flex:1 1;padding:.875rem 1rem;border:1px solid #e5e5e5;border-radius:12px;background:#FFFFFF;color:#1A1A1A;font-family:var(--font-family-arabic);font-size:.95rem;transition:border-color .3s ease}[data-theme=dark] .follow-up-input{background:#2A2A2A;border-color:#3A3A3A;color:#FFFFFF}.follow-up-input:focus{outline:none;border-color:#6B4FFF;box-shadow:0 0 0 3px rgba(107,79,255,.1)}.reset-actions{text-align:center;margin-top:2rem}.btn{padding:.875rem 2rem;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .25s ease;font-family:var(--font-family-arabic);border:none}.btn-primary{background:#6B4FFF;color:white;box-shadow:0 4px 6px rgba(107,79,255,.2)}.btn-primary:hover:not(:disabled){background:#5A3FE6;transform:translateY(-1px);box-shadow:0 6px 12px rgba(107,79,255,.3)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:transparent;border:1.5px solid #e5e5e5;color:#666666}[data-theme=dark] .btn-secondary{border-color:#3A3A3A;color:#AAAAAA}.btn-secondary:hover{border-color:#6B4FFF;color:#6B4FFF;background:#F8F7FF}[data-theme=dark] .btn-secondary:hover{background:#2A2640;border-color:#8B7FFF;color:#8B7FFF}.spinner{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:#6b4fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.follow-up-messages::-webkit-scrollbar{width:6px}.follow-up-messages::-webkit-scrollbar-track{background:transparent}.follow-up-messages::-webkit-scrollbar-thumb{background:#CCCCCC;border-radius:3px}[data-theme=dark] .follow-up-messages::-webkit-scrollbar-thumb{background:#4A4A4A}.follow-up-messages::-webkit-scrollbar-thumb:hover{background:#AAAAAA}@media (max-width:768px){.inheritance-calculator-container{padding:1.5rem 1rem}.inheritance-calculator-header h1{font-size:1.75rem}.card{padding:1.5rem}.options-grid{grid-template-columns:1fr}.question-actions{flex-wrap:wrap;gap:1rem}.btn{width:100%}.ai-actions{grid-template-columns:1fr}}