*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.5;color:#1e293b;background:#f8fafc;-webkit-font-smoothing:antialiased}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}input,select,textarea,button{font-family:inherit;font-size:inherit}.app-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;color:#64748b}.app-loading p{font-size:16px;color:#94a3b8}.spinner-large{width:44px;height:44px;border:4px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app{display:flex;min-height:100vh}.sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;background:#1e293b;color:#e2e8f0;display:flex;flex-direction:column;z-index:100;transition:transform .2s ease}.sidebar.sidebar--hidden{transform:translateX(-100%)}.sidebar__brand{display:flex;align-items:center;gap:12px;padding:20px 20px 24px;border-bottom:1px solid hsla(0,0%,100%,.08)}.sidebar__logo{width:36px;height:36px;border-radius:6px;background:#2563eb;object-fit:cover}.sidebar__brand-name{font-size:18px;font-weight:700;color:#fff;letter-spacing:-0.3px}.sidebar__nav{flex:1;padding:12px 10px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.sidebar__nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:6px;color:#cbd5e1;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;border:none;background:none;width:100%;text-align:left}.sidebar__nav-item:hover{background:#334155;color:#fff}.sidebar__nav-item--active{background:#2563eb !important;color:#fff !important}.sidebar__nav-item svg{flex-shrink:0;width:20px;height:20px}.sidebar__footer{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-top:1px solid hsla(0,0%,100%,.08)}.sidebar__user-info{display:flex;align-items:center;gap:10px;cursor:pointer}.sidebar__avatar{width:32px;height:32px;border-radius:50%;background:#2563eb;object-fit:cover;flex-shrink:0}.sidebar__user-name{font-size:13px;font-weight:500;color:#e2e8f0;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__logout-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:none;color:#94a3b8;border-radius:6px;cursor:pointer;transition:.2s ease}.sidebar__logout-btn:hover{background:#334155;color:#f87171}.main{flex:1;margin-left:260px;transition:margin-left .2s ease;min-width:0}.main.main--full{margin-left:0}.header{display:flex;align-items:center;gap:16px;height:60px;padding:0 24px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50}.header__burger{display:none;flex-direction:column;gap:4px;border:none;background:none;cursor:pointer;padding:6px;border-radius:6px}.header__burger:hover{background:#f8fafc}.header__burger span{display:block;width:22px;height:2px;background:#1e293b;border-radius:2px}.header__title{font-size:20px;font-weight:600;letter-spacing:-0.3px}.content{padding:24px;max-width:1200px}.content--full{max-width:none;padding:0}.card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.card__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.card__title{font-size:16px;font-weight:600}.card__body{padding:20px}.card+.card{margin-top:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;border-radius:6px;font-weight:500;font-size:14px;cursor:pointer;border:1px solid rgba(0,0,0,0);transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover:not(:disabled){background:#1d4ed8}.btn--secondary{background:#fff;color:#1e293b;border-color:#e2e8f0}.btn--secondary:hover:not(:disabled){background:#f8fafc}.btn--danger{background:#dc2626;color:#fff}.btn--danger:hover:not(:disabled){background:#b91c1c}.btn--ghost{background:none;color:#64748b}.btn--ghost:hover:not(:disabled){background:#f8fafc;color:#1e293b}.btn--sm{padding:6px 12px;font-size:13px}.btn--lg{padding:11px 24px;font-size:16px}.btn--block{width:100%}.btn--icon{width:36px;height:36px;padding:0;border-radius:6px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:500;color:#64748b;margin-bottom:6px}.form-control{width:100%;padding:10px 14px;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;color:#1e293b;transition:border .2s ease;font-size:14px}.form-control:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-control--error{border-color:#dc2626}textarea.form-control{resize:vertical;min-height:80px}select.form-control{cursor:pointer}.form-error{font-size:12px;color:#dc2626;margin-top:4px}.form-hint{font-size:12px;color:#94a3b8;margin-top:4px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-check{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.form-check input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb;cursor:pointer}.auth-page{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #bfdbfe 100%);z-index:10}.auth-card{width:100%;max-width:440px;background:#fff;border-radius:14px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.04);padding:40px 36px}.auth-card__title{font-size:24px;font-weight:700;text-align:center;margin-bottom:4px;letter-spacing:-0.5px}.auth-card__subtitle{font-size:14px;color:#64748b;text-align:center;margin-bottom:32px}.auth-card__footer{text-align:center;margin-top:20px;font-size:14px;color:#64748b}.alert{padding:12px 16px;border-radius:6px;font-size:13px;margin-bottom:16px}.alert--error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert--success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.alert--info{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.alert--warning{background:#fffbeb;color:#d97706;border:1px solid #fed7aa}.table-wrapper{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;padding:12px 16px;font-weight:500;color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0;background:#f8fafc;white-space:nowrap}.table td{padding:12px 16px;border-bottom:1px solid #e2e8f0;vertical-align:middle}.table tbody tr{transition:background .2s ease}.table tbody tr:hover{background:#f8fafc}.table__actions{display:flex;gap:6px}.table__empty{text-align:center;padding:40px !important;color:#94a3b8}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 0}.search-box{position:relative;max-width:380px}.search-box__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.search-box__input{width:100%;padding:10px 14px 10px 38px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-size:14px;transition:border .2s ease}.search-box__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500}.badge--male{background:#dbeafe;color:#1d4ed8}.badge--female{background:#fce7f3;color:#be185d}.badge--other{background:#f1f5f9;color:#64748b}.badge--success{background:#dcfce7;color:#16a34a}.badge--danger{background:#fef2f2;color:#dc2626}.badge--warning{background:#fffbeb;color:#d97706}.badge--info{background:#eff6ff;color:#2563eb}.avatar{width:40px;height:40px;border-radius:50%;background:#eff6ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;flex-shrink:0}.avatar--lg{width:80px;height:80px;font-size:28px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:16px}.detail-item{display:flex;flex-direction:column;gap:2px}.detail-item__label{font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.detail-item__value{font-size:15px;color:#1e293b}.tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:20px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.tabs::-webkit-scrollbar{display:none}.tabs__item{padding:10px 20px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;border:none;background:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;white-space:nowrap;transition:all .2s ease}.tabs__item:hover{color:#1e293b}.tabs__item--active{color:#2563eb;border-bottom-color:#2563eb}.medical-checks{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:8px;margin-bottom:16px}.gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:12px}.gallery-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:box-shadow .2s ease}.gallery-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05)}.gallery-card__image{width:100%;aspect-ratio:1;object-fit:cover;display:block;cursor:pointer;background:#f8fafc}.gallery-card__info{padding:10px 12px}.gallery-card__date{font-size:13px;font-weight:500}.gallery-card__note{font-size:12px;color:#64748b;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:16px;margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px 20px;transition:box-shadow .2s ease}.stat-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05)}.stat-card__label{font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.stat-card__value{font-size:28px;font-weight:700;margin-top:4px;letter-spacing:-0.5px}.stat-card--primary .stat-card__value{color:#2563eb}.stat-card--success .stat-card__value{color:#16a34a}.stat-card--warning .stat-card__value{color:#f59e0b}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .15s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:14px;width:100%;max-width:520px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.04);animation:slideUp .2s ease}.modal--lg{max-width:720px}.modal--sm{max-width:400px}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.modal__title{font-size:17px;font-weight:600}.modal__close{width:32px;height:32px;border:none;background:#f8fafc;border-radius:6px;cursor:pointer;font-size:18px;color:#64748b;display:flex;align-items:center;justify-content:center;transition:.2s ease}.modal__close:hover{background:#e2e8f0;color:#1e293b}.modal__body{padding:20px;overflow-y:auto;flex:1}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid #e2e8f0;flex-shrink:0}@keyframes slideUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:300;display:flex;flex-direction:column;gap:8px}.toast{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#fff;border-radius:10px;box-shadow:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.04);font-size:14px;min-width:300px;max-width:440px;animation:slideIn .25s ease;border-left:4px solid}.toast--success{border-left-color:#16a34a}.toast--error{border-left-color:#dc2626}.toast--warning{border-left-color:#f59e0b}.toast--info{border-left-color:#2563eb}.toast__icon{flex-shrink:0}.toast__message{flex:1}.toast__close{width:24px;height:24px;border:none;background:none;cursor:pointer;color:#94a3b8;font-size:16px;border-radius:4px;display:flex;align-items:center;justify-content:center}.toast__close:hover{background:#f8fafc;color:#1e293b}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.loading-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#94a3b8;gap:12px}.profile-layout{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}.profile-sidebar{text-align:center;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:14px}.profile-sidebar .avatar--lg{margin-bottom:12px}.profile-sidebar h3{font-size:17px;font-weight:600;margin-bottom:2px}.profile-sidebar p{font-size:13px;color:#64748b}.empty-state{text-align:center;padding:48px 20px;color:#94a3b8}.empty-state__icon{font-size:48px;margin-bottom:12px;opacity:.4}.empty-state__title{font-size:16px;font-weight:600;color:#64748b;margin-bottom:4px}.empty-state__text{font-size:14px;margin-bottom:16px}.visit-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.visit-card+.visit-card{margin-top:16px}.visit-card__header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#f8fafc;cursor:pointer;user-select:none}.visit-card__header:hover{background:#f1f5f9}.visit-card__date{font-weight:600;font-size:15px}.visit-card__podologist{font-size:13px;color:#64748b}.visit-card__body{padding:18px;display:none;border-top:1px solid #e2e8f0}.visit-card__body--open{display:block}.visit-card__images{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.visit-card__images img{width:80px;height:80px;object-fit:cover;border-radius:6px;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:.2s ease}.visit-card__images img:hover{border-color:#2563eb}.correctional-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;background:#fef3c7;color:#92400e;margin:2px}@media(max-width: 1024px){.profile-layout{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}}@media(max-width: 768px){.sidebar{transform:translateX(-100%)}.sidebar--open{transform:translateX(0)}.main{margin-left:0 !important}.header__burger{display:flex}.content{padding:16px}.detail-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr))}.table{font-size:13px}.table th,.table td{padding:8px 10px}}@media(max-width: 480px){.stats-grid{grid-template-columns:1fr}.auth-card{padding:28px 20px}.modal{max-width:100%;border-radius:10px}.header{padding:0 14px}.content{padding:12px}}
