.App{height:100vh;display:flex;flex-direction:column}.layout{display:flex;height:100vh;position:relative}.mobile-menu-button{position:fixed;top:1rem;left:1rem;z-index:1001;display:none}@media (max-width: 768px){.mobile-menu-button{display:block}}.menu-toggle{background:#1e293b;border:none;border-radius:6px;padding:8px;cursor:pointer;transition:background-color .2s ease}.menu-toggle:hover{background:#334155}.hamburger{display:flex;flex-direction:column;width:20px;height:16px;position:relative}.hamburger span{display:block;height:2px;width:100%;background:#fff;border-radius:1px;transition:all .3s ease}.hamburger span:nth-child(1){transform-origin:top left}.hamburger span:nth-child(2){margin:3px 0}.hamburger span:nth-child(3){transform-origin:bottom left}.hamburger.open span:nth-child(1){transform:rotate(45deg) translateY(-1px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(1px)}.sidebar{width:280px;background:#1e293b;color:#fff;display:flex;flex-direction:column;transition:transform .3s ease}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:0;height:100vh;z-index:1000;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}}.sidebar-header{padding:2rem 1.5rem 1rem;border-bottom:1px solid #334155}.app-title{font-size:1.5rem;font-weight:700;color:#fff}.sidebar-nav{flex:1;padding:1rem 0}.sidebar-nav ul{list-style:none}.nav-link{display:flex;align-items:center;padding:.75rem 1.5rem;color:#cbd5e1;text-decoration:none;transition:all .2s ease}.nav-link:hover{background:#334155;color:#fff}.nav-link.active{background:#3b82f6;color:#fff}.nav-icon{margin-right:.75rem;font-size:1.25rem}.nav-text{font-weight:500}.sidebar-footer{padding:1.5rem;border-top:1px solid #334155}.user-info{margin-bottom:1rem}.user-name{font-weight:600;color:#fff}.user-role{font-size:.875rem;color:#94a3b8;text-transform:capitalize}.sign-out-button{width:100%;padding:.5rem 1rem;background:#ef4444;color:#fff;border-radius:6px;font-weight:500;transition:background-color .2s ease}.sign-out-button:hover{background:#dc2626}.mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:999;display:none}@media (max-width: 768px){.mobile-overlay{display:block}}.main-content{flex:1;overflow:auto;background:#f8fafc}@media (max-width: 768px){.main-content{margin-left:0}}.content-wrapper{padding:2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.content-wrapper{padding:1rem;margin-top:4rem}}.login-page{height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-container{width:100%;max-width:400px;padding:2rem}.login-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.login-header p{color:#64748b;font-size:.875rem}.login-content{text-align:center}.sign-in-button{width:100%;padding:.75rem 1rem;background:#0078d4;color:#fff;border-radius:6px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;transition:background-color .2s ease}.sign-in-button:hover{background:#106ebe}.button-icon{font-size:1.25rem}.login-info{margin-top:1rem}.login-info p{font-size:.875rem;color:#64748b;line-height:1.5}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.page-header p{color:#64748b;font-size:1rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;align-items:center;gap:1rem}.stat-icon{font-size:2rem;opacity:.8}.stat-number{font-size:2rem;font-weight:700;color:#1e293b}.stat-label{color:#64748b;font-size:.875rem;font-weight:500}.dashboard-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 768px){.dashboard-content{grid-template-columns:1fr}}.recent-activity,.quick-actions{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.recent-activity h2,.quick-actions h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.activity-placeholder{padding:2rem;text-align:center;color:#64748b;background:#f8fafc;border-radius:6px}.action-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f1f5f9;color:#64748b;border-radius:6px;font-weight:500;text-align:left;transition:background-color .2s ease}.action-button:not(:disabled):hover{background:#e2e8f0}.action-note{font-size:.875rem;color:#64748b;font-style:italic}.claims-toolbar,.documents-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}@media (max-width: 768px){.claims-toolbar,.documents-toolbar{flex-direction:column;align-items:stretch}}.search-filters{display:flex;gap:1rem;flex:1}@media (max-width: 768px){.search-filters{flex-direction:column}}.search-input{flex:1;min-width:200px}.filter-select{min-width:150px}.create-claim-button,.upload-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#3b82f6;color:#fff;border-radius:6px;font-weight:500;transition:background-color .2s ease}.create-claim-button:not(:disabled):hover,.upload-button:not(:disabled):hover{background:#2563eb}.claims-placeholder,.documents-placeholder,.details-placeholder{background:#fff;border-radius:8px;padding:3rem 2rem;text-align:center;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.placeholder-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.claims-placeholder h3,.documents-placeholder h3,.details-placeholder h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.claims-placeholder p,.documents-placeholder p,.details-placeholder p{color:#64748b;line-height:1.6;margin-bottom:2rem}.placeholder-features{text-align:left;max-width:500px;margin:0 auto}.placeholder-features h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.placeholder-features ul{list-style:none;padding:0}.placeholder-features li{color:#64748b;position:relative;padding:.5rem 0 .5rem 1.5rem}.placeholder-features li:before{content:"•";color:#3b82f6;font-weight:700;position:absolute;left:0}.claim-form,.document-form,.generic-form{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field label{font-weight:600;color:#334155}.form-field input,.form-field select,.form-field textarea{border:1px solid #e2e8f0;border-radius:6px;padding:.625rem .75rem;font-size:.95rem;color:#0f172a;background:#fff}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:.5rem .75rem;border-radius:6px}.success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;padding:.5rem .75rem;border-radius:6px}.primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#3b82f6;color:#fff;border-radius:6px;font-weight:600}.primary:disabled{opacity:.6}.policy-suggestions{position:relative;margin-top:.25rem}.policy-suggestions .suggestion{background:#fff;border:1px solid #e2e8f0;border-top:none;padding:.5rem .75rem;cursor:pointer}.policy-suggestions .suggestion:hover{background:#f8fafc}.modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;z-index:1000}.modal-content{background:#fff;padding:1.25rem;border-radius:8px;width:100%;max-width:520px;box-shadow:0 10px 15px #0000001a}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.claims-table{width:100%;background:#fff;border-radius:8px;border-collapse:separate;border-spacing:0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.claims-table th,.claims-table td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}.claims-table th{text-align:left;font-weight:600;color:#334155;background:#f8fafc}.claims-table tr:hover{background:#f8fafc}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b}#root{height:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button{font-family:inherit;font-size:inherit;border:none;cursor:pointer;transition:all .2s ease}button:disabled{opacity:.6;cursor:not-allowed}input,select{font-family:inherit;font-size:inherit;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;transition:border-color .2s ease}input:focus,select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media (max-width: 768px){.mobile-hidden{display:none!important}}@media (min-width: 769px){.desktop-hidden{display:none!important}}
