*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f3f4f6;color:#111827}body{padding:0}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.page-shell{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem}.card{background:#ffffff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 10px 30px rgba(15,23,42,.08);padding:2rem}.auth-card,.indent-card{max-width:640px;margin:0 auto}.form-grid{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.5rem}label{display:grid;grid-gap:.5rem;gap:.5rem;font-weight:600}input,select,textarea{width:100%;border:1px solid #d1d5db;border-radius:.75rem;padding:.85rem 1rem;background:#f9fafb;transition:border-color .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;background:#ffffff}textarea{min-height:120px;resize:vertical}.ghost-button,button{border:none;border-radius:.75rem;cursor:pointer;font-weight:700;padding:.95rem 1.25rem}button{background:#2563eb;color:#ffffff}button:disabled{opacity:.65;cursor:not-allowed}.ghost-button{background:transparent;color:#2563eb}.form-error{color:#b91c1c;font-size:.95rem}.topbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.topbar-brand{display:flex;align-items:center;gap:1rem}.brand-mark{min-width:3rem;min-height:3rem;border-radius:1rem;background:#2563eb;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800}.brand-label{margin:0 0 .25rem;font-size:.95rem;color:#2563eb;font-weight:700}.topbar-brand h1,.topbar-brand p{margin:0}.topbar-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;width:min(100%,480px)}.search-wrapper{flex:1 1 220px}.search-input{width:100%;border:1px solid #d1d5db;border-radius:999px;padding:.85rem 1rem;background:#f9fafb;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#2563eb;background:#ffffff}.user-dropdown{position:relative}.profile-button{display:inline-flex;align-items:center;gap:.75rem;background:#ffffff;border:1px solid #d1d5db;border-radius:999px;padding:.5rem .85rem;cursor:pointer}.profile-button:hover{background:#eff6ff}.user-avatar{width:2.1rem;height:2.1rem;border-radius:999px;background:#2563eb;color:white;display:inline-flex;align-items:center;justify-content:center}.user-avatar,.user-name{font-weight:700}.dropdown-panel{position:absolute;right:0;top:calc(100% + .75rem);min-width:180px;background:white;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 20px 45px rgba(15,23,42,.12);padding:.5rem 0;z-index:20}.dropdown-item{display:block;width:100%;text-align:left;padding:.85rem 1rem;color:#111827;background:transparent;border:none;cursor:pointer}.dropdown-item:hover{background:#eff6ff}.subnav-links{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.subnav-links a{padding:.75rem 1rem;border-radius:999px;border:1px solid transparent;background:#f8fafc;color:#111827}.subnav-links a.active,.subnav-links a:hover{background:#eff6ff;border-color:#dbeafe}.content-area{margin-top:0}.dashboard-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat-card{padding:1.5rem;border-radius:1rem;background:linear-gradient(180deg,#ffffff,#f8fafc)}.stat-card.highlight{background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#ffffff}.stat-card h2,.stat-card p{margin:0}.stat-card p{margin-top:1rem;font-size:2rem;font-weight:700}.dashboard-actions{margin-top:2rem}.dashboard-actions h3{margin-bottom:.75rem}.indent-list{list-style:none;padding:0;margin:0}.indent-card-small,.indent-list{display:grid;grid-gap:1rem;gap:1rem}.indent-card-small{padding:1rem;border-radius:1rem;border:1px solid #e5e7eb;background:#ffffff}.indent-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.pill{display:inline-flex;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;font-weight:700;text-transform:capitalize}.profile-card{max-width:720px}.profile-header{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem}.profile-avatar{width:4rem;height:4rem;border-radius:999px;background:#2563eb;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800}.profile-subtitle{margin:.35rem 0 0;color:#6b7280}.profile-details{display:grid;grid-gap:1rem;gap:1rem}.profile-row{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:#f8fafc;border-radius:1rem}.profile-row span{color:#6b7280}.profile-row strong{color:#111827}.status-pending{background:#e0f2fe;color:#0c4a6e}.status-approved{background:#dcfce7;color:#166534}.status-rejected{background:#fee2e2;color:#991b1b}@media (max-width:640px){.page-shell{width:calc(100% - 1.5rem)}.topbar{flex-direction:column;align-items:stretch}.nav-links{justify-content:stretch}}