:root{--alabastro:#f7f5f0;--onice:#1a1a1a;--moca:#5c4033;--terracota:#d95c14;--dorado:#dca846}body{color:#334155;background:#f1f5f9;height:100vh;margin:0;font-family:Inter,sans-serif;display:flex;overflow:hidden}.hidden{display:none!important}#login-screen{z-index:100;background:#fff;display:flex;position:fixed;inset:0}#splash-hero{background:var(--alabastro);border-right:1px solid #e2e8f0;flex-direction:column;flex:1;justify-content:center;padding:4rem;display:none}@media (width>=768px){#splash-hero{display:flex}}#splash-hero img{object-fit:contain;max-width:380px;margin-bottom:2rem}#splash-hero p{color:var(--moca);max-width:400px;margin:0;font-size:1.2rem;line-height:1.6}#auth-container{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.login-box{width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-header h2{color:var(--onice);margin:0 0 .5rem;font-size:1.8rem}.auth-header p{color:#64748b;margin:0;font-size:1rem}#login-form,#register-form{flex-direction:column;gap:1.2rem;display:flex}.input-group input{width:100%;color:var(--onice);box-sizing:border-box;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:1.2rem 1rem;font-size:1rem}.input-group input:focus{border-color:var(--terracota);box-shadow:0 0 0 4px #d95c141a}.btn-terracota{background:var(--terracota);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:1.2rem;font-size:1.1rem;font-weight:700}.btn-terracota:hover{background:var(--dorado)}.btn-onice{background:var(--onice);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:1.2rem;font-size:1.1rem;font-weight:700}.btn-onice:hover{opacity:.9}.auth-footer{text-align:center;margin-top:2rem}.auth-footer a{color:var(--terracota);font-size:.95rem;font-weight:700;text-decoration:none}.auth-footer a:hover{color:var(--dorado)}.sidebar{background:var(--onice);color:#fff;z-index:50;flex-direction:column;width:250px;display:flex}.sidebar-header{border-bottom:1px solid #334155;padding:1.5rem;font-size:1.2rem;font-weight:700}.nav-link{color:#cbd5e1;cursor:pointer;padding:1rem 1.5rem;text-decoration:none}.nav-link:hover,.nav-link.active{color:#fff;border-left:4px solid var(--terracota);background:#334155}.main-content{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden auto}.topbar{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.content-area{padding:2rem}.card{background:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1rem;font-size:.9rem;font-weight:700}.btn-green{color:#fff;background:#10b981}.btn-red{color:#ef4444;background:#fee2e2}.btn-blue{color:#0284c7;background:#e0f2fe}#custom-modal-overlay{z-index:1000;background:#0f172ab3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:8px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 25px -5px #0003}#ot-panel{z-index:9999;background:#fff;flex-direction:column;width:100%;max-width:500px;height:100vh;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-500px;box-shadow:-5px 0 25px #0003}#ot-panel.active{right:0}.ot-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ot-body{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.ot-body textarea{box-sizing:border-box;resize:vertical;border:1px solid #cbd5e1;border-radius:4px;width:100%;min-height:100px;padding:.8rem;font-family:inherit}.ot-body textarea[readonly]{color:#475569;cursor:not-allowed;background:#f1f5f9}.list-item{border:1px solid #e2e8f0;border-left:5px solid var(--terracota);background:#fff;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.list-item.completed{border-left-color:#10b981}.date-group-header{color:#475569;border-bottom:2px solid #e2e8f0;margin:1.5rem 0 .8rem;padding-bottom:.4rem;font-size:1.1rem}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:relative;box-shadow:0 4px 6px #0000001a}.color-swatch input[type=radio]{appearance:none;opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.color-swatch:has(input[type=radio]:checked){box-shadow:0 0 0 3px white, 0 0 0 6px var(--onice);transform:scale(1.15)}.mobile-logo{object-fit:contain;max-width:220px;margin:0 auto 1.5rem;display:none}@media (width<=768px){.mobile-logo{display:block}#auth-container{padding:1.5rem}#mobile-menu-btn{display:block!important}#app-sidebar{background-color:var(--onice)!important;z-index:9999!important;flex-direction:column!important;width:280px!important;height:100vh!important;padding-bottom:2rem!important;transition:left .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important;position:fixed!important;top:0!important;left:-320px!important;overflow-y:auto!important;box-shadow:4px 0 25px #00000080!important}#app-sidebar.active{left:0!important}#mobile-sidebar-overlay{z-index:9998!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:#0f172a99!important;width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important}#mobile-sidebar-overlay.hidden{display:none!important}.main-content{margin-left:0!important;padding:.5rem!important}.topbar{padding:1rem!important}.content-area{margin-top:70px!important;padding:1rem!important}#ot-panel{border-radius:12px!important;width:95%!important;max-height:85vh!important;transition:top .4s cubic-bezier(.175,.885,.32,1.275)!important;top:150%!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}#ot-panel.active{top:50%!important;transform:translate(-50%,-50%)!important}#professional-data-form,#service-form{grid-template-columns:1fr!important}#professional-data-form>div,#service-form>*,#btn-save-pro,#srv-btn{grid-column:span 1!important}.list-item{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.list-item>div:last-child{justify-content:flex-start!important;width:100%!important}}
