: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.1rem;font-weight:700}.sidebar-header-content{align-items:center;gap:.8rem;display:flex}.sidebar-logo{object-fit:cover;border-radius:6px;max-width:32px;max-height:32px;display:none}.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}.font-selection-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.font-card{cursor:pointer;text-align:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;flex-direction:column;justify-content:center;gap:.8rem;padding:1rem;transition:all .2s;display:flex;position:relative}.font-card input[type=radio]{opacity:0;width:0;height:0;position:absolute}.font-card:has(input[type=radio]:checked){border-color:var(--terracota);background:#fff;box-shadow:0 4px 12px #d95c141a}.font-name{color:#64748b;text-transform:uppercase;font-size:.7rem;font-weight:700}.font-preview-text{color:var(--onice);word-break:break-word;font-size:1.15rem;line-height:1.2}.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)}details.accordion{background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:1rem;overflow:hidden}details.accordion summary{cursor:pointer;background:#f8fafc;justify-content:space-between;align-items:center;margin:0;padding:1.2rem;font-weight:700;list-style:none;display:flex}details.accordion summary::-webkit-details-marker{display:none}details.accordion summary:after{content:"▼";color:#64748b;font-size:.8rem}details.accordion[open] summary:after{content:"▲"}details.accordion[open] summary{border-bottom:1px solid #e2e8f0}.accordion-content{padding:1.5rem}.dashboard-widgets{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.widget-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.2rem}.widget-title{color:#64748b;text-transform:uppercase;margin-bottom:.3rem;font-size:.75rem;font-weight:700}.widget-value{color:#0f172a;font-size:1.6rem;font-weight:800}.widget-value.highlight{color:#10b981}.action-dropdown{display:inline-block;position:relative}.action-dropdown-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem .8rem;font-size:.85rem;font-weight:600;display:flex}.action-dropdown-btn:hover{background:#f1f5f9}.dropdown-content{z-index:50;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:170px;margin-top:.3rem;display:none;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.dropdown-content.show{flex-direction:column;display:flex}.dropdown-content button{text-align:left;cursor:pointer;color:#334155;background:0 0;border:none;border-bottom:1px solid #f1f5f9;width:100%;padding:.8rem 1rem;font-size:.85rem;font-weight:600;transition:background .2s}.dropdown-content button:last-child{border-bottom:none}.dropdown-content button:hover{background:#f8fafc}.dropdown-content button.danger{color:#ef4444}.dropdown-content button.danger:hover{background:#fef2f2}.dropdown-content button.gold{color:#d97706;background:#fffbeb}.dropdown-content button.gold:hover{background:#fef3c7}.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}}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:.2s ease-in-out animate-fade-in}.driver-fade .driver-popover{animation:.2s animate-fade-in}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{zoom:1;margin:0;font:700 19px/1.5 sans-serif;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font:400 14px/1.5 sans-serif}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer button{all:unset;box-sizing:border-box;text-shadow:1px 1px #fff;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font:12px/1.3 sans-serif;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{margin-left:-5px;left:50%}.driver-popover-arrow-none{display:none}
