@charset "UTF-8";.auth-wrapper{display:flex;align-items:center;justify-content:center;min-height:100dvh;width:100%;background-color:#08080a;padding:20px;box-sizing:border-box;background-image:radial-gradient(circle at 50% 0%,rgba(0,212,255,.08) 0%,transparent 60%);scrollbar-gutter:stable}.auth-wrapper .auth-card{background:#1a1a21;border:1px solid #25252d;border-radius:20px;padding:40px 30px;width:100%;max-width:420px;box-shadow:0 20px 50px #00000080;max-height:95vh;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.auth-wrapper .auth-card::-webkit-scrollbar{width:4px}.auth-wrapper .auth-card::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.auth-wrapper .auth-card .auth-header{text-align:center;margin-bottom:25px;display:flex;flex-direction:column;align-items:center}.auth-wrapper .auth-card .auth-header .auth-pulse-logo{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.auth-wrapper .auth-card .auth-header .auth-pulse-logo .logo-center{position:relative;z-index:10;background:#1a1a21;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #00D4FF;box-shadow:0 0 15px #00d4ff66}.auth-wrapper .auth-card .auth-header .auth-pulse-logo .pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid #00D4FF;opacity:0;animation:radarPulseAuth 3s cubic-bezier(.215,.61,.355,1) infinite}.auth-wrapper .auth-card .auth-header .auth-pulse-logo .pulse-ring.delayed{animation-delay:1.5s}.auth-wrapper .auth-card .auth-header .pulse-title{color:#fff;font-size:26px;margin:0 0 8px;font-weight:900;letter-spacing:2px;text-transform:uppercase}.auth-wrapper .auth-card .auth-header p{color:#888;font-size:14px;margin:0;line-height:1.45;max-width:320px}.auth-wrapper .auth-card .auth-tabs{display:flex;gap:8px;background:#121212;border:1px solid #333;border-radius:12px;padding:4px;margin-bottom:16px}.auth-wrapper .auth-card .auth-tabs .auth-tab{flex:1;border:none;background:transparent;color:#888;font-size:13px;font-weight:700;padding:10px 8px;border-radius:9px;cursor:pointer;transition:.2s;outline:none}.auth-wrapper .auth-card .auth-tabs .auth-tab.active{background:#25252d;color:#00d4ff;box-shadow:0 2px 8px #00000059}.auth-wrapper .auth-card .auth-tabs .auth-tab:hover:not(.active):not(:disabled){color:#ccc}.auth-wrapper .auth-card .auth-tabs .auth-tab:disabled{opacity:.6;cursor:not-allowed}.auth-wrapper .auth-card .auth-guide{background:#00d4ff0d;border:1px solid rgba(0,212,255,.2);border-left:3px solid #00d4ff;border-radius:12px;padding:14px 14px 12px;margin-bottom:16px}.auth-wrapper .auth-card .auth-guide__head{display:flex;align-items:center;gap:8px;color:#00d4ff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.auth-wrapper .auth-card .auth-guide__steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.auth-wrapper .auth-card .auth-guide__steps li{display:flex;align-items:flex-start;gap:10px;color:#aaa;font-size:12px;line-height:1.45}.auth-wrapper .auth-card .auth-guide__num{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#00d4ff26;color:#00d4ff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}.auth-wrapper .auth-card .error-banner{display:flex;align-items:center;gap:10px;background:#ff44441a;border:1px solid #ff4444;color:#f44;padding:12px 15px;border-radius:12px;margin-bottom:15px;font-size:13px;font-weight:700;width:100%;box-sizing:border-box}.auth-wrapper .auth-card .success-banner{display:flex;align-items:center;gap:10px;background:#00ff881a;border:1px solid #00ff88;color:#0f8;padding:12px 15px;border-radius:12px;margin-bottom:15px;font-size:13px;font-weight:700;width:100%;box-sizing:border-box}.auth-wrapper .auth-card .auth-form{display:flex;flex-direction:column;gap:12px;width:100%}.auth-wrapper .auth-card .auth-form .field-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#666;margin:0 0 -6px 2px}.auth-wrapper .auth-card .auth-form .auth-tip{display:flex;gap:10px;align-items:flex-start;background:#121212;border:1px dashed #333;border-radius:10px;padding:12px;color:#888;font-size:12px;line-height:1.45}.auth-wrapper .auth-card .auth-form .auth-tip svg{flex-shrink:0;color:#00d4ff;margin-top:1px}.auth-wrapper .auth-card .auth-form .auth-tip p{margin:0;color:#888;font-size:12px;line-height:1.45}.auth-wrapper .auth-card .auth-form .auth-tip b{color:#ccc}.auth-wrapper .auth-card .auth-form .auth-tip--inline{margin-top:2px}.auth-wrapper .auth-card .auth-form .register-section{display:flex;flex-direction:column;gap:12px;width:100%}.auth-wrapper .auth-card .auth-form .input-group{position:relative;display:flex;align-items:center;width:100%}.auth-wrapper .auth-card .auth-form .input-group .input-icon{position:absolute;left:15px;color:#666;transition:.3s}.auth-wrapper .auth-card .auth-form .input-group input{width:100%;background:#121212;border:1px solid #333;padding:15px 15px 15px 45px;border-radius:12px;color:#fff;font-size:14px;outline:none;transition:all .3s ease;box-sizing:border-box}.auth-wrapper .auth-card .auth-form .input-group input:focus{border-color:#00d4ff;box-shadow:0 0 0 4px #00d4ff1a}.auth-wrapper .auth-card .auth-form .input-group input:focus+.input-icon,.auth-wrapper .auth-card .auth-form .input-group input:not(:placeholder-shown)~.input-icon{color:#00d4ff}.auth-wrapper .auth-card .auth-form .input-group .eye-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5}.auth-wrapper .auth-card .auth-form .input-group .eye-btn:hover{filter:brightness(1.5)}.auth-wrapper .auth-card .auth-form .password-rules{display:flex;flex-direction:column;gap:8px;margin-top:-2px;padding:10px 12px;background:#121212;border:1px solid #333;border-radius:10px}.auth-wrapper .auth-card .auth-form .password-rules__title{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:#666;margin-bottom:2px}.auth-wrapper .auth-card .auth-form .password-rules .rule{display:flex;align-items:center;gap:8px;font-size:11px;color:#666;font-weight:600;transition:color .3s}.auth-wrapper .auth-card .auth-form .password-rules .rule .dot{width:4px;height:4px;background:#666;border-radius:50%;transition:.3s}.auth-wrapper .auth-card .auth-form .password-rules .rule.met{color:#0f8}.auth-wrapper .auth-card .auth-form .password-rules .rule.met .dot{background:#0f8}.auth-wrapper .auth-card .auth-form .schedule-box{background:#121212;border:1px solid #333;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:14px;width:100%;box-sizing:border-box;transition:border-color .3s}.auth-wrapper .auth-card .auth-form .schedule-box:focus-within{border-color:#00d4ff;box-shadow:0 0 0 2px #00d4ff0d}.auth-wrapper .auth-card .auth-form .schedule-box .schedule-header{display:flex;align-items:center;gap:8px}.auth-wrapper .auth-card .auth-form .schedule-box .schedule-header span{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.auth-wrapper .auth-card .auth-form .schedule-box .schedule-type-toggle{display:flex;background:#1a1a21;border-radius:10px;padding:4px;border:1px solid #333}.auth-wrapper .auth-card .auth-form .schedule-box .schedule-type-toggle .toggle-btn{flex:1;padding:8px 0;border-radius:8px;font-size:13px;font-weight:700;color:#888;border:none;background:transparent;cursor:pointer;transition:.3s}.auth-wrapper .auth-card .auth-form .schedule-box .schedule-type-toggle .toggle-btn.active{background:#25252d;color:#00d4ff;box-shadow:0 2px 8px #0006}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content{display:flex;flex-direction:column;gap:14px;overflow:hidden}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .days-row{display:flex;justify-content:space-between;gap:6px;width:100%}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .days-row .day-btn{flex:1;min-width:0;background:#1a1a21;border:1px solid #333;color:#888;height:38px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:.2s;padding:0}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .days-row .day-btn:hover{background:#25252d;color:#fff}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .days-row .day-btn.active{background:#00d4ff26;border-color:#00d4ff;color:#00d4ff}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .time-row{display:flex;align-items:center;gap:8px;width:100%}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .time-row .time-separator{color:#666;font-size:13px;font-weight:700;flex-shrink:0}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .time-row .time-input{flex:1;min-width:0;display:flex;align-items:center;gap:8px;background:#1a1a21;border:1px solid #333;padding:10px;border-radius:8px;transition:.2s;position:relative}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .time-row .time-input:focus-within{border-color:#00d4ff}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .time-row .time-input .icon-shrink{flex-shrink:0}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .time-row .time-input input{background:transparent;border:none;color:#fff;outline:none;font-size:14px;width:100%;min-width:0;font-family:monospace;padding:0;color-scheme:dark}.auth-wrapper .auth-card .auth-form .schedule-box .fixed-schedule-content .time-row .time-input input::-webkit-calendar-picker-indicator{opacity:0;position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;cursor:pointer}.auth-wrapper .auth-card .auth-form .schedule-box .rotative-schedule-content{overflow:hidden}.auth-wrapper .auth-card .auth-form .schedule-box .rotative-schedule-content .rotative-info-box{display:flex;flex-direction:column;align-items:center;text-align:center;background:#1a1a21;border:1px dashed #333;border-radius:10px;padding:20px 15px;gap:10px}.auth-wrapper .auth-card .auth-form .schedule-box .rotative-schedule-content .rotative-info-box p{margin:0;color:#aaa;font-size:13px;line-height:1.5}.auth-wrapper .auth-card .auth-form .schedule-box .rotative-schedule-content .rotative-info-box p b{color:#fff}.auth-wrapper .auth-card .auth-form .schedule-box .rotative-schedule-content .rotative-info-box .pulse-icon{animation:pulseIcon 2s infinite ease-in-out;opacity:.8}.auth-wrapper .auth-card .auth-form .schedule-box .disclaimer-box{display:flex;gap:10px;align-items:flex-start;background:#00d4ff0d;padding:12px;border-radius:10px;border-left:3px solid #00D4FF;margin-top:2px}.auth-wrapper .auth-card .auth-form .schedule-box .disclaimer-box .info-icon{color:#00d4ff;flex-shrink:0;margin-top:2px}.auth-wrapper .auth-card .auth-form .schedule-box .disclaimer-box p{margin:0;color:#aaa;font-size:11px;line-height:1.4}.auth-wrapper .auth-card .auth-form .schedule-box .disclaimer-box p b{color:#ccc}.auth-wrapper .auth-card .submit-btn{margin-top:10px;background:#00d4ff;color:#121212;border:none;padding:15px;border-radius:12px;font-size:15px;font-weight:800;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;box-shadow:0 4px 15px #00d4ff4d;transition:.3s}.auth-wrapper .auth-card .submit-btn.disabled{background:#25252d;color:#666;box-shadow:none;cursor:not-allowed}.auth-wrapper .auth-card .btn-forgot{background:transparent;border:none;color:#888;font-size:13px;margin-top:4px;cursor:pointer;transition:.2s;text-align:center;outline:none;width:100%;padding:8px}.auth-wrapper .auth-card .btn-forgot:hover:not(:disabled){color:#fb0;text-decoration:underline}.auth-wrapper .auth-card .btn-forgot:disabled{opacity:.5;cursor:not-allowed}.auth-wrapper .auth-card .btn-back-login{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:4px;padding:12px;background:transparent;border:1px solid #444;border-radius:12px;color:#aaa;font-size:13px;font-weight:600;cursor:pointer;transition:.2s;outline:none}.auth-wrapper .auth-card .btn-back-login:hover:not(:disabled){border-color:#00d4ff;color:#00d4ff;background:#00d4ff0d}.auth-wrapper .auth-card .btn-back-login:disabled{opacity:.5;cursor:not-allowed}.auth-wrapper .auth-card .auth-footer{margin-top:14px;text-align:center;padding-top:12px;border-top:1px dashed #333}.auth-wrapper .auth-card .auth-footer__hint{margin:0;color:#666;font-size:11px;line-height:1.45}@keyframes radarPulseAuth{0%{transform:scale(.5);opacity:0}50%{opacity:.4}to{transform:scale(1.4);opacity:0}}.top-bar{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;height:64px;min-height:64px;width:100%;box-sizing:border-box;padding:0 12px;background-color:#121212;border-bottom:1px solid #1a1a21;z-index:1000;flex-shrink:0}.top-bar__left{display:flex;align-items:center;justify-content:flex-start;z-index:2}.top-bar__center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;max-width:calc(100% - 200px);pointer-events:none;z-index:1}.top-bar__right{display:flex;align-items:center;justify-content:flex-end;gap:10px;z-index:2;flex-shrink:0}.top-bar .menu-trigger{flex-shrink:0;width:40px;height:40px}.top-bar .icon-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;background:transparent;border:none;color:#fff;transition:transform .2s,background-color .2s}.top-bar .icon-btn:active{transform:scale(.9)}.top-bar .logo-title{margin:0;width:auto;max-width:100%;font-size:clamp(11px,3.2vw,15px);font-weight:800;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:2px solid #00d4ff;padding:0 6px 3px;line-height:1.2;display:inline-block;vertical-align:middle;box-sizing:border-box}.top-bar .icon-btn.home-trigger{width:40px;height:40px;border-radius:10px}.top-bar .icon-btn.home-trigger:hover{background:#ffffff0d}.top-bar .profile-wrapper{position:relative}.top-bar .profile-wrapper .profile-bubble{width:38px;height:38px;border-radius:50%;background:#1a1a21;border:2px solid;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0;overflow:hidden}.top-bar .profile-wrapper .profile-bubble:hover{transform:scale(1.05);filter:brightness(1.2)}.top-bar .profile-wrapper .profile-bubble:active{transform:scale(.95)}.top-bar .profile-wrapper .profile-bubble img{width:100%;height:100%;object-fit:cover}.top-bar .profile-wrapper .profile-bubble .initial{font-weight:900;font-size:18px}.top-bar .profile-wrapper .profile-dropdown{position:absolute;top:calc(100% + 15px);right:0;background:#1a1a21;border:1px solid #333;border-radius:16px;width:240px;padding:10px;box-shadow:0 15px 40px #000c;animation:popDown .2s cubic-bezier(.16,1,.3,1);z-index:2000}.top-bar .profile-wrapper .profile-dropdown .mode-selector-container:hover{background:transparent!important}.top-bar .profile-wrapper .profile-dropdown .mode-selector-container .mode-btn{flex:1;padding:6px 0;border-radius:6px;font-size:11px;font-weight:700;color:#888;border:1px solid #333;background:#121212;cursor:pointer;transition:.2s}.top-bar .profile-wrapper .profile-dropdown .mode-selector-container .mode-btn:hover{background:#25252d;color:#fff}.top-bar .profile-wrapper .profile-dropdown .mode-selector-container .mode-btn.active{background:#00d4ff1a;color:#00d4ff;border-color:#00d4ff}.top-bar .profile-wrapper .profile-dropdown .dropdown-header{padding:10px;display:flex;flex-direction:column;gap:4px}.top-bar .profile-wrapper .profile-dropdown .dropdown-header .name{color:#fff;font-weight:700;font-size:15px}.top-bar .profile-wrapper .profile-dropdown .dropdown-header .entorno{font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:800}.top-bar .profile-wrapper .profile-dropdown .dropdown-header .dropdown-team-role{font-size:11px;color:#00d4ff;font-weight:600;margin-top:2px}.top-bar .profile-wrapper .profile-dropdown .dropdown-divider{height:1px;background:#333;margin:5px 0}.top-bar .profile-wrapper .profile-dropdown .dropdown-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 10px;background:transparent;border:none;color:#ccc;border-radius:10px;cursor:pointer;transition:.2s;font-size:14px;font-weight:600}.top-bar .profile-wrapper .profile-dropdown .dropdown-item:hover{background:#25252d;color:#fff}.top-bar .profile-wrapper .profile-dropdown .dropdown-item.logout:hover{background:#ff44441a;color:#f44}.top-bar .profile-wrapper .profile-dropdown .switch-item{justify-content:space-between;cursor:default}.top-bar .profile-wrapper .profile-dropdown .switch-item:hover{background:transparent}.top-bar .profile-wrapper .profile-dropdown .switch-item .mini-toggle{width:50px;padding:6px 0;border-radius:20px;font-size:11px;font-weight:900;border:1px solid #444;background:#121212;color:#888;cursor:pointer;transition:.3s;display:flex;align-items:center;justify-content:center}.top-bar .profile-wrapper .profile-dropdown .switch-item .mini-toggle.active{background:#00ff8826;color:#0f8;border-color:#0f8;box-shadow:0 0 10px #0f83}@media(max-width:380px){.top-bar{height:58px;padding:0 8px}.top-bar__center{max-width:calc(100% - 180px)}.top-bar__right{gap:4px}.top-bar .logo-title{font-size:11px;letter-spacing:0}.top-bar .icon-btn.home-trigger{width:36px;height:36px}}@keyframes popDown{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-overlay.confirm-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:99999;animation:fadeIn .2s ease}.modal-overlay.confirm-overlay .confirm-modal-content{background:#1a1a21;border:1px solid #333;border-radius:16px;padding:30px 25px;width:90%;max-width:340px;text-align:center;position:relative;box-shadow:0 10px 50px #000c;animation:slideUp .3s cubic-bezier(.175,.885,.32,1.275)}.modal-overlay.confirm-overlay .confirm-modal-content .confirm-icon-wrapper{width:60px;height:60px;border-radius:50%;background:#ff44441a;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;border:1px solid rgba(255,68,68,.2)}.modal-overlay.confirm-overlay .confirm-modal-content h3{color:#fff;font-size:18px;margin:0 0 10px}.modal-overlay.confirm-overlay .confirm-modal-content p{color:#888;font-size:14px;margin:0 0 20px;line-height:1.4}.modal-overlay.confirm-overlay .confirm-modal-content .dont-ask-label{display:inline-flex;align-items:center;gap:10px;cursor:pointer;margin-bottom:25px;padding:10px 16px;border-radius:10px;background:#ffffff08;border:1px solid #333;color:#aaa;font-size:13px;font-weight:700;transition:all .2s ease}.modal-overlay.confirm-overlay .confirm-modal-content .dont-ask-label .checkbox-box{width:18px;height:18px;border-radius:4px;border:2px solid #555;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-overlay.confirm-overlay .confirm-modal-content .dont-ask-label:hover{background:#ffffff0d;color:#fff;border-color:#555}.modal-overlay.confirm-overlay .confirm-modal-content .dont-ask-label:hover .checkbox-box{border-color:#888}.modal-overlay.confirm-overlay .confirm-modal-content .dont-ask-label.checked{background:#00d4ff1a;border-color:#00d4ff;color:#00d4ff}.modal-overlay.confirm-overlay .confirm-modal-content .dont-ask-label.checked .checkbox-box{background:#00d4ff;border-color:#00d4ff}.modal-overlay.confirm-overlay .confirm-modal-content .confirm-actions{display:flex;gap:10px;width:100%}.modal-overlay.confirm-overlay .confirm-modal-content .confirm-actions button{flex:1;padding:12px;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.modal-overlay.confirm-overlay .confirm-modal-content .confirm-actions button.btn-cancel{background:transparent;border:1px solid #444;color:#aaa}.modal-overlay.confirm-overlay .confirm-modal-content .confirm-actions button.btn-cancel:hover{background:#333;color:#fff}.modal-overlay.confirm-overlay .confirm-modal-content .confirm-actions button.btn-danger{background:#ff44441a;border:1px solid #ff4444;color:#f44}.modal-overlay.confirm-overlay .confirm-modal-content .confirm-actions button.btn-danger:hover{background:#f44;color:#121212}.modal-overlay.confirm-overlay .confirm-modal-content .close-corner{position:absolute;top:15px;right:15px;background:none;border:none;color:#666;cursor:pointer;padding:5px;border-radius:5px}.modal-overlay.confirm-overlay .confirm-modal-content .close-corner:hover{color:#fff;background:#ffffff1a}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000}.sidebar{position:fixed;top:0;left:-300px;width:280px;height:100dvh;background-color:#121212;border-right:1px solid #222;z-index:3000;transition:left .3s cubic-bezier(.16,1,.3,1);padding:24px 20px calc(16px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.sidebar.open{left:0;box-shadow:20px 0 50px #00000080}.sidebar .sidebar-scroll{flex:1;min-height:0;overflow-y:auto;padding-right:4px;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.sidebar .sidebar-scroll::-webkit-scrollbar{width:4px}.sidebar .sidebar-scroll::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.sidebar .sidebar-stars-footer{margin-top:18px;padding-top:12px;border-top:1px dashed #333}.sidebar .pulse-stars-sidebar-btn{width:100%;display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;border:1px solid rgba(255,187,0,.35);background:linear-gradient(135deg,#ffbb001f,#9d4edd14);cursor:pointer;transition:.2s;text-align:left;font-family:inherit}.sidebar .pulse-stars-sidebar-btn__icon{width:36px;height:36px;border-radius:10px;background:#ffbb0026;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar .pulse-stars-sidebar-btn__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sidebar .pulse-stars-sidebar-btn__text strong{color:#fb0;font-size:13px;font-weight:800;letter-spacing:.3px}.sidebar .pulse-stars-sidebar-btn__text small{color:#888;font-size:10px;font-weight:600}.sidebar .pulse-stars-sidebar-btn__spark{flex-shrink:0;color:#9d4edd;opacity:.9}.sidebar .pulse-stars-sidebar-btn:hover{border-color:#fb0;background:linear-gradient(135deg,#fb03,#9d4edd24);box-shadow:0 4px 20px #ffbb0026}.sidebar .pulse-stars-sidebar-btn:hover strong{color:#ffd54f}.sidebar .sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.sidebar .sidebar-header .brand-logo{display:flex;align-items:center;gap:10px}.sidebar .sidebar-header .brand-logo h2{font-size:22px;color:#fff;margin:0;font-weight:900;letter-spacing:2px}.sidebar .sidebar-header .close-btn{background:#ffffff0d;border:none;color:#888;cursor:pointer;padding:6px;border-radius:50%;transition:.2s;display:flex;align-items:center;justify-content:center}.sidebar .sidebar-header .close-btn:hover{color:#fff;background:#f44;transform:rotate(90deg)}.sidebar .sidebar-section-title{font-size:11px;color:#666;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px;font-weight:700}.sidebar .project-list{display:flex;flex-direction:column;gap:6px;margin-bottom:25px}.sidebar .project-list .project-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:transparent;border-radius:10px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.sidebar .project-list .project-item.active{background:color-mix(in srgb,var(--project-color) 12%,transparent);border-color:color-mix(in srgb,var(--project-color) 35%,#333);box-shadow:inset 3px 0 0 var(--project-color)}.sidebar .project-list .project-item:hover:not(.active){background:#1a1a21}.sidebar .project-list .project-item .project-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.sidebar .project-list .project-item .project-info .project-color-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;box-shadow:0 0 8px var(--project-color)}.sidebar .project-list .project-item .project-info .project-type-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar .project-list .project-item .project-info .project-name{font-size:14px;color:#ccc;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .project-list .project-item.active .project-name{color:var(--project-color);font-weight:600}.sidebar .project-list .project-item .delete-project-btn{background:none;border:none;color:#666;width:34px;height:34px;padding:0;border-radius:6px;transition:.2s;cursor:pointer;display:flex;align-items:center;justify-content:center}.sidebar .project-list .project-item .delete-project-btn:hover:not(.delete-project-btn--locked){color:#f44!important;background:#ff44441a;transform:scale(1.1)}.sidebar .project-list .project-item .delete-project-btn--locked{opacity:.55}@media(hover:hover){.sidebar .project-list .project-item .delete-project-btn{color:#666}}@media(hover:none),(pointer:coarse){.sidebar .project-list .project-item .delete-project-btn{color:#666;background:transparent;border:none;flex-shrink:0}}@media(max-width:768px){.sidebar .project-list .project-item .project-info{max-width:calc(100% - 42px)}.sidebar .project-list .project-item .delete-project-btn{color:#666;background:transparent;border:none;flex-shrink:0}}.sidebar .project-list .add-project-btn{width:100%;padding:12px;margin-top:8px;border-radius:10px;background:#00d4ff0d;border:1px dashed rgba(0,212,255,.3);color:#00d4ff;font-weight:700;font-size:13px;cursor:pointer;transition:.2s}.sidebar .project-list .add-project-btn:hover{background:#00d4ff1f;border-style:solid;border-color:#00d4ff}.sidebar .project-list .add-project-btn--locked{background:#ffffff0a;border-color:#ffffff24;color:#888}.sidebar .divider{border:none;border-top:1px dashed #333;margin:0 0 25px}.sidebar .divider.after-tools{margin-top:2px}.sidebar .divider.settings-divider{margin:14px 0 10px}.sidebar .sidebar-nav{display:flex;flex-direction:column;gap:6px}.sidebar .sidebar-nav.help-nav{margin-bottom:18px;padding-bottom:4px}.sidebar .sidebar-nav.tools-nav{margin-bottom:4px;padding-bottom:14px}.sidebar .sidebar-nav .nav-link{display:flex;align-items:center;gap:12px;color:#aaa;font-size:14px;padding:12px 14px;border-radius:10px;cursor:pointer;transition:all .2s ease}.sidebar .sidebar-nav .nav-link svg{transition:.2s;color:#666}.sidebar .sidebar-nav .nav-link:hover{background:#1a1a21;color:#fff}.sidebar .sidebar-nav .nav-link:hover svg{color:#00d4ff;transform:scale(1.1)}.sidebar .sidebar-nav .nav-link.settings-link{margin-top:0}.sidebar .sidebar-nav .nav-link.settings-link:hover svg{color:#9d4edd}.sidebar .sidebar-nav .nav-link.flux-link{width:100%;text-align:left;font-family:inherit;background:#00d4ff0f;border:1px solid rgba(0,212,255,.2);color:#00d4ff;font-weight:700}.sidebar .sidebar-nav .nav-link.flux-link:hover{background:#00d4ff24;border-color:#00d4ff73;color:#5ce9ff}.sidebar .sidebar-nav .nav-link.tool-premium-link{width:100%;text-align:left;font-family:inherit;border:1px solid transparent;background:transparent;color:#aaa;font-weight:500;justify-content:flex-start}.sidebar .sidebar-nav .nav-link.tool-premium-link .tool-premium-link__label{flex:1;min-width:0}.sidebar .sidebar-nav .nav-link.tool-premium-link .tool-premium-star{flex-shrink:0;filter:drop-shadow(0 0 4px rgba(0,212,255,.5))}.sidebar .sidebar-nav .nav-link.tool-premium-link .tool-premium-lock{flex-shrink:0;color:#666}.sidebar .sidebar-nav .nav-link.tool-premium-link.locked{opacity:.75}.sidebar .sidebar-nav .nav-link.tool-premium-link.locked:hover{border-color:#00d4ff4d;background:#00d4ff14}.sidebar .sidebar-nav .nav-link.tool-premium-link:hover:not(.locked){background:#1a1a21;border-color:#00d4ff40;color:#fff}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:70px;background-color:#1a1a21;display:flex;justify-content:space-around;align-items:center;padding:0 10px;border-top:1px solid #2A2A35;z-index:100}.bottom-nav .nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:none;gap:4px;cursor:pointer;transition:.2s;width:60px;height:100%}.bottom-nav .nav-item--muted .label{color:#444}.bottom-nav .nav-item:hover .label{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.5)}.bottom-nav .nav-item:hover svg:not(.neon-button svg){color:#fff!important;filter:drop-shadow(0 0 8px rgba(255,255,255,.5))}.bottom-nav .nav-item .label{font-size:10px;color:#666;font-weight:600;transition:.2s}.bottom-nav .nav-item.center-btn-wrapper{position:relative;width:70px;display:flex;justify-content:center}.bottom-nav .nav-item.center-btn-wrapper .neon-button{position:absolute;bottom:25px;width:60px;height:60px;border-radius:50%;border:none;padding:0;background-color:#00d4ff;color:#121212;box-shadow:0 4px 20px #00d4ff99;display:grid;place-items:center;font-size:38px;line-height:0;cursor:pointer;transition:all .2s ease-in-out;z-index:110}.bottom-nav .nav-item.center-btn-wrapper .neon-button:hover{transform:scale(1.08) translateY(-2px);background-color:#1ae0ff;box-shadow:0 6px 25px #00d4ffcc}.bottom-nav .nav-item.center-btn-wrapper .neon-button:active{transform:scale(.95)}.bottom-nav .notification-icon{position:relative}.bottom-nav .notification-icon .badge{position:absolute;top:-5px;right:-5px;font-size:10px;font-weight:700;padding:2px 5px;border-radius:10px;display:flex;align-items:center;justify-content:center;min-width:16px;height:16px;box-sizing:border-box}.bottom-nav .notification-icon .badge.badge-warning{background-color:#fb0;color:#121212}.bottom-nav .notification-icon .badge.badge-critical{background-color:#f44;color:#fff;font-size:12px}.bottom-nav .notification-icon .badge.pulse-animation{animation:pulse-red 1.5s infinite}@keyframes pulse-red{0%{box-shadow:0 0 #ff4444b3}70%{box-shadow:0 0 0 6px #f440}to{box-shadow:0 0 #f440}}.notification-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:2000}.notification-panel{position:fixed;top:0;right:0;width:85%;max-width:400px;height:100vh;background:#16161cd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.05);z-index:3000;padding:30px 20px;box-shadow:-20px 0 50px #000000b3;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.notification-panel::-webkit-scrollbar{width:6px}.notification-panel::-webkit-scrollbar-track{background:transparent}.notification-panel::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.notification-panel::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.notification-panel .panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-right:5px;border-bottom:1px dashed rgba(255,255,255,.1);padding-bottom:20px}.notification-panel .panel-header .header-title{display:flex;align-items:center;gap:10px}.notification-panel .panel-header .header-title h3{color:#fff;font-size:18px;margin:0;font-weight:800;letter-spacing:.5px}.notification-panel .panel-header .header-title .badge-count{background:#f44;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:700;box-shadow:0 0 10px #f446}.notification-panel .panel-header .close-panel-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;color:#aaa;cursor:pointer;transition:.2s;flex-shrink:0}.notification-panel .panel-header .close-panel-btn:hover{background:#f44;color:#fff;border-color:#f44;transform:rotate(90deg)}.notification-panel .panel-content{display:flex;flex-direction:column;gap:15px;padding-right:5px}.notification-panel .panel-content .project-alert-group{background:#1e1e2699;border-radius:16px;padding:16px;border:1px solid rgba(255,255,255,.05);border-left:4px solid var(--p-color);cursor:pointer;transition:all .2s ease}.notification-panel .panel-content .project-alert-group:hover{background:#282832cc;box-shadow:0 10px 20px #0006,inset 2px 0 0 var(--p-color)}.notification-panel .panel-content .project-alert-group:hover .arrow-icon{transform:translate(4px);color:#fff}.notification-panel .panel-content .project-alert-group .group-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.notification-panel .panel-content .project-alert-group .group-header .dot{width:10px;height:10px;border-radius:50%;box-shadow:0 0 8px var(--p-color);flex-shrink:0}.notification-panel .panel-content .project-alert-group .group-header h4{color:#fff;font-size:15px;margin:0;flex:1;word-break:break-word;font-weight:600}.notification-panel .panel-content .project-alert-group .group-header .arrow-icon{color:#666;transition:.2s;flex-shrink:0}.notification-panel .panel-content .project-alert-group .group-body{display:flex;flex-direction:column;gap:8px}.notification-panel .panel-content .project-alert-group .group-body .alert-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;padding:12px;border-radius:10px}.notification-panel .panel-content .project-alert-group .group-body .alert-item span{flex:1;line-height:1.4}.notification-panel .panel-content .project-alert-group .group-body .alert-item.critical{color:#f44;background:#ff444414;border:1px solid rgba(255,68,68,.2)}.notification-panel .panel-content .project-alert-group .group-body .alert-item.critical .icon-pulse{animation:pulseIcon 2s infinite}.notification-panel .panel-content .project-alert-group .group-body .alert-item.warning{color:#fb0;background:#ffbb0014;border:1px solid rgba(255,187,0,.2)}.notification-panel .panel-content .empty-alerts{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px;color:#888}.notification-panel .panel-content .empty-alerts .empty-icon-container{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.notification-panel .panel-content .empty-alerts .empty-icon-container .glow-ring{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgba(0,212,255,.2) 0%,transparent 70%);animation:pulseIcon 3s infinite alternate}.notification-panel .panel-content .empty-alerts p{margin:0 0 30px;font-size:15px;line-height:1.6;color:#aaa}.notification-panel .panel-content .empty-alerts .back-btn{background:#00d4ff1a;border:1px solid rgba(0,212,255,.3);color:#00d4ff;padding:12px 24px;border-radius:12px;cursor:pointer;font-weight:700;transition:.2s}.notification-panel .panel-content .empty-alerts .back-btn:hover{background:#00d4ff33;border-color:#00d4ff;transform:translateY(-2px)}@keyframes pulseIcon{0%{opacity:.6;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.6;transform:scale(.95)}}.plan-limit-paywall-overlay{z-index:2500}.plan-limit-paywall{position:relative;background:#1a1a21;border:1px solid #333;border-radius:20px;width:90%;max-width:360px;padding:28px 22px 22px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 20px 50px #000000d9,0 0 40px #00d4ff14;animation:planLimitPop .28s cubic-bezier(.16,1,.3,1)}.plan-limit-paywall__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center}.plan-limit-paywall__close:hover{background:#ffffff0f;color:#fff}.plan-limit-paywall__icon{width:56px;height:56px;border-radius:50%;background:#00d4ff1a;border:1px solid rgba(0,212,255,.35);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.plan-limit-paywall h3{margin:0 0 10px;color:#fff;font-size:18px;font-weight:800;line-height:1.25}.plan-limit-paywall p{margin:0 0 22px;color:#aaa;font-size:14px;line-height:1.5}.plan-limit-paywall__cta{width:100%;padding:14px 20px;border:none;border-radius:12px;background:linear-gradient(135deg,#00d4ff,#00a8cc);color:#0a0a0f;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 4px 20px #00d4ff59;transition:transform .15s,box-shadow .15s}.plan-limit-paywall__cta:hover{transform:translateY(-1px);box-shadow:0 6px 24px #00d4ff73}.plan-limit-paywall__cta:active{transform:scale(.98)}.plan-limit-paywall__secondary{margin-top:10px;padding:10px;border:none;background:transparent;color:#666;font-size:13px;font-weight:600;cursor:pointer}.plan-limit-paywall__secondary:hover{color:#aaa}@keyframes planLimitPop{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.checklist-card{background:#1a1a21;border-radius:16px;padding:24px;width:100%;border:1px solid #25252d;margin:0 auto 80px;box-sizing:border-box;max-width:1000px}.checklist-card .card-header,.checklist-card .recorrida-header,.checklist-card .header-section{margin-bottom:25px}.checklist-card .card-header .view-mode-header,.checklist-card .recorrida-header .view-mode-header,.checklist-card .header-section .view-mode-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:15px}.checklist-card .card-header .view-mode-header .title-texts,.checklist-card .recorrida-header .view-mode-header .title-texts,.checklist-card .header-section .view-mode-header .title-texts{flex:1;min-width:0}.checklist-card .card-header .view-mode-header .title-texts h2,.checklist-card .recorrida-header .view-mode-header .title-texts h2,.checklist-card .header-section .view-mode-header .title-texts h2{font-size:20px;color:#fff;margin:0 0 5px;line-height:1.2}.checklist-card .card-header .view-mode-header .title-texts p,.checklist-card .recorrida-header .view-mode-header .title-texts p,.checklist-card .header-section .view-mode-header .title-texts p{color:#888;font-size:13px;margin:0}.checklist-card .card-header .view-mode-header .top-right-actions,.checklist-card .recorrida-header .view-mode-header .top-right-actions,.checklist-card .header-section .view-mode-header .top-right-actions{display:flex;gap:10px;align-items:center;flex-shrink:0;flex-wrap:nowrap;justify-content:flex-end}.checklist-card .card-header .view-mode-header .top-right-actions .icon-btn,.checklist-card .recorrida-header .view-mode-header .top-right-actions .icon-btn,.checklist-card .header-section .view-mode-header .top-right-actions .icon-btn{background:#1e1e26;border:1px solid #333;color:#888;padding:10px;border-radius:8px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.checklist-card .card-header .view-mode-header .top-right-actions .icon-btn:hover,.checklist-card .recorrida-header .view-mode-header .top-right-actions .icon-btn:hover,.checklist-card .header-section .view-mode-header .top-right-actions .icon-btn:hover{color:var(--project-color, var(--accent-color));border-color:var(--project-color, var(--accent-color))}.checklist-card .card-header .edit-mode-header,.checklist-card .recorrida-header .edit-mode-header,.checklist-card .header-section .edit-mode-header{display:flex;gap:10px;width:100%;align-items:stretch}.checklist-card .card-header .edit-mode-header .edit-inputs,.checklist-card .recorrida-header .edit-mode-header .edit-inputs,.checklist-card .header-section .edit-mode-header .edit-inputs{flex:1;display:flex;flex-direction:column;gap:8px}.checklist-card .card-header .edit-mode-header .edit-inputs input,.checklist-card .recorrida-header .edit-mode-header .edit-inputs input,.checklist-card .header-section .edit-mode-header .edit-inputs input{background:#121212;border:1px solid #333;padding:10px 12px;border-radius:8px;color:#fff;font-size:14px;outline:none;transition:.2s}.checklist-card .card-header .edit-mode-header .edit-inputs input:focus,.checklist-card .recorrida-header .edit-mode-header .edit-inputs input:focus,.checklist-card .header-section .edit-mode-header .edit-inputs input:focus{border-color:var(--project-color, var(--accent-color))}.checklist-card .card-header .edit-mode-header .edit-btns,.checklist-card .recorrida-header .edit-mode-header .edit-btns,.checklist-card .header-section .edit-mode-header .edit-btns{display:flex;flex-direction:column;gap:8px;flex-shrink:0;width:45px}.checklist-card .card-header .edit-mode-header .edit-btns .icon-btn,.checklist-card .recorrida-header .edit-mode-header .edit-btns .icon-btn,.checklist-card .header-section .edit-mode-header .edit-btns .icon-btn{flex:1;padding:0;border-radius:8px;background:#1e1e26;border:1px solid #333;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.checklist-card .card-header .edit-mode-header .edit-btns .save,.checklist-card .recorrida-header .edit-mode-header .edit-btns .save,.checklist-card .header-section .edit-mode-header .edit-btns .save{color:#0f8}.checklist-card .card-header .edit-mode-header .edit-btns .save:hover,.checklist-card .recorrida-header .edit-mode-header .edit-btns .save:hover,.checklist-card .header-section .edit-mode-header .edit-btns .save:hover{background:#00ff881a;border-color:#0f8}.checklist-card .card-header .edit-mode-header .edit-btns .cancel,.checklist-card .recorrida-header .edit-mode-header .edit-btns .cancel,.checklist-card .header-section .edit-mode-header .edit-btns .cancel{color:#f44}.checklist-card .card-header .edit-mode-header .edit-btns .cancel:hover,.checklist-card .recorrida-header .edit-mode-header .edit-btns .cancel:hover,.checklist-card .header-section .edit-mode-header .edit-btns .cancel:hover{background:#ff44441a;border-color:#f44}.checklist-card .progress-section{display:flex;align-items:center;gap:12px;margin-bottom:25px}.checklist-card .progress-section .bar-bg{flex:1;height:8px;background:#2a2a35;border-radius:4px;overflow:hidden;position:relative}.checklist-card .progress-section .bar-bg .fill{height:100%;background:var(--accent-color);border-radius:4px;position:relative;transition:width .6s cubic-bezier(.175,.885,.32,1.275)}.checklist-card .progress-section .pct{color:var(--accent-color);font-weight:800;font-size:13px}.checklist-card .add-form{display:flex;flex-direction:row;gap:10px;margin-bottom:25px;width:100%;align-items:stretch}.checklist-card .add-form .input-group{flex:1;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"texto texto" "fecha bandera";background:#25252d;border:1px solid #333;border-radius:12px;overflow:hidden;transition:border-color .2s;min-width:0}.checklist-card .add-form .input-group:focus-within{border-color:var(--accent-color)}.checklist-card .add-form .input-group input[type=text]{grid-area:texto;background:transparent;border:none;border-bottom:1px solid #333;padding:15px 16px;color:#fff;font-size:14px;outline:none;width:100%;box-sizing:border-box}.checklist-card .add-form .input-group .date-wrapper{grid-area:fecha;position:relative;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 15px;border-right:1px solid #333;background:transparent;overflow:hidden}.checklist-card .add-form .input-group .date-wrapper .calendar-icon{color:#888;transition:.2s}.checklist-card .add-form .input-group .date-wrapper .date-text{color:#888;font-size:14px;white-space:nowrap;transition:.2s}.checklist-card .add-form .input-group .date-wrapper .hidden-date-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.checklist-card .add-form .input-group .date-wrapper:hover .calendar-icon,.checklist-card .add-form .input-group .date-wrapper:hover .date-text{color:#fff}.checklist-card .add-form .input-group .priority-btn{grid-area:bandera;background:transparent;border:none;padding:12px 15px;color:#555;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.checklist-card .add-form .input-group .priority-btn:hover{color:#fff}.checklist-card .add-form .input-group .priority-btn.active{background:#9d4edd1a;color:#9d4edd}.checklist-card .add-form .submit-btn-minimal{flex-shrink:0;width:50px;padding:0;background:#25252d;border:1px solid #333;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;outline:none}.checklist-card .add-form .submit-btn-minimal:hover{background:#2a2a35;border-color:var(--accent-color)}.checklist-card .task-list{display:flex;flex-direction:column;gap:10px}.checklist-card .task-list .task-row{display:grid!important;grid-template-columns:40px 1fr 40px;align-items:center;background:#1e1e26;padding:12px 5px;border-radius:12px;min-height:55px;border-left:4px solid transparent;transition:background-color .3s,border-color .3s}.checklist-card .task-list .task-row.critical{border-left-color:#f44}.checklist-card .task-list .task-row.critical .task-content .text{color:#f44;font-weight:700}.checklist-card .task-list .task-row.warning{border-left-color:#fb0}.checklist-card .task-list .task-row.warning .task-content .text{color:#fb0;font-weight:700}.checklist-card .task-list .task-row.priority{border-left-color:#9d4edd}.checklist-card .task-list .task-row.done{background:#16161c;border-left-color:transparent}.checklist-card .task-list .task-row.done .task-content .text{color:#666;font-weight:400;text-decoration-color:#666}.checklist-card .task-list .task-row.done .task-meta{opacity:.6}.checklist-card .task-list .task-row .check-container{display:flex;justify-content:center;position:relative}.checklist-card .task-list .task-row .check-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checklist-card .task-list .task-row .check-container .custom-box{width:22px;height:22px;border:2px solid #444;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:.2s}.checklist-card .task-list .task-row .check-container .custom-box .icon{color:#121212;transform:scale(0);transition:.2s cubic-bezier(.175,.885,.32,1.275)}.checklist-card .task-list .task-row .check-container input:checked~.custom-box{background:var(--accent-color)!important;border-color:var(--accent-color)!important}.checklist-card .task-list .task-row .check-container input:checked~.custom-box .icon{transform:scale(1)}.checklist-card .task-list .task-row .task-content{display:flex;flex-direction:column;gap:2px}.checklist-card .task-list .task-row .task-content .text{font-size:15px;color:#eee;line-height:1.4;display:inline;text-decoration:line-through;text-decoration-color:transparent;text-decoration-thickness:2px;transition:text-decoration-color .4s ease,color .4s ease}.checklist-card .task-list .task-row .task-content .task-meta{transition:opacity .4s ease}.checklist-card .task-list .task-row .task-content .due-date{font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;background:#25252d;color:#888;display:flex;align-items:center;gap:4px;border:1px solid transparent}.checklist-card .task-list .task-row .task-content .due-date.badge-vencido,.checklist-card .task-list .task-row .task-content .due-date.badge-hoy{background:#ff44441a;color:#f44;border-color:#f443}.checklist-card .task-list .task-row .task-content .due-date.badge-alerta{background:#ffbb001a;color:#fb0;border-color:#fb03}.checklist-card .task-list .task-row .task-content .time-badge{font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;background:#00ff881a;color:#0f8;display:flex;align-items:center;gap:4px;border:1px solid rgba(0,255,136,.2)}.checklist-card .task-list .task-row .task-content .priority-badge{font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;background:#9d4edd1a;color:#9d4edd;display:flex;align-items:center;gap:4px;border:1px solid rgba(157,78,221,.2)}.checklist-card .task-list .task-row .del-btn{display:flex;justify-content:center;color:#444;cursor:pointer;background:none;border:none;transition:.2s;padding:5px}.checklist-card .task-list .task-row .del-btn:hover{color:#f44}@media(max-width:550px){.checklist-card .add-form{flex-direction:column}.checklist-card .add-form .submit-btn-minimal{width:100%;height:50px}}.color-picker-row{width:100%;box-sizing:border-box;position:relative}.color-picker-row .color-picker-row__label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#666;margin:0 0 10px}.color-picker-row .color-picker-row__swatches{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.color-picker-row .color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;flex-shrink:0;transition:transform .15s,border-color .15s,box-shadow .15s;box-sizing:border-box}.color-picker-row .color-swatch:hover{transform:scale(1.08)}.color-picker-row .color-swatch.active{border-color:#fff;box-shadow:0 0 0 2px #1a1a21,0 0 12px #ffffff40;transform:scale(1.1)}.color-picker-row .color-swatch--custom{position:relative;display:flex;align-items:center;justify-content:center;background:#25252d;border-color:#555}.color-picker-row .color-swatch--custom .color-swatch--custom-rainbow{position:absolute;inset:4px;border-radius:50%;background:conic-gradient(from 90deg,#f44,#fb0,#0f8,#00d4ff,#9d4edd,#ff007f,#f44);pointer-events:none}.color-picker-row .color-swatch--custom .color-swatch--custom-plus{position:relative;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.9))}.color-picker-row .color-swatch--custom.active.is-custom{background:var(--custom-color, #00d4ff);border-color:#fff}.color-picker-row .color-swatch--custom.active.is-custom .color-swatch--custom-rainbow{display:none}.color-picker-row .color-swatch--custom.popover-open{z-index:20;transform:scale(1.1);border-color:#00d4ff;box-shadow:0 0 0 2px #00d4ff59}.color-picker-portal{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.color-picker-portal__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer;animation:colorPickerBackdropIn .2s ease}.color-picker-portal__panel{position:relative;z-index:1;width:min(220px,100vw - 40px);background:#1a1a21;border:1px solid #333;border-radius:16px;box-shadow:0 16px 48px #000000e6;padding:16px;display:flex;flex-direction:column;gap:12px;animation:colorPickerPortalIn .22s ease;box-sizing:border-box}.color-picker-portal__title{margin:0;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.6px;color:#888;text-align:center}.color-picker-portal .react-colorful{width:100%;height:auto;aspect-ratio:1;max-height:min(200px,100vh - 200px)}.color-picker-portal .react-colorful__pointer{width:22px;height:22px;border:2px solid #fff;box-shadow:0 2px 5px #00000080}.color-picker-portal .react-colorful__hue{height:14px;border-radius:8px;margin-top:10px}.color-picker-portal__actions{display:flex;gap:8px}.color-picker-portal__actions button{flex:1;padding:10px 8px;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:700;transition:.2s;outline:none}.color-picker-portal__actions .btn-cancel{background:#25252d;border:1px solid #444;color:#aaa}.color-picker-portal__actions .btn-cancel:hover{background:#f44;color:#fff;border-color:#f44}.color-picker-portal__actions .btn-confirm{color:#121212}.color-picker-portal__actions .btn-confirm:hover{filter:brightness(1.1);transform:scale(1.02)}@keyframes colorPickerBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes colorPickerPortalIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-overlay{position:fixed;inset:0;background:#0c0c0ee6;display:flex;align-items:center;justify-content:center;z-index:5000;padding:20px}.creation-modal{background:#1a1a21;border:1px solid #25252d;border-radius:20px;width:100%;max-width:400px;padding:30px;animation:fadeInScale .2s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.creation-modal .modal-header{text-align:center;margin-bottom:25px}.creation-modal .modal-header h3{color:#fff;font-size:20px;margin-bottom:5px}.creation-modal .options-grid{display:flex;flex-direction:column;gap:15px}.creation-modal .options-grid .option-card{display:flex;align-items:center;gap:15px;padding:15px;background:#25252d;border-radius:16px;cursor:pointer;border:1px solid transparent;transition:all .2s ease}.creation-modal .options-grid .option-card .icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px}.creation-modal .options-grid .option-card h4{color:#fff;font-size:16px;margin:0}.creation-modal .options-grid .option-card__hint{display:block;color:#fb0;font-size:11px;font-weight:700;margin-top:2px}.creation-modal .options-grid .option-card.master{border-color:#ffbb0040;background:#ffbb000d}.creation-modal .options-grid .option-card.master .icon{background:#ffbb001f}.creation-modal .options-grid .option-card.master:hover,.creation-modal .options-grid .option-card.master:active{border-color:#fb0;box-shadow:0 0 16px #ffbb001f}.creation-modal .options-grid .option-card:hover,.creation-modal .options-grid .option-card:active{background:#2a2a35;border-color:#00d4ff;transform:scale(.98)}.creation-modal .templates-list{display:flex;flex-direction:column;gap:12px;margin-bottom:25px;max-height:50vh;overflow-y:auto;padding-top:12px;padding-bottom:12px;padding-right:5px}.creation-modal .templates-list::-webkit-scrollbar{width:5px}.creation-modal .templates-list::-webkit-scrollbar-thumb{background:#333;border-radius:5px}.creation-modal .templates-list .template-card-item{display:flex;gap:12px;align-items:center;padding:16px;background:#25252d;border-radius:12px;border-left:4px solid var(--card-color);cursor:pointer;transition:all .2s ease-in-out}.creation-modal .templates-list .template-card-item h4{margin:0 0 5px;color:#fff;font-size:16px}.creation-modal .templates-list .template-card-item span{color:#888;font-size:13px}.creation-modal .templates-list .template-card-item:hover,.creation-modal .templates-list .template-card-item:active{background:#2a2a35;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d,inset 4px 0 0 var(--card-color),0 0 10px var(--card-color)}.creation-modal input{width:100%;background:#25252d;border:1px solid #333;padding:15px;border-radius:12px;color:#fff;font-size:16px;margin-bottom:20px;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}.creation-modal input:focus{border-color:var(--modal-color)!important;box-shadow:0 0 5px #00000080}.creation-modal .color-picker{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.creation-modal .color-picker .color-circle{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:all .2s cubic-bezier(.175,.885,.32,1.275);position:relative;display:flex;align-items:center;justify-content:center}.creation-modal .color-picker .color-circle.active{border-color:#fff;transform:scale(1.25);box-shadow:0 0 12px #0009;z-index:10}.creation-modal .color-picker .color-circle.custom-picker .inner-shadow{position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 8px #00000080;pointer-events:none;z-index:1}.creation-modal .color-picker .color-circle.custom-picker:hover:not(.active){transform:scale(1.1)}.creation-modal .color-picker .color-circle.custom-picker .picker-popover{position:absolute;bottom:calc(100% + 15px);right:-10px;z-index:1000;animation:popIn .2s ease;background:#1a1a21;border:1px solid #333;border-radius:12px;box-shadow:0 10px 30px #000c;padding:12px;display:flex;flex-direction:column;gap:12px}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .picker-backdrop{position:fixed;inset:0;z-index:-1;cursor:default}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .react-colorful{width:160px;height:160px}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .react-colorful__pointer{width:24px;height:24px;border:2px solid white;box-shadow:0 2px 5px #00000080}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .react-colorful__hue{height:16px;border-radius:8px;margin-top:10px}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .popover-actions{display:flex;gap:8px}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .popover-actions button{flex:1;padding:8px;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;outline:none}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .popover-actions button.btn-cancel{background:#25252d;border:1px solid #444;color:#aaa}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .popover-actions button.btn-cancel:hover{background:#f44;color:#fff;border-color:#f44}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .popover-actions button.btn-confirm{filter:saturate(1.2)}.creation-modal .color-picker .color-circle.custom-picker .picker-popover .popover-actions button.btn-confirm:hover{transform:scale(1.05)}.creation-modal .form-actions{display:flex;gap:12px;margin-top:10px}.creation-modal .form-actions button{flex:1;padding:14px;border-radius:12px;font-weight:700;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.creation-modal .form-actions button.confirm-btn{background:var(--modal-color);color:#121212;border:none}.creation-modal .form-actions button.confirm-btn:hover{transform:translateY(-2px);filter:brightness(1.2);box-shadow:0 5px 15px #0000004d}.creation-modal .form-actions button.back-btn{background:#25252d;color:#888;border:1px solid #333}.creation-modal .form-actions button.full-width{width:100%}.creation-modal .form-actions button:hover{filter:brightness(1.1)}.creation-modal .form-actions button:active{transform:scale(.95)}.creation-modal .type-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:20px}.creation-modal .type-selector .type-option{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px;background:#1a1a21;border:1px solid #444;border-radius:12px;color:#888;cursor:pointer;transition:all .3s ease;font-size:13px;font-weight:700}.creation-modal .type-selector .type-option:hover{background:#25252d;color:#fff;transform:translateY(-2px)}.creation-modal .type-selector .type-option.active{background:#ffffff0d;border-color:var(--modal-color);color:var(--modal-color);transform:translateY(0);box-shadow:0 0 10px #0003}.creation-modal .type-selector .type-option.active svg{color:var(--modal-color)!important;transition:.3s ease}.widgets-container{width:100%;padding-bottom:80px;overflow-x:hidden;max-width:100vw;overscroll-behavior-y:none}.widgets-container .widgets-header{display:flex;align-items:center;gap:10px;margin-bottom:25px;min-width:0}.widgets-container .widgets-header__title-block{flex:1;min-width:0}.widgets-container .widgets-header__search{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(255,187,0,.35);background:#ffbb0014;cursor:pointer;transition:background .2s,border-color .2s}.widgets-container .widgets-header__search:hover{background:#ffbb0026;border-color:#fb0}.widgets-container .widgets-header__search--locked{border-color:#333;background:#1e1e26;opacity:.75}.widgets-container .widgets-header .title-view-mode{display:flex;align-items:center;gap:8px;cursor:pointer;min-width:0}.widgets-container .widgets-header .title-view-mode h3{font-size:18px;color:#888;font-weight:500;transition:.2s;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widgets-container .widgets-header .title-view-mode .edit-icon{opacity:.5;color:#666;transition:.2s}.widgets-container .widgets-header .title-view-mode:hover h3{color:#fff}.widgets-container .widgets-header .title-view-mode:hover .edit-icon{opacity:1}.widgets-container .widgets-header .title-edit-mode{display:flex;align-items:center;gap:8px;background:#1a1a21;border:1px solid #00d4ff;border-radius:8px;padding:4px 10px;flex:1;min-width:0}.widgets-container .widgets-header .title-edit-mode input{background:none;border:none;color:#fff;font-size:18px;outline:none;width:150px;font-weight:500}.widgets-container .widgets-header .title-edit-mode button{background:none;border:none;cursor:pointer;display:flex;align-items:center}.widgets-container .widgets-type-filters{display:flex;gap:8px;margin-bottom:20px;padding-bottom:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-padding-inline:8px;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:transparent transparent}.widgets-container .widgets-type-filters::-webkit-scrollbar{height:3px}.widgets-container .widgets-type-filters::-webkit-scrollbar-track{background:transparent;margin-inline:6px}.widgets-container .widgets-type-filters::-webkit-scrollbar-thumb{background:transparent;border-radius:999px;transition:background .45s ease}.widgets-container .widgets-type-filters::-webkit-scrollbar-button,.widgets-container .widgets-type-filters::-webkit-scrollbar-corner{display:none;width:0;height:0}@media(hover:hover){.widgets-container .widgets-type-filters:hover,.widgets-container .widgets-type-filters:focus-within{scrollbar-color:rgba(0,212,255,.22) transparent}.widgets-container .widgets-type-filters:hover::-webkit-scrollbar-thumb,.widgets-container .widgets-type-filters:focus-within::-webkit-scrollbar-thumb{background:#00d4ff38}}@media(hover:none){.widgets-container .widgets-type-filters{scrollbar-color:rgba(0,212,255,.14) transparent}.widgets-container .widgets-type-filters::-webkit-scrollbar-thumb{background:#00d4ff24}}.widgets-container .widgets-type-filter{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:1px solid #333;background:#1e1e26;color:#888;font-size:12px;font-weight:700;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.widgets-container .widgets-type-filter:hover:not(.active){color:#ccc;border-color:#444}.widgets-container .widgets-type-filter.active{color:#00d4ff;border-color:#00d4ff73;background:#00d4ff1a}.widgets-container .widgets-type-filter__count{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ffffff0f;color:inherit;font-size:10px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.widgets-container .widgets-empty-filter{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:48px 20px;color:#666;font-style:italic;text-align:center}.widgets-container .widgets-empty-filter p{margin:0;font-size:14px}.widgets-container .widgets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:100%}.widgets-container .widget-sortable-cell{width:100%;height:100%;min-height:0}.widgets-container .widget-card{width:100%;height:100%;box-sizing:border-box;background:#1a1a21;border-radius:20px;padding:25px 20px 20px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease,transform .2s ease;position:relative;overflow:hidden;border:1px solid transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}.widgets-container .widget-card .widget-drag-handle{position:absolute;top:5px;left:50%;transform:translate(-50%);cursor:grab;padding:5px 20px;opacity:.3;transition:.2s;z-index:10;touch-action:none}.widgets-container .widget-card .widget-drag-handle:hover{opacity:1;color:#fff}.widgets-container .widget-card .widget-drag-handle:active{cursor:grabbing;opacity:1}.widgets-container .widget-card.dragging{box-shadow:0 25px 50px #000000e6,inset 4px 0 0 var(--widget-color)!important;background:#25252d;border-color:#444;z-index:100;opacity:.95}.widgets-container .widget-card:hover:not(.dragging){transform:translateY(-4px);background:#2a2a35;border-color:#333;box-shadow:0 8px 25px #0006,inset 4px 0 0 var(--widget-color),0 0 15px #00000026}.widgets-container .widget-card .widget-color-strip{position:absolute;top:0;left:0;width:100%;height:4px}.widgets-container .widget-card .widget-top{display:flex;justify-content:space-between;align-items:flex-start}.widgets-container .widget-card .widget-top .widget-icon-box{background:#ffffff08;padding:8px;border-radius:10px;display:flex;align-items:center;justify-content:center}.widgets-container .widget-card .widget-top .delete-widget-btn{background:none;border:none;cursor:pointer;padding:2px}.widgets-container .widget-card .widget-top .delete-widget-btn:hover svg{color:#f44!important}.widgets-container .widget-card h4{font-size:15px;color:#fff;line-height:1.2;margin-top:5px;margin-bottom:0;min-height:36px;display:flex;align-items:center}.widgets-container .widget-card .widget-info{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#666;font-weight:700;height:15px}.widgets-container .widget-card .widget-info.alt{font-weight:400;opacity:.8}.widgets-container .widget-card .mini-progress-bar{width:100%;height:4px;background:#25252d;border-radius:2px}.widgets-container .widget-card .mini-progress-bar .fill{height:100%;border-radius:2px;transition:width .3s}.multilocal-dashboard{padding:20px 16px 100px;max-width:720px;margin:0 auto;color:#e8e8ec}.multilocal-dashboard--loading,.multilocal-dashboard--empty{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#888;text-align:center}.multilocal-dashboard--loading .spin,.multilocal-dashboard--empty .spin{animation:ml-spin 1s linear infinite;color:#fb0}.multilocal-dashboard__header{margin-bottom:20px}.multilocal-dashboard__header h2{margin:4px 0 6px;font-size:1.35rem;color:#fff}.multilocal-dashboard__header p{margin:0;color:#9a9aa8;font-size:.9rem}.multilocal-dashboard__eyebrow{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#fb0;font-weight:700}.multilocal-dashboard__kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px}.multilocal-dashboard__grid{display:flex;flex-direction:column;gap:12px}.ml-kpi{background:#14141c;border:1px solid #2a2a36;border-radius:12px;padding:12px 10px;display:flex;flex-direction:column;align-items:center;gap:4px;color:#00d4ff}.ml-kpi--warn{color:#ff6b6b}.ml-kpi__value{font-size:1.25rem;font-weight:800;color:#fff}.ml-kpi__label{font-size:.68rem;color:#888;text-align:center}.ml-site-card{background:#12121a;border:1px solid #2a2a36;border-left:3px solid var(--site-color, #00d4ff);border-radius:14px;padding:14px}.ml-site-card__head{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;color:var(--site-color, #00d4ff)}.ml-site-card__head h3{margin:0;font-size:1rem;color:#fff}.ml-site-card__head p{margin:2px 0 0;font-size:.8rem;color:#888}.ml-site-card__badge{display:inline-flex;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;border-radius:999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle}.ml-site-card__badge--joined{background:#9d4edd26;color:#c77dff;border:1px solid rgba(157,78,221,.35)}.ml-site-card__stats{display:flex;flex-wrap:wrap;gap:10px;font-size:.78rem;color:#aaa;margin-bottom:8px}.ml-site-card__stats .crit{color:#ff6b6b;font-weight:600}.ml-site-card__bar{height:4px;background:#1e1e28;border-radius:4px;overflow:hidden}.ml-site-card__fill{height:100%;background:linear-gradient(90deg,var(--site-color, #00d4ff),#ffbb00);border-radius:4px;transition:width .4s ease}@keyframes ml-spin{to{transform:rotate(360deg)}}.dashboard-container{background:#1a1a21;border-radius:16px;padding:20px 20px 24px;border:1px solid #25252d;animation:fadeIn .3s ease;margin-bottom:8px;max-width:100%;box-sizing:border-box;overflow-x:hidden}.dashboard-container .dash-view-tabs{display:flex;gap:8px;margin-bottom:16px}.dashboard-container .dash-view-tabs button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border-radius:10px;border:1px solid #333;background:#14141c;color:#888;font-size:.8rem;font-weight:600;cursor:pointer}.dashboard-container .dash-view-tabs button.active{border-color:#fb0;color:#fb0;background:#ffbb0014}.dashboard-container--multilocal{background:transparent;border:none;padding:12px 0 100px}.dashboard-container .dash-header{margin-bottom:25px}.dashboard-container .dash-header h2{color:#fff;font-size:22px;margin:0 0 5px}.dashboard-container .dash-header p{color:#888;font-size:14px;margin:0}.dashboard-container .stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:10px;margin-bottom:22px;width:100%}.dashboard-container .stats-grid .stat-card{background:#25252d;padding:12px;border-radius:12px;display:flex;align-items:center;gap:10px;min-width:0;min-height:76px;height:100%;border-left:4px solid var(--card-color);transition:transform .2s;box-sizing:border-box}.dashboard-container .stats-grid .stat-card:hover{transform:translateY(-2px);background:#2a2a35}.dashboard-container .stats-grid .stat-card .stat-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:var(--card-color)}.dashboard-container .stats-grid .stat-card .stat-info{min-width:0;flex:1}.dashboard-container .stats-grid .stat-card .stat-info h3{color:#fff;font-size:clamp(18px,5vw,22px);margin:0;font-weight:800;line-height:1.1;word-break:break-word}.dashboard-container .stats-grid .stat-card .stat-info span{color:#888;font-size:10px;font-weight:700;text-transform:uppercase;line-height:1.2;display:block;min-height:2.4em}.dashboard-container .separator-line{color:#fff;font-size:16px;font-weight:700;margin-bottom:15px;border-bottom:1px solid #333;padding-bottom:10px}.dashboard-container .accordions-list{display:flex;flex-direction:column;gap:12px}.dashboard-container .accordions-list .no-data{color:#666;font-style:italic}.dashboard-container .accordions-list .dash-accordion{background:#25252d;border-radius:12px;border:1px solid #333;overflow:hidden;transition:.2s}.dashboard-container .accordions-list .dash-accordion.expanded{border-color:#444;box-shadow:0 5px 15px #0003}.dashboard-container .accordions-list .dash-accordion .accordion-header{display:flex;align-items:center;gap:16px;padding:16px;cursor:pointer;border-left:4px solid transparent;background:#25252d}.dashboard-container .accordions-list .dash-accordion .accordion-header:hover{background:#2a2a35}.dashboard-container .accordions-list .dash-accordion .accordion-header .title-area{flex:1;min-width:0;display:flex;align-items:center;gap:10px}.dashboard-container .accordions-list .dash-accordion .accordion-header .title-area h4{color:#fff;margin:0;font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area{flex-shrink:0;margin-left:auto;display:flex;align-items:center;gap:12px}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-progress{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-progress .bar{width:60px;height:6px;background:#1a1a21;border-radius:3px;overflow:hidden}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-progress .bar .fill{height:100%;transition:.5s}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-tags{display:flex;gap:6px;align-items:center}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-tags .tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:700;line-height:1}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-tags .tag .tag-count{font-size:12px;font-weight:700}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-tags .tag svg{flex-shrink:0}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-tags .tag.urgent{background:#ff44441a;color:#f44}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-tags .tag.pending{background:#00d4ff1a;color:#00d4ff}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-tags .tag.ok{background:#00ff881a;color:#0f8;padding:4px 6px}.dashboard-container .accordions-list .dash-accordion .accordion-body{padding:20px;border-top:1px solid #333;background:#1e1e26}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.checklist-detail{gap:16px}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view h5{color:#aaa;margin:0 0 12px;font-size:12px;text-transform:uppercase;border-bottom:1px solid #333;padding-bottom:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view h5 .section-icon{flex-shrink:0;color:#888;stroke-width:2.25}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view h5 .col-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view h5 .col-dot.pending{background:#f44;box-shadow:0 0 8px #f449}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view h5 .col-dot.done{background:#0f8;box-shadow:0 0 8px #0f86}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view h5 .count-badge{margin-left:auto;background:#ff444426;color:#f66;font-size:11px;padding:2px 8px;border-radius:10px;font-weight:800}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view h5 .count-badge.muted{background:#00ff881a;color:#0f8}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip-list{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto;padding-right:2px}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip-list.done .task-chip{opacity:.75}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:10px;background:#25252d;border:1px solid #333;border-left:3px solid #666}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip.critico{border-left-color:#f44;background:#ff44440f}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip.alerta{border-left-color:#fb0;background:#ffbb000d}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip.normal{border-left-color:#00d4ff}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip.done{border-left-color:#0f8}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip.done .chip-text{text-decoration:line-through;color:#888}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip .chip-text{color:#eee;font-size:13px;line-height:1.35;word-break:break-word}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip .chip-date{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:#888;align-self:flex-start}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip.critico .chip-date{color:#f44}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .task-chip.alerta .chip-date{color:#fb0}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .empty-text{color:#555;font-size:13px;font-style:italic;margin:0}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view ul li{color:#eee;font-size:13px;position:relative;padding-left:12px}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view ul li:before{content:"•";position:absolute;left:0;color:#555}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view .done-list li{color:#888;text-decoration:line-through}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.registros{grid-template-columns:1fr}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.registros .issues-list{display:flex;flex-direction:column;gap:8px}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.registros .issues-list .issue-card.warning{background:#ffbb000d;color:#fb0;border-left:2px solid #FFBB00}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.registros .issues-list .issue-card{padding:10px;border-radius:8px;font-size:13px;display:flex;justify-content:space-between;align-items:center}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.registros .issues-list .issue-card strong{font-weight:700}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.registros .issues-list .issue-card .date{font-size:11px;opacity:.7}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.registros .issues-list .issue-card.urgent{background:#ff44440d;color:#f44;border-left:2px solid #ff4444}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.registros .issues-list .issue-card.pending{background:#ffbb000d;color:#fb0;border-left:2px solid #FFBB00}@media(max-width:600px){.dashboard-container{padding:14px;padding-bottom:calc(140px + env(safe-area-inset-bottom,0px))}.dashboard-container .dash-header h2{font-size:18px}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view.checklist-detail{grid-template-columns:1fr}.dashboard-container .stats-grid{gap:8px}.dashboard-container .stats-grid .stat-card{padding:10px;min-height:72px}.dashboard-container .stats-grid .stat-card .stat-icon{width:36px;height:36px}.dashboard-container .accordions-list .dash-accordion .accordion-body .detail-view{grid-template-columns:1fr}.dashboard-container .accordions-list .dash-accordion .accordion-header .status-area .mini-progress .bar{display:none}}@media(max-width:340px){.dashboard-container .stats-grid{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.registro-container{background:#1a1a21;border-radius:16px;padding:24px;border:1px solid #25252d;margin-bottom:80px;box-sizing:border-box}.registro-container .card-header,.registro-container .recorrida-header,.registro-container .header-section{margin-bottom:25px}.registro-container .card-header .view-mode-header,.registro-container .recorrida-header .view-mode-header,.registro-container .header-section .view-mode-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:15px}.registro-container .card-header .view-mode-header .title-texts,.registro-container .recorrida-header .view-mode-header .title-texts,.registro-container .header-section .view-mode-header .title-texts{flex:1;min-width:0}.registro-container .card-header .view-mode-header .title-texts h2,.registro-container .recorrida-header .view-mode-header .title-texts h2,.registro-container .header-section .view-mode-header .title-texts h2{font-size:20px;color:#fff;margin:0 0 5px;line-height:1.2}.registro-container .card-header .view-mode-header .title-texts p,.registro-container .recorrida-header .view-mode-header .title-texts p,.registro-container .header-section .view-mode-header .title-texts p{color:#888;font-size:13px;margin:0}.registro-container .card-header .view-mode-header .top-right-actions,.registro-container .recorrida-header .view-mode-header .top-right-actions,.registro-container .header-section .view-mode-header .top-right-actions{display:flex;gap:10px;align-items:center;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.registro-container .card-header .view-mode-header .top-right-actions .icon-btn,.registro-container .recorrida-header .view-mode-header .top-right-actions .icon-btn,.registro-container .header-section .view-mode-header .top-right-actions .icon-btn{background:#1e1e26;border:1px solid #333;color:#888;padding:10px;border-radius:8px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.registro-container .card-header .view-mode-header .top-right-actions .icon-btn:hover,.registro-container .recorrida-header .view-mode-header .top-right-actions .icon-btn:hover,.registro-container .header-section .view-mode-header .top-right-actions .icon-btn:hover{color:var(--project-color, var(--accent-color));border-color:var(--project-color, var(--accent-color))}.registro-container .card-header .edit-mode-header,.registro-container .recorrida-header .edit-mode-header,.registro-container .header-section .edit-mode-header{display:flex;gap:10px;width:100%;align-items:stretch}.registro-container .card-header .edit-mode-header .edit-inputs,.registro-container .recorrida-header .edit-mode-header .edit-inputs,.registro-container .header-section .edit-mode-header .edit-inputs{flex:1;display:flex;flex-direction:column;gap:8px}.registro-container .card-header .edit-mode-header .edit-inputs input,.registro-container .recorrida-header .edit-mode-header .edit-inputs input,.registro-container .header-section .edit-mode-header .edit-inputs input{background:#121212;border:1px solid #333;padding:10px 12px;border-radius:8px;color:#fff;font-size:14px;outline:none;transition:.2s}.registro-container .card-header .edit-mode-header .edit-inputs input:focus,.registro-container .recorrida-header .edit-mode-header .edit-inputs input:focus,.registro-container .header-section .edit-mode-header .edit-inputs input:focus{border-color:var(--project-color, var(--accent-color))}.registro-container .card-header .edit-mode-header .edit-btns,.registro-container .recorrida-header .edit-mode-header .edit-btns,.registro-container .header-section .edit-mode-header .edit-btns{display:flex;flex-direction:column;gap:8px;flex-shrink:0;width:45px}.registro-container .card-header .edit-mode-header .edit-btns .icon-btn,.registro-container .recorrida-header .edit-mode-header .edit-btns .icon-btn,.registro-container .header-section .edit-mode-header .edit-btns .icon-btn{flex:1;padding:0;border-radius:8px;background:#1e1e26;border:1px solid #333;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.registro-container .card-header .edit-mode-header .edit-btns .save,.registro-container .recorrida-header .edit-mode-header .edit-btns .save,.registro-container .header-section .edit-mode-header .edit-btns .save{color:#0f8}.registro-container .card-header .edit-mode-header .edit-btns .save:hover,.registro-container .recorrida-header .edit-mode-header .edit-btns .save:hover,.registro-container .header-section .edit-mode-header .edit-btns .save:hover{background:#00ff881a;border-color:#0f8}.registro-container .card-header .edit-mode-header .edit-btns .cancel,.registro-container .recorrida-header .edit-mode-header .edit-btns .cancel,.registro-container .header-section .edit-mode-header .edit-btns .cancel{color:#f44}.registro-container .card-header .edit-mode-header .edit-btns .cancel:hover,.registro-container .recorrida-header .edit-mode-header .edit-btns .cancel:hover,.registro-container .header-section .edit-mode-header .edit-btns .cancel:hover{background:#ff44441a;border-color:#f44}.registro-container .add-registro-form{background:#25252d;padding:15px;border-radius:12px;margin-bottom:25px;display:flex;flex-direction:column;gap:15px;border:1px solid #333;width:100%;box-sizing:border-box}.registro-container .add-registro-form .inputs-group{display:flex;gap:10px;width:100%}.registro-container .add-registro-form .inputs-group input{flex:1;min-width:0;background:#121212;border:1px solid #333;padding:12px;border-radius:8px;color:#fff;font-size:14px;outline:none;transition:.3s}.registro-container .add-registro-form .inputs-group input:focus{border-color:var(--project-color)}@media(max-width:500px){.registro-container .add-registro-form .inputs-group{flex-direction:column}}.registro-container .add-registro-form .bottom-row{display:flex;gap:10px;width:100%;align-items:stretch}.registro-container .add-registro-form .bottom-row .status-selector{display:flex;gap:10px;flex-wrap:wrap;flex:1}.registro-container .add-registro-form .bottom-row .status-selector .status-pill{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:8px;border:1px solid #333;background:transparent;color:#888;font-size:13px;font-weight:700;cursor:pointer;transition:.2s}.registro-container .add-registro-form .bottom-row .status-selector .status-pill.active.ok{background:#00ff881a;border-color:#0f8;color:#0f8}.registro-container .add-registro-form .bottom-row .status-selector .status-pill.active.pen{background:#00d4ff1a;border-color:#00d4ff;color:#00d4ff}.registro-container .add-registro-form .bottom-row .status-selector .status-pill.active.urg{background:#ff44441a;border-color:#f44;color:#f44}.registro-container .add-registro-form .bottom-row .status-selector .status-pill:hover:not(.active){background:#1a1a21;color:#fff;border-color:#555}.registro-container .add-registro-form .bottom-row .submit-btn-minimal{flex-shrink:0;width:50px;padding:0;background:#25252d;border:1px solid #333;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;outline:none}.registro-container .add-registro-form .bottom-row .submit-btn-minimal:hover{background:#2a2a35;border-color:var(--project-color)}@media(max-width:500px){.registro-container .add-registro-form .bottom-row{flex-direction:column}.registro-container .add-registro-form .bottom-row .submit-btn-minimal{width:100%;height:50px}}.registro-container .registros-list{display:flex;flex-direction:column;gap:12px;width:100%;max-width:100%;box-sizing:border-box}.registro-container .registros-list .empty-state{color:#666;font-style:italic;text-align:center}.registro-container .registros-list .registro-card{width:100%;max-width:100%;box-sizing:border-box;padding:15px;border-radius:12px;background:#25252d;border-left:4px solid transparent;transition:.2s}.registro-container .registros-list .registro-card.ok{border-left-color:#0f8}.registro-container .registros-list .registro-card.pendiente{border-left-color:#00d4ff}.registro-container .registros-list .registro-card.urgente{border-left-color:#f44}.registro-container .registros-list .registro-card .registro-main{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0}.registro-container .registros-list .registro-card .registro-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;width:100%}.registro-container .registros-list .registro-card .registro-title-block{flex:1;min-width:0}.registro-container .registros-list .registro-card .registro-title-block .reg-time{display:block;font-size:11px;color:#666;margin-bottom:4px}.registro-container .registros-list .registro-card .registro-title-block h3{color:#fff;font-size:15px;margin:0;line-height:1.35;overflow-wrap:anywhere}.registro-container .registros-list .registro-card .registro-tools{display:flex;align-items:center;gap:5px;flex-shrink:0}.registro-container .registros-list .registro-card .registro-tools .tool-btn{background:none;border:none;color:#888;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:.2s;border-radius:8px}.registro-container .registros-list .registro-card .registro-tools .tool-btn.del:hover{color:#f44}.registro-container .registros-list .registro-card.ok .registro-tools .tool-btn:not(.del):hover{color:#0f8}.registro-container .registros-list .registro-card.pendiente .registro-tools .tool-btn:not(.del):hover{color:#00d4ff}.registro-container .registros-list .registro-card.urgente .registro-tools .tool-btn:not(.del):hover{color:#f44}.registro-container .registros-list .registro-card .reg-problema{color:#ccc;font-size:13px;margin:0;line-height:1.45;overflow-wrap:anywhere}.registro-container .registros-list .registro-card .status-toggles{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(0,1fr);gap:6px;width:100%}.registro-container .registros-list .registro-card .status-toggles .toggle-btn{box-sizing:border-box;background:#121212;border:1px solid #444;color:#666;padding:7px 10px;border-radius:8px;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:.2s;white-space:nowrap;min-width:0;overflow:visible}.registro-container .registros-list .registro-card .status-toggles .toggle-btn.ok{padding-inline:10px}.registro-container .registros-list .registro-card .status-toggles .toggle-btn.active.ok{background:#00ff881a;color:#0f8;border-color:#0f8}.registro-container .registros-list .registro-card .status-toggles .toggle-btn.active.pen{background:#00d4ff1a;color:#00d4ff;border-color:#00d4ff}.registro-container .registros-list .registro-card .status-toggles .toggle-btn.active.urg{background:#ff44441a;color:#f44;border-color:#f44}.registro-container .registros-list .registro-card .status-toggles .toggle-btn:hover:not(.active){color:#fff;border-color:#888}.registro-container .registros-list .registro-card .edit-mode{display:flex;width:100%;gap:15px;align-items:center}.registro-container .registros-list .registro-card .edit-mode .edit-inputs{flex:1;display:flex;flex-direction:column;gap:8px}.registro-container .registros-list .registro-card .edit-mode .edit-inputs input{background:#121212;border:1px solid #444;padding:8px;border-radius:6px;color:#fff;font-size:13px;outline:none}.registro-container .registros-list .registro-card .edit-mode .edit-inputs input:focus{border-color:var(--project-color)}.registro-container .registros-list .registro-card .edit-mode .edit-actions{display:flex;flex-direction:column;gap:8px}.registro-container .registros-list .registro-card .edit-mode .edit-actions button{background:none;border:none;cursor:pointer;padding:5px;border-radius:6px;transition:.2s}.registro-container .registros-list .registro-card .edit-mode .edit-actions button.save{color:#0f8}.registro-container .registros-list .registro-card .edit-mode .edit-actions button.save:hover{background:#00ff881a}.registro-container .registros-list .registro-card .edit-mode .edit-actions button.cancel{color:#f44}.registro-container .registros-list .registro-card .edit-mode .edit-actions button.cancel:hover{background:#ff44441a}.recorrida-container{background:#1a1a21;border-radius:16px;padding:24px;border:1px solid #25252d;margin:0 auto 80px;box-sizing:border-box;max-width:1000px}.recorrida-container .card-header,.recorrida-container .recorrida-header,.recorrida-container .header-section{margin-bottom:25px}.recorrida-container .card-header .view-mode-header,.recorrida-container .recorrida-header .view-mode-header,.recorrida-container .header-section .view-mode-header{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:8px}.recorrida-container .card-header .view-mode-header .title-texts,.recorrida-container .recorrida-header .view-mode-header .title-texts,.recorrida-container .header-section .view-mode-header .title-texts{flex:1;min-width:0}.recorrida-container .card-header .view-mode-header .title-texts h2,.recorrida-container .recorrida-header .view-mode-header .title-texts h2,.recorrida-container .header-section .view-mode-header .title-texts h2{font-size:20px;color:#fff;margin:0 0 5px;line-height:1.2}.recorrida-container .card-header .view-mode-header .title-texts p,.recorrida-container .recorrida-header .view-mode-header .title-texts p,.recorrida-container .header-section .view-mode-header .title-texts p{color:#888;font-size:13px;margin:0}.recorrida-container .card-header .view-mode-header .header-top-row,.recorrida-container .recorrida-header .view-mode-header .header-top-row,.recorrida-container .header-section .view-mode-header .header-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}.recorrida-container .card-header .view-mode-header .header-top-row h2,.recorrida-container .recorrida-header .view-mode-header .header-top-row h2,.recorrida-container .header-section .view-mode-header .header-top-row h2{flex:1;min-width:0;font-size:20px;color:#fff;margin:0;line-height:1.2}.recorrida-container .card-header .view-mode-header .header-description,.recorrida-container .recorrida-header .view-mode-header .header-description,.recorrida-container .header-section .view-mode-header .header-description{width:100%;color:#888;font-size:13px;margin:0;line-height:1.45}.recorrida-container .card-header .view-mode-header .top-right-actions,.recorrida-container .recorrida-header .view-mode-header .top-right-actions,.recorrida-container .header-section .view-mode-header .top-right-actions{display:flex;gap:10px;align-items:center;flex-shrink:0;flex-wrap:nowrap;justify-content:flex-end}.recorrida-container .card-header .view-mode-header .top-right-actions .icon-btn,.recorrida-container .recorrida-header .view-mode-header .top-right-actions .icon-btn,.recorrida-container .header-section .view-mode-header .top-right-actions .icon-btn{background:#1e1e26;border:1px solid #333;color:#888;padding:10px;border-radius:8px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.recorrida-container .card-header .view-mode-header .top-right-actions .icon-btn:hover,.recorrida-container .recorrida-header .view-mode-header .top-right-actions .icon-btn:hover,.recorrida-container .header-section .view-mode-header .top-right-actions .icon-btn:hover{color:var(--project-color, var(--accent-color));border-color:var(--project-color, var(--accent-color))}.recorrida-container .card-header .view-mode-header .top-right-actions .reset-btn,.recorrida-container .recorrida-header .view-mode-header .top-right-actions .reset-btn,.recorrida-container .header-section .view-mode-header .top-right-actions .reset-btn{background:transparent;border:1px solid #444;color:#888;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:.2s;white-space:nowrap}.recorrida-container .card-header .view-mode-header .top-right-actions .reset-btn:hover,.recorrida-container .recorrida-header .view-mode-header .top-right-actions .reset-btn:hover,.recorrida-container .header-section .view-mode-header .top-right-actions .reset-btn:hover{background:#ffffff0d;color:#fff;border-color:#666}.recorrida-container .card-header .edit-mode-header,.recorrida-container .recorrida-header .edit-mode-header,.recorrida-container .header-section .edit-mode-header{display:flex;gap:10px;width:100%;align-items:stretch}.recorrida-container .card-header .edit-mode-header .edit-inputs,.recorrida-container .recorrida-header .edit-mode-header .edit-inputs,.recorrida-container .header-section .edit-mode-header .edit-inputs{flex:1;display:flex;flex-direction:column;gap:8px}.recorrida-container .card-header .edit-mode-header .edit-inputs input,.recorrida-container .recorrida-header .edit-mode-header .edit-inputs input,.recorrida-container .header-section .edit-mode-header .edit-inputs input{background:#121212;border:1px solid #333;padding:10px 12px;border-radius:8px;color:#fff;font-size:14px;outline:none;transition:.2s}.recorrida-container .card-header .edit-mode-header .edit-inputs input:focus,.recorrida-container .recorrida-header .edit-mode-header .edit-inputs input:focus,.recorrida-container .header-section .edit-mode-header .edit-inputs input:focus{border-color:var(--project-color, var(--accent-color))}.recorrida-container .card-header .edit-mode-header .edit-btns,.recorrida-container .recorrida-header .edit-mode-header .edit-btns,.recorrida-container .header-section .edit-mode-header .edit-btns{display:flex;flex-direction:column;gap:8px;flex-shrink:0;width:45px}.recorrida-container .card-header .edit-mode-header .edit-btns .icon-btn,.recorrida-container .recorrida-header .edit-mode-header .edit-btns .icon-btn,.recorrida-container .header-section .edit-mode-header .edit-btns .icon-btn{flex:1;padding:0;border-radius:8px;background:#1e1e26;border:1px solid #333;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.recorrida-container .card-header .edit-mode-header .edit-btns .save,.recorrida-container .recorrida-header .edit-mode-header .edit-btns .save,.recorrida-container .header-section .edit-mode-header .edit-btns .save{color:#0f8}.recorrida-container .card-header .edit-mode-header .edit-btns .save:hover,.recorrida-container .recorrida-header .edit-mode-header .edit-btns .save:hover,.recorrida-container .header-section .edit-mode-header .edit-btns .save:hover{background:#00ff881a;border-color:#0f8}.recorrida-container .card-header .edit-mode-header .edit-btns .cancel,.recorrida-container .recorrida-header .edit-mode-header .edit-btns .cancel,.recorrida-container .header-section .edit-mode-header .edit-btns .cancel{color:#f44}.recorrida-container .card-header .edit-mode-header .edit-btns .cancel:hover,.recorrida-container .recorrida-header .edit-mode-header .edit-btns .cancel:hover,.recorrida-container .header-section .edit-mode-header .edit-btns .cancel:hover{background:#ff44441a;border-color:#f44}.recorrida-container .sectores-list{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.recorrida-container .sectores-list .empty-msg{color:#666;font-style:italic;text-align:center;padding:20px}.recorrida-container .sectores-list .sector-card{background:#25252d;border-radius:12px;border:1px solid #333;overflow:hidden}.recorrida-container .sectores-list .sector-card .sector-header{background:#1e1e26;padding:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333;gap:10px}.recorrida-container .sectores-list .sector-card .sector-header h3{color:#fff;font-size:15px;margin:0;display:flex;align-items:center;gap:8px;font-weight:900;letter-spacing:1px;flex:1}.recorrida-container .sectores-list .sector-card .sector-header .header-actions{display:flex;align-items:center;flex-wrap:nowrap;gap:10px;flex-shrink:0}.recorrida-container .sectores-list .sector-card .sector-header .header-actions button{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#888;cursor:pointer;transition:.2s;padding:4px}.recorrida-container .sectores-list .sector-card .sector-header .header-actions .edit-btn:hover{color:var(--project-color)}.recorrida-container .sectores-list .sector-card .sector-header .header-actions .del-btn:hover{color:#f44}.recorrida-container .sectores-list .sector-card .sector-header .edit-inline-header{display:flex;width:100%;gap:10px;align-items:center}.recorrida-container .sectores-list .sector-card .sector-header .edit-inline-header input{flex:1;background:#121212;border:1px solid var(--project-color);color:#fff;padding:6px 10px;border-radius:6px;font-size:14px;outline:none;font-weight:700}.recorrida-container .sectores-list .sector-card .sector-header .edit-inline-header button{background:none;border:none;cursor:pointer;padding:4px;transition:.2s;display:flex;align-items:center;justify-content:center}.recorrida-container .sectores-list .sector-card .sector-header .edit-inline-header .save{color:#0f8}.recorrida-container .sectores-list .sector-card .sector-header .edit-inline-header .save:hover{transform:scale(1.1)}.recorrida-container .sectores-list .sector-card .sector-header .edit-inline-header .cancel{color:#f44}.recorrida-container .sectores-list .sector-card .sector-header .edit-inline-header .cancel:hover{transform:scale(1.1)}.recorrida-container .sectores-list .sector-card .items-list{display:flex;flex-direction:column}.recorrida-container .sectores-list .sector-card .items-list .empty-items{padding:15px;color:#666;font-size:13px;font-style:italic;margin:0}.recorrida-container .sectores-list .sector-card .items-list .item-row{padding:15px;border-bottom:1px solid #333;display:flex;flex-direction:column;gap:12px;width:100%;box-sizing:border-box}.recorrida-container .sectores-list .sector-card .items-list .item-row:last-child{border-bottom:none}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main{display:flex;flex-direction:column;gap:12px;width:100%}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;width:100%}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-header-row .item-title{color:#fff;font-size:15px;margin:0;line-height:1.4;flex:1;min-width:0;word-break:break-word}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-header-row .item-tools{display:flex;align-items:center;gap:5px;flex-shrink:0}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-header-row .item-tools .tool-btn{background:none;border:none;color:#888;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:.2s;border-radius:8px}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-header-row .item-tools .tool-btn:hover{color:var(--project-color);background:#121212}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-header-row .item-tools .tool-btn.del:hover{color:#f44}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-controls{width:100%}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-controls .status-toggles{display:flex;gap:6px;width:100%}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-controls .status-toggles .toggle-btn{flex:1;background:#121212;border:1px solid #444;color:#666;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;box-shadow:0 2px 5px #0003}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-controls .status-toggles .toggle-btn.active.ok{background:#00ff881a;color:#0f8;border-color:#0f8}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-controls .status-toggles .toggle-btn.active.pen{background:#00d4ff1a;color:#00d4ff;border-color:#00d4ff}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-controls .status-toggles .toggle-btn.active.urg{background:#ff44441a;color:#f44;border-color:#f44}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-controls .status-toggles .toggle-btn:hover:not(.active){color:#fff;border-color:#888;transform:translateY(-1px)}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-controls .status-toggles .toggle-btn:active{transform:scale(.95)}@media(min-width:768px){.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main{flex-direction:row;flex-wrap:nowrap;align-items:center}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-title{flex:1;min-width:200px}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .item-controls{width:auto;justify-content:flex-end}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .status-toggles{flex:0 0 auto}.recorrida-container .sectores-list .sector-card .items-list .item-row .item-main .status-toggles .toggle-btn{padding:8px 16px}}.recorrida-container .sectores-list .sector-card .items-list .item-row .edit-inline-item{display:flex;width:100%;gap:10px;align-items:center;margin-bottom:5px}.recorrida-container .sectores-list .sector-card .items-list .item-row .edit-inline-item input{flex:1;background:#121212;border:1px solid var(--project-color);color:#fff;padding:8px 10px;border-radius:6px;font-size:14px;outline:none}.recorrida-container .sectores-list .sector-card .items-list .item-row .edit-inline-item button{background:none;border:none;cursor:pointer;padding:4px;transition:.2s;display:flex;align-items:center;justify-content:center}.recorrida-container .sectores-list .sector-card .items-list .item-row .edit-inline-item .save{color:#0f8}.recorrida-container .sectores-list .sector-card .items-list .item-row .edit-inline-item .cancel{color:#f44}.recorrida-container .sectores-list .sector-card .items-list .item-row .obs-input{width:100%;background:transparent;border:1px dashed #444;color:#aaa;padding:10px 12px;border-radius:8px;font-size:13px;outline:none;transition:.3s;box-sizing:border-box}.recorrida-container .sectores-list .sector-card .items-list .item-row .obs-input:focus,.recorrida-container .sectores-list .sector-card .items-list .item-row .obs-input:not(:placeholder-shown){border-style:solid;border-color:var(--project-color);color:#fff;background:#121212}.recorrida-container .sectores-list .sector-card .add-item-form{padding:10px;background:#1a1a21;border-top:1px solid #333}.recorrida-container .sectores-list .sector-card .add-item-form input{width:100%;background:transparent;border:none;color:#fff;padding:10px;font-size:13px;outline:none;box-sizing:border-box}.recorrida-container .sectores-list .sector-card .add-item-form input::placeholder{color:#666;font-style:italic}.recorrida-container .add-sector-form{display:flex;gap:12px;background:#25252d;padding:15px;border-radius:12px;border:1px solid #333;box-sizing:border-box;width:100%;align-items:stretch}.recorrida-container .add-sector-form input{flex:1;min-width:0;background:#121212;border:1px solid #333;padding:12px 16px;border-radius:8px;color:#fff;font-size:14px;outline:none;transition:.3s}.recorrida-container .add-sector-form input:focus{border-color:var(--project-color)}.recorrida-container .add-sector-form .submit-btn-minimal{flex-shrink:0;width:50px;padding:0;background:#25252d;border:1px solid #333;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;outline:none}.recorrida-container .add-sector-form .submit-btn-minimal:hover{background:#2a2a35;border-color:var(--project-color)}@media(max-width:550px){.recorrida-container .add-sector-form{flex-direction:column}.recorrida-container .add-sector-form .submit-btn-minimal{width:100%;height:50px}}.pulse-stepper{display:flex;align-items:stretch;gap:0;background:#121212;border:1px solid #333;border-radius:10px;overflow:hidden;min-width:0}.pulse-stepper .stepper-btn{flex-shrink:0;width:40px;display:flex;align-items:center;justify-content:center;background:#1e1e26;border:none;color:#00d4ff;cursor:pointer;transition:background .2s,color .2s}.pulse-stepper .stepper-btn:hover:not(:disabled){background:#00d4ff1f;color:#fff}.pulse-stepper .stepper-btn:disabled{opacity:.35;cursor:not-allowed}.pulse-stepper .stepper-btn:active:not(:disabled){transform:scale(.95)}.pulse-stepper .stepper-field{flex:1;min-width:0;width:100%;border:none;border-left:1px solid #333;border-right:1px solid #333;background:#0a0a0c;color:#fff;text-align:center;font-size:15px;font-weight:700;padding:10px 6px;outline:none;-moz-appearance:textfield;appearance:textfield}.pulse-stepper .stepper-field::-webkit-outer-spin-button,.pulse-stepper .stepper-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pulse-stepper .stepper-field:focus{box-shadow:inset 0 0 0 1px #00d4ff66}.library-page-header{margin-bottom:20px}.library-page-header h2{font-size:20px;color:#fff;margin:0 0 5px;font-weight:800}.library-page-header p{color:#888;font-size:13px;margin:0;line-height:1.45}.library-toolbar-row{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}@media(min-width:560px){.library-toolbar-row{flex-direction:row;align-items:stretch;flex-wrap:wrap}.library-toolbar-row .search-bar{flex:1;min-width:0;margin-bottom:0!important}.library-toolbar-row .library-qr-btn{width:auto;min-width:150px;flex:0 0 auto}.library-toolbar-row .library-load-btn{width:auto;min-width:220px;max-width:280px;flex:0 0 auto}}.library-toolbar-row--solo{margin-top:0}.library-load-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 18px;box-sizing:border-box;border-radius:12px;border:1px solid rgba(0,212,255,.45);background:#00d4ff1a;color:#00d4ff;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s,border-color .2s,transform .15s}.library-load-btn:hover{background:#00d4ff2e;border-color:#00d4ff}.library-load-btn:active{transform:scale(.98)}.library-create-panel{margin-bottom:20px;position:relative;animation:libraryPanelIn .28s cubic-bezier(.16,1,.3,1)}.library-create-panel__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:8px;border:1px solid #444;background:#1a1a21;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:color .2s,border-color .2s}.library-create-panel__close:hover{color:#fff;border-color:#666}.cat-body-toolbar{position:sticky;top:0;z-index:6;background:#1a1a21;border-bottom:1px solid #333;margin-bottom:4px}.add-manual-trigger{width:100%;padding:14px 18px;background:#ffffff08;border:none;border-bottom:1px solid #333;color:#ccc;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:.2s}.add-manual-trigger:hover{color:var(--cat-color, #00d4ff);background:#ffffff0f}.library-sync-overlay{position:fixed;inset:0;z-index:1500;display:flex;align-items:center;justify-content:center;background:#08080ab8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}.library-sync-overlay p{margin:0;padding:12px 20px;border-radius:10px;background:#1a1a21;border:1px solid rgba(0,212,255,.25);color:#00d4ff;font-size:14px;font-weight:600}@keyframes libraryPanelIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.panol-card{background:#1a1a21;border-radius:16px;padding:24px 24px 100px;width:100%;border:1px solid #25252d;margin:0 auto 80px;box-sizing:border-box;max-width:1000px}.panol-card .card-header,.panol-card .recorrida-header,.panol-card .header-section{margin-bottom:25px}.panol-card .card-header .view-mode-header,.panol-card .recorrida-header .view-mode-header,.panol-card .header-section .view-mode-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:15px}.panol-card .card-header .view-mode-header .title-texts,.panol-card .recorrida-header .view-mode-header .title-texts,.panol-card .header-section .view-mode-header .title-texts{flex:1;min-width:0}.panol-card .card-header .view-mode-header .title-texts h2,.panol-card .recorrida-header .view-mode-header .title-texts h2,.panol-card .header-section .view-mode-header .title-texts h2{font-size:20px;color:#fff;margin:0 0 5px;line-height:1.2}.panol-card .card-header .view-mode-header .title-texts p,.panol-card .recorrida-header .view-mode-header .title-texts p,.panol-card .header-section .view-mode-header .title-texts p{color:#888;font-size:13px;margin:0}.panol-card .card-header .view-mode-header .top-right-actions,.panol-card .recorrida-header .view-mode-header .top-right-actions,.panol-card .header-section .view-mode-header .top-right-actions{display:flex;gap:10px;align-items:center;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.panol-card .card-header .view-mode-header .top-right-actions .icon-btn,.panol-card .recorrida-header .view-mode-header .top-right-actions .icon-btn,.panol-card .header-section .view-mode-header .top-right-actions .icon-btn{background:#1e1e26;border:1px solid #333;color:#888;padding:10px;border-radius:8px;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.panol-card .card-header .view-mode-header .top-right-actions .icon-btn:hover,.panol-card .recorrida-header .view-mode-header .top-right-actions .icon-btn:hover,.panol-card .header-section .view-mode-header .top-right-actions .icon-btn:hover{color:var(--project-color, var(--accent-color));border-color:var(--project-color, var(--accent-color))}.panol-card .card-header .edit-mode-header,.panol-card .recorrida-header .edit-mode-header,.panol-card .header-section .edit-mode-header{display:flex;gap:10px;width:100%;align-items:stretch}.panol-card .card-header .edit-mode-header .edit-inputs,.panol-card .recorrida-header .edit-mode-header .edit-inputs,.panol-card .header-section .edit-mode-header .edit-inputs{flex:1;display:flex;flex-direction:column;gap:8px}.panol-card .card-header .edit-mode-header .edit-inputs input,.panol-card .recorrida-header .edit-mode-header .edit-inputs input,.panol-card .header-section .edit-mode-header .edit-inputs input{background:#121212;border:1px solid #333;padding:10px 12px;border-radius:8px;color:#fff;font-size:14px;outline:none;transition:.2s}.panol-card .card-header .edit-mode-header .edit-inputs input:focus,.panol-card .recorrida-header .edit-mode-header .edit-inputs input:focus,.panol-card .header-section .edit-mode-header .edit-inputs input:focus{border-color:var(--project-color, var(--accent-color))}.panol-card .card-header .edit-mode-header .edit-btns,.panol-card .recorrida-header .edit-mode-header .edit-btns,.panol-card .header-section .edit-mode-header .edit-btns{display:flex;flex-direction:column;gap:8px;flex-shrink:0;width:45px}.panol-card .card-header .edit-mode-header .edit-btns .icon-btn,.panol-card .recorrida-header .edit-mode-header .edit-btns .icon-btn,.panol-card .header-section .edit-mode-header .edit-btns .icon-btn{flex:1;padding:0;border-radius:8px;background:#1e1e26;border:1px solid #333;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.panol-card .card-header .edit-mode-header .edit-btns .save,.panol-card .recorrida-header .edit-mode-header .edit-btns .save,.panol-card .header-section .edit-mode-header .edit-btns .save{color:#0f8}.panol-card .card-header .edit-mode-header .edit-btns .save:hover,.panol-card .recorrida-header .edit-mode-header .edit-btns .save:hover,.panol-card .header-section .edit-mode-header .edit-btns .save:hover{background:#00ff881a;border-color:#0f8}.panol-card .card-header .edit-mode-header .edit-btns .cancel,.panol-card .recorrida-header .edit-mode-header .edit-btns .cancel,.panol-card .header-section .edit-mode-header .edit-btns .cancel{color:#f44}.panol-card .card-header .edit-mode-header .edit-btns .cancel:hover,.panol-card .recorrida-header .edit-mode-header .edit-btns .cancel:hover,.panol-card .header-section .edit-mode-header .edit-btns .cancel:hover{background:#ff44441a;border-color:#f44}.panol-card .clean-tabs{display:flex;gap:12px;border-bottom:1px solid #333;margin-bottom:25px;padding:0 8px 8px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scroll-padding-inline:8px;-webkit-overflow-scrolling:touch}.panol-card .clean-tabs::-webkit-scrollbar{height:4px}.panol-card .clean-tabs::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.panol-card .clean-tabs button{flex-shrink:0;background:none;border:none;color:#666;font-size:14px;font-weight:700;padding:10px 5px;cursor:pointer;border-bottom:2px solid transparent;transition:.3s}.panol-card .clean-tabs button.active{color:var(--accent-color);border-bottom-color:var(--accent-color)}.panol-card .clean-tabs button:hover:not(.active){color:#fff}.panol-card .clean-tabs button.alert-tab{display:flex;align-items:center;gap:6px}.panol-card .clean-tabs button.alert-tab .tab-badge{padding:2px 6px;border-radius:10px;font-size:10px;font-weight:900;transition:background-color .3s}.panol-card .clean-tabs button.alert-tab .tab-badge.badge-critico{background:#f44;color:#fff}.panol-card .clean-tabs button.alert-tab .tab-badge.badge-alerta{background:#fb0;color:#121212}.panol-card .panol-search-row{margin-bottom:20px}.panol-card .panol-search-row .search-bar{position:relative;display:flex;align-items:center;width:100%}.panol-card .panol-search-row .search-bar .search-icon{position:absolute;left:15px}.panol-card .panol-search-row .search-bar input{width:100%;background:#121212;border:1px solid #333;padding:15px 15px 15px 45px;border-radius:12px;color:#fff;font-size:15px;outline:none;transition:.3s;box-sizing:border-box}.panol-card .panol-search-row .search-bar input:focus{border-color:#00d4ff;box-shadow:0 0 10px #00d4ff1a}.panol-card .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#666;gap:10px;font-style:italic;grid-column:1/-1;text-align:center}.panol-card .no-results p{margin:0}.panol-card .materiales-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:15px;margin-bottom:25px}.panol-card .materiales-grid .empty-msg{color:#666;font-style:italic;grid-column:1/-1;text-align:center;padding:20px}.panol-card .materiales-grid .material-card{background:#25252d;border-radius:12px;border:1px solid #333;padding:15px;display:flex;flex-direction:column;gap:12px;transition:.2s;border-left:3px solid var(--accent-color)}.panol-card .materiales-grid .material-card.alerta{border-left-color:#fb0;background:#ffbb000d}.panol-card .materiales-grid .material-card.critico{border-left-color:#f44;background:#ff44440d}.panol-card .materiales-grid .material-card .mat-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333;padding-bottom:8px}.panol-card .materiales-grid .material-card .mat-header h3{color:#fff;font-size:15px;margin:0;display:flex;align-items:center;gap:8px;font-weight:700;flex:1}.panol-card .materiales-grid .material-card .mat-header .edit-input-name{background:#1a1a21;border:1px dashed #555;color:#fff;padding:4px 8px;border-radius:6px;font-size:14px;outline:none;flex:1;margin-right:10px;min-width:0}.panol-card .materiales-grid .material-card .mat-header .edit-input-name:focus{border-color:var(--accent-color)}.panol-card .materiales-grid .material-card .mat-header .header-actions{display:flex;gap:10px;align-items:center}.panol-card .materiales-grid .material-card .mat-header .header-actions button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:.2s}.panol-card .materiales-grid .material-card .mat-header .header-actions .edit-btn{color:#888}.panol-card .materiales-grid .material-card .mat-header .header-actions .edit-btn:hover{color:var(--accent-color)}.panol-card .materiales-grid .material-card .mat-header .header-actions .save-btn{color:#0f8}.panol-card .materiales-grid .material-card .mat-header .header-actions .save-btn:hover{transform:scale(1.1)}.panol-card .materiales-grid .material-card .mat-header .header-actions .del-btn{color:#555}.panol-card .materiales-grid .material-card .mat-header .header-actions .del-btn:hover{color:#f44}.panol-card .materiales-grid .material-card .edit-stats-form{display:flex;gap:10px;background:#1e1e26;padding:10px;border-radius:8px;flex-wrap:wrap}.panol-card .materiales-grid .material-card .edit-stats-form .edit-group{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.panol-card .materiales-grid .material-card .edit-stats-form .edit-group label{font-size:10px;color:#888;text-transform:uppercase;font-weight:700;white-space:nowrap}.panol-card .materiales-grid .material-card .edit-stats-form .edit-group input:not(.stepper-field){background:#1a1a21;border:1px solid #444;color:#fff;padding:6px;border-radius:6px;font-size:14px;outline:none;text-align:center;width:100%;box-sizing:border-box}.panol-card .materiales-grid .material-card .edit-stats-form .edit-group input:not(.stepper-field):focus{border-color:var(--accent-color)}.panol-card .materiales-grid .material-card .edit-stats-form .edit-group .pulse-stepper{width:100%}.panol-card .materiales-grid .material-card .mat-stats{display:flex;justify-content:space-between;background:#1e1e26;padding:10px;border-radius:8px}.panol-card .materiales-grid .material-card .mat-stats .stat{display:flex;flex-direction:column;align-items:center;gap:2px}.panol-card .materiales-grid .material-card .mat-stats .stat span{font-size:10px;color:#888;text-transform:uppercase;font-weight:700}.panol-card .materiales-grid .material-card .mat-stats .stat strong{font-size:16px;color:#eee}.panol-card .materiales-grid .material-card .mat-stats .stat.highlight strong{font-size:18px;font-weight:900}.panol-card .materiales-grid .material-card .progress-bar-container{display:flex;align-items:center;gap:10px}.panol-card .materiales-grid .material-card .progress-bar-container .bar-bg{flex:1;height:6px;background:#1e1e26;border-radius:3px;overflow:hidden}.panol-card .materiales-grid .material-card .progress-bar-container .bar-bg .fill{height:100%;transition:width .5s ease,background-color .3s}.panol-card .materiales-grid .material-card .progress-bar-container .alert-icon{animation:pulse 1s infinite alternate}.panol-card .materiales-grid .material-card .action-buttons-split{display:flex;gap:8px}.panol-card .materiales-grid .material-card .action-buttons-split button{flex:1;padding:8px;border-radius:8px;font-size:12px;display:flex;justify-content:center;align-items:center;gap:6px;cursor:pointer;transition:.2s;font-weight:700}.panol-card .materiales-grid .material-card .action-buttons-split .usar-btn{background:transparent;border:1px dashed #555;color:#aaa}.panol-card .materiales-grid .material-card .action-buttons-split .usar-btn:hover{background:#333;color:#fff;border-style:solid}.panol-card .materiales-grid .material-card .action-buttons-split .ingresar-btn{background:#ffffff05;border:1px dashed var(--accent-color);color:var(--accent-color)}.panol-card .materiales-grid .material-card .action-buttons-split .ingresar-btn:hover{background:#ffffff0d;border-style:solid}.panol-card .materiales-grid .material-card .consumo-form{display:grid;grid-template-columns:minmax(100px,130px) 1fr 35px 35px;gap:6px;align-items:stretch}.panol-card .materiales-grid .material-card .consumo-form .consumo-stepper{min-width:0}@media(max-width:350px){.panol-card .materiales-grid .material-card .consumo-form{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.panol-card .materiales-grid .material-card .consumo-form .consumo-stepper{grid-column:1/2}.panol-card .materiales-grid .material-card .consumo-form input:nth-child(2){grid-column:2/3}.panol-card .materiales-grid .material-card .consumo-form .confirm-btn{grid-column:1/2;grid-row:2;height:35px}.panol-card .materiales-grid .material-card .consumo-form .cancel-btn{grid-column:2/3;grid-row:2;height:35px}}.panol-card .materiales-grid .material-card .consumo-form input{background:#1a1a21;border:1px solid #444;color:#fff;padding:6px;border-radius:6px;font-size:12px;outline:none;min-width:0}.panol-card .materiales-grid .material-card .consumo-form input:focus{border-color:var(--accent-color)}.panol-card .materiales-grid .material-card .consumo-form button{border:none;border-radius:6px;display:flex;justify-content:center;align-items:center;cursor:pointer;height:100%;transition:.2s}.panol-card .materiales-grid .material-card .consumo-form .confirm-btn{background:#00ff881a;color:#0f8}.panol-card .materiales-grid .material-card .consumo-form .confirm-btn:hover{background:#0f8;color:#121212}.panol-card .materiales-grid .material-card .consumo-form .cancel-btn{background:#ff44441a;color:#f44}.panol-card .materiales-grid .material-card .consumo-form .cancel-btn:hover{background:#f44;color:#121212}.panol-card .materiales-grid .material-card .last-movement{font-size:11px;color:#666;display:flex;align-items:center;gap:4px;margin-top:-4px;font-style:italic}.panol-card .materiales-grid .material-card .tool-info{display:flex;flex-direction:column;gap:8px;background:#1e1e26;padding:12px;border-radius:8px}.panol-card .materiales-grid .material-card .tool-info .location-badge{display:flex;align-items:center;gap:6px;color:#ccc;font-size:13px}.panol-card .materiales-grid .material-card .tool-info .qty-badge{font-size:12px;color:#888}.panol-card .materiales-grid .material-card .tool-info .qty-badge strong{color:#fff;font-size:14px}.panol-card .materiales-grid .pedidos-container{width:100%;animation:fadeIn .3s ease}.panol-card .materiales-grid .pedidos-container .all-good-msg{background:#1e1e26;border:1px solid #2a2a35;border-radius:12px;padding:40px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.panol-card .materiales-grid .pedidos-container .all-good-msg svg{color:#0f8;opacity:.5;filter:drop-shadow(0 0 10px rgba(0,255,136,.2))}.panol-card .materiales-grid .pedidos-container .all-good-msg p{color:#888;font-size:14px;margin:0}.panol-card .materiales-grid .pedidos-container .pedidos-lista{display:flex;flex-direction:column;gap:12px}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedidos-hint{color:#666;font-size:13px;text-align:center;margin-bottom:5px}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item{background:#1e1e26;border:1px solid #2a2a35;padding:16px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;transition:.2s}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item.item-critico{border-left:3px solid #ff4444}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item.item-alerta{border-left:3px solid #ffbb00}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item:hover{border-color:#444;background:#22222b}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item .ped-info{display:flex;align-items:center;gap:12px}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item .ped-info svg{opacity:.8}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item .ped-info strong{color:#eee;font-size:15px;letter-spacing:.5px}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item .ped-stats{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item .ped-stats .quedan{font-weight:800;font-size:15px}.panol-card .materiales-grid .pedidos-container .pedidos-lista .pedido-item .ped-stats .total{color:#666;font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:700}.panol-card .add-material-form{background:#25252d;padding:15px;border-radius:12px;border:1px solid #333;width:100%;box-sizing:border-box;margin-bottom:20px}.panol-card .add-material-form .inputs-top{display:flex;flex-direction:row;gap:10px;width:100%;align-items:stretch}.panol-card .add-material-form input{flex:1;min-width:0;background:#121212;border:1px solid #333;padding:12px;border-radius:8px;color:#fff;font-size:14px;outline:none;transition:.3s}.panol-card .add-material-form input:focus{border-color:var(--accent-color)}.panol-card .add-material-form .num-input.pulse-stepper{flex:0 0 min(140px,38%);min-width:110px}.panol-card .add-material-form .submit-btn-minimal{flex-shrink:0;width:50px;padding:0;background:#25252d;border:1px solid #333;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;outline:none}.panol-card .add-material-form .submit-btn-minimal:hover{background:#2a2a35;border-color:var(--accent-color)}@media(max-width:550px){.panol-card .add-material-form .inputs-top{flex-direction:column}.panol-card .add-material-form .submit-btn-minimal{width:100%;height:50px}}@keyframes pulse{0%{opacity:.5}to{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.team-roles-panel{display:flex;flex-direction:column;gap:14px}.team-roles-panel--empty{padding:20px;text-align:center;color:#888;background:#14141c;border-radius:12px;border:1px dashed #333}.team-roles-panel--empty p{margin:8px 0 0;font-size:.85rem;line-height:1.45}.team-roles-panel--empty small{display:block;margin-top:10px;color:#b8b8c8;font-size:.76rem;line-height:1.45}.team-roles-panel__intro{display:flex;align-items:center;gap:8px;margin:0;font-size:.82rem;color:#fb0}.team-roles-panel__filter-select{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #2a2a36;border-radius:12px;background:#101018}.team-roles-panel__filter-select label{color:#888;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.team-roles-panel__filter-select select{flex:1;min-width:0;border:1px solid rgba(0,212,255,.25);border-radius:9px;background:#0e0e14;color:#fff;padding:9px 10px;font-size:.86rem;font-weight:700}.team-roles-panel__active-filter{margin:-4px 2px 0;color:#888;font-size:.78rem}.team-roles-panel__list{display:flex;flex-direction:column;gap:8px}.team-roles-panel__empty-filter{margin:4px 0;padding:14px;border:1px dashed #2a2a36;border-radius:12px;color:#888;font-size:.82rem;text-align:center}.team-roles-panel__save{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:none;border-radius:10px;background:linear-gradient(135deg,#fb0,#e6a800);color:#121212;font-weight:700;cursor:pointer}.team-roles-panel__save:disabled{opacity:.6;cursor:wait}.team-member-card{position:relative;background:#14141c;border:1px solid #2a2a36;border-radius:12px;padding:10px 48px 10px 10px;transition:border-color .2s ease,background .2s ease}.team-member-card.expanded{border-color:#00d4ff47;background:#161621}.team-member-card__summary{display:flex;align-items:center;gap:10px}.team-member-card__identity{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.team-member-card__identity strong{color:#fff;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-member-card__identity span{font-size:.78rem;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-member-card__role{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:#888;width:132px;flex-shrink:0}.team-member-card__role select{background:#0e0e14;border:1px solid #333;color:#fff;border-radius:8px;padding:7px 9px;max-width:100%}.team-member-card__toggle{position:absolute;top:10px;right:10px;width:34px;height:34px;border:1px solid #2a2a36;border-radius:9px;background:#0e0e14;color:#aaa;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.team-member-card__details{margin-top:10px;padding-top:10px;border-top:1px dashed #2a2a36}.team-member-card__perms{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.team-member-card__readonly-note{margin:12px 0 0;padding:10px 12px;border-radius:10px;background:#00d4ff14;border:1px solid rgba(0,212,255,.22);color:#b8ecff;font-size:.78rem;line-height:1.45}@media(max-width:520px){.team-member-card{padding-right:48px}.team-member-card__summary{align-items:stretch;flex-wrap:wrap}.team-member-card__identity{flex-basis:100%}.team-member-card__role{flex:1;width:auto;min-width:0}}.perm-chip{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;color:#ccc;background:#0e0e14;border:1px solid #2a2a36;border-radius:8px;padding:6px 8px;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.perm-chip.active{background:#ffbb001f;border-color:#ffbb0073;color:#fff}.perm-chip.inactive{opacity:.7}.perm-chip small{color:#888;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.perm-chip input{accent-color:#ffbb00}.master-templates-panel{display:flex;flex-direction:column;gap:16px}.master-templates-panel--loading{align-items:center;justify-content:center;padding:40px 20px;color:#888;gap:12px}.master-templates-panel--loading p{margin:0;font-size:14px}.master-templates-empty-hint{margin:0;color:#666;font-size:13px;line-height:1.45;font-style:italic}.master-templates-save-row{display:flex;flex-direction:column;gap:10px}@media(min-width:560px){.master-templates-save-row{flex-direction:row;align-items:stretch}.master-templates-save-row .master-module-picker{flex:1;min-width:0}.master-templates-save-row>.settings-btn{flex-shrink:0;white-space:nowrap}}.master-module-picker{position:relative;width:100%;font-family:inherit}.master-module-picker--disabled{opacity:.65;pointer-events:none}.master-module-picker__trigger{width:100%;min-height:44px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid #333;background:#1a1a21;color:#fff;font-size:14px;text-align:left;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s}.master-module-picker__trigger:hover:not(:disabled){border-color:#444;background:#1e1e26}.master-module-picker__trigger:focus-visible{outline:none;border-color:#fb0;box-shadow:0 0 0 3px #ffbb002e}.master-module-picker--open .master-module-picker__trigger{border-color:#ffbb0080;box-shadow:0 0 0 3px #ffbb001f}.master-module-picker__placeholder{flex:1;color:#666;font-weight:500}.master-module-picker__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#ffffff0a;flex-shrink:0}.master-module-picker__label{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.25}.master-module-picker__label strong{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.master-module-picker__label span{font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.04em}.master-module-picker__chevron{flex-shrink:0;color:#fb0;transition:transform .2s ease}.master-module-picker--open .master-module-picker__chevron{transform:rotate(180deg)}.master-module-picker__menu{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;border-radius:12px;border:1px solid #333;background:#1e1e26;box-shadow:0 16px 40px #0000008c;max-height:220px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#444 transparent;animation:masterTmplIn .15s ease}.master-module-picker__menu::-webkit-scrollbar{width:5px}.master-module-picker__menu::-webkit-scrollbar-track{background:transparent}.master-module-picker__menu::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.master-module-picker__menu::-webkit-scrollbar-button{display:none;height:0;width:0}.master-module-picker__option{width:100%;min-height:52px;box-sizing:border-box;display:flex;align-items:center;gap:10px;padding:10px;border:none;border-radius:8px;background:transparent;color:inherit;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s}.master-module-picker__option:hover{background:#ffffff0d}.master-module-picker__option.active{background:#ffbb001a;box-shadow:inset 0 0 0 1px #ffbb0040}.master-module-picker__option:focus-visible{outline:none;background:#ffbb001f}.master-templates-list{display:flex;flex-direction:column;gap:10px}.master-template-card{border:1px solid #333;border-radius:12px;background:#1e1e26;overflow:hidden;border-left:3px solid var(--tmpl-color, #ffbb00)}.master-template-card.expanded{border-color:#ffbb0059}.master-template-card__head{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;background:none;border:none;cursor:pointer;text-align:left;color:inherit;transition:background .2s}.master-template-card__head:hover{background:#ffffff08}.master-template-card__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#ffffff0a;flex-shrink:0}.master-template-card__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.master-template-card__text strong{color:#fff;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.master-template-card__text span{color:#888;font-size:12px}.master-template-card__chevron{color:#666;flex-shrink:0}.master-template-card__body{padding:0 16px 16px;border-top:1px solid #2a2a35;animation:masterTmplIn .2s ease}.master-template-card__desc{margin:12px 0 0;color:#888;font-size:13px;line-height:1.45}.master-template-distribute__toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:14px;margin-bottom:10px;gap:10px}.master-template-distribute__toolbar span{color:#ccc;font-size:13px;font-weight:700}.master-template-distribute__toolbar .link-btn{background:none;border:none;color:#00d4ff;font-size:12px;font-weight:700;cursor:pointer;padding:0}.master-template-distribute__toolbar .link-btn:hover{text-decoration:underline}.master-template-sites{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;margin-bottom:14px;padding-right:4px}.master-template-site{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid #333;background:#25252d;cursor:pointer;transition:border-color .2s,background .2s}.master-template-site input{accent-color:#ffbb00;flex-shrink:0}.master-template-site span{color:#ccc;font-size:13px;flex:1;min-width:0}.master-template-site svg{color:#666;flex-shrink:0}.master-template-site.checked{border-color:#ffbb0073;background:#ffbb000f}.master-template-site.checked svg{color:#fb0}.master-template-actions{display:flex;flex-wrap:wrap;gap:10px}.master-template-actions .master-template-delete{color:#888}.master-template-actions .master-template-delete:hover{color:#f44;border-color:#f446}.master-template-result{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;border-radius:10px;background:#00ff8814;border:1px solid rgba(0,255,136,.2);color:#0f8;font-size:12px;font-weight:600}.master-template-result--warn{background:#ffbb0014;border-color:#ffbb0040;color:#fb0}@keyframes masterTmplIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.settings-overlay{position:fixed;inset:0;z-index:10000;background:#000000b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px;animation:settingsFadeIn .2s ease}.settings-modal{background:#121212;border-radius:18px;width:min(720px,96vw);max-height:min(88vh,720px);border:1px solid #333;box-shadow:0 32px 64px #000000d9;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:settingsSlideUp .32s cubic-bezier(.16,1,.3,1)}.settings-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 14px;border-bottom:1px solid #2a2a35;flex-shrink:0;background:#1a1a21}.settings-modal__brand{display:flex;align-items:flex-start;gap:12px}.settings-modal__brand h2{margin:0;font-size:17px;font-weight:800;color:#f0f0f5;letter-spacing:-.02em}.settings-modal__brand p{margin:4px 0 0;font-size:12px;color:#888}.settings-modal__close{flex-shrink:0;width:36px;height:36px;border-radius:10px;border:1px solid #2a2a35;background:transparent;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s,border-color .2s,background .2s}.settings-modal__close:hover{color:#f0f0f5;border-color:#00d4ff;background:#00d4ff14}.settings-modal__body{display:flex;flex:1;min-height:0;overflow:hidden}.settings-modal__footer{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;font-size:11px;color:#555;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #2a2a35;background:#0e0e12;flex-shrink:0}.settings-modal__footer .online{display:flex;align-items:center;gap:6px;color:#00d4ff}.settings-toast{position:sticky;bottom:8px;align-self:center;z-index:20;display:flex;align-items:center;gap:8px;padding:12px 18px;border-radius:12px;font-size:13px;font-weight:600;animation:toastIn .28s ease;margin-top:8px;flex-shrink:0;width:fit-content;max-width:calc(100% - 24px);isolation:isolate;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 0 0 1px #ffffff0f,0 10px 28px #000000bf}.settings-toast--success{background:#0f1f1a;border:1.5px solid rgba(0,255,136,.65);color:#0f8;box-shadow:0 0 0 1px #00ff8826,0 10px 28px #000c}.settings-toast--error{background:#1f1010;border:1.5px solid rgba(255,68,68,.65);color:#f44;box-shadow:0 0 0 1px #ff444426,0 10px 28px #000c}.settings-rail{width:64px;flex-shrink:0;padding:14px 8px;border-right:1px solid #2a2a35;background:#18181f;display:flex;flex-direction:column;align-items:center;gap:8px;overflow:hidden}.settings-rail__btn{width:48px;height:48px;border-radius:12px;border:1px solid transparent;background:transparent;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}.settings-rail__btn:hover{color:#f0f0f5;background:#ffffff0d;border-color:#2a2a35}.settings-rail__btn.active{color:#00d4ff;background:#00d4ff1f;border-color:#00d4ff73;box-shadow:0 0 16px #00d4ff26}.settings-panel{flex:1;overflow-y:auto;padding:16px 18px 8px;display:flex;flex-direction:column;gap:12px;background:#121212}.settings-panel::-webkit-scrollbar{width:5px}.settings-panel::-webkit-scrollbar-thumb{background:#444;border-radius:10px}.settings-panel__head{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px;padding-bottom:12px;border-bottom:1px solid #2a2a35;flex-shrink:0}.settings-panel__head h3{margin:0;font-size:17px;font-weight:800;color:#f0f0f5}.settings-panel__head p{margin:4px 0 0;font-size:12px;color:#888}.settings-panel__head-icon{width:40px;height:40px;border-radius:10px;background:#00d4ff1f;border:1px solid rgba(0,212,255,.3);color:#00d4ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.settings-panel__footer{margin-top:auto;padding-top:12px;border-top:1px dashed #2a2a35}.settings-card{background:#1a1a21;border:1px solid #2a2a35;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:12px}.settings-icon-box{width:42px;height:42px;border-radius:11px;background:#ffffff0d;border:1px solid #2a2a35;color:#e0e0e8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.settings-icon-box svg{width:22px;height:22px;stroke:currentColor;flex-shrink:0}.settings-icon-box--accent{background:#00d4ff1f;border-color:#00d4ff66;color:#00d4ff}.settings-language-head{display:flex;align-items:center;gap:12px;margin-bottom:4px}.settings-language-head__text{margin:0;min-width:0;flex:1;line-height:1.35}.settings-language-head__text strong{display:block;font-size:14px;color:#f0f0f5}.settings-language-head__hint{display:block;margin-top:3px;font-size:12px;color:#888;line-height:1.35}.settings-card--language{gap:10px}.settings-operaciones-body{display:flex;flex-direction:column;gap:12px;transition:opacity .25s}.settings-operaciones-body.is-off{opacity:.42;pointer-events:none;filter:grayscale(.25)}.settings-off-banner{display:flex;align-items:center;gap:10px;margin:0;padding:10px 12px;border-radius:10px;background:#ff444414;border:1px solid rgba(255,68,68,.25);color:#f99;font-size:12px;line-height:1.4;pointer-events:none}.settings-row{display:flex;justify-content:space-between;align-items:center;gap:14px}.settings-row__text{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.settings-row__copy{margin:0;min-width:0;flex:1;line-height:1.35}.settings-row__copy strong{display:block;font-size:14px;color:#f0f0f5}.settings-row__copy span{display:block;margin-top:3px;font-size:12px;color:#888;line-height:1.35}.settings-row--icon{align-items:center}.settings-row--toggle{align-items:flex-start}.settings-row--toggle .settings-row__copy{flex:1;min-width:0;padding-right:8px}.settings-row--toggle .settings-row__email{word-break:break-word;overflow-wrap:anywhere}.settings-row--toggle .settings-toggle{flex-shrink:0;margin-top:2px}.settings-row+.settings-row{padding-top:12px;border-top:1px solid #2a2a35}.field-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#888;margin-bottom:-6px}.field-hint{margin:0;font-size:12px;color:#888;line-height:1.45}.card-title{margin:0;font-size:13px;font-weight:700;color:#f0f0f5;display:flex;align-items:center;gap:8px}.settings-input,.settings-select{width:100%;padding:11px 14px;border-radius:10px;border:1px solid #2a2a35;background:#121212;color:#f0f0f5;font-size:14px;outline:none;transition:border-color .2s,box-shadow .2s}.settings-input::placeholder,.settings-select::placeholder{color:#555}.settings-input:focus,.settings-select:focus{border-color:#00d4ff;box-shadow:0 0 0 3px #00d4ff26}.settings-select{cursor:pointer;max-width:160px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300D4FF' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.settings-select--block{width:100%;max-width:none}.settings-select option{background:#1a1a21;color:#f0f0f5}.settings-toggle{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:2px 0}.settings-toggle__track{position:relative;width:52px;height:28px;border-radius:20px;background:#2a2a35;border:1px solid #444;transition:background .25s,border-color .25s,box-shadow .25s}.settings-toggle__thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#888;box-shadow:0 2px 6px #0006;transition:transform .28s cubic-bezier(.34,1.4,.64,1),background .25s}.settings-toggle__label{font-size:10px;font-weight:800;letter-spacing:.05em;color:#666;transition:color .2s}.settings-toggle.on .settings-toggle__track{background:#00d4ff33;border-color:#00d4ff8c;box-shadow:0 0 14px #00d4ff33}.settings-toggle.on .settings-toggle__thumb{transform:translate(24px);background:#00d4ff}.settings-toggle.on .settings-toggle__label{color:#00d4ff}.settings-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;border:1px solid transparent;transition:transform .15s,background .2s,border-color .2s;width:100%}.settings-btn:active{transform:scale(.98)}.settings-btn:disabled{opacity:.45;cursor:not-allowed}.settings-btn--primary{background:#00d4ff26;color:#00d4ff;border-color:#00d4ff66}.settings-btn--primary:hover:not(:disabled){background:#00d4ff40}.settings-btn--ghost{background:transparent;color:#aaa;border:1px dashed #444}.settings-btn--ghost:hover:not(:disabled){color:#f0f0f5;border-color:#666}.settings-btn--safe{background:#00ff8814;color:#0f8;border-color:#00ff884d}.settings-btn--danger{background:#ff444414;color:#f44;border-color:#ff44444d}.settings-btn--logout{color:#aaa}.schedule-modes{display:flex;gap:8px}.schedule-mode{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;border-radius:10px;border:1px solid #2a2a35;background:#121212;color:#888;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.schedule-mode__icon{width:44px;height:44px;border-radius:11px;background:#ffffff0d;border:1px solid #2a2a35;color:#d0d0d8;display:flex;align-items:center;justify-content:center;transition:color .2s,border-color .2s,background .2s}.schedule-mode__icon svg{width:24px;height:24px;stroke:currentColor}.schedule-mode.active{border-color:#00d4ff;color:#00d4ff;background:#00d4ff14}.schedule-mode.active .schedule-mode__icon{color:#00d4ff;background:#00d4ff1f;border-color:#00d4ff73}.schedule-mode:disabled{cursor:not-allowed;opacity:.6}.schedule-fixed{display:flex;flex-direction:column;gap:10px}.days-row{display:flex;gap:6px;flex-wrap:wrap}.day-chip{width:36px;height:36px;border-radius:10px;border:1px solid #2a2a35;background:#121212;color:#888;font-size:12px;font-weight:800;cursor:pointer;transition:all .2s}.day-chip.active{background:#00d4ff26;border-color:#00d4ff;color:#00d4ff}.time-row{display:flex;align-items:center;gap:10px}.time-row__sep{color:#888;font-size:13px;flex-shrink:0}.time-input-wrap{position:relative;flex:1;min-width:0;display:block}.time-input-wrap__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#00d4ff;pointer-events:none;z-index:1}.time-input-wrap .settings-input--time{width:100%;padding-left:42px;padding-right:12px;color-scheme:dark}.time-input-wrap .settings-input--time::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;width:100%;height:100%;cursor:pointer}.info-box{display:flex;align-items:flex-start;gap:10px;margin:0;padding:10px 12px;border-radius:10px;background:#00d4ff0f;border:1px solid rgba(0,212,255,.2);font-size:12px;color:#bbb;line-height:1.45}.notif-levels{display:flex;flex-direction:column;gap:8px}.notif-level{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;border-radius:10px;border:1px solid #2a2a35;background:#121212;color:#888;cursor:pointer;text-align:left;transition:border-color .2s,background .2s}.notif-level strong{display:block;font-size:13px;color:#f0f0f5}.notif-level span{display:block;font-size:11px;line-height:1.35}.notif-level.active{border-color:#00d4ff;background:#00d4ff14}.notif-level.active strong{color:#00d4ff}.btn-row{display:flex;gap:8px}.btn-row .settings-btn{flex:1;width:auto}.status-card--online{border-color:#00ff8859}.status-card--offline,.status-card--error{border-color:#ff444459}.status-row{display:flex;align-items:center;gap:14px}.status-row strong{display:block;color:#f0f0f5;font-size:14px}.status-row span{display:block;font-size:11px;color:#888;margin-top:2px;font-family:monospace}.status-row .settings-realtime-hint{display:block;margin-top:6px;font-size:11px;color:#00d4ff;font-family:inherit;line-height:1.35}.status-row .settings-offline-hint{display:block;margin-top:6px;font-size:11px;color:#c77dff;font-family:inherit;line-height:1.35}.icon-btn{margin-left:auto;width:38px;height:38px;border-radius:10px;border:1px solid #2a2a35;background:transparent;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s,border-color .2s}.icon-btn:hover{color:#00d4ff;border-color:#00d4ff66}.storage-meter__labels{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.storage-meter__labels span{font-size:12px;color:#888}.storage-meter__labels strong{font-size:15px;color:#00d4ff}.storage-meter__bar{height:8px;border-radius:6px;background:#2a2a35;overflow:hidden}.storage-meter__fill{height:100%;border-radius:6px;background:linear-gradient(90deg,#00d4ff99,#00d4ff);transition:width .4s ease}.storage-breakdown{display:flex;flex-direction:column;gap:6px;margin-top:4px}.storage-breakdown__row{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#888;padding:6px 0;border-bottom:1px solid rgba(42,42,53,.6)}.storage-breakdown__row:last-child{border-bottom:none}.storage-breakdown__row span:last-child{color:#aaa;white-space:nowrap}.cache-groups{display:flex;flex-direction:column;gap:8px}.cache-group{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid #2a2a35;background:#121212;cursor:pointer;font-size:13px;color:#888;transition:border-color .2s,background .2s}.cache-group input{accent-color:#00d4ff;width:16px;height:16px;cursor:pointer}.cache-group:has(input:checked){border-color:#00d4ff73;background:#00d4ff0f;color:#f0f0f5}@keyframes settingsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes settingsSlideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.settings-modal{width:100%;max-height:94vh;border-radius:14px}.settings-modal__body{flex-direction:column}.settings-rail{width:100%;flex-direction:row;justify-content:center;border-right:none;border-bottom:1px solid #2a2a35;padding:10px 12px;gap:10px}.settings-panel{padding:14px}}.icon-picker{width:100%;box-sizing:border-box}.icon-picker .icon-picker-label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#666;margin:0 0 8px}.icon-picker .icon-picker-preview{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:10px 12px;background:#121212;border:1px solid #333;border-radius:10px}.icon-picker .icon-picker-preview .icon-picker-preview__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#888;flex-shrink:0}.icon-picker .icon-picker-preview .icon-picker-preview__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--pick-color, #00d4ff) 15%,#1a1a21);border:2px solid var(--pick-color, #00d4ff);box-shadow:0 0 14px color-mix(in srgb,var(--pick-color, #00d4ff) 30%,transparent)}.icon-picker .icon-picker-options{display:flex;flex-wrap:wrap;gap:8px}.icon-picker .icon-picker-btn{width:40px;height:40px;border-radius:10px;background:#1a1a21;border:1px solid #333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;padding:0;flex-shrink:0}.icon-picker .icon-picker-btn:hover{border-color:#666;background:#25252d}.icon-picker .icon-picker-btn.active{border-color:var(--pick-color, #00d4ff);background:color-mix(in srgb,var(--pick-color, #00d4ff) 12%,#1a1a21);box-shadow:0 0 10px color-mix(in srgb,var(--pick-color, #00d4ff) 25%,transparent)}.plan-quota-badge{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;margin:10px auto 0}.plan-quota-badge__chip{font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;padding:4px 10px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#aaa}.plan-quota-badge--pulsar .plan-quota-badge__chip{color:#00d4ff;border-color:#00d4ff47;background:#00d4ff14}.plan-quota-badge--cometa .plan-quota-badge__chip{color:#c77dff;border-color:#9d4edd59;background:#9d4edd1f;letter-spacing:.3px}.plan-quota-badge--supernova .plan-quota-badge__chip{color:#fb0;border-color:#ffbb0059;background:#ffbb001a}.manuales-container{background:#1a1a21;border-radius:16px;padding:24px;width:100%;max-width:1000px;margin:0 auto 80px;border:1px solid #25252d;box-sizing:border-box}.manuales-container .library-page-header{margin-bottom:20px}.manuales-container .categorias-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.manuales-container .categorias-list .empty-state{color:#666;font-style:italic;text-align:center;padding:20px}.manuales-container .categorias-list .categoria-card{background:#25252d;border-radius:12px;border:1px solid #333;border-left:3px solid transparent;overflow:hidden;transition:all .3s ease}.manuales-container .categorias-list .categoria-card.expanded{border-left-color:var(--cat-color)}.manuales-container .categorias-list .categoria-card .cat-header{display:flex;justify-content:space-between;align-items:center;padding:15px;cursor:pointer;background:#1e1e26;transition:background .3s ease}.manuales-container .categorias-list .categoria-card .cat-header:hover{background:#2a2a35}.manuales-container .categorias-list .categoria-card .cat-header .cat-title{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.manuales-container .categorias-list .categoria-card .cat-header .cat-title h3{color:#fff;font-size:15px;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manuales-container .categorias-list .categoria-card .cat-header .cat-title .count-badge{flex-shrink:0;white-space:nowrap;background:#ffffff0f;color:#aaa;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;border:1px solid #444;margin-right:14px}.manuales-container .categorias-list .categoria-card .cat-header .cat-title .cat-icon{display:flex;flex-shrink:0;align-items:center}.manuales-container .categorias-list .categoria-card .cat-header .cat-title .edit-cat-inline{display:flex;flex-direction:column;align-items:stretch;gap:12px;flex:1;margin-right:15px;min-width:0}.manuales-container .categorias-list .categoria-card .cat-header .cat-title .edit-cat-inline input{width:100%;box-sizing:border-box;background:#121212;border:1px solid var(--cat-color);color:#fff;padding:8px 10px;border-radius:6px;font-size:14px;outline:none;box-shadow:inset 0 0 5px #00000080;transition:border-color .3s ease}.manuales-container .categorias-list .categoria-card .cat-header .cat-actions{display:flex;align-items:center;gap:12px;color:#888;flex-shrink:0;margin-left:8px}.manuales-container .categorias-list .categoria-card .cat-header .cat-actions button{background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center;transition:.2s}.manuales-container .categorias-list .categoria-card .cat-header .cat-actions .edit-btn:hover{color:#00d4ff}.manuales-container .categorias-list .categoria-card .cat-header .cat-actions .del-btn:hover{color:#f44}.manuales-container .categorias-list .categoria-card .cat-header .cat-actions .save-btn:hover{transform:scale(1.1)}.manuales-container .categorias-list .categoria-card .cat-body{padding:20px;border-top:1px solid #333;background:#1a1a21;box-sizing:border-box;overflow:hidden}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:15px}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc{text-decoration:none;display:flex;flex-direction:column;gap:8px}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-cover{height:120px;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-cover .cover-img{width:100%;height:100%;object-fit:cover}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-cover .doc-actions{position:absolute;top:5px;right:5px;display:flex;gap:4px;opacity:1;transition:.2s}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-cover .doc-actions button{background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-radius:6px;padding:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-cover .doc-actions .edit-doc-btn:hover{background:#00d4ff;color:#121212}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-cover .doc-actions .del-doc-btn:hover{background:#f44}@media(hover:hover){.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-cover .doc-actions{opacity:0}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-cover:hover{transform:translateY(-3px)}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-cover:hover .doc-actions{opacity:1}}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .manual-doc .doc-title{color:#ccc;font-size:12px;text-align:center;line-height:1.2;font-weight:700}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .add-doc-card{height:120px;border-radius:8px;border:1px dashed #444;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;color:#888;transition:all .3s ease}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .add-doc-card:hover{border-color:var(--cat-color);color:var(--cat-color);background:#ffffff05}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .add-doc-card span{font-size:11px;font-weight:700}.manuales-container .categorias-list .categoria-card .cat-body .manuales-grid .add-manual-form.edit-mode{grid-column:1/-1;margin-top:0}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form{margin-top:20px;background:#25252d;padding:15px;border-radius:12px;display:flex;flex-direction:column;gap:10px;border:1px dashed #444;box-sizing:border-box;width:100%;max-width:100%;overflow:hidden}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form input{box-sizing:border-box;width:100%;max-width:100%;background:#1a1a21;border:1px solid #333;padding:10px;border-radius:8px;color:#fff;font-size:13px;outline:none;transition:border-color .3s ease}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form input:focus{border-color:var(--form-color)}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .url-input{display:flex;align-items:center;gap:10px;background:#1a1a21;border:1px solid #333;padding:0 10px;border-radius:8px;transition:border-color .3s ease}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .url-input:focus-within{border-color:var(--form-color)}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .url-input input{border:none;padding:10px 0;flex:1}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .url-input input:focus{border-color:transparent}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector{background:#1a1a21;border:1px solid #333;border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:8px;transition:.3s}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector:focus-within{border-color:var(--form-color)}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector .media-label{font-size:11px;color:#666;text-transform:uppercase;margin:0;font-weight:700}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector .media-options{display:flex;gap:8px;flex-wrap:wrap}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector .media-options .media-btn{width:36px;height:36px;border-radius:8px;background:#25252d;border:1px solid #333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector .media-options .media-btn:hover{border-color:#888;background:#2a2a35}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector .media-options .media-btn.active{border-color:var(--form-color);background:#ffffff0d}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector .media-options .media-btn.upload-btn{border-style:dashed}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector .media-options .media-btn.upload-btn:hover{border-color:#00d4ff}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector .media-options .media-btn.upload-btn:hover svg{color:#00d4ff!important}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .media-selector .url-input-media{border:none;background:transparent;padding:8px 0 0;color:#fff;width:100%;outline:none;font-size:12px;border-top:1px dashed #333;margin-top:2px;border-radius:0}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:5px}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .form-actions button{padding:8px 15px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;border:none;transition:.2s}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .form-actions .cancel-btn{background:transparent;color:#888}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .form-actions .cancel-btn:hover{color:#fff}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .form-actions .save-btn{color:#121212}.manuales-container .categorias-list .categoria-card .cat-body .add-manual-form .form-actions .save-btn:hover{transform:scale(1.05)}.manuales-container .creation-panel,.manuales-container .add-cat-form{display:flex;flex-direction:column;gap:18px;width:100%;box-sizing:border-box;padding:20px;background:#25252d;border-radius:14px;border:1px dashed #444}.manuales-container .creation-panel .creation-panel__label,.manuales-container .add-cat-form .creation-panel__label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#888;margin:0}.manuales-container .creation-panel .creation-panel__row,.manuales-container .add-cat-form .creation-panel__row{display:flex;align-items:flex-end;gap:16px;width:100%;flex-wrap:wrap;margin-top:4px}.manuales-container .creation-panel .creation-panel__row .color-picker-row,.manuales-container .add-cat-form .creation-panel__row .color-picker-row{flex:1;min-width:200px}.manuales-container .creation-panel .creation-panel__submit,.manuales-container .add-cat-form .creation-panel__submit{flex:1;min-width:120px;min-height:46px;height:auto;padding:11px 18px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:800;color:#fff;background:#1e1e26;border:1px solid #444;border-radius:12px;cursor:pointer;transition:.2s}.manuales-container .creation-panel .creation-panel__submit:hover,.manuales-container .add-cat-form .creation-panel__submit:hover{border-color:var(--selected-color);background:#ffffff0f;transform:translateY(-1px)}.manuales-container .creation-panel input,.manuales-container .add-cat-form input{width:100%;min-width:0;box-sizing:border-box;background:#1a1a21;border:1px solid #333;padding:14px 16px;border-radius:12px;color:#fff;font-size:15px;outline:none;transition:.3s}.manuales-container .creation-panel input:focus,.manuales-container .add-cat-form input:focus{border-color:var(--selected-color);box-shadow:0 0 0 2px #00d4ff1f}@media(max-width:550px){.manuales-container .creation-panel__row{flex-direction:column;align-items:stretch}.manuales-container .creation-panel__submit{width:100%}.edit-cat-inline{flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin-top:10px}}.equipment-qr-overlay{position:fixed;inset:0;z-index:6000;background:#08080ae0;display:flex;align-items:center;justify-content:center;padding:20px}.equipment-qr-modal{position:relative;width:100%;max-width:360px;background:#1a1a21;border:1px solid #333;border-radius:20px;padding:24px;box-sizing:border-box}.equipment-qr-modal__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:10px;border:1px solid #333;background:#25252d;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer}.equipment-qr-modal__close:hover{color:#fff}.equipment-qr-modal__head{display:flex;gap:12px;align-items:flex-start;margin-bottom:20px;padding-right:36px}.equipment-qr-modal__head h2{margin:0 0 4px;color:#fff;font-size:18px}.equipment-qr-modal__head p{margin:0;color:#888;font-size:13px}.equipment-qr-modal__body{display:flex;flex-direction:column;align-items:center;gap:14px}.equipment-qr-modal__image{width:220px;height:220px;border-radius:16px;background:#fff;padding:10px;box-sizing:border-box}.equipment-qr-modal__loading,.equipment-qr-modal__hint{margin:0;text-align:center;color:#888;font-size:13px;line-height:1.45}.equipment-qr-modal__download{margin-top:18px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-radius:12px;border:1px solid rgba(0,212,255,.45);background:#00d4ff1a;color:#00d4ff;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s}.equipment-qr-modal__download:hover{background:#00d4ff2e}.equipment-qr-scanner-overlay{position:fixed;inset:0;z-index:6000;background:#08080aeb;display:flex;align-items:center;justify-content:center;padding:16px}.equipment-qr-scanner{position:relative;width:100%;max-width:420px;background:#1a1a21;border:1px solid #333;border-radius:20px;padding:20px;box-sizing:border-box}.equipment-qr-scanner__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:10px;border:1px solid #333;background:#25252d;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.equipment-qr-scanner__close:hover{color:#fff}.equipment-qr-scanner__head{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px;padding-right:36px}.equipment-qr-scanner__head h2{margin:0 0 4px;color:#fff;font-size:18px}.equipment-qr-scanner__head p{margin:0;color:#888;font-size:13px}.equipment-qr-scanner__reader{border-radius:14px;overflow:hidden;background:#121212}.equipment-qr-scanner__reader video{border-radius:12px}.equipment-qr-scanner__reader #qr-shaded-region{border-radius:12px!important}.appearance-edit{width:100%;display:flex;flex-direction:column;gap:14px;box-sizing:border-box}.appearance-edit .appearance-edit__toolbar{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:10px;width:100%}.appearance-edit .appearance-edit__toolbar input{flex:1;min-width:0;box-sizing:border-box;background:#121212;border:1px solid var(--accent-color, #00d4ff);color:#fff;padding:10px 12px;border-radius:8px;font-size:15px;font-weight:600;outline:none;transition:border-color .2s,box-shadow .2s}.appearance-edit .appearance-edit__toolbar input:focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent-color, #00d4ff) 25%,transparent)}.appearance-edit .appearance-edit__actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:8px;flex-shrink:0}.appearance-edit .appearance-edit__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700;padding:0 14px;min-height:42px;transition:.2s;white-space:nowrap;box-sizing:border-box}.appearance-edit .appearance-edit__btn--ghost{background:#25252d;border:1px solid #444;color:#aaa;padding:0 12px}.appearance-edit .appearance-edit__btn--ghost:hover{background:#333;color:#fff;border-color:#666}.appearance-edit .appearance-edit__btn--save{color:#121212}.appearance-edit .appearance-edit__btn--save:hover{filter:brightness(1.08);transform:translateY(-1px)}.codigos-container .equipo-card .eq-header.eq-header--editing,.manuales-container .categoria-card .cat-header.cat-header--editing{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;cursor:default}.codigos-container .equipo-card .eq-header.eq-header--editing:hover,.manuales-container .categoria-card .cat-header.cat-header--editing:hover{background:#1e1e26}.codigos-container .equipo-card .eq-header.eq-header--editing .appearance-edit,.manuales-container .categoria-card .cat-header.cat-header--editing .appearance-edit{width:100%;min-width:0}@media(max-width:380px){.appearance-edit__toolbar{flex-wrap:wrap}.appearance-edit__toolbar input{flex:1 1 100%}.appearance-edit__actions{flex:1 1 100%;justify-content:flex-end}}.codigos-container{background:#1a1a21;border-radius:16px;padding:24px;width:100%;max-width:1000px;margin:0 auto 80px;border:1px solid #25252d;box-sizing:border-box}.codigos-container .library-page-header{margin-bottom:20px}.codigos-container .empty-state{color:#666;font-style:italic;text-align:center;padding:20px}.codigos-container .search-bar{position:relative;display:flex;align-items:center;margin-bottom:0;width:100%}.codigos-container .search-bar .search-icon{position:absolute;left:15px}.codigos-container .search-bar input{width:100%;background:#121212;border:1px solid #333;padding:15px 15px 15px 45px;border-radius:12px;color:#fff;font-size:15px;outline:none;transition:.3s}.codigos-container .search-bar input:focus{border-color:#00d4ff;box-shadow:0 0 10px #00d4ff1a}.codigos-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#666;gap:10px;font-style:italic}.codigos-container .codigos-scan-notice{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,187,0,.35);background:#ffbb0014;color:#fb0;font-size:13px}.codigos-container .codigos-scan-notice span{flex:1;line-height:1.4}.codigos-container .codigos-scan-notice button{background:none;border:none;color:inherit;cursor:pointer;display:flex;padding:0;opacity:.8}.codigos-container .library-qr-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 18px;box-sizing:border-box;border-radius:12px;border:1px solid rgba(157,78,221,.45);background:#9d4edd1a;color:#9d4edd;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s,border-color .2s}.codigos-container .library-qr-btn:hover{background:#9d4edd2e;border-color:#9d4edd}.codigos-container .library-qr-btn--locked{opacity:.65;border-color:#444;background:#25252d;color:#888}.codigos-container .equipos-list{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.codigos-container .equipos-list .equipo-card{background:#25252d;border-radius:12px;border:1px solid #333;border-left:3px solid transparent;overflow:hidden;transition:all .3s ease}.codigos-container .equipos-list .equipo-card.editing{overflow:visible}.codigos-container .equipos-list .equipo-card.expanded{border-left-color:var(--eq-color)}.codigos-container .equipos-list .equipo-card.expanded .arrow-icon{transform:rotate(180deg)}.codigos-container .equipos-list .equipo-card .eq-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px;cursor:pointer;background:#1e1e26;transition:.2s}.codigos-container .equipos-list .equipo-card .eq-header:hover{background:#2a2a35}.codigos-container .equipos-list .equipo-card .eq-header .eq-title{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.codigos-container .equipos-list .equipo-card .eq-header .eq-title__text{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;flex:1}.codigos-container .equipos-list .equipo-card .eq-header .eq-title h3{color:#fff;font-size:15px;margin:0;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.codigos-container .equipos-list .equipo-card .eq-header .eq-title .badge{flex-shrink:0;white-space:nowrap;background:#ffffff0f;color:#aaa;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;border:1px solid #444;margin-right:0}.codigos-container .equipos-list .equipo-card .eq-header .eq-title .eq-icon{display:flex;flex-shrink:0;align-items:center}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions{display:flex;align-items:center;gap:10px;color:#888;flex-shrink:0;margin-left:0}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions .icon-btn{background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;transition:.2s}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions .icon-btn.qr:hover{color:#9d4edd;background:#9d4edd1a}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions .icon-btn.edit:hover{color:#00d4ff}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions .icon-btn.del:hover{color:#f44}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions .icon-btn.icon-btn--locked{opacity:.45}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions .arrow-icon{color:#888;transition:transform .3s ease;flex-shrink:0;cursor:pointer}@media(max-width:640px){.codigos-container .equipos-list .equipo-card .eq-header{flex-wrap:wrap;align-items:flex-start;padding:14px 12px;gap:10px}.codigos-container .equipos-list .equipo-card .eq-header .eq-title{flex:1 1 calc(100% - 168px);min-width:0}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions{flex:0 0 auto;gap:6px;padding:4px 0 0 4px}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions .icon-btn{min-width:36px;min-height:36px;padding:8px}}@media(max-width:400px){.codigos-container .equipos-list .equipo-card .eq-header .eq-title{flex:1 1 100%}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions{flex:1 1 100%;justify-content:flex-end;gap:12px;padding-top:8px;margin-top:2px;border-top:1px solid #2a2a35}}@media(min-width:641px){.codigos-container .equipos-list .equipo-card .eq-header .eq-title__text{flex-direction:row;align-items:center;gap:10px}.codigos-container .equipos-list .equipo-card .eq-header .eq-actions{gap:14px;margin-left:8px}}.codigos-container .equipos-list .equipo-card .eq-body{background:#1a1a21;border-top:1px solid #333;box-sizing:border-box;overflow:hidden;max-height:min(70vh,520px);overflow-y:auto}.codigos-container .equipos-list .equipo-card .eq-body .hide-mobile{display:grid}.codigos-container .equipos-list .equipo-card .eq-body .table-header{grid-template-columns:80px 1fr 1.5fr 70px;gap:15px;padding:12px 20px;background:#16161c;border-bottom:1px solid #333;font-size:11px;text-transform:uppercase;color:#666;font-weight:700;letter-spacing:1px}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid{display:flex;flex-direction:column}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row{display:grid;grid-template-columns:80px 1fr 1.5fr 70px;gap:15px;padding:15px 20px;border-bottom:1px solid #25252d;transition:.2s}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row:last-child{border-bottom:none}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row:hover{background:#ffffff05}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .mobile-label{display:none;font-size:11px;color:#666;text-transform:uppercase;margin-bottom:4px;align-items:center;gap:4px}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-code{display:flex;align-items:flex-start}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-code .code-tag{background:#121212;border:1px dashed;padding:4px 8px;border-radius:6px;font-weight:900;font-size:13px;font-family:monospace}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-prob strong{color:#eee;font-size:14px;line-height:1.4;display:block}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-act p{color:#aaa;font-size:13px;margin:0;line-height:1.5}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-actions{display:flex;gap:8px;align-items:flex-start;justify-content:flex-end;opacity:1;transition:.2s}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-actions .action-btn{background:#0000004d;border:none;padding:6px;border-radius:6px;color:#888;cursor:pointer;transition:.2s}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-actions .action-btn.edit:hover{background:#00d4ff;color:#121212}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-actions .action-btn.del:hover{background:#f44;color:#fff}@media(hover:hover){.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-actions{opacity:0}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row:hover .col-actions{opacity:1}}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form{display:grid;grid-template-columns:80px 1fr 1.5fr 70px;gap:10px;padding:10px 15px;background:#25252d;border-bottom:1px dashed var(--eq-color)}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form input{background:#121212;border:1px solid #444;padding:8px 10px;border-radius:6px;color:#fff;font-size:13px;outline:none}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form input:focus{border-color:var(--eq-color)}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form .form-actions-inline{display:flex;gap:5px}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form .form-actions-inline .cancel-btn,.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form .form-actions-inline .save-btn{border:none;padding:8px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form .form-actions-inline .cancel-btn{background:#333;color:#aaa}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form .form-actions-inline .cancel-btn:hover{background:#f44;color:#fff}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form .form-actions-inline .save-btn{color:#121212}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form .form-actions-inline .save-btn:hover{filter:brightness(1.2)}.codigos-container .equipos-list .equipo-card .eq-body .eq-body-toolbar{position:sticky;top:0;z-index:6;background:#1a1a21;border-bottom:1px solid #333}.codigos-container .equipos-list .equipo-card .eq-body .add-error-trigger{width:100%;padding:16px 18px;background:#ffffff08;border:none;border-bottom:1px solid #333;color:#ccc;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:.2s}.codigos-container .equipos-list .equipo-card .eq-body .add-error-trigger:hover{color:var(--eq-color);background:#ffffff0f}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form{padding:16px;border-bottom:1px solid #333;background:#25252d;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;width:100%}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form input{width:100%;box-sizing:border-box;background:#121212;border:1px solid #444;padding:12px;border-radius:8px;color:#fff;font-size:14px;outline:none;transition:.3s;min-width:0}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form input:focus{border-color:var(--eq-color)}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .inputs-row{display:flex;flex-direction:column;gap:10px;width:100%}@media(min-width:520px){.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .inputs-row{flex-direction:row}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .inputs-row .input-short{flex:1}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .inputs-row .input-long{flex:2}}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .form-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:5px}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .form-actions button{padding:10px 20px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;border:none;transition:.2s}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .form-actions .cancel-btn{background:transparent;color:#888}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .form-actions .cancel-btn:hover{color:#fff;background:#333}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .form-actions .save-btn{color:#121212}.codigos-container .equipos-list .equipo-card .eq-body .add-error-form .form-actions .save-btn:hover{transform:translateY(-2px)}.codigos-container .creation-panel,.codigos-container .add-cat-form{display:flex;flex-direction:column;gap:18px;width:100%;box-sizing:border-box;padding:20px;background:#25252d;border-radius:14px;border:1px dashed #444}.codigos-container .creation-panel .creation-panel__label,.codigos-container .add-cat-form .creation-panel__label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#888;margin:0}.codigos-container .creation-panel .creation-panel__row,.codigos-container .add-cat-form .creation-panel__row{display:flex;align-items:flex-end;gap:16px;width:100%;flex-wrap:wrap;margin-top:4px}.codigos-container .creation-panel .creation-panel__row .color-picker-row,.codigos-container .add-cat-form .creation-panel__row .color-picker-row{flex:1;min-width:200px}.codigos-container .creation-panel .creation-panel__submit,.codigos-container .add-cat-form .creation-panel__submit{flex:1;min-width:120px;min-height:46px;height:auto;padding:11px 18px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:800;color:#fff;background:#1e1e26;border:1px solid #444;border-radius:12px;cursor:pointer;transition:.2s}.codigos-container .creation-panel .creation-panel__submit:hover,.codigos-container .add-cat-form .creation-panel__submit:hover{border-color:var(--selected-color);background:#ffffff0f;transform:translateY(-1px)}.codigos-container .creation-panel input,.codigos-container .add-cat-form input{width:100%;min-width:0;box-sizing:border-box;background:#1a1a21;border:1px solid #333;padding:14px 16px;border-radius:12px;color:#fff;font-size:15px;outline:none;transition:.3s}.codigos-container .creation-panel input:focus,.codigos-container .add-cat-form input:focus{border-color:var(--selected-color);box-shadow:0 0 0 2px #00d4ff1f}@media(max-width:600px){.codigos-container .equipos-list .equipo-card .eq-body .hide-mobile{display:none}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row{display:flex;flex-direction:column;gap:12px;padding:18px 15px;position:relative}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .mobile-label{display:flex}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-code{padding-bottom:10px;border-bottom:1px dashed #333}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-code .code-tag{font-size:15px;padding:6px 12px}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-prob,.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-act{padding-left:5px}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .error-row .col-actions{position:absolute;top:15px;right:15px}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form{display:flex;flex-direction:column}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form .form-actions-inline{justify-content:flex-end;margin-top:10px}.codigos-container .equipos-list .equipo-card .eq-body .errores-grid .edit-error-form .form-actions-inline button{padding:12px;flex:1}.codigos-container .creation-panel__row{flex-direction:column;align-items:stretch}.codigos-container .creation-panel__submit{width:100%}}.flux-face-wrapper{position:relative;display:inline-block}.flux-face-wrapper.size-sm{width:60px;height:45px}.flux-face-wrapper.size-sm .flux-monitor{border-radius:10px;border-width:2px}.flux-face-wrapper.size-sm .flux-face{font-size:28px!important}.flux-face-wrapper.size-md{width:100px;height:75px}.flux-face-wrapper.size-md .flux-monitor{border-radius:16px;border-width:3px}.flux-face-wrapper.size-md .flux-face{font-size:45px!important}.flux-face-wrapper.size-lg{width:140px;height:105px}.flux-face-wrapper.size-lg .flux-monitor{border-radius:20px;border-width:3px}.flux-face-wrapper.size-lg .flux-face{font-size:65px!important}.flux-face-wrapper .flux-monitor{width:100%;height:100%;background:#0a0a12;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border:3px solid transparent;transition:all .3s ease}.flux-face-wrapper .flux-monitor .flux-screen-glare{position:absolute;top:0;left:10%;width:80%;height:40%;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,transparent 100%);border-radius:50% 50% 0 0;pointer-events:none}.flux-face-wrapper .flux-monitor .flux-face{font-size:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;font-family:monospace;line-height:1;transform:translateY(-.05em)}.flux-face-wrapper .flux-monitor .flux-face .eyes-row,.flux-face-wrapper .flux-monitor .flux-face .eyes-row .eyes-row{display:flex;gap:.3em;align-items:center;justify-content:center;height:.6em}.flux-face-wrapper .flux-monitor .flux-face .eyes-row .eyes-row .eye{display:flex;align-items:center;justify-content:center;line-height:0}.flux-face-wrapper .flux-monitor .flux-face .eyes-row .eyes-row .eye.happy{transform:scaleY(.8)}.flux-face-wrapper .flux-monitor .flux-face .eyes-row .eyes-row .eye.star{font-size:.7em}.flux-face-wrapper .flux-monitor .flux-face .eyes-row .eyes-row .eye.alert{font-size:.85em;font-weight:400}.flux-face-wrapper .flux-monitor .flux-face .eyes-row .eyes-row .eye.squint{font-size:.8em;font-weight:700;transform:translateY(.05em)}.flux-face-wrapper .flux-monitor .flux-face .eyes-row .eyes-row.scanning-eyes{animation:scanEyes 1.5s infinite alternate ease-in-out}.flux-face-wrapper .flux-monitor .flux-face .mouth{box-sizing:border-box;border-radius:50%;transition:.3s;margin:.05em 0 0}.flux-face-wrapper .flux-monitor .flux-face .mouth.smile{width:.8em;height:.4em;border:.08em solid transparent;border-bottom-color:currentColor;border-radius:0 0 .8em .8em}.flux-face-wrapper .flux-monitor .flux-face .mouth.thinking{width:.5em;height:.1em;background:currentColor;border-radius:.1em;transform:rotate(-10deg) translate(.1em);margin-top:.08em}.flux-face-wrapper .flux-monitor .flux-face .mouth.open{width:.35em;height:.35em;border:.08em solid currentColor;border-radius:50%}.flux-face-wrapper .flux-monitor .flux-face .mouth.zigzag{width:.6em;height:.1em;background:currentColor;margin-top:.08em}.flux-face-wrapper .flux-monitor .flux-face .mouth.excited-open{width:.7em;height:.45em;background:currentColor;border-radius:0 0 .7em .7em}.flux-face-wrapper .flux-monitor .flux-face .mouth.talking{width:.4em;height:.2em;background:currentColor;border-radius:.2em;animation:talk .3s infinite alternate;margin-top:.08em}.flux-face-wrapper .flux-monitor .flux-face .mouth.proud-smile{width:.9em;height:.35em;border:.08em solid transparent;border-bottom-color:currentColor;border-radius:0 0 .9em .9em}.flux-face-wrapper.mood-welcome .flux-monitor{border-color:#00d4ff;box-shadow:0 0 20px #00d4ff66,inset 0 0 15px #00d4ff66}.flux-face-wrapper.mood-welcome .flux-monitor .flux-face{color:#00d4ff}.flux-face-wrapper.mood-thinking .flux-monitor{border-color:#9d4edd;box-shadow:0 0 20px #9d4edd66,inset 0 0 15px #9d4edd66}.flux-face-wrapper.mood-thinking .flux-monitor .flux-face{color:#9d4edd}.flux-face-wrapper.mood-alert .flux-monitor{border-color:#f44;box-shadow:0 0 20px #f446,inset 0 0 15px #f446}.flux-face-wrapper.mood-alert .flux-monitor .flux-face{color:#f44}.flux-face-wrapper.mood-done .flux-monitor{border-color:#0f8;box-shadow:0 0 20px #0f86,inset 0 0 15px #0f86}.flux-face-wrapper.mood-done .flux-monitor .flux-face{color:#0f8}.flux-face-wrapper.mood-confused .flux-monitor{border-color:#fb0;box-shadow:0 0 20px #fb06,inset 0 0 15px #fb06}.flux-face-wrapper.mood-confused .flux-monitor .flux-face{color:#fb0}.flux-face-wrapper.mood-excited .flux-monitor{border-color:#ff007f;box-shadow:0 0 20px #ff007f66,inset 0 0 15px #ff007f66}.flux-face-wrapper.mood-excited .flux-monitor .flux-face{color:#ff007f}.flux-face-wrapper.mood-explaining .flux-monitor{border-color:#00d4ff;box-shadow:0 0 20px #00d4ff66,inset 0 0 15px #00d4ff66}.flux-face-wrapper.mood-explaining .flux-monitor .flux-face{color:#00d4ff}.flux-face-wrapper.mood-scanning .flux-monitor{border-color:#0f8;box-shadow:0 0 20px #0f86,inset 0 0 15px #0f86}.flux-face-wrapper.mood-scanning .flux-monitor .flux-face{color:#0f8}.flux-face-wrapper.mood-proud .flux-monitor{border-color:#9d4edd;box-shadow:0 0 20px #9d4edd99,inset 0 0 15px #9d4edd99}.flux-face-wrapper.mood-proud .flux-monitor .flux-face{color:#9d4edd}.flux-face-wrapper.mood-focus .flux-monitor{border-color:#f50;box-shadow:0 0 20px #f506,inset 0 0 15px #f506}.flux-face-wrapper.mood-focus .flux-monitor .flux-face{color:#f50}.flux-face-wrapper.mood-reading .flux-monitor{border-color:#00f0ff;box-shadow:0 0 20px #00f0ff66,inset 0 0 15px #00f0ff66}.flux-face-wrapper.mood-reading .flux-monitor .flux-face{color:#00f0ff}.flux-face-wrapper.mood-profile .flux-monitor{border-color:#e020ff;box-shadow:0 0 20px #e020ff66,inset 0 0 15px #e020ff66}.flux-face-wrapper.mood-profile .flux-monitor .flux-face{color:#e020ff}@keyframes talk{0%{height:.1em}to{height:.25em}}@keyframes scanEyes{0%{transform:translate(-.15em)}to{transform:translate(.15em)}}@keyframes spinEye{to{transform:rotate(360deg)}}.flux-tutorial-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.flux-tutorial-overlay .flux-tutorial-card{background:#1a1a21;border:1px solid #333;border-radius:20px;padding:40px 30px;max-width:400px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 20px 50px #00d4ff1a}.flux-tutorial-overlay .flux-tutorial-card .flux-avatar-container{margin-bottom:30px}.flux-tutorial-overlay .flux-tutorial-card .flux-dialogue{min-height:120px}.flux-tutorial-overlay .flux-tutorial-card .flux-dialogue h3{color:#fff;margin:0 0 10px;font-size:22px}.flux-tutorial-overlay .flux-tutorial-card .flux-dialogue p{color:#aaa;line-height:1.5;font-size:15px;margin:0}.flux-tutorial-overlay .flux-tutorial-card .flux-tutorial-dots{display:flex;gap:8px;justify-content:center;margin-top:16px}.flux-tutorial-overlay .flux-tutorial-card .flux-tutorial-dots .flux-tutorial-dot{width:8px;height:8px;border-radius:50%;background:#333;transition:.2s}.flux-tutorial-overlay .flux-tutorial-card .flux-tutorial-dots .flux-tutorial-dot.active{background:#00d4ff;box-shadow:0 0 8px #00d4ff80}.flux-tutorial-overlay .flux-tutorial-card .flux-actions{margin-top:20px;width:100%}.flux-tutorial-overlay .flux-tutorial-card .flux-actions button{width:100%;padding:15px;border-radius:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:.2s;border:none}.flux-tutorial-overlay .flux-tutorial-card .flux-actions .next-btn{background:#00d4ff1a;color:#00d4ff;border:1px solid rgba(0,212,255,.3)}.flux-tutorial-overlay .flux-tutorial-card .flux-actions .next-btn:hover{background:#00d4ff33}.flux-tutorial-overlay .flux-tutorial-card .flux-actions .finish-btn{background:#0f8;color:#121212}.flux-tutorial-overlay .flux-tutorial-card .flux-actions .finish-btn:hover{filter:brightness(1.1);transform:translateY(-2px)}.workspace-help-overlay{position:fixed;inset:0;background:#000000d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.workspace-help-panel{position:relative;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;background:#1a1a21;border:1px solid #333;border-radius:20px;padding:28px 22px 22px;box-shadow:0 20px 50px #0009;box-sizing:border-box}.workspace-help-panel::-webkit-scrollbar{width:4px}.workspace-help-panel::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.workspace-help-panel h2{margin:0 0 8px;color:#fff;font-size:20px;text-align:center}.workspace-help-panel .workspace-help-intro{margin:0 0 18px;text-align:center;color:#888;font-size:13px;line-height:1.5}.workspace-help-panel .workspace-help-intro b{color:#ccc}.workspace-help-panel .workspace-help-close{position:absolute;top:14px;right:14px;background:#ffffff0d;border:none;color:#888;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.workspace-help-panel .workspace-help-close:hover{color:#fff;background:#f44}.workspace-help-panel .workspace-help-head{display:flex;align-items:center;gap:10px;padding:12px 14px;margin-bottom:14px;background:#00d4ff0f;border:1px solid rgba(0,212,255,.25);border-left:3px solid #00d4ff;border-radius:12px;color:#00d4ff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.workspace-help-panel .workspace-help-roles{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}@media(max-width:520px){.workspace-help-panel .workspace-help-roles{grid-template-columns:1fr}}.workspace-help-panel .workspace-role{background:#121212;border:1px solid #333;border-radius:12px;padding:14px;text-align:left}.workspace-help-panel .workspace-role--leader{border-color:#ffbb0059}.workspace-help-panel .workspace-role--team{border-color:#00d4ff59}.workspace-help-panel .workspace-role__title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.workspace-help-panel .workspace-role--leader .workspace-help-panel .workspace-role__title{color:#fb0}.workspace-help-panel .workspace-role--team .workspace-help-panel .workspace-role__title{color:#00d4ff}.workspace-help-panel .workspace-role ol{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px}.workspace-help-panel .workspace-role ol li{color:#888;font-size:11px;line-height:1.4}.workspace-help-panel .workspace-help-sync{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;margin-bottom:18px;background:#121212;border:1px dashed #333;border-radius:10px;color:#888;font-size:11px;line-height:1.45}.workspace-help-panel .workspace-help-sync svg{flex-shrink:0;color:#0f8;margin-top:1px}.workspace-help-panel .workspace-help-ok{width:100%;padding:14px;border:none;border-radius:12px;background:#00d4ff;color:#121212;font-size:14px;font-weight:800;cursor:pointer;transition:.2s}.workspace-help-panel .workspace-help-ok:hover{filter:brightness(1.08)}.pulse-brand{display:inline-flex;align-items:center;gap:4px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;font-family:inherit}.pulse-brand--badge{font-size:9px;padding:3px 7px;border-radius:6px;color:#00d4ff;background:#00d4ff1f;border:1px solid rgba(0,212,255,.28);line-height:1}.pulse-brand--watermark{position:fixed;right:12px;bottom:calc(88px + env(safe-area-inset-bottom,0px));z-index:40;pointer-events:none;font-size:10px;padding:6px 10px;border-radius:20px;color:#ffffff73;background:#0c0c0ebf;border:1px solid rgba(0,212,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:.85}.pulse-loading{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#08080a;overflow:hidden}.pulse-loading__grid{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 50% 38%,rgba(0,212,255,.07) 0%,transparent 55%),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:100% 100%,30px 30px,30px 30px}.pulse-loading__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:min(320px,88vw);text-align:center;animation:pulse-loading-in .45s ease-out both}.pulse-loading__logo{position:relative;width:104px;height:104px;margin-bottom:28px}.pulse-loading__core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:72px;height:72px;border-radius:50%;background:#1a1a21;border:2px solid #00d4ff;box-shadow:0 0 24px #00d4ff59;display:flex;align-items:center;justify-content:center}.pulse-loading__ring{position:absolute;top:50%;left:50%;width:100%;height:100%;margin:0;border-radius:50%;border:2px solid #00d4ff;opacity:0;transform:translate(-50%,-50%) scale(.55);animation:pulse-loading-ring 2.4s cubic-bezier(.215,.61,.355,1) infinite}.pulse-loading__ring--delayed{animation-delay:1.2s}.pulse-loading__brand{margin:0 0 10px;font-size:28px;font-weight:900;letter-spacing:8px;color:#fff;text-indent:8px}.pulse-loading__message{margin:0;font-size:15px;font-weight:600;color:#e8e8ec;letter-spacing:.02em}.pulse-loading__sub{margin:8px 0 0;font-size:12px;font-weight:500;color:#7a7a88;line-height:1.45}.pulse-loading__track{width:100%;height:3px;margin-top:28px;border-radius:4px;background:#1e1e28;overflow:hidden}.pulse-loading__track-fill{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,transparent,#00d4ff,#5ce9ff,transparent);animation:pulse-loading-bar 1.1s ease-in-out infinite}@keyframes pulse-loading-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-loading-ring{0%{opacity:.7;transform:translate(-50%,-50%) scale(.55)}70%{opacity:0;transform:translate(-50%,-50%) scale(1.05)}to{opacity:0;transform:translate(-50%,-50%) scale(1.05)}}@keyframes pulse-loading-bar{0%{transform:translate(-120%)}to{transform:translate(280%)}}.profile-container{min-height:100vh;height:100dvh;width:100%;max-width:100vw;background:#08080a;position:fixed;top:0;left:0;z-index:9999;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;box-sizing:border-box;padding:72px 20px 56px}.profile-container .bg-grid{position:fixed;inset:0;pointer-events:none;background-image:radial-gradient(circle at 50% 30%,rgba(0,212,255,.08) 0%,transparent 60%),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:100% 100%,30px 30px,30px 30px;z-index:0}.profile-container .profile-help-btn{position:absolute;top:20px;left:20px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(0,212,255,.35);background:#00d4ff14;color:#00d4ff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:.2s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.profile-container .profile-help-btn:hover{background:#00d4ff2e;border-color:#00d4ff;color:#fff;box-shadow:0 0 16px #00d4ff40}.profile-container .global-logout-btn{position:absolute;top:20px;right:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#aaa;display:flex;align-items:center;gap:8px;cursor:pointer;padding:10px 16px;border-radius:20px;z-index:10;transition:all .2s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.profile-container .global-logout-btn span{font-size:13px;font-weight:700}.profile-container .global-logout-btn:hover{background:#ff44441a;color:#f44;border-color:#ff44444d}@media(max-width:600px){.profile-container .global-logout-btn{padding:10px;border-radius:50%}.profile-container .global-logout-btn span{display:none}}.profile-container .profile-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:960px;margin:0 auto;animation:fadeIn .5s ease;z-index:1;flex-shrink:0}.profile-container .profile-content .onboarding-header{text-align:center;margin-bottom:32px;flex-shrink:0}.profile-container .profile-content .onboarding-header .title{color:#fff;font-size:42px;font-weight:900;margin:0 0 10px;letter-spacing:6px}.profile-container .profile-content .onboarding-header .guide-text{color:#888;font-size:14px;line-height:1.5;margin:0}.profile-container .profile-content .onboarding-header .plan-badge-header{display:inline-block;margin-top:10px;padding:4px 12px;border-radius:20px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.6px}.profile-container .profile-content .onboarding-header .plan-badge-header--orbita{color:#aaa;border:1px solid rgba(136,136,136,.45);background:#88888824}.profile-container .profile-content .onboarding-header .plan-badge-header--pulsar{color:#00d4ff;border:1px solid rgba(0,212,255,.4);background:#00d4ff1a}.profile-container .profile-content .onboarding-header .plan-badge-header--cometa{color:#c77dff;border:1px solid rgba(157,78,221,.45);background:#9d4edd1f}.profile-container .profile-content .onboarding-header .plan-badge-header--supernova{color:#fb0;border:1px solid rgba(255,187,0,.5);background:#ffbb001f;box-shadow:0 0 12px #ffbb0026}.profile-container .profile-content .onboarding-header .profile-plan-hint{margin:10px auto 0;max-width:320px;font-size:12px;line-height:1.45;color:#00d4ff;opacity:.9}.profile-container .profile-content .onboarding-header .profile-plan-hint--cometa{color:#c77dff}.profile-container .profile-content .onboarding-header .profile-plan-hint--supernova{color:#fb0}.profile-container .profile-content .onboarding-header .profile-limit-warning{margin:10px auto 0;max-width:360px;color:#b8b8c8;font-size:12px;line-height:1.45;opacity:.86}.profile-container .profile-content .profile-card.link-card .avatar-box{border:2px dashed rgba(0,212,255,.5);background:#00d4ff0d}.profile-container .profile-content .profile-card.link-card:hover .avatar-box{background:#00d4ff26;box-shadow:0 0 20px #00d4ff4d;border-color:#00d4ff;transform:translateY(-5px)}.profile-container .profile-content .invite-code-box{background:#25252d;padding:15px;border-radius:12px;border:1px solid #333;margin-bottom:5px}.profile-container .profile-content .invite-code-box .label{font-size:11px;color:#888;text-transform:uppercase;font-weight:700;letter-spacing:1px;margin-bottom:8px;display:block}.profile-container .profile-content .invite-code-box .code-display{display:flex;justify-content:space-between;align-items:center;background:#121212;padding:12px 15px;border-radius:8px;border:1px solid #444;cursor:pointer;transition:.2s}.profile-container .profile-content .invite-code-box .code-display:hover{border-color:#00d4ff}.profile-container .profile-content .invite-code-box .code-display code{color:#00d4ff;font-family:monospace;font-size:16px;font-weight:700;letter-spacing:.5px}.profile-container .profile-content .invite-code-box p{font-size:11px;color:#666;margin:8px 0 0;text-align:center}.profile-container .profile-content .invite-code-box .invite-marca-note{color:#888!important;line-height:1.4}.profile-container .profile-content .invite-code-box .invite-marca-note strong{color:#00d4ff}.profile-container .profile-content .input-row.highlight{border-color:#00d4ff80;background:#00d4ff0d}.profile-container .profile-content .input-row.highlight input{color:#00d4ff;font-weight:700}.profile-container .profile-content .input-row.highlight::placeholder{color:#00d4ff4d}.profile-container .profile-content .profiles-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:32px;width:100%;padding-bottom:8px}.profile-container .profile-content .profiles-grid .profile-card{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:.3s;width:130px}.profile-container .profile-content .profiles-grid .profile-card .avatar-box{width:130px;height:130px;border-radius:20px;background:#1a1a21;border:3px solid transparent;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:.3s;box-sizing:border-box}.profile-container .profile-content .profiles-grid .profile-card .avatar-box .shared-badge{position:absolute;top:0;right:0;background:#00d4ff;padding:4px 8px;border-bottom-left-radius:12px;z-index:5;box-shadow:-2px 2px 10px #00000080}.profile-container .profile-content .profiles-grid .profile-card .avatar-box img{width:100%;height:100%;object-fit:cover;display:block}.profile-container .profile-content .profiles-grid .profile-card .avatar-box span{font-size:50px;font-weight:900;line-height:1;display:flex;align-items:center;justify-content:center}.profile-container .profile-content .profiles-grid .profile-card .avatar-box svg{display:block;margin:auto}.profile-container .profile-content .profiles-grid .profile-card .avatar-box .edit-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:.2s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.profile-container .profile-content .profiles-grid .profile-card .avatar-box .delete-badge{position:absolute;bottom:10px;right:10px;background:#f44;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.profile-container .profile-content .profiles-grid .profile-card .avatar-box .delete-badge:hover{transform:scale(1.2)}.profile-container .profile-content .profiles-grid .profile-card .profile-name{margin-top:15px;color:#ccc;font-size:16px;font-weight:700;transition:.3s;text-align:center}.profile-container .profile-content .profiles-grid .profile-card .profile-use{color:#666;font-size:11px;margin-top:4px;text-transform:uppercase;letter-spacing:1px;transition:.3s;text-align:center}.profile-container .profile-content .profiles-grid .profile-card .profile-card__pulse-brand{margin-top:6px}.profile-container .profile-content .profiles-grid .profile-card:hover:not(.managing) .avatar-box{border-color:var(--p-color);box-shadow:0 10px 25px #00000080;transform:translateY(-5px)}.profile-container .profile-content .profiles-grid .profile-card:hover:not(.managing) .profile-name{color:#fff}.profile-container .profile-content .profiles-grid .profile-card:hover:not(.managing) .profile-use{color:var(--p-color)}.profile-container .profile-content .profiles-grid .profile-card.managing .avatar-box{border-color:#444}.profile-container .profile-content .profiles-grid .profile-card.managing .edit-overlay{opacity:1}.profile-container .profile-content .profiles-grid .profile-card.managing:hover .avatar-box{border-color:#fff}.profile-container .profile-content .profiles-grid .profile-card.profile-card--locked{opacity:.62}.profile-container .profile-content .profiles-grid .profile-card.profile-card--locked .avatar-box{border-color:#ffffff1f;box-shadow:none}.profile-container .profile-content .profiles-grid .profile-card.profile-card--locked:hover .avatar-box{border-color:#ffffff38;transform:none}.profile-container .profile-content .profiles-grid .profile-card.profile-card--locked:hover .profile-name{color:#ccc}.profile-container .profile-content .profiles-grid .profile-card.profile-card--locked:hover .profile-use{color:#666}.profile-container .profile-content .profiles-grid .profile-card.add-card:hover .avatar-box{border-color:#fff;background:#25252d;transform:translateY(-5px)}.profile-container .profile-content .profiles-grid .profile-card.add-card:hover .profile-use{color:#fff}.profile-container .profile-content .manage-btn{background:transparent;border:1px solid #444;color:#888;padding:10px 25px;border-radius:20px;font-size:13px;cursor:pointer;transition:.2s;text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:24px;flex-shrink:0}.profile-container .profile-content .manage-btn:hover{border-color:#fff;color:#fff;background:#ffffff0d}.form-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000}.form-overlay .profile-form{background:#1a1a21;width:90%;max-width:360px;padding:25px;border-radius:20px;border:1px solid #333;display:flex;flex-direction:column;gap:15px;animation:slideUp .3s ease;box-shadow:0 20px 50px #00000080;max-height:90vh;overflow-y:auto;overflow-x:hidden}.form-overlay .profile-form::-webkit-scrollbar{width:4px}.form-overlay .profile-form::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.form-overlay .profile-form h2{color:#fff;margin:0 0 5px;text-align:center;font-size:20px}.form-overlay .profile-form .input-row{display:flex;align-items:center;gap:12px;background:#121212;border:1px solid #333;padding:0 15px;border-radius:12px;transition:.3s;flex-shrink:0}.form-overlay .profile-form .input-row:focus-within{border-color:var(--selected-color)}.form-overlay .profile-form .input-row input{border:none;background:transparent;padding:12px 0;color:#fff;width:100%;outline:none;font-size:14px}.form-overlay .profile-form .invite-code-box{background:#00d4ff0d;padding:16px;border-radius:14px;border:1px dashed #00d4ff;margin-bottom:15px;display:flex;flex-direction:column;gap:10px;box-shadow:inset 0 0 20px #00d4ff0d}.form-overlay .profile-form .invite-code-box .label{font-size:11px;color:#888;text-transform:uppercase;font-weight:800;letter-spacing:1px;display:block;margin-bottom:4px}.form-overlay .profile-form .invite-code-box .code-display{display:flex;justify-content:space-between;align-items:center;background:#121212;padding:14px 16px;border-radius:10px;border:1px solid #333;cursor:pointer;transition:.2s}.form-overlay .profile-form .invite-code-box .code-display:hover{border-color:#00d4ff;box-shadow:0 0 15px #00d4ff1a}.form-overlay .profile-form .invite-code-box .code-display code{color:#00d4ff;font-family:monospace;font-size:18px;font-weight:900;letter-spacing:1px}.form-overlay .profile-form .invite-code-box p{font-size:11px;color:#666;margin:0;text-align:center;line-height:1.4}.form-overlay .profile-form .schedule-box{background:#121212;border:1px solid #333;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:12px;width:100%;box-sizing:border-box;transition:border-color .3s;flex-shrink:0}.form-overlay .profile-form .schedule-box:focus-within{border-color:var(--selected-color)}.form-overlay .profile-form .schedule-box .schedule-header{display:flex;align-items:center;gap:8px}.form-overlay .profile-form .schedule-box .schedule-header span{color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.form-overlay .profile-form .schedule-box .schedule-type-toggle{display:flex;background:#1a1a21;border-radius:10px;padding:4px;border:1px solid #333}.form-overlay .profile-form .schedule-box .schedule-type-toggle .toggle-btn{flex:1;padding:8px 0;border-radius:8px;font-size:12px;font-weight:700;color:#888;border:none;background:transparent;cursor:pointer;transition:.3s}.form-overlay .profile-form .schedule-box .schedule-type-toggle .toggle-btn.active{background:#25252d;color:var(--selected-color);box-shadow:0 2px 8px #0006}.form-overlay .profile-form .schedule-box .days-row{display:flex;justify-content:space-between;gap:4px;width:100%}.form-overlay .profile-form .schedule-box .days-row .day-btn{flex:1;min-width:0;background:#1a1a21;border:1px solid #333;color:#888;height:34px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;transition:.2s;padding:0}.form-overlay .profile-form .schedule-box .days-row .day-btn:hover{background:#25252d;color:#fff}.form-overlay .profile-form .schedule-box .days-row .day-btn.active{background:#ffffff0d;border-color:var(--selected-color);color:var(--selected-color)}.form-overlay .profile-form .schedule-box .time-row{display:flex;align-items:center;gap:8px;width:100%}.form-overlay .profile-form .schedule-box .time-row span{color:#666;font-size:12px;font-weight:700;flex-shrink:0}.form-overlay .profile-form .schedule-box .time-row .time-input{flex:1;min-width:0;display:flex;align-items:center;gap:8px;background:#1a1a21;border:1px solid #333;padding:8px 10px;border-radius:8px;transition:.2s;position:relative}.form-overlay .profile-form .schedule-box .time-row .time-input:focus-within{border-color:var(--selected-color)}.form-overlay .profile-form .schedule-box .time-row .time-input svg{flex-shrink:0;color:#888}.form-overlay .profile-form .schedule-box .time-row .time-input input{background:transparent;border:none;color:#fff;outline:none;font-size:13px;width:100%;min-width:0;font-family:monospace;padding:0;color-scheme:dark}.form-overlay .profile-form .schedule-box .time-row .time-input input::-webkit-calendar-picker-indicator{opacity:0;position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;cursor:pointer}.form-overlay .profile-form .schedule-box .rotative-info-box{display:flex;flex-direction:column;align-items:center;text-align:center;background:#ffffff05;border:1px dashed #333;border-radius:10px;padding:15px 10px;gap:8px;margin-top:5px}.form-overlay .profile-form .schedule-box .rotative-info-box p{margin:0;color:#aaa;font-size:11px;line-height:1.4}.form-overlay .profile-form .schedule-box .rotative-info-box .pulse-icon{animation:pulseIcon 2s infinite ease-in-out;opacity:.8}.form-overlay .profile-form .media-selector{background:#121212;border:1px solid #333;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px;transition:.3s;flex-shrink:0}.form-overlay .profile-form .media-selector:focus-within{border-color:var(--selected-color)}.form-overlay .profile-form .media-selector .media-label{font-size:11px;color:#666;text-transform:uppercase;margin:0;font-weight:700}.form-overlay .profile-form .media-selector .media-options{display:grid;grid-template-columns:repeat(auto-fit,38px);justify-content:space-between;gap:8px}.form-overlay .profile-form .media-selector .media-options .media-btn{width:38px;height:38px;border-radius:8px;background:#1a1a21;border:1px solid #333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;box-sizing:border-box}.form-overlay .profile-form .media-selector .media-options .media-btn:hover{border-color:#888;background:#25252d}.form-overlay .profile-form .media-selector .media-options .media-btn.active{border-color:var(--selected-color);background:#ffffff0d}.form-overlay .profile-form .media-selector .media-options .media-btn.upload-btn{border-style:dashed}.form-overlay .profile-form .media-selector .media-options .media-btn.upload-btn:hover{border-color:#00d4ff}.form-overlay .profile-form .media-selector .media-options .media-btn.upload-btn:hover svg{color:#00d4ff!important}.form-overlay .profile-form .media-selector .url-input{border:none;background:transparent;padding:10px 0 0;color:#fff;width:100%;outline:none;font-size:13px;border-top:1px dashed #333;margin-top:2px}.form-overlay .profile-form .color-picker-row{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:0;flex-shrink:0;width:100%;box-sizing:border-box}.form-overlay .profile-form .color-picker-row .color-picker-row__label{margin:0}.form-overlay .profile-form .color-picker-row .color-picker-row__swatches{width:100%}.form-overlay .profile-form .form-actions{display:flex;gap:10px;margin-top:5px;flex-shrink:0}.form-overlay .profile-form .form-actions button{flex:1;padding:12px;border-radius:12px;font-weight:700;cursor:pointer;border:none;transition:.2s;font-size:14px}.form-overlay .profile-form .form-actions .cancel-btn{background:transparent;border:1px solid #444;color:#888}.form-overlay .profile-form .form-actions .cancel-btn:hover{background:#333;color:#fff;border-color:#333}.form-overlay .profile-form .form-actions .save-btn{background:var(--selected-color);color:#121212}.form-overlay .profile-form .form-actions .save-btn:hover{transform:scale(1.02);filter:brightness(1.2)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulseIcon{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:.5}}.main-tutorial-wrapper{position:fixed;inset:0;z-index:9999;pointer-events:auto;overflow:hidden}.main-tutorial-wrapper .spotlight-overlay{position:absolute;inset:0;background:#050508d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10000;pointer-events:none;-webkit-mask-image:radial-gradient(circle at var(--hole-x) var(--hole-y),transparent var(--hole-size),black calc(var(--hole-size) + 4px));mask-image:radial-gradient(circle at var(--hole-x) var(--hole-y),transparent var(--hole-size),black calc(var(--hole-size) + 4px))}.main-tutorial-wrapper .spotlight-ring{position:absolute;transform:translate(-50%,-50%);border:2px solid #00D4FF;border-radius:50%;pointer-events:none;z-index:10001;animation:focusPulse 2s infinite alternate;box-shadow:0 0 20px #00d4ff99,inset 0 0 10px #00d4ff66}.main-tutorial-wrapper .flux-tour-guide{position:absolute;z-index:10002;display:flex;flex-direction:column;align-items:center;gap:15px;left:0;right:0;margin:0 auto;width:92vw;max-width:350px}.main-tutorial-wrapper .flux-tour-guide.levitating{animation:floatGuide 3s ease-in-out infinite}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble{background:#1a1a21;border:1px solid #333;border-radius:20px;padding:20px;box-shadow:0 30px 60px #000000e6,0 0 40px #00d4ff26;position:relative;width:100%}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);border-width:0 10px 10px 10px;border-style:solid;border-color:transparent transparent #333 transparent}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble:after{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-width:0 9px 9px 9px;border-style:solid;border-color:transparent transparent #1a1a21 transparent}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble h4{margin:0 0 8px;color:#fff;font-size:17px;font-weight:900;letter-spacing:.5px}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .typing-text{margin:0;color:#bbb;font-size:14px;line-height:1.5;min-height:65px}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .typing-text .cursor{display:inline-block;width:8px;animation:blink .8s infinite;color:#00d4ff;font-weight:700;margin-left:2px}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .tour-actions{display:flex;justify-content:space-between;align-items:center;margin-top:15px;border-top:1px solid #2a2a35;padding-top:15px}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .tour-actions .dots{display:flex;gap:5px;flex-wrap:wrap;max-width:120px}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .tour-actions .dots .dot{width:6px;height:6px;border-radius:50%;background:#444;transition:.3s}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .tour-actions .dots .dot.active{background:#00d4ff;transform:scale(1.5)}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .tour-actions button{display:flex;align-items:center;gap:5px;padding:10px 16px;border-radius:12px;border:none;font-size:13px;font-weight:700;cursor:pointer;transition:.2s}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .tour-actions button.next-btn{background:#00d4ff1a;color:#00d4ff;border:1px solid rgba(0,212,255,.2)}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .tour-actions button.next-btn:hover{background:#00d4ff40;transform:translateY(-2px)}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .tour-actions button.finish-btn{background:#0f8;color:#121212}.main-tutorial-wrapper .flux-tour-guide .flux-speech-bubble .tour-actions button.finish-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 20px #00ff884d}@keyframes focusPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(1.1);opacity:1}}@keyframes floatGuide{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.flux-chat-panel{position:fixed;bottom:100px;right:20px;width:calc(100vw - 40px);max-width:380px;height:500px;max-height:70vh;background:#121218d9;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(0,212,255,.2);border-radius:24px;box-shadow:0 20px 40px #000c,0 0 30px #00d4ff1a;display:flex;flex-direction:column;z-index:2000;overflow:hidden;transform-origin:bottom right}.flux-chat-panel .flux-photo-input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}.flux-chat-panel .flux-chat-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#0a0a12e6;border-bottom:1px solid rgba(0,212,255,.1)}.flux-chat-panel .flux-chat-header .flux-header-info{display:flex;align-items:center;gap:12px}.flux-chat-panel .flux-chat-header .flux-header-info h3{margin:0;color:#fff;font-size:16px;font-weight:800;letter-spacing:.5px}.flux-chat-panel .flux-chat-header .flux-header-info span{color:#0f8;font-size:11px;font-weight:700;display:flex;align-items:center;gap:4px}.flux-chat-panel .flux-chat-header .flux-header-info .flux-usage-pill{display:block;font-size:10px;color:#888;margin-top:2px;font-weight:600}.flux-chat-panel .flux-chat-header .flux-header-info .flux-vision-pill{display:inline-block;margin-top:4px;margin-left:0;padding:2px 8px;border-radius:6px;font-size:9px;font-weight:700;color:#fb0;background:#ffbb001f;letter-spacing:.04em;text-transform:uppercase}.flux-chat-panel .flux-chat-header .flux-header-info .flux-vision-pill:before{display:none}.flux-chat-panel .flux-chat-header .flux-header-info span:before{content:"";width:6px;height:6px;background:#0f8;border-radius:50%;box-shadow:0 0 5px #0f8}.flux-chat-panel .flux-chat-header .close-btn{background:none;border:none;color:#888;cursor:pointer;padding:5px;border-radius:50%;transition:.2s}.flux-chat-panel .flux-chat-header .close-btn:hover{color:#fff;background:#ffffff1a}.flux-chat-panel .flux-chat-messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.flux-chat-panel .flux-chat-messages::-webkit-scrollbar{width:5px}.flux-chat-panel .flux-chat-messages::-webkit-scrollbar-thumb{background:#00d4ff33;border-radius:10px}.flux-chat-panel .flux-chat-messages .chat-bubble.vision{border:1px solid rgba(255,187,0,.25)}.flux-chat-panel .flux-chat-messages .flux-chat-photo{max-width:100%;border-radius:10px;margin-bottom:8px;max-height:160px;object-fit:cover}.flux-chat-panel .flux-chat-messages .chat-bubble{max-width:85%;padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.5;word-break:break-word}.flux-chat-panel .flux-chat-messages .chat-bubble .flux-upgrade-link{margin-top:8px;padding:6px 10px;border:none;border-radius:8px;background:#ffbb0026;color:#fb0;font-size:11px;font-weight:800;cursor:pointer;width:100%;text-align:center;transition:.2s}.flux-chat-panel .flux-chat-messages .chat-bubble .flux-upgrade-link:hover{background:#ffbb0047}.flux-chat-panel .flux-chat-messages .chat-bubble.flux{align-self:flex-start;background:#00d4ff1a;color:#ddd;border:1px solid rgba(0,212,255,.2);border-bottom-left-radius:4px}.flux-chat-panel .flux-chat-messages .chat-bubble.flux p{margin:0 0 8px}.flux-chat-panel .flux-chat-messages .chat-bubble.flux p:last-child{margin-bottom:0}.flux-chat-panel .flux-chat-messages .chat-bubble.flux ul,.flux-chat-panel .flux-chat-messages .chat-bubble.flux ol{margin-top:5px;margin-bottom:10px;padding-left:20px}.flux-chat-panel .flux-chat-messages .chat-bubble.flux ul li,.flux-chat-panel .flux-chat-messages .chat-bubble.flux ol li{margin-bottom:6px}.flux-chat-panel .flux-chat-messages .chat-bubble.flux strong{color:#00d4ff;font-weight:700}.flux-chat-panel .flux-chat-messages .chat-bubble.user{align-self:flex-end;background:linear-gradient(135deg,#0077b6,#5a189a);color:#fff;border-bottom-right-radius:4px;box-shadow:0 5px 15px #9d4edd4d;text-shadow:0 1px 2px rgba(0,0,0,.4)}.flux-chat-panel .flux-chat-messages .chat-bubble.user p{margin:0}.flux-chat-panel .flux-chat-input{display:flex;align-items:center;gap:8px;padding:12px 15px;background:#0a0a12e6;border-top:1px solid rgba(255,255,255,.05)}.flux-chat-panel .flux-chat-input input[type=text]{flex:1;min-width:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:10px 15px;color:#fff;font-size:14px;outline:none;transition:.3s}.flux-chat-panel .flux-chat-input input[type=text]:focus{border-color:#00d4ff80;box-shadow:0 0 10px #00d4ff1a}.flux-chat-panel .flux-chat-input input[type=text]::placeholder{color:#666}.flux-chat-panel .flux-chat-input .input-actions{display:flex;align-items:center;gap:6px;flex-shrink:0;position:relative}.flux-chat-panel .flux-chat-input .camera-btn{background:none;border:none;color:#aaa;padding:6px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.flux-chat-panel .flux-chat-input .camera-btn.active:hover{color:#fb0;background:#ffbb001a}.flux-chat-panel .flux-chat-input .mic-btn{background:none;border:none;color:#aaa;padding:6px;cursor:pointer;transition:.2s;border-radius:50%;display:flex;align-items:center;justify-content:center}.flux-chat-panel .flux-chat-input .mic-btn:hover{color:#00d4ff}.flux-chat-panel .flux-chat-input .mic-btn.listening{color:#f44;background:#ff44441a;animation:pulseMic 1.5s infinite}.flux-chat-panel .flux-chat-input .send-btn{background:#00d4ff;color:#121212;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;flex-shrink:0}.flux-chat-panel .flux-chat-input .send-btn svg{margin-right:2px}.flux-chat-panel .flux-chat-input .send-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 0 10px #00d4ff66}.flux-chat-panel .flux-chat-input .send-btn:disabled{background:#333;color:#555;cursor:not-allowed}.flux-chat-panel .flux-voice-status{margin:-6px 16px 12px;color:#888;font-size:11px;line-height:1.35}.flux-chat-panel .flux-voice-status.listening{color:#f88}@keyframes pulseMic{0%{transform:scale(1);box-shadow:0 0 #f446}70%{transform:scale(1.1);box-shadow:0 0 0 8px #f440}to{transform:scale(1);box-shadow:0 0 #f440}}.pulse-stars-overlay{position:fixed;inset:0;z-index:10050;background:#000000e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;overflow:hidden}.pulse-stars-panel{position:relative;width:100%;max-width:1100px;max-height:92vh;overflow-y:auto;overflow-x:hidden;background:#121212;border:1px solid #333;border-radius:20px;padding:24px 20px 20px;box-shadow:0 24px 60px #000000b3}.pulse-stars-panel::-webkit-scrollbar{width:4px}.pulse-stars-panel::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:8px}.pulse-stars-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:none;border-radius:50%;background:#ffffff0f;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;z-index:2}.pulse-stars-close:hover{color:#fff;background:#f44}.pulse-stars-header{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px;padding-right:36px}.pulse-stars-header__icon{width:48px;height:48px;border-radius:14px;background:#ffbb001f;border:1px solid rgba(255,187,0,.35);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pulse-stars-header h2{margin:0 0 6px;color:#fff;font-size:22px;letter-spacing:.5px}.pulse-stars-header p{margin:0;color:#888;font-size:13px;line-height:1.45;max-width:520px}.pulse-stars-header .pulse-stars-active-plan{display:inline-block;margin-top:8px;padding:4px 10px;border-radius:20px;font-size:11px;border:1px solid transparent}.pulse-stars-header .pulse-stars-active-plan strong{font-weight:800}.pulse-stars-header .pulse-stars-active-plan--orbita{color:#ddd;border-color:#f5f5f559;background:#f5f5f514}.pulse-stars-header .pulse-stars-active-plan--orbita strong{color:#fff}.pulse-stars-header .pulse-stars-active-plan--pulsar{color:#00d4ff;border-color:#00d4ff66;background:#00d4ff1a}.pulse-stars-header .pulse-stars-active-plan--pulsar strong{color:#5ce9ff}.pulse-stars-header .pulse-stars-active-plan--cometa{color:#c77dff;border-color:#9d4edd73;background:#9d4edd1f}.pulse-stars-header .pulse-stars-active-plan--cometa strong{color:#e0aaff}.pulse-stars-header .pulse-stars-active-plan--supernova{color:#fb0;border-color:#ffbb0080;background:#ffbb001f;box-shadow:0 0 12px #ffbb0026}.pulse-stars-header .pulse-stars-active-plan--supernova strong{color:#ffd966}.pulse-stars-error{margin:0 0 14px;padding:10px 12px;border-radius:10px;background:#ff44441a;border:1px solid rgba(255,68,68,.35);color:#f88;font-size:12px}.pulse-stars-checkout-toast{margin:0 0 14px;padding:10px 12px;border-radius:10px;background:#00d4ff1a;border:1px solid rgba(0,212,255,.35);color:#7beeff;font-size:12px;font-weight:700}.pulse-stars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding-top:4px;padding-bottom:8px}@media(max-width:960px){.pulse-stars-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.pulse-stars-grid{grid-template-columns:1fr}}.pulse-plan-card{position:relative;display:flex;flex-direction:column;background:#1a1a21;border:1px solid #333;border-radius:16px;padding:16px 14px 14px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.pulse-plan-card:hover{border-color:var(--plan-accent);box-shadow:0 8px 24px var(--plan-glow)}.pulse-plan-card.popular{border-color:color-mix(in srgb,var(--plan-accent) 55%,#333);background:linear-gradient(180deg,#9d4edd14,#1a1a21 40%)}.pulse-plan-card.current{box-shadow:inset 0 0 0 1px var(--plan-accent)}.pulse-plan-card--orbita .pulse-plan-card__head h3{color:#f5f5f5}.pulse-plan-card--orbita .pulse-plan-tagline{color:#888}.pulse-plan-card--pulsar .pulse-plan-card__head svg{animation:planStarPulse 2.4s ease-in-out infinite}.pulse-plan-card--cometa:before{content:"";position:absolute;inset:-1px;border-radius:17px;padding:1px;background:linear-gradient(120deg,transparent 30%,var(--plan-accent) 50%,transparent 70%);background-size:200% 200%;animation:planCometShimmer 3s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.55}.pulse-plan-card--supernova{background:linear-gradient(165deg,#ffbb001a,#1a1a21 45%);animation:planSupernovaGlow 2.8s ease-in-out infinite}.pulse-plan-card--supernova:after{content:"✦";position:absolute;top:8px;right:10px;font-size:11px;color:var(--plan-accent);opacity:.7;animation:planStarFloat 2.2s ease-in-out infinite}.pulse-plan-card .pulse-plan-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--plan-accent);color:#121212;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:20px;white-space:nowrap}.pulse-plan-card__head{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px;margin-top:4px}.pulse-plan-card__head h3{margin:0;color:#fff;font-size:18px;font-weight:800}.pulse-plan-card .pulse-plan-tagline{display:block;font-size:10px;color:#666;margin-top:2px;line-height:1.3}.pulse-plan-card .pulse-plan-price{margin-bottom:14px;display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.pulse-plan-card .pulse-plan-price__amount{font-size:26px;font-weight:900;color:var(--plan-accent);line-height:1}.pulse-plan-card .pulse-plan-price__period{font-size:12px;color:#666;font-weight:600}.pulse-plan-card .pulse-plan-price__note{font-size:11px;color:#555}.pulse-plan-card .pulse-plan-features{list-style:none;margin:0 0 14px;padding:0;flex:1;display:flex;flex-direction:column;gap:8px}.pulse-plan-card .pulse-plan-features li{display:flex;align-items:flex-start;gap:8px;font-size:11px;color:#bbb;line-height:1.4}.pulse-plan-card .pulse-plan-features li svg{flex-shrink:0;color:var(--plan-accent);margin-top:2px}.pulse-plan-card .pulse-plan-features .pulse-plan-feature--highlight{color:#ccc}.pulse-plan-card .pulse-plan-features .pulse-plan-feature--highlight strong{color:#fff;font-weight:800}.pulse-plan-card .pulse-plan-features .pulse-plan-feature--inherit{margin-top:2px;padding-top:10px;border-top:1px dashed color-mix(in srgb,var(--plan-accent) 35%,#333);color:color-mix(in srgb,var(--plan-accent) 75%,#fff)}.pulse-plan-card .pulse-plan-features .pulse-plan-feature--inherit strong{color:var(--plan-accent);font-weight:800}.pulse-plan-card .pulse-plan-cta{width:100%;padding:11px;border-radius:10px;border:1px solid transparent;font-size:12px;font-weight:800;cursor:pointer;transition:.2s;background:var(--plan-accent);color:#121212;box-shadow:0 0 18px color-mix(in srgb,var(--plan-accent) 28%,transparent)}.pulse-plan-card .pulse-plan-cta.current,.pulse-plan-card .pulse-plan-cta.inactive{background:transparent;border:1px solid #444;color:#aaa;box-shadow:none}.pulse-plan-card .pulse-plan-cta.current{border-color:#ffffff2e;background:#ffffff0d;color:#ddd}.pulse-plan-card .pulse-plan-cta.inactive{opacity:.58}.pulse-plan-card .pulse-plan-cta.upgrade{border-color:color-mix(in srgb,var(--plan-accent) 65%,transparent)}.pulse-plan-card .pulse-plan-cta.loading{cursor:wait;filter:brightness(1.05);position:relative}.pulse-plan-card .pulse-plan-cta:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.pulse-plan-card .pulse-plan-cta:disabled{opacity:.7;cursor:default;transform:none}.pulse-stars-footer{display:flex;gap:10px;align-items:flex-start;margin-top:18px;padding:14px;background:#00d4ff0d;border:1px dashed rgba(0,212,255,.25);border-radius:12px}.pulse-stars-footer svg{flex-shrink:0;color:#00d4ff;margin-top:2px}.pulse-stars-footer p{margin:0;font-size:11px;color:#888;line-height:1.45}.pulse-stars-footer p b{color:#ccc}@keyframes planStarPulse{0%,to{filter:drop-shadow(0 0 2px var(--plan-accent));transform:scale(1)}50%{filter:drop-shadow(0 0 10px var(--plan-accent));transform:scale(1.12)}}@keyframes planCometShimmer{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes planSupernovaGlow{0%,to{box-shadow:0 8px 24px var(--plan-glow)}50%{box-shadow:0 12px 36px color-mix(in srgb,var(--plan-accent) 55%,transparent)}}@keyframes planStarFloat{0%,to{transform:translateY(0) rotate(0);opacity:.5}50%{transform:translateY(-4px) rotate(20deg);opacity:1}}.tech-calc-container{width:100%;max-width:360px;margin:0 auto;padding:0;box-sizing:border-box}.tech-calc-container .tech-calc-title{margin:0;padding:18px 0 20px;color:#fff;font-size:17px;font-weight:700;text-align:center;line-height:1.3}.tech-calc-container .tech-calc-screen{background:#121212;border:1px solid #333;border-radius:12px;padding:14px 12px;text-align:right;font-family:monospace;font-size:26px;font-weight:700;color:#00d4ff;margin-bottom:10px;overflow-x:auto;word-break:break-all;min-height:44px;box-sizing:border-box}.tech-calc-container .tech-calc-keys{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.tech-calc-container .tech-calc-keys .calc-key{min-height:46px;border:1px solid #333;border-radius:10px;background:#1a1a21;color:#eee;font-size:17px;font-weight:700;cursor:pointer;transition:.15s;display:flex;align-items:center;justify-content:center}.tech-calc-container .tech-calc-keys .calc-key:hover{background:#25252d;border-color:#555}.tech-calc-container .tech-calc-keys .calc-key:active{transform:scale(.96)}.tech-calc-container .tech-calc-keys .calc-key.clear{color:#f44;border-color:#f446}.tech-calc-container .tech-calc-keys .calc-key.equals{background:#00d4ff26;border-color:#00d4ff;color:#00d4ff}.tech-calc-container .tech-calc-keys .calc-key.zero{grid-column:span 2}.toolkit-pulse-select{position:relative;width:100%;font-family:inherit}.toolkit-pulse-select--disabled{opacity:.6;pointer-events:none}.toolkit-pulse-select__trigger{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border-radius:10px;border:1px solid #333;background:#1a1a21;color:#fff;font-size:15px;font-weight:500;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.toolkit-pulse-select__trigger:hover:not(:disabled){border-color:#444;background:#1e1e26}.toolkit-pulse-select__trigger:focus-visible{outline:none;border-color:#00d4ff;box-shadow:0 0 0 2px #00d4ff26}.toolkit-pulse-select--open .toolkit-pulse-select__trigger{border-color:#00d4ff73;box-shadow:0 0 0 2px #00d4ff1a}.toolkit-pulse-select__value{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.toolkit-pulse-select__chevron{flex-shrink:0;color:#00d4ff;transition:transform .25s ease}.toolkit-pulse-select--open .toolkit-pulse-select__chevron{transform:rotate(180deg)}.toolkit-pulse-select__menu{position:absolute;z-index:50;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;border-radius:12px;border:1px solid #333;background:#1e1e26;box-shadow:0 14px 36px #0000008c;max-height:calc(var(--picker-visible, 4) * 44px + 6px * 2);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(0,212,255,.28) transparent;animation:toolkitPickerIn .18s ease}.toolkit-pulse-select__menu::-webkit-scrollbar{height:0;width:4px}.toolkit-pulse-select__menu::-webkit-scrollbar-thumb{background:#00d4ff47;border-radius:999px;transition:background .35s ease}.toolkit-pulse-select__menu::-webkit-scrollbar-button{display:none}.toolkit-pulse-select__option{width:100%;min-height:44px;box-sizing:border-box;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:#e8e8e8;font-family:inherit;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background .15s ease}.toolkit-pulse-select__option:hover{background:#ffffff0d}.toolkit-pulse-select__option.active{background:#00d4ff1a;color:#00d4ff;box-shadow:inset 0 0 0 1px #00d4ff38}@keyframes toolkitPickerIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.toolkit-converter__row{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:end;margin-bottom:4px}.toolkit-converter__swap{width:40px;height:44px;margin-bottom:12px;border-radius:10px;border:1px solid #333;background:#1a1a21;color:#00d4ff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease,background .15s ease}.toolkit-converter__swap:hover{border-color:#00d4ff;background:#00d4ff14}.toolkit-converter .toolkit-field .toolkit-pulse-select{margin-bottom:0}.toolkit-converter__result{margin-top:8px;padding:14px 16px;border-radius:12px;border:1px solid rgba(0,212,255,.35);background:#00d4ff0f;display:flex;flex-direction:column;gap:6px}.toolkit-converter__result span{color:#888;font-size:11px;font-weight:700;text-transform:uppercase}.toolkit-converter__result strong{color:#00d4ff;font-size:24px;font-weight:800;font-family:monospace;word-break:break-all}.toolkit-ohms__hint{margin:0 0 14px;color:#888;font-size:13px;line-height:1.45}.toolkit-ohms__grid{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:380px){.toolkit-ohms__grid{grid-template-columns:1fr 1fr;gap:0 10px}.toolkit-ohms__grid .toolkit-field:last-child{grid-column:1/-1}}.toolkit-ohms__results{margin-top:8px;padding:12px;border-radius:12px;border:1px solid #333;background:#1a1a21;display:flex;flex-direction:column;gap:8px}.toolkit-ohms__result-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #25252d}.toolkit-ohms__result-row span{color:#888;font-size:12px;font-weight:600}.toolkit-ohms__result-row strong{color:#eee;font-size:15px;font-family:monospace}.toolkit-ohms__power{margin-top:8px;padding:16px;border-radius:12px;border:1px solid rgba(0,212,255,.35);background:#00d4ff0f;display:flex;flex-direction:column;gap:6px}.toolkit-ohms__power span{color:#888;font-size:11px;font-weight:700;text-transform:uppercase}.toolkit-ohms__power strong{color:#00d4ff;font-size:26px;font-weight:800;font-family:monospace}.technical-toolkit-overlay{z-index:2600;align-items:flex-end;padding:0}@media(min-width:520px){.technical-toolkit-overlay{align-items:center;padding:16px}}.technical-toolkit-modal{background:#121212;border:1px solid #333;border-radius:20px 20px 0 0;width:100%;max-width:440px;max-height:min(92vh,720px);display:flex;flex-direction:column;box-shadow:0 -8px 40px #0009,0 0 30px #00d4ff0f;animation:toolkitSlideUp .28s cubic-bezier(.16,1,.3,1);overflow:hidden}@media(min-width:520px){.technical-toolkit-modal{border-radius:20px;max-height:85vh}}.technical-toolkit-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 12px;border-bottom:1px solid #25252d;flex-shrink:0}.technical-toolkit-modal__header h2{margin:0 0 4px;color:#fff;font-size:18px;font-weight:800}.technical-toolkit-modal__header p{margin:0;color:#888;font-size:12px;line-height:1.4}.technical-toolkit-modal__close{flex-shrink:0;width:36px;height:36px;border:1px solid #333;border-radius:10px;background:#1a1a21;color:#aaa;cursor:pointer;display:flex;align-items:center;justify-content:center}.technical-toolkit-modal__close:hover{border-color:#00d4ff;color:#00d4ff}.technical-toolkit-modal__tabs{display:flex;gap:6px;padding:10px 12px;border-bottom:1px solid #25252d;overflow-x:auto;flex-shrink:0;scrollbar-width:none}.technical-toolkit-modal__tabs::-webkit-scrollbar{display:none}.technical-toolkit-modal__tab{flex:1;min-width:max-content;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border:1px solid #333;border-radius:10px;background:#1a1a21;color:#888;font-size:12px;font-weight:700;cursor:pointer;transition:.15s;font-family:inherit;white-space:nowrap}.technical-toolkit-modal__tab:hover{color:#ccc;border-color:#444}.technical-toolkit-modal__tab.active{color:#00d4ff;border-color:#00d4ff;background:#00d4ff1a;box-shadow:0 0 12px #00d4ff26}.technical-toolkit-modal__body{flex:1;min-height:0;overflow-y:auto;padding:14px 16px 20px;-webkit-overflow-scrolling:touch}@keyframes toolkitSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.toolkit-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.toolkit-field span{color:#888;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.toolkit-field input{width:100%;box-sizing:border-box;padding:12px 14px;border-radius:10px;border:1px solid #333;background:#1a1a21;color:#fff;font-size:15px;font-family:inherit;outline:none}.toolkit-field input:focus{border-color:#00d4ff;box-shadow:0 0 0 2px #00d4ff26}.tech-calc-container--embedded{max-width:none;margin:0}.tech-calc-container--embedded .tech-calc-screen{font-size:22px}.tech-calc-container--embedded .tech-calc-keys .calc-key{min-height:42px;font-size:16px}.global-search-overlay{position:fixed;inset:0;z-index:7000;background:#08080ae0;display:flex;align-items:flex-start;justify-content:center;padding:12vh 16px 24px;box-sizing:border-box}.global-search-modal{width:100%;max-width:560px;background:#1a1a21;border:1px solid #333;border-radius:16px;box-shadow:0 24px 60px #000000a6;overflow:hidden}.global-search-modal__input-row{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #2a2a35}.global-search-modal__search-icon{color:#666;flex-shrink:0}.global-search-modal input{flex:1;min-width:0;background:none;border:none;color:#fff;font-size:16px;outline:none}.global-search-modal input::placeholder{color:#666}.global-search-modal__kbd{display:none;align-items:center;gap:2px;padding:4px 8px;border-radius:6px;border:1px solid #333;background:#25252d;color:#666;font-size:11px;font-weight:700;flex-shrink:0}@media(min-width:768px){.global-search-modal__kbd{display:inline-flex}}.global-search-modal__close{background:none;border:none;color:#888;cursor:pointer;display:flex;padding:4px;flex-shrink:0}.global-search-modal__close:hover{color:#fff}.global-search-modal__body{max-height:min(52vh,420px);overflow-y:auto}.global-search-modal__status{display:flex;align-items:center;justify-content:center;gap:10px;padding:28px 20px;color:#888;font-size:14px;text-align:center;line-height:1.45}.global-search-modal__status--error{color:#fb0}.global-search-results{list-style:none;margin:0;padding:8px}.global-search-result{width:100%;display:flex;align-items:flex-start;gap:12px;padding:12px;border:none;border-radius:12px;background:transparent;cursor:pointer;text-align:left;transition:background .15s}.global-search-result.active,.global-search-result:hover{background:#00d4ff14}.global-search-result__icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:#ffffff0a;display:flex;align-items:center;justify-content:center}.global-search-result__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.global-search-result__text strong{color:#fff;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-search-result__text span{color:#888;font-size:12px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.global-search-result__meta{display:none;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}@media(min-width:480px){.global-search-result__meta{display:flex}}.global-search-result__kind{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#00d4ff;padding:2px 6px;border-radius:4px;background:#00d4ff1a}.global-search-result__site{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#666;max-width:140px;text-align:right}.global-search-result__site em{font-style:normal;color:#fb0}.spin{animation:globalSearchSpin .8s linear infinite}@keyframes globalSearchSpin{to{transform:rotate(360deg)}}.pulse-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;align-self:stretch;min-height:0;margin:0 auto;padding:0 0 calc(100px + env(safe-area-inset-bottom,0px));box-sizing:border-box;text-align:center}.pulse-welcome__hero{width:100%;margin-top:40px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.pulse-welcome .pulse-logo-container{position:relative;width:120px;height:120px;flex-shrink:0;margin-left:auto;margin-right:auto;margin-bottom:52px}.pulse-welcome .pulse-logo-container .logo-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;width:80px;height:80px;border-radius:50%;background:#1a1a21;border:2px solid #00d4ff;box-shadow:0 0 20px #00d4ff66;display:flex;align-items:center;justify-content:center}.pulse-welcome .pulse-logo-container .pulse-ring{position:absolute;top:50%;left:50%;width:100%;height:100%;margin:0;border-radius:50%;border:2px solid #00d4ff;opacity:0;animation:radarPulseCentered 3s cubic-bezier(.215,.61,.355,1) infinite}.pulse-welcome .pulse-logo-container .pulse-ring.delayed{animation-delay:1.5s}.pulse-welcome__body{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:340px}.pulse-welcome__greeting{margin:0;font-size:22px;font-weight:700;color:#fff;letter-spacing:.3px}.pulse-welcome__greeting span{color:#00d4ff;font-weight:800}.pulse-welcome__details{width:100%;display:flex;flex-direction:column;gap:0;padding:4px 0;border-radius:14px;border:1px solid #2a2a35;background:#ffffff08;overflow:hidden}.pulse-welcome__detail{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 16px;text-align:left}.pulse-welcome__detail:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.pulse-welcome__detail-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#888;flex-shrink:0}.pulse-welcome__detail-value{font-size:13px;font-weight:600;color:#ddd;text-transform:capitalize;text-align:right}.pulse-welcome__detail-value.is-accent{color:#00d4ff;font-weight:700}.pulse-welcome__status{margin:0;font-size:13px;color:#666;font-weight:500}.pulse-welcome .pulse-plan-chip{display:inline-flex;align-items:center;gap:6px;margin-top:2px;padding:5px 12px;border-radius:20px;border:1px solid transparent;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;cursor:pointer;font-family:inherit;transition:.2s}.pulse-welcome .pulse-plan-chip:hover{filter:brightness(1.12);transform:translateY(-1px)}.pulse-welcome .pulse-plan-chip--orbita{color:#aaa;border-color:#8886;background:#8888881a}.pulse-welcome .pulse-plan-chip--pulsar{color:#00d4ff;border-color:#00d4ff59;background:#00d4ff14}.pulse-welcome .pulse-plan-chip--cometa{color:#c77dff;border-color:#9d4edd66;background:#9d4edd1a}.pulse-welcome .pulse-plan-chip--supernova{color:#fb0;border-color:#ffbb0073;background:#ffbb001a;box-shadow:0 0 14px #ffbb001f}.pulse-welcome__hint{margin-top:auto;padding-top:32px;width:100%;display:flex;justify-content:center;align-items:center;opacity:.75}.pulse-welcome__hint .bounce-arrow{display:block;margin:0 auto;animation:bounceArrow 2s infinite ease-in-out}@keyframes radarPulseCentered{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}50%{opacity:.4}to{transform:translate(-50%,-50%) scale(1.6);opacity:0}}.plan-payment-success{position:fixed;inset:0;z-index:10100;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden;box-sizing:border-box;animation:paymentSuccessFadeIn .18s ease-out both}.plan-payment-success__backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--success-accent) 22%,transparent) 0%,transparent 42%),#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.plan-payment-success__orbit{position:absolute;width:min(70vw,420px);height:min(70vw,420px);pointer-events:none}.plan-payment-success__orbit span{position:absolute;inset:0;border:1px solid color-mix(in srgb,var(--success-accent) 55%,transparent);border-radius:50%;opacity:0;animation:paymentSuccessOrbit 2.6s ease-out infinite;box-shadow:0 0 20px var(--success-glow)}.plan-payment-success__orbit span:nth-child(2){animation-delay:.6s}.plan-payment-success__orbit span:nth-child(3){animation-delay:1.2s}.plan-payment-success__particles{position:absolute;inset:0;pointer-events:none}.plan-payment-success__particles i{position:absolute;top:50%;left:50%;width:4px;height:4px;border-radius:999px;background:var(--success-accent);box-shadow:0 0 12px var(--success-accent);opacity:0;animation:paymentSuccessParticle 2.2s ease-out infinite;animation-delay:calc(var(--i) * .08s)}.plan-payment-success__card{position:relative;z-index:2;width:min(440px,100%);padding:28px 22px 22px;border-radius:24px;border:1px solid color-mix(in srgb,var(--success-accent) 48%,#333);background:linear-gradient(180deg,#1a1a21f5,#0c0c10fa);box-shadow:0 24px 70px #000000b3,0 0 48px var(--success-glow);text-align:center;animation:paymentSuccessCardIn .38s cubic-bezier(.2,.9,.25,1.15) both}.plan-payment-success__close{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;color:#888;background:#ffffff0f;cursor:pointer}.plan-payment-success__close:hover{color:#fff;background:#ffffff1f}.plan-payment-success__badge{width:62px;height:62px;margin:0 auto 14px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--success-accent);background:color-mix(in srgb,var(--success-accent) 14%,transparent);border:1px solid color-mix(in srgb,var(--success-accent) 42%,transparent);box-shadow:0 0 28px var(--success-glow);animation:paymentSuccessBadge 3s ease-in-out infinite}.plan-payment-success__eyebrow{margin:0 0 8px;display:flex;justify-content:center;align-items:center;gap:7px;color:var(--success-accent);font-size:12px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.plan-payment-success h2{margin:0 0 10px;color:#fff;font-size:clamp(24px,6vw,34px);line-height:1.05}.plan-payment-success__copy{margin:0 auto 16px;max-width:340px;color:#b8b8c8;font-size:13px;line-height:1.5}.plan-payment-success ul{margin:0 0 18px;padding:0;list-style:none;display:grid;gap:8px;text-align:left}.plan-payment-success li{display:flex;align-items:center;gap:8px;color:#ddd;font-size:12px;padding:8px 10px;border-radius:12px;background:#ffffff0a}.plan-payment-success li svg{flex-shrink:0;color:var(--success-accent)}.plan-payment-success__cta{width:100%;min-height:44px;border-radius:14px;color:#050505;background:linear-gradient(135deg,var(--success-accent),#fff3b0);font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 28px var(--success-glow)}.plan-payment-success--cometa .plan-payment-success__particles i{width:10px;height:2px;border-radius:4px;animation-name:paymentSuccessComet}.plan-payment-success--supernova .plan-payment-success__orbit span{border-width:2px;animation-duration:2s}.plan-payment-success--supernova .plan-payment-success__backdrop{animation:paymentSuccessSupernova 1.8s ease-in-out infinite alternate}@keyframes paymentSuccessFadeIn{0%{opacity:0}to{opacity:1}}@keyframes paymentSuccessCardIn{0%{opacity:0;transform:translateY(28px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes paymentSuccessBadge{0%,to{transform:rotate(0) scale(1)}20%{transform:rotate(-8deg) scale(1.08)}40%{transform:rotate(8deg) scale(1.04)}60%{transform:rotate(0) scale(1)}}@keyframes paymentSuccessOrbit{0%{transform:scale(.4);opacity:.75}to{transform:scale(1.25);opacity:0}}@keyframes paymentSuccessParticle{0%{opacity:0;transform:rotate(calc(var(--i) * 22deg)) translateY(-45px) scale(.5)}35%{opacity:1}to{opacity:0;transform:rotate(calc(var(--i) * 22deg)) translateY(-180px) scale(0)}}@keyframes paymentSuccessComet{0%{opacity:0;transform:rotate(calc(var(--i) * 24deg)) translate(-40px) scaleX(.2)}40%{opacity:1}to{opacity:0;transform:rotate(calc(var(--i) * 24deg)) translate(170px) scaleX(1.4)}}@keyframes paymentSuccessSupernova{0%{filter:brightness(1) saturate(1)}to{filter:brightness(1.22) saturate(1.35)}}.pulse-live-bubble{position:fixed;left:16px;bottom:calc(84px + env(safe-area-inset-bottom,0px));z-index:105;width:34px;height:34px;pointer-events:none;opacity:.94}.pulse-live-bubble__ring{position:absolute;inset:-1px;border-radius:50%;border:1px solid rgba(0,220,140,.35);animation:liveBubbleRing 2.8s ease-out infinite}.pulse-live-bubble__core{position:relative;z-index:1;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3dd68c;background:#161c1aeb;border:1px solid rgba(0,220,140,.22);box-shadow:0 2px 10px #0006}@keyframes liveBubbleRing{0%{transform:scale(1);opacity:.5}to{transform:scale(1.28);opacity:0}}.pulse-offline-bubble{position:fixed;left:16px;bottom:calc(122px + env(safe-area-inset-bottom,0px));z-index:104;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffbb00d9;background:#161410eb;border:1px solid rgba(255,187,0,.25);box-shadow:0 2px 8px #00000059;pointer-events:none;opacity:.9}.shift-handoff-overlay{position:fixed;inset:0;z-index:10070;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.shift-handoff-panel{position:relative;width:100%;max-width:400px;padding:20px 18px 16px;border-radius:18px;background:#1a1a21;border:1px solid rgba(157,78,221,.35);box-shadow:0 20px 50px #00000080}.shift-handoff-panel__close{position:absolute;top:12px;right:12px;color:#888;padding:4px;cursor:pointer}.shift-handoff-panel__close:hover{color:#fff}.shift-handoff-panel__head{display:flex;gap:12px;margin-bottom:16px;padding-right:28px}.shift-handoff-panel__head h2{margin:0 0 4px;font-size:17px;color:#fff}.shift-handoff-panel__head p{margin:0;font-size:12px;color:#888;line-height:1.4}.shift-handoff-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.shift-handoff-field span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#888}.shift-handoff-field textarea,.shift-handoff-field input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #333;background:#121218;color:#eee;font-size:13px;font-family:inherit;resize:vertical;box-sizing:border-box}.shift-handoff-field textarea:focus,.shift-handoff-field input:focus{outline:none;border-color:#9d4edd80}.shift-handoff-actions{display:flex;gap:10px;margin-top:8px}.shift-handoff-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:11px 14px;border-radius:11px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}.shift-handoff-btn.ghost{color:#888;background:transparent;border:1px solid #333}.shift-handoff-btn.primary{color:#fff;background:linear-gradient(135deg,#9d4edd,#7b2cbf);border:none}.shift-handoff-btn.primary:disabled{opacity:.5;cursor:not-allowed}.shift-handoff-banner{display:flex;gap:12px;align-items:flex-start;width:100%;max-width:500px;margin:0 auto 16px;padding:12px 14px;border-radius:14px;background:#9d4edd1a;border:1px solid rgba(157,78,221,.28);box-sizing:border-box}.shift-handoff-banner__icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#9d4edd26;color:#c77dff}.shift-handoff-banner__body{flex:1;min-width:0}.shift-handoff-banner__body strong{display:block;font-size:12px;color:#c77dff;margin-bottom:4px}.shift-handoff-banner__body p{margin:0;font-size:12px;line-height:1.45;color:#ccc}.shift-handoff-banner__pending{margin-top:6px!important;color:#fb0!important}.shift-handoff-banner__pending span{font-weight:700}.shift-handoff-banner__close{flex-shrink:0;color:#666;padding:4px;cursor:pointer}.shift-handoff-banner__close:hover{color:#fff}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background-color:#0c0c0e;color:#fff;font-family:Inter,system-ui,sans-serif;overflow-x:hidden;overscroll-behavior-y:none;max-width:100vw}body.compact-mode .content{padding-top:10px;padding-bottom:calc(118px + env(safe-area-inset-bottom,0px))}body.compact-mode .widget-card{padding:12px!important;gap:6px!important;border-radius:12px!important}body.compact-mode .widget-card h4{font-size:12px!important;min-height:auto!important;margin:0!important}body.compact-mode .task-row{padding:8px 10px!important}body.compact-mode .task-row .text{font-size:12px!important}body.compact-mode .codigos-container,body.compact-mode .manuales-container,body.compact-mode .checklist-card,body.compact-mode .equipo-card,body.compact-mode .registro-card{padding:12px!important;border-radius:12px!important}body.compact-mode .bottom-nav{padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px))!important}body.compact-mode .bottom-nav .label{font-size:10px!important}body.compact-mode .bottom-nav .nav-item{gap:2px!important}body.compact-mode .dashboard-container .stat-card,body.compact-mode .dashboard-container .history-item{padding:10px 12px!important}body.compact-mode .settings-card{padding:12px 14px!important;gap:10px!important}body.compact-mode .settings-row__copy strong{font-size:13px!important}body.compact-mode .settings-row__copy span{font-size:11px!important}.app-container{display:flex;flex-direction:column;width:100%;min-height:100vh;min-height:100dvh;position:relative;overscroll-behavior-y:none}button,input{background:none;border:none;outline:none;color:inherit;font-family:inherit;appearance:none}input[type=number]:not(.stepper-field){-moz-appearance:textfield;appearance:textfield}input[type=number]:not(.stepper-field)::-webkit-outer-spin-button,input[type=number]:not(.stepper-field)::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.content{flex:1;width:100%;max-width:500px;margin:0 auto;padding:20px;padding-bottom:calc(140px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column}.content.content--calculator{padding:12px 16px;padding-bottom:calc(72px + env(safe-area-inset-bottom,0px));overflow:hidden;justify-content:flex-start}html,body{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) #121212}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#121212}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff6}@keyframes radarPulse{0%{transform:scale(.5);opacity:0}50%{opacity:.4}to{transform:scale(1.6);opacity:0}}@keyframes bounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}.top-right-actions .icon-btn.export-pdf-btn{color:#888;border-color:#333;background:#1e1e26}.top-right-actions .icon-btn.export-pdf-btn:hover:not(:disabled){color:#00d4ff;border-color:#00d4ff}.top-right-actions .icon-btn.export-pdf-btn:disabled,.top-right-actions .icon-btn.export-pdf-btn:disabled:hover{opacity:.45;cursor:not-allowed;color:#6f7a84;border-color:#2e3c46;background:#1e1e26;pointer-events:none}.interceptor-modal{background:#1a1a21;border:1px solid #333;border-radius:20px;width:90%;max-width:340px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 20px 50px #000c;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.interceptor-modal .interceptor-icon{width:60px;height:60px;background:#ffbb001a;border:1px dashed #FFBB00;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.interceptor-modal h3{color:#fff;font-size:20px;margin:0 0 10px;font-weight:800}.interceptor-modal p{color:#ccc;font-size:14px;margin:0 0 10px;line-height:1.5}.interceptor-modal p.sub{color:#888;font-size:12px;font-style:italic;margin-bottom:25px}.interceptor-modal .interceptor-actions{display:flex;width:100%;gap:10px}.interceptor-modal .interceptor-actions button{flex:1;padding:12px;border-radius:12px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:.2s}.interceptor-modal .interceptor-actions .btn-no{background:transparent;border:1px solid #444;color:#888}.interceptor-modal .interceptor-actions .btn-no:hover{background:#25252d;color:#fff}.interceptor-modal .interceptor-actions .btn-yes{background:#00d4ff;border:none;color:#121212}.interceptor-modal .interceptor-actions .btn-yes:hover{transform:scale(1.02);filter:brightness(1.2)}.interceptor-modal .btn-snooze{margin-top:15px;background:transparent;border:none;color:#666;font-size:12px;text-decoration:underline;cursor:pointer;transition:.2s}.interceptor-modal .btn-snooze:hover{color:#aaa}
