.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;direction:rtl;padding:2rem}.login-box{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%;max-width:400px}.login-box h1{text-align:center;color:#2c3e50;margin-bottom:.5rem;font-size:2rem}.login-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.login-form label{font-weight:600;color:#555}.login-form input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;direction:rtl}.login-form input:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 2px #2c3e501a}.login-form input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-button{background-color:#2c3e50;color:#fff;padding:.75rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;width:100%}.login-button:hover:not(:disabled){background-color:#34495e}.login-button:disabled{background-color:#95a5a6;cursor:not-allowed}.error-message{background-color:#e74c3c;color:#fff;padding:.75rem;border-radius:4px;text-align:center;font-size:.9rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.6;direction:rtl}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background-color:#2c3e50;color:#fff;padding:2rem;text-align:center}.app-header h1{font-size:2rem;margin-bottom:.5rem}.subtitle{font-size:1rem;opacity:.9}.app-main{flex:1;padding:2rem}.container{max-width:1200px;margin:0 auto}.input-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;direction:rtl}.form-group textarea{resize:vertical;min-height:120px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 2px #2c3e501a}.form-group input:disabled,.form-group textarea:disabled,.form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-button{background-color:#2c3e50;color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;width:100%;margin-top:1rem}.submit-button:hover:not(:disabled){background-color:#34495e}.submit-button:disabled{background-color:#95a5a6;cursor:not-allowed}.error-message{background-color:#e74c3c;color:#fff;padding:1rem;border-radius:4px;margin-bottom:2rem;text-align:center}.summary-tabs{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.tabs-header{display:flex;border-bottom:2px solid #e0e0e0;background-color:#f8f9fa}.tabs-header button{flex:1;padding:1rem;border:none;background:none;cursor:pointer;font-size:1rem;font-weight:600;color:#666;transition:all .2s;border-bottom:3px solid transparent}.tabs-header button:hover{background-color:#e9ecef;color:#333}.tabs-header button.active{color:#2c3e50;border-bottom-color:#2c3e50;background-color:#fff}.tabs-content{padding:2rem}.tab-panel{min-height:300px}.tab-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.tab-header h2{font-size:1.5rem;color:#2c3e50}.date-range{color:#666;font-size:.9rem}.copy-button{background-color:#3498db;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .2s}.copy-button:hover{background-color:#2980b9}.summary-text{white-space:pre-wrap;line-height:1.8;color:#333;font-size:1rem}.summary-text h3,.summary-text h4{margin-top:1.5rem;margin-bottom:.75rem;color:#2c3e50}.summary-text p{margin-bottom:1rem}.summary-text{word-wrap:break-word}.summary-text strong{color:#2c3e50;font-size:1.1rem;display:block;margin-top:1.5rem;margin-bottom:.75rem}.missing-info-list{list-style:none;padding:0}.missing-info-list li{padding:.75rem;margin-bottom:.5rem;background-color:#fff3cd;border-right:4px solid #ffc107;border-radius:4px}@media(max-width:768px){.app-main{padding:1rem}.input-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.tabs-header{flex-direction:column}.tabs-header button{border-bottom:1px solid #e0e0e0;border-right:none}.tabs-header button.active{border-bottom-color:#e0e0e0;border-right:3px solid #2c3e50}.tab-header{flex-direction:column;align-items:flex-start}}
