@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.master-modal-container{position:fixed;inset:0;background:var(--bg-overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center;z-index:9999}.master-modal{background:var(--glass-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--shadow-large);width:100%;max-width:480px;max-height:90vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;position:relative;overflow:hidden;animation:slideUp .3s cubic-bezier(.4,0,.2,1) forwards}@media (min-width: 768px){.master-modal-container{align-items:center;padding:2rem}.master-modal{border-radius:var(--radius-xl);max-height:85vh;animation:zoomIn .3s cubic-bezier(.4,0,.2,1) forwards}}.master-modal:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:var(--text-light);border-radius:2px;opacity:.6}@keyframes slideUp{0%{transform:translateY(100%);opacity:.8}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(.95);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:.8}}.master-modal-header{padding:1.5rem;background:var(--glass-bg);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:10;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.master-modal-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.2}.master-modal-subtitle{font-size:.875rem;color:var(--text-secondary);margin:.25rem 0 0;font-weight:400;line-height:1.4}.master-modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-smooth);color:var(--text-secondary)}.master-modal-close:hover{background:#fff3;transform:scale(1.05);color:var(--text-primary)}.master-modal-content{padding:1.5rem;max-height:calc(90vh - 140px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}@media (min-width: 768px){.master-modal-content{max-height:calc(85vh - 140px)}}.master-modal-content::-webkit-scrollbar{width:6px}.master-modal-content::-webkit-scrollbar-track{background:transparent}.master-modal-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.master-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.master-card{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-soft);transition:var(--transition-smooth);position:relative;overflow:hidden}.master-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-colored);border-color:#667eea66;background:#fffffff2}.master-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-gradient);opacity:.8;transform:scaleX(0);transition:transform .3s ease}.master-card:hover:before{transform:scaleX(1)}.master-card:active{transform:translateY(-4px) scale(1.01)}.master-card{animation:slideInCard .5s ease-out forwards;opacity:0;transform:translateY(20px)}.master-card:nth-child(1){animation-delay:.1s}.master-card:nth-child(2){animation-delay:.2s}.master-card:nth-child(3){animation-delay:.3s}.master-card:nth-child(4){animation-delay:.4s}.master-card:nth-child(5){animation-delay:.5s}.master-card-document{background:#ffffffe6;border-left:4px solid var(--accent-gradient)}.master-card-ticket{background:#ffffffe6;border-left:4px solid var(--primary-gradient)}.master-card-transfer{background:#ffffffe6;border-left:4px solid var(--secondary-gradient)}.master-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.master-card-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-colored)}.master-card-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0;font-family:Inter,sans-serif}.master-card-subtitle{font-size:.875rem;color:var(--text-secondary);margin:0;font-weight:400}.master-progress-container{margin:1rem 0}.master-progress-label{font-size:.75rem;color:var(--text-light);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.master-progress-bar{width:100%;height:6px;background:#0000001a;border-radius:3px;overflow:hidden;position:relative}.master-progress-fill{height:100%;border-radius:3px;transition:var(--transition-smooth);position:relative;overflow:hidden}.master-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.master-checkbox-container{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:var(--radius-md);transition:var(--transition-smooth);cursor:pointer}.master-checkbox-container:hover{background:#ffffff80}.master-checkbox{width:20px;height:20px;border:2px solid var(--text-light);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth);background:transparent;flex-shrink:0}.master-checkbox.checked{background:var(--success-gradient);border-color:transparent;transform:scale(1.1)}.master-checkbox-icon{color:#fff;font-size:.75rem;opacity:0;transform:scale(.5);transition:var(--transition-smooth)}.master-checkbox.checked .master-checkbox-icon{opacity:1;transform:scale(1)}.master-btn{padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500;font-size:.875rem;transition:var(--transition-smooth);cursor:pointer;border:none;font-family:Inter,sans-serif;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;position:relative;overflow:hidden}.master-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:var(--transition-smooth)}.master-btn:hover:before{left:100%}.master-btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-colored)}.master-btn-primary:hover{transform:translateY(-2px);box-shadow:0 25px 50px -12px #667eea99}.master-btn-secondary{background:#ffffffe6;color:var(--text-primary);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.master-btn-secondary:hover{background:#fff;transform:translateY(-1px)}.master-btn-success{background:var(--success-gradient);color:#fff}.master-btn-success:hover{transform:translateY(-2px);box-shadow:0 20px 40px -12px #43e97b99}.master-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.master-loading-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.master-loading-text{color:var(--text-secondary);font-size:.875rem;margin:.5rem 0}.master-loading-subtext{color:var(--text-light);font-size:.75rem;margin:.25rem 0}.master-error{background:#ffffffe6;border:1px solid rgba(244,63,94,.3);border-radius:var(--radius-md);padding:1.5rem;text-align:center;margin:1rem 0}.master-error-text{color:#dc2626;font-weight:500;margin-bottom:1rem}.master-error-retry{background:#dc2626;color:#fff;padding:.5rem 1rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:var(--transition-smooth)}.master-error-retry:hover{background:#b91c1c;transform:translateY(-1px)}.master-empty{background:#ffffff80;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-md);padding:3rem 1rem;text-align:center}.master-empty-icon{font-size:3rem;color:var(--text-light);margin-bottom:1rem;opacity:.6}.master-empty-title{font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin:0 0 .5rem}.master-empty-text{color:var(--text-light);font-size:.875rem;margin:0}.master-section{margin-bottom:2rem}.master-section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem;text-align:center;font-family:Inter,sans-serif}.master-section-subtitle{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.master-info{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-md);padding:1rem;margin:1rem 0;font-size:.875rem;text-align:center}.master-deadline-warning{background:#ffffffe6;border-left:4px solid #ef4444;border-radius:var(--radius-md);padding:1rem;margin:1rem 0;opacity:.7;cursor:not-allowed}.master-deadline-warning .master-card-title{opacity:.7}.master-deadline-text{color:#dc2626;font-size:.75rem;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}@media (max-width: 767px){.master-modal-container{padding:0}.master-modal-content,.master-card{padding:1rem}.master-card-icon{width:40px;height:40px;font-size:1.25rem}.master-btn{padding:.625rem 1.25rem;font-size:.8125rem}}.master-flex{display:flex}.master-flex-center{display:flex;align-items:center;justify-content:center}.master-gap{gap:1rem}.master-text-center{text-align:center}.master-hidden{display:none}.master-bg-primary{background:var(--primary-gradient)}.master-bg-secondary{background:var(--secondary-gradient)}.master-bg-accent{background:var(--accent-gradient)}.master-bg-success{background:var(--success-gradient)}.master-bg-warning{background:var(--warning-gradient)}.master-text-primary{color:var(--text-primary)}.master-text-secondary{color:var(--text-secondary)}.master-text-light{color:var(--text-light)}.master-text-white{color:#fff}.master-mb-0{margin-bottom:0}.master-mb-1{margin-bottom:.25rem}.master-mb-2{margin-bottom:.5rem}.master-mb-3{margin-bottom:.75rem}.master-mb-4{margin-bottom:1rem}.master-mb-6{margin-bottom:1.5rem}.master-mb-8{margin-bottom:2rem}.master-mt-0{margin-top:0}.master-mt-1{margin-top:.25rem}.master-mt-2{margin-top:.5rem}.master-mt-3{margin-top:.75rem}.master-mt-4{margin-top:1rem}.master-mt-6{margin-top:1.5rem}.master-mt-8{margin-top:2rem}.master-rounded{border-radius:var(--radius-md)}.master-rounded-lg{border-radius:var(--radius-lg)}.master-rounded-xl{border-radius:var(--radius-xl)}.master-text-xs{font-size:.75rem}.master-text-sm{font-size:.875rem}.master-text-base{font-size:1rem}.master-text-lg{font-size:1.125rem}.master-text-xl{font-size:1.25rem}.master-text-2xl{font-size:1.5rem}.master-font-normal{font-weight:400}.master-font-medium{font-weight:500}.master-font-semibold{font-weight:600}.master-font-bold{font-weight:700}.master-modal-documentos,.master-modal-tickets,.master-modal-transfers{composes:master-modal}.master-content-documentos,.master-content-tickets,.master-content-transfers{composes:master-modal-content}.master-close-documentos,.master-close-tickets,.master-close-transfers{composes:master-modal-close}:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--accent-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--success-gradient: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);--warning-gradient: linear-gradient(135deg, #fa709a 0%, #fee140 100%);--bg-overlay: rgba(0, 0, 0, .75);--glass-bg: rgba(255, 255, 255, .95);--glass-border: rgba(255, 255, 255, .2);--text-primary: #1a1d1f;--text-secondary: #6b7280;--text-light: #9ca3af;--shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-large: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-colored: 0 20px 40px -12px rgba(102, 126, 234, .4);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--transition-fast: all .2s cubic-bezier(.4, 0, .2, 1);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: all .4s cubic-bezier(.68, -.55, .265, 1.55)}.tickets-modal-container{position:fixed;inset:0;background:var(--bg-overlay);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center;z-index:9999;padding:0;animation:fadeInOverlay .3s ease-out}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@media (min-width: 768px){.tickets-modal-container{align-items:center;padding:20px}}.tickets-modal{background:var(--glass-bg);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:1200px;max-height:90vh;overflow:hidden;position:relative;border:1px solid var(--glass-border);box-shadow:var(--shadow-large);animation:slideUpModal .4s cubic-bezier(.34,1.56,.64,1);transform:translateY(0)}@media (min-width: 768px){.tickets-modal{border-radius:var(--radius-xl);max-height:85vh;animation:scaleInModal .4s cubic-bezier(.34,1.56,.64,1)}}@keyframes slideUpModal{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleInModal{0%{transform:scale(.95) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.tickets-header{position:relative;padding:24px 32px 20px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--glass-border)}.tickets-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-gradient)}.tickets-handle{position:absolute;top:12px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#0003;border-radius:2px}@media (min-width: 768px){.tickets-handle{display:none}}.tickets-close-btn{position:absolute;top:20px;right:24px;width:44px;height:44px;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tickets-close-btn:hover{background:#fff;transform:scale(1.05);box-shadow:var(--shadow-medium)}.tickets-close-btn svg{width:20px;height:20px;color:var(--text-primary)}.tickets-title{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:800;background:var(--primary-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 8px;letter-spacing:-.025em;line-height:1.2}.tickets-subtitle{font-size:16px;color:var(--text-secondary);font-weight:500;margin:0}.tickets-content{padding:32px;max-height:calc(90vh - 140px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.3) transparent}@media (min-width: 768px){.tickets-content{max-height:calc(85vh - 120px)}}.tickets-content::-webkit-scrollbar{width:6px}.tickets-content::-webkit-scrollbar-track{background:transparent}.tickets-content::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.tickets-content::-webkit-scrollbar-thumb:hover{background:#667eea80}.tickets-grid{display:flex;gap:24px;overflow-x:auto;padding:20px 0 40px;margin:0 -8px;scroll-snap-type:x mandatory}.ticket-card{min-width:340px;background:#fffffff2;border-radius:var(--radius-lg);padding:28px;border:1px solid rgba(255,255,255,.3);position:relative;cursor:pointer;transition:var(--transition-smooth);display:flex;flex-direction:column;justify-content:space-between;scroll-snap-align:start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-soft);overflow:hidden}.ticket-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent-gradient);transform:scaleX(0);transition:var(--transition-smooth)}.ticket-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-colored);border-color:#667eea66}.ticket-card:hover:before{transform:scaleX(1)}.ticket-card:active{transform:translateY(-4px) scale(1.01)}.ticket-icon{position:absolute;top:24px;left:24px;width:56px;height:56px;border-radius:50%;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-medium);transition:var(--transition-smooth)}.ticket-card:hover .ticket-icon{transform:scale(1.1) rotate(5deg);box-shadow:var(--shadow-colored)}.ticket-icon svg{width:24px;height:24px;color:#fff}.ticket-status-badge{position:absolute;top:20px;right:20px;padding:8px 16px;background:var(--success-gradient);color:#fff;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-soft);animation:pulseBadge 2s infinite}@keyframes pulseBadge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.ticket-content{margin-top:200px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.ticket-title{font-family:Inter,sans-serif;font-size:22px;font-weight:700;color:var(--text-primary);margin:0 0 12px;line-height:1.3;letter-spacing:-.025em}.ticket-description{font-size:14px;color:var(--text-secondary);line-height:1.5;margin:0 0 20px;font-weight:500}.ticket-action{font-size:14px;font-weight:600;color:var(--text-primary);text-align:right;margin-top:auto;text-transform:uppercase;letter-spacing:.5px;position:relative}.ticket-action:after{content:"→";margin-left:8px;transition:var(--transition-fast)}.ticket-card:hover .ticket-action:after{transform:translate(4px)}.tickets-loading{background:#fffffff2;border-radius:var(--radius-lg);padding:60px 40px;text-align:center;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tickets-empty{background:#f9fafbcc;border-radius:var(--radius-lg);padding:60px 40px;text-align:center;border:1px solid rgba(229,231,235,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tickets-empty-icon{width:64px;height:64px;margin:0 auto 24px;color:var(--text-light);opacity:.6}.tickets-empty-title{font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.tickets-empty-subtitle{font-size:14px;color:var(--text-secondary);margin:0;font-weight:500}.routes-selector{margin-bottom:32px}.routes-selector-title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0 0 20px;font-family:Inter,sans-serif}.routes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.route-card{background:#fffffff2;border:1px solid rgba(229,231,235,.8);border-radius:var(--radius-md);padding:24px;cursor:pointer;transition:var(--transition-smooth);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left;box-shadow:var(--shadow-soft)}.route-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium);border-color:#667eea66;background:#fff}.route-card-icon{width:48px;height:48px;background:var(--accent-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:var(--shadow-soft)}.route-card-icon svg{width:20px;height:20px;color:#fff}.route-card-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 8px;font-family:Inter,sans-serif}.route-card-subtitle{font-size:13px;color:var(--text-secondary);margin:0;font-weight:500}.tickets-alert{background:linear-gradient(135deg,#fb923c1a,#fb923c0d);border:1px solid rgba(251,146,60,.2);border-radius:var(--radius-md);padding:16px 20px;display:flex;align-items:flex-start;gap:12px;margin-top:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tickets-alert svg{width:20px;height:20px;color:#ea580c;flex-shrink:0;margin-top:2px}.tickets-alert-text{font-size:13px;color:#9a3412;font-weight:500;line-height:1.4}.tickets-alert-text strong{font-weight:700}.ticket-detail-modal{position:fixed;inset:0;background:var(--bg-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:flex-end;justify-content:center;animation:fadeInOverlay .3s ease-out}@media (min-width: 768px){.ticket-detail-modal{align-items:center;padding:20px}}.ticket-detail-container{background:var(--glass-bg);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;border:1px solid var(--glass-border);box-shadow:var(--shadow-large);animation:slideUpModal .4s cubic-bezier(.34,1.56,.64,1)}@media (min-width: 768px){.ticket-detail-container{border-radius:var(--radius-xl);max-height:80vh;animation:scaleInModal .4s cubic-bezier(.34,1.56,.64,1)}}.ticket-detail-header{position:relative;padding:32px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-bottom:1px solid var(--glass-border)}.ticket-detail-back-btn{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--text-secondary);background:none;border:none;cursor:pointer;padding:8px;margin:0 0 24px;border-radius:var(--radius-sm);transition:var(--transition-fast);font-weight:500}.ticket-detail-back-btn:hover{background:#ffffff80;color:var(--text-primary)}.ticket-detail-title{font-family:Inter,sans-serif;font-size:32px;font-weight:800;background:var(--primary-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 8px;letter-spacing:-.025em;line-height:1.2;text-transform:uppercase}.ticket-detail-description{font-size:16px;color:var(--text-secondary);line-height:1.6;margin:0;font-weight:500}.ticket-detail-content{padding:32px}.ticket-detail-section{margin-bottom:32px}.ticket-detail-section:last-child{margin-bottom:0}.ticket-detail-label{font-size:14px;font-weight:700;color:var(--text-secondary);margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,sans-serif}.ticket-detail-value{font-size:16px;color:var(--text-primary);font-weight:600;margin:0;line-height:1.5}.ticket-detail-price{font-size:28px;font-weight:800;color:var(--text-primary);margin:0;font-family:Inter,sans-serif}.ticket-date-container{padding:20px;background:linear-gradient(135deg,#8b5cf61a,#8b5cf60d);border-radius:var(--radius-md);display:flex;align-items:center;gap:16px;border:1px solid rgba(139,92,246,.2)}.ticket-date-icon{width:32px;height:32px;background:var(--secondary-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ticket-date-icon svg{width:16px;height:16px;color:#fff}.ticket-date-info{flex:1}.ticket-date-value{font-size:16px;font-weight:700;color:var(--text-primary);margin:0 0 4px;font-family:Inter,sans-serif}.ticket-time-value{font-size:14px;font-weight:600;color:#8b5cf6;margin:0}.ticket-instructions{background:#f9fafbcc;padding:20px;border-radius:var(--radius-md);border:1px solid rgba(229,231,235,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ticket-instructions-text{font-size:15px;color:var(--text-primary);line-height:1.6;margin:0;font-weight:500}.ticket-action-buttons{padding:32px;border-top:1px solid var(--glass-border);background:linear-gradient(135deg,#ffffff1a,#ffffff0d)}.ticket-purchase-btn{width:100%;padding:16px 24px;background:var(--primary-gradient);color:#fff;border:none;border-radius:var(--radius-md);font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:var(--transition-smooth);box-shadow:var(--shadow-medium);text-decoration:none;display:block;text-align:center;margin-bottom:16px}.ticket-purchase-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-colored);filter:brightness(1.1)}.ticket-purchase-btn:active{transform:translateY(0)}.ticket-mark-btn{width:100%;padding:16px 20px;background:var(--success-gradient);color:#fff;border:none;border-radius:var(--radius-md);font-size:15px;font-weight:600;cursor:pointer;transition:var(--transition-smooth);display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-medium)}.ticket-mark-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #10b98166}.ticket-mark-btn:active{transform:translateY(0)}.ticket-mark-btn svg{width:20px;height:20px}.ticket-helper-text{font-size:12px;color:var(--text-light);text-align:center;margin:12px 0 0;font-weight:500}.tickets-loading-spinner{width:64px;height:64px;border:4px solid rgba(102,126,234,.1);border-top:4px solid transparent;border-image:var(--primary-gradient) 1;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 24px}.tickets-loading-text{font-size:16px;font-weight:600;color:var(--text-primary);margin:0;font-family:Inter,sans-serif}@media (max-width: 767px){.tickets-modal{max-height:85vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.tickets-content{padding:24px 20px}.tickets-grid{gap:16px;padding:16px 0 32px}.ticket-card{min-width:300px;padding:24px 20px}.ticket-content{margin-top:180px}.ticket-title{font-size:20px}.tickets-title{font-size:24px}.ticket-detail-title{font-size:28px}}.ticket-card{animation:slideInCard .5s ease-out forwards;opacity:0;transform:translateY(20px)}@keyframes slideInCard{to{opacity:1;transform:translateY(0)}}.ticket-card:nth-child(1){animation-delay:.1s}.ticket-card:nth-child(2){animation-delay:.2s}.ticket-card:nth-child(3){animation-delay:.3s}.ticket-card:nth-child(4){animation-delay:.4s}.ticket-card:nth-child(5){animation-delay:.5s}.ticket-card:after{content:"";position:absolute;inset:0;background:var(--accent-gradient);opacity:0;transition:var(--transition-smooth);border-radius:inherit;z-index:-1}.ticket-card:hover:after{opacity:.05}.dark-mode{background-color:#0f1115;color:#e0e0e0;transition:background-color .3s ease,color .3s ease}.dark-mode .admin-sidebar{background-color:#181b20;border-right:1px solid rgba(255,255,255,.08)}.dark-mode .admin-sidebar .menu-item{color:#b0b3b8}.dark-mode .admin-sidebar .menu-item:hover{background-color:#ffffff0d;color:#fff}.dark-mode .admin-sidebar .menu-item.active{background-color:#1f2228;color:#00d084}.dark-mode .admin-sidebar .collapse-toggle{background-color:#ffffff0a}.dark-mode .admin-sidebar .collapse-toggle:hover{background-color:#ffffff14}.dark-mode .admin-header{background-color:#14161a;border-bottom:1px solid rgba(255,255,255,.1)}.dark-mode .admin-header .admin-title{color:#fff}.dark-mode .admin-header .search-bar{background-color:#1d1f24;border:1px solid rgba(255,255,255,.1)}.dark-mode .admin-header .search-bar input{background:transparent;color:#ccc}.dark-mode .admin-header .search-bar input::placeholder{color:#666}.dark-mode .admin-header .icon{color:#bdbdbd}.dark-mode .admin-header .icon:hover{color:#00d084}.dark-mode .admin-content{background-color:#111317}.dark-mode .admin-content .content-inner{background-color:#181b20;border-radius:12px;padding:24px;box-shadow:0 0 0 1px #ffffff0a}.dark-mode .admin-content .section-title{color:#fff}.dark-mode .admin-content textarea{background-color:#1c1f24;border:1px solid rgba(255,255,255,.1);color:#eaeaea}.dark-mode .admin-content textarea:focus{border-color:#00d084;outline:none}.dark-mode .profile-dropdown{background-color:#1a1c20;border:1px solid rgba(255,255,255,.1)}.dark-mode .profile-dropdown li{color:#bbb}.dark-mode .profile-dropdown li:hover{background-color:#ffffff0f;color:#fff}.dark-mode .profile-dropdown .logout{color:#ff5c5c}.dark-mode .profile-dropdown .upgrade{color:#00d084;font-weight:600}.dark-mode .save-btn{background-color:#00d084;color:#0b0c0e;border:none;font-weight:600;padding:8px 18px;border-radius:6px;transition:all .2s ease}.dark-mode .save-btn:hover{background-color:#00e092;transform:translateY(-1px)}.dark-mode ::-webkit-scrollbar{width:8px}.dark-mode ::-webkit-scrollbar-thumb{background-color:#ffffff1a;border-radius:10px}.dark-mode ::-webkit-scrollbar-thumb:hover{background-color:#ffffff40}.sortable-place-item{margin-bottom:8px}.sortable-place-item:last-child{margin-bottom:0}.sortable-place-item[data-is-dragging=true]{opacity:.5;cursor:grabbing!important}.day-card{transition:all .2s ease}.day-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f!important}.spin{animation:spin 1s linear infinite}.dnd-overlay{cursor:grabbing;opacity:.8}:root{--bottom-bar-height: 72px;--radius-xl: 24px;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--bg: #ffffff;--text: #0f172a;--muted: #64748b;--btn-dark: #14142b;--ring-1: #a07cfe;--ring-2: #fe8fb5;--ring-3: #ffbe7b}html,body,#root{height:100%}html,body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}.shadow-pix{box-shadow:0 1px 1px #10182805,0 8px 28px #10182814}@keyframes shine{0%{background-position:0% 50%}to{background-position:200% 50%}}.btn-float-map{position:fixed;left:50%;transform:translate(-50%);bottom:calc(6rem + env(safe-area-inset-bottom));width:142px;height:48px;border:none;border-radius:9999px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--btn-dark);color:#fff;cursor:pointer;z-index:50;box-shadow:0 4px 12px #14142b40}.ai-input-dock{position:fixed;left:50%;transform:translate(-50%);bottom:calc(4rem + env(safe-area-inset-bottom));width:280px;height:52px;z-index:35}.ai-input-shell{position:relative;width:100%;height:100%;border-radius:9999px;isolation:isolate;overflow:hidden}.ai-input-shell:before{content:"";position:absolute;inset:-8px;border-radius:inherit;background:conic-gradient(from 0deg,var(--ring-1),var(--ring-2),var(--ring-3),var(--ring-1));filter:blur(14px);opacity:1.15;z-index:1;animation:shine 5s linear infinite;background-size:200% auto}.ai-input-shell:after{content:"";position:absolute;inset:0;border-radius:inherit;z-index:2;background:linear-gradient(0deg,#ffffffeb,#ffffffeb) padding-box,linear-gradient(90deg,var(--ring-1),var(--ring-2),var(--ring-3)) border-box;-webkit-mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;border:23px solid transparent}.ai-input-inner{position:relative;z-index:3;width:100%;height:100%;display:flex;align-items:center;border-radius:9999px;background:#fffffff5;border:1px solid transparent;box-shadow:0 3px 14px #0000001a}.blur-fade-in{opacity:0;filter:blur(10px);transform:translateY(8px);animation:blurFade .5s ease forwards}@keyframes blurFade{to{opacity:1;filter:blur(0);transform:translateY(0)}}.gmap-credits-cover{position:absolute;left:0;right:0;bottom:0;height:20px;background:#fff;pointer-events:none;z-index:1}.grid-places{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:0;background:#fff}.place-card-wrapper{display:flex;flex-direction:column}.place-card{position:relative;cursor:pointer;overflow:hidden;border-radius:0}.place-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.place-card:hover img{transform:scale(1.1)}.place-4x5{aspect-ratio:4/5}.place-category-badge,.place-info{display:none}.map-item{grid-column:span 3 / auto;position:relative;cursor:pointer;overflow:hidden;border-radius:0;background:#fff;margin:0;padding:0}.map-aspect{aspect-ratio:430/322.5;display:block;line-height:0}.map-view{flex:1;overflow-y:auto;background:#fff;padding-bottom:180px}@media (min-width: 768px){.grid-places{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:24px}.place-card-wrapper{min-width:0;display:flex;flex-direction:column}.place-card,.map-item{border-radius:12px}.map-aspect{aspect-ratio:16/9}.sidebar-viajero-sticky{position:sticky;top:0;height:100vh;overflow-y:auto;flex-shrink:0;width:320px}.lg\:ml-20{position:relative}.lg\:ml-20:before{content:"";position:fixed;top:0;bottom:0;left:0;width:100px;background-color:#fff;z-index:0}.place-info{display:block;padding:8px 4px 0;min-height:70px}.place-category-badge{display:inline-flex;align-items:center;gap:4px;background:transparent;padding:0;margin-bottom:4px;font-family:Poppins,system-ui,sans-serif;font-size:11px;font-weight:600;color:#6e7191}.category-icon{font-size:14px}.category-text{text-transform:capitalize}.place-title{font-family:Poppins,system-ui,sans-serif;font-size:12px;font-weight:600;line-height:16px;color:#6e7191;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.place-subtitle{font-family:Poppins,system-ui,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#a0a3bd;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (max-width: 480px){.btn-float-map{bottom:calc(6rem + env(safe-area-inset-bottom))}.ai-input-dock{bottom:calc(9.5rem + env(safe-area-inset-bottom))}}@media (max-width: 768px){.ai-input-dock{bottom:calc(6rem + env(safe-area-inset-bottom))!important;width:70vw;max-width:360px;height:56px;z-index:35}}.map-button{position:fixed;left:50%;transform:translate(-50%);bottom:calc(6rem + env(safe-area-inset-bottom));z-index:40;transition:bottom .3s ease}@media (max-width: 768px){.map-button{bottom:calc(6rem + env(safe-area-inset-bottom))!important;width:auto}}@font-face{font-family:Plunct;src:url(/assets/Plunct-CKHdbtHA.otf) format("opentype");font-weight:400;font-style:normal}.home-header-scale{transform:scale(.85);transform-origin:top left}@media (max-width: 480px){.home-header-scale{transform:scale(.5)!important;transform-origin:top left}}.tiptap-content{word-wrap:break-word;overflow-wrap:break-word}.tiptap-content h1{font-size:2em;font-weight:700;margin-top:.5em;margin-bottom:.5em;line-height:1.2;color:#1a1d1f}.tiptap-content h2{font-size:1.5em;font-weight:700;margin-top:.5em;margin-bottom:.5em;line-height:1.3;color:#1a1d1f}.tiptap-content h3{font-size:1.25em;font-weight:600;margin-top:.5em;margin-bottom:.5em;line-height:1.4;color:#1a1d1f}.tiptap-content p{margin-bottom:1em;line-height:1.7}.tiptap-content p:last-child{margin-bottom:0}.tiptap-content strong{font-weight:700;color:#1a1d1f}.tiptap-content em{font-style:italic}.tiptap-content u{text-decoration:underline}.tiptap-content s{text-decoration:line-through}.tiptap-content mark{background-color:#fef08a;padding:.1em .3em;border-radius:3px;color:#1a1d1f}.tiptap-content code{background-color:#f3f4f6;padding:.2em .4em;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#dc2626}.tiptap-content blockquote{border-left:4px solid #E5E7EB;margin:1em 0;color:#6b7280;font-style:italic;background-color:#f9fafb;padding:.8em 1em;border-radius:4px}.tiptap-content hr{border:none;border-top:2px solid #E5E7EB;margin:1.5em 0}.tiptap-content ul,.tiptap-content ol{padding-left:1.5em;margin-bottom:1em}.tiptap-content ul{list-style-type:disc}.tiptap-content ol{list-style-type:decimal}.tiptap-content li{margin-bottom:.5em;line-height:1.6}.tiptap-content li:last-child{margin-bottom:0}.tiptap-content ul ul,.tiptap-content ol ul{list-style-type:circle;margin-top:.5em}.tiptap-content ul ol,.tiptap-content ol ol{list-style-type:lower-alpha;margin-top:.5em}.tiptap-content [style*="text-align: left"]{text-align:left}.tiptap-content [style*="text-align: center"]{text-align:center}.tiptap-content [style*="text-align: right"]{text-align:right}.tiptap-content strong em,.tiptap-content em strong{font-weight:700;font-style:italic}@media (max-width: 640px){.tiptap-content h1{font-size:1.75em}.tiptap-content h2{font-size:1.5em}.tiptap-content h3{font-size:1.25em}.tiptap-content blockquote{padding-left:.8em;font-size:.95em}}*{margin:0;padding:0;box-sizing:border-box}*:before,*:after{box-sizing:border-box}button{border:0;cursor:pointer;background:none;font-family:inherit}ul,ol{list-style:none}a{text-decoration:none;color:inherit}.admin-header{position:sticky;top:0;z-index:50;background:#fcfcfc;box-shadow:0 2px 8px #0000000a;padding:20px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}@media only screen and (max-width: 767px){.admin-header{padding:16px 20px}}.admin-header__title{font-size:20px;font-weight:600;line-height:1.6;letter-spacing:-.02em}@media only screen and (max-width: 767px){.admin-header__title{font-size:18px}}.admin-header__title{color:#1a1d1f;margin:0}.admin-header__subtitle{font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#6f767e;margin:4px 0 0}.admin-header__actions{display:flex;align-items:center;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 20px;background:#2a85ff;color:#fcfcfc;border:none;border-radius:12px;font-size:15px;font-weight:700;line-height:1.6;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;overflow:hidden}.button:hover{background:#0069f6}.button:active{transform:scale(.98)}.button-primary{background:#2a85ff}.button-primary:hover{background:#0069f6}.button-success,.button-save{background:#83bf6e}.button-success:hover,.button-save:hover{background:#66ad4d}.button-danger,.button-delete{background:#ff6a55}.button-danger:hover,.button-delete:hover{background:#ff3d22}.button-purple{background:#8e59ff}.button-purple:hover{background:#6b26ff}.button-stroke{background:none;color:#1a1d1f;box-shadow:0 0 0 2px #efefef inset}.button-stroke:hover{box-shadow:0 0 0 2px #1a1d1f inset;background:none}.button-small{height:40px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:700;line-height:1.8461538462}.button-square{width:48px;height:48px;padding:0}.button-square.button-small{width:40px;height:40px}.button svg{width:16px;height:16px;flex-shrink:0}.button-ripple{position:relative;overflow:hidden}.button-ripple .ripple{position:absolute;border-radius:50%;background:#fff9;transform:scale(0);animation:ripple .6s ease-out;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}.button-pulse{animation:pulse 2s ease-in-out infinite}.button-pulse:hover{animation:none}.admin-panel{background:#fcfcfc;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000000a;margin-bottom:24px}@media only screen and (max-width: 767px){.admin-panel{padding:20px;border-radius:12px}}.admin-panel__title{font-size:20px;font-weight:600;line-height:1.6;letter-spacing:-.02em}@media only screen and (max-width: 767px){.admin-panel__title{font-size:18px}}.admin-panel__title{color:#1a1d1f;margin:0 0 24px}.admin-panel__subtitle{font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#6f767e;margin:0 0 16px}.admin-panel__section{margin-bottom:24px}.admin-panel__section:last-child{margin-bottom:0}.admin-panel__label{font-size:13px;font-weight:600;line-height:1.2307692308;color:#1a1d1f;display:block;margin-bottom:8px}.admin-panel__input,.admin-panel__textarea{width:100%;padding:12px 16px;border:2px solid #EFEFEF;border-radius:12px;font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;background:#fff;transition:border-color .2s ease}.admin-panel__input:focus,.admin-panel__textarea:focus{outline:none;border-color:#2a85ff}.admin-panel__input::placeholder,.admin-panel__textarea::placeholder{color:#6f767e}.admin-panel__textarea{min-height:120px;resize:vertical}.admin-panel__grid{display:grid;grid-template-columns:1fr;gap:20px}@media only screen and (max-width: 1023px){.admin-panel__grid{grid-template-columns:repeat(2,1fr)}}.admin-panel__actions{display:flex;gap:12px;margin-top:24px}@media only screen and (max-width: 767px){.admin-panel__actions{flex-direction:column}}.admin-container{max-width:1400px;margin:0 auto;padding:40px}@media only screen and (max-width: 1339px){.admin-container{padding:32px}}@media only screen and (max-width: 767px){.admin-container{padding:20px}}.admin-container--full{max-width:none}.admin-container--with-sidebar{display:grid;grid-template-columns:256px 1fr;gap:0;padding:0;max-width:none}@media only screen and (max-width: 1023px){.admin-container--with-sidebar{grid-template-columns:1fr}}.admin-sidebar{width:256px;min-height:100vh;background:#fcfcfc;border-right:1px solid #EFEFEF;padding:20px 16px;position:sticky;top:0;overflow-y:auto;transition:width .3s ease}@media only screen and (max-width: 1023px){.admin-sidebar{display:none}}.admin-sidebar--collapsed{width:80px}.admin-sidebar--collapsed .admin-sidebar__item-text{display:none}.admin-sidebar--collapsed .admin-sidebar__item{justify-content:center}.admin-sidebar__item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;font-size:15px;font-weight:600;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;cursor:pointer;transition:all .2s ease;margin-bottom:4px;background:transparent;border:none;width:100%;text-align:left}.admin-sidebar__item:hover{background:#f4f4f4}.admin-sidebar__item--active{background:#2a85ff!important;color:#fcfcfc!important;font-weight:700}.admin-sidebar__item svg{width:20px;height:20px;flex-shrink:0}.admin-sidebar__item-text{transition:opacity .2s ease}.admin-content{flex:1;padding:40px;overflow-y:auto}@media only screen and (max-width: 1339px){.admin-content{padding:32px}}@media only screen and (max-width: 767px){.admin-content{padding:20px}}.admin-drawer{display:none}@media only screen and (max-width: 1023px){.admin-drawer{display:block}}.admin-drawer__overlay{position:fixed;inset:0;background:#00000080;z-index:998;animation:fadeIn .3s ease}.admin-drawer__content{position:fixed;left:0;top:0;bottom:0;width:280px;background:#fcfcfc;z-index:999;padding:20px 16px;overflow-y:auto;animation:slideInLeft .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(4);opacity:0}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.fade-in{animation:fadeIn .3s ease-out forwards}.fade-in-delay-1{animation:fadeIn .3s ease-out .1s forwards;opacity:0}.fade-in-delay-2{animation:fadeIn .3s ease-out .2s forwards;opacity:0}.fade-in-delay-3{animation:fadeIn .3s ease-out .3s forwards;opacity:0}.slide-in-left{animation:slideInLeft .3s ease-out forwards}.slide-in-down{animation:slideInDown .3s ease-out forwards}.pulse-animation{animation:pulse 2s ease-in-out infinite}.spin-animation{animation:spin 1s linear infinite}.shake-animation{animation:shake .5s ease-in-out}.smooth-hover{transition:all .2s ease}.smooth-color{transition:color .2s ease,background .2s ease,border-color .2s ease}.smooth-transform{transition:transform .3s ease}.smooth-opacity{transition:opacity .2s ease}.ripple-container{position:relative;overflow:hidden}.ripple-effect{position:absolute;border-radius:50%;background:#fff9;transform:scale(0);animation:ripple .6s ease-out;pointer-events:none}.admin-panel,.admin-section{animation:fadeIn .3s ease-out forwards}.overlay{transition:opacity .3s ease}.overlay.active{opacity:1}.overlay:not(.active){opacity:0;pointer-events:none}.sidebar{transition:width .3s ease,transform .3s ease}.sidebar.collapsed{width:80px}.sidebar.collapsed .sidebar-text{opacity:0;transition:opacity .2s ease}.sidebar:not(.collapsed){width:256px}.sidebar:not(.collapsed) .sidebar-text{opacity:1;transition:opacity .2s ease .1s}.sidebar-mobile{transition:transform .3s ease}.sidebar-mobile.open{transform:translate(0)}.sidebar-mobile:not(.open){transform:translate(-100%)}.skeleton{background:linear-gradient(90deg,#f4f4f4 25%,#efefef,#f4f4f4 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.hover-scale{transition:transform .2s ease}.hover-scale:hover{transform:scale(1.02)}.hover-brightness{transition:filter .2s ease}.hover-brightness:hover{filter:brightness(1.1)}.focus-ring:focus-visible{outline:2px solid #2A85FF;outline-offset:2px;transition:outline .2s ease}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.gpu-accelerated{will-change:transform;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.enter-animation{animation:fadeIn .3s ease-out forwards}.exit-animation{animation:fadeIn .3s ease-in reverse forwards}input,textarea,select{transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus,select:focus{transition:border-color .2s ease,box-shadow .2s ease}button,.button{transition:all .2s ease}button:active,.button:active{transition:transform .1s ease}html{scroll-behavior:smooth}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}to{transform:scale(1);opacity:1}}.admin-page-new{padding:96px 0 0 240px;min-height:100vh;background:#f1f1f1;transition:padding-left .3s ease}@media only screen and (max-width: 1339px){.admin-page-new{padding:80px 0 0 240px}}@media only screen and (max-width: 1259px){.admin-page-new{padding-left:64px}}@media only screen and (max-width: 767px){.admin-page-new{padding-left:0}}.admin-page-new.collapsed{padding-left:64px}@media only screen and (max-width: 1339px){.admin-page-new.collapsed{padding-left:64px}}.admin-page-new__burger{display:none;position:fixed;top:16px;left:16px;z-index:100;width:48px;height:48px;background:#fcfcfc;border-radius:12px;box-shadow:0 2px 8px #00000014;color:#6f767e;transition:all .2s ease}@media only screen and (max-width: 767px){.admin-page-new__burger{display:flex;align-items:center;justify-content:center}}.admin-page-new__burger:hover{background:#efefef;color:#1a1d1f}.admin-page-new__content{min-height:calc(100vh - 96px)}@media only screen and (max-width: 1339px){.admin-page-new__content{min-height:calc(100vh - 80px)}}.admin-page-new__inner{padding:24px 20px 24px 24px}@media only screen and (max-width: 1339px){.admin-page-new__inner{padding:20px}}@media only screen and (max-width: 767px){.admin-page-new__inner{padding:16px}}.admin-page-new__container{width:100%;max-width:1200px;margin:0 auto}@media only screen and (max-width: 767px){.desktop-only{display:none!important}}@media only screen and (max-width: 767px){.mobile-hide{display:none!important}}.admin-panel{border-radius:32px!important}.admin-header-new{position:fixed;top:0;left:240px;right:0;z-index:30;display:flex;align-items:center;gap:24px;height:96px;padding:0 40px;background:#f1f1f1;transition:left .3s ease}@media only screen and (max-width: 1339px){.admin-header-new{left:240px;height:80px;padding:0 24px;gap:16px}}@media only screen and (max-width: 1259px){.admin-header-new{left:64px}}@media only screen and (max-width: 767px){.admin-header-new{left:0;padding:0 72px 0 16px;gap:12px}}.admin-header-new.collapsed{left:64px}.admin-header-new__title{font-size:32px;line-height:46.4px;font-weight:600;color:#101010;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 1339px){.admin-header-new__title{font-size:28px;line-height:38px}}@media only screen and (max-width: 767px){.admin-header-new__title{font-size:24px;line-height:32px}}.admin-header-new__search{position:relative;flex:1;max-width:400px}@media only screen and (max-width: 1023px){.admin-header-new__search{max-width:300px}}@media only screen and (max-width: 767px){.admin-header-new__search{display:none}}.admin-header-new__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#6f767e;pointer-events:none}.admin-header-new__search-input{width:100%;height:48px;padding:0 16px 0 44px;background:#f4f4f4;border:2px solid transparent;border-radius:12px;font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;transition:all .2s ease}@media only screen and (max-width: 767px){.admin-header-new__search-input{height:40px;font-size:13px}}.admin-header-new__search-input::placeholder{color:#6f767e}.admin-header-new__search-input:focus{background:#fcfcfc;border-color:#2a85ff;outline:none}.admin-header-new__search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fcfcfc;border-radius:12px;box-shadow:0 8px 24px #0000001f;overflow:hidden;z-index:100;animation:slideInDown .2s ease-out}.admin-header-new__search-result{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;text-align:left;transition:background .2s ease}.admin-header-new__search-result svg{flex-shrink:0;color:#6f767e}.admin-header-new__search-result:hover{background:#f4f4f4}.admin-header-new__search-result:hover svg{color:#2a85ff}.admin-header-new__actions{display:flex;align-items:center;gap:12px;margin-left:auto;flex-wrap:wrap}@media only screen and (max-width: 767px){.admin-header-new__actions{gap:8px;justify-content:flex-end}}.admin-header-new__icon-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;color:#6f767e;transition:all .2s ease}.admin-header-new__icon-btn:hover{background:#f4f4f4;color:#1a1d1f}.admin-header-new__user{position:relative}.admin-header-new__user-btn{display:flex;align-items:center;gap:8px;height:48px;padding:0 12px;border-radius:12px;transition:background .2s ease}.admin-header-new__user-btn:hover{background:#f4f4f4}.admin-header-new__user-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#2a85ff;color:#fcfcfc;border-radius:50%;font-size:14px;font-weight:600}.admin-header-new__user-avatar.large{width:48px;height:48px;font-size:18px}.admin-header-new__user-chevron{width:16px;height:16px;color:#6f767e;transition:transform .2s ease}.admin-header-new__user-chevron.open{transform:rotate(180deg)}.admin-header-new__dropdown-overlay{position:fixed;inset:0;z-index:99;background:#1a1d1f1a;animation:fadeIn .2s ease-out}.admin-header-new__dropdown{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#fcfcfc;border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:16px;z-index:100;animation:slideInDown .2s ease-out}.admin-header-new__dropdown-header{display:flex;align-items:center;gap:12px;padding:8px;margin-bottom:8px}.admin-header-new__dropdown-name{font-size:15px;font-weight:600;line-height:1.6;color:#1a1d1f}.admin-header-new__dropdown-email{font-size:13px;font-weight:500;line-height:1.2307692308;color:#6f767e;margin-top:2px}.admin-header-new__dropdown-divider{height:1px;background:#efefef;margin:8px 0}.admin-header-new__dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:12px;border-radius:8px;font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;text-align:left;transition:background .2s ease}.admin-header-new__dropdown-item svg{flex-shrink:0}.admin-header-new__dropdown-item:hover{background:#f4f4f4}.admin-header-new__dropdown-item.danger{color:#ff6a55}.admin-header-new__dropdown-item.danger:hover{background:#ff6a551a}.admin-sidebar-new{position:fixed;top:0;left:0;bottom:0;z-index:40;display:flex;flex-direction:column;width:240px;padding:16px;background:#f1f1f1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;transition:width .3s ease}@media only screen and (max-width: 1339px){.admin-sidebar-new{width:240px;padding:12px}}@media only screen and (max-width: 1259px){.admin-sidebar-new{width:64px;align-items:center;padding:12px}}@media only screen and (max-width: 767px){.admin-sidebar-new{display:none}}.admin-sidebar-new.collapsed{width:64px;align-items:center;padding:12px}.admin-sidebar-new.collapsed .admin-sidebar-new__item-text{opacity:0;width:0}.admin-sidebar-new.collapsed .admin-sidebar-new__logo-text{font-size:14px}.admin-sidebar-new.collapsed .admin-sidebar-new__version{display:none}.admin-sidebar-new::-webkit-scrollbar{width:4px}.admin-sidebar-new::-webkit-scrollbar-track{background:transparent}.admin-sidebar-new::-webkit-scrollbar-thumb{background:#efefef;border-radius:4px}.admin-sidebar-new::-webkit-scrollbar-thumb:hover{background:#6f767e}.admin-sidebar-new__logo{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#2a85ff;border-radius:8px;margin-bottom:24px}@media only screen and (max-width: 1339px){.admin-sidebar-new__logo{margin-bottom:20px}}@media only screen and (max-width: 767px){.admin-sidebar-new__logo{margin-left:0}}.admin-sidebar-new__logo-text{font-size:15px;font-weight:600;line-height:1.6;color:#fcfcfc;font-weight:700;transition:font-size .3s ease}.admin-sidebar-new__toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#6f767e;transition:all .2s ease;margin-bottom:12px}.admin-sidebar-new__toggle:hover{background:#f4f4f4;color:#1a1d1f}.admin-sidebar-new__nav{display:flex;flex-direction:column;gap:4px;margin-bottom:auto}.admin-sidebar-new__item{display:flex;align-items:center;gap:10px;width:100%;height:48px;padding:0 12px;border-radius:8px;font-size:14px;line-height:14px;font-weight:600;letter-spacing:-.21px;color:#727272;text-align:left;white-space:nowrap;background:transparent;border:1px solid transparent;box-shadow:none;transition:color .2s ease}.admin-sidebar-new__item svg{flex-shrink:0;width:20px;height:20px;color:#727272;transition:color .2s ease}.admin-sidebar-new__item:hover{color:#101010}.admin-sidebar-new__item:hover svg{color:#101010}.admin-sidebar-new__item.active{width:fit-content;background:#fff;color:#101010;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;border-radius:12px;transition:color .2s ease,background .2s ease,border .2s ease,box-shadow .2s ease}.admin-sidebar-new__item.active svg{color:#2a85ff}.admin-sidebar-new__item.has-children{justify-content:space-between;padding-right:8px}.admin-sidebar-new__item-text{flex:1;transition:opacity .2s ease,width .3s ease}.admin-sidebar-new__item-arrow{width:16px;height:16px;color:#727272;transition:transform .2s ease,color .2s ease}.admin-sidebar-new__item-arrow.open{transform:rotate(180deg)}.admin-sidebar-new__children{position:relative;display:flex;flex-direction:column;gap:2px;margin-top:2px;padding-left:24px;overflow:hidden;transition:max-height .3s ease}.admin-sidebar-new__children:before{content:"";position:absolute;left:10px;top:0;bottom:0;width:2px;background:#00000014;border-radius:2px}.admin-sidebar-new__child-item{position:relative;display:flex;align-items:center;gap:8px;width:100%;height:44px;padding:0 12px;border-radius:8px;font-size:14px;line-height:14px;font-weight:600;letter-spacing:-.21px;color:#727272;text-align:left;white-space:nowrap;background:transparent;border:1px solid transparent;box-shadow:none;transition:color .2s ease}.admin-sidebar-new__child-item svg{flex-shrink:0;width:16px;height:16px;color:#727272;transition:color .2s ease}.admin-sidebar-new__child-item:before{content:"";position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:8px;height:2px;background:#00000014;border-radius:1px}.admin-sidebar-new__child-item:hover{color:#101010}.admin-sidebar-new__child-item:hover svg{color:#101010}.admin-sidebar-new__child-item.active{width:fit-content;background:#fff;color:#101010;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;border-radius:12px;transition:color .2s ease,background .2s ease,border .2s ease,box-shadow .2s ease}.admin-sidebar-new__child-item.active svg{color:#2a85ff}.admin-sidebar-new__footer{display:flex;flex-direction:column;gap:12px;margin-top:20px;padding-top:12px;border-top:2px solid #EFEFEF}.admin-sidebar-new__version{display:flex;justify-content:center;transition:opacity .2s ease}.admin-sidebar-new__version-text{font-size:13px;font-weight:500;line-height:1.2307692308;color:#6f767e}.admin-sidebar-new__theme-toggle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fdfdfd;border:1px solid rgba(0,0,0,.08);border-radius:12px;color:#101010;transition:all .2s ease;cursor:pointer}.admin-sidebar-new__theme-toggle:hover{background:#fff;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.admin-sidebar-new__theme-toggle:active{transform:translateY(0)}.admin-sidebar-new__theme-toggle.collapsed{width:40px;height:40px}.admin-sidebar-new__theme-icon{width:16px;height:16px;transition:transform .2s ease}.admin-sidebar-new__theme-toggle:hover .admin-sidebar-new__theme-icon{transform:rotate(20deg)}.admin-mobile-drawer{display:none}@media only screen and (max-width: 767px){.admin-mobile-drawer{display:block}}.admin-mobile-drawer__overlay{position:fixed;inset:0;z-index:99;background:#1a1d1f66;animation:fadeIn .3s ease-out}.admin-mobile-drawer__content{position:fixed;top:0;left:0;bottom:0;z-index:100;display:flex;flex-direction:column;width:256px;max-width:90%;padding:16px;background:#fcfcfc;box-shadow:4px 0 32px #0000001f;overflow-y:auto;animation:slideInLeft .3s ease-out}.admin-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.admin-mobile-drawer__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#6f767e;transition:all .2s ease}.admin-mobile-drawer__close:hover{background:#f4f4f4;color:#1a1d1f}.admin-mobile-drawer__footer{display:flex;justify-content:center;margin-top:auto;padding-top:16px;border-top:2px solid #EFEFEF}body{font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;background:#f4f4f4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.admin-theme-active{min-width:375px;background:#f4f4f4;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:1.6;letter-spacing:-.01em;color:#1a1d1f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{font-family:Inter,sans-serif;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;margin:0;padding:0;font-weight:600}p{font-family:Inter,sans-serif;margin:0}button,input,textarea,select{font-family:Inter,sans-serif;font-family:inherit}button{cursor:pointer;border:none;background:none;padding:0}input,textarea,select{font-family:inherit;font-size:inherit}a{font-family:Inter,sans-serif;text-decoration:none;color:inherit}ul,ol{margin:0;padding:0;list-style:none}@media only screen and (max-width: 1023px){.desktop-hide{display:none!important}}.mobile-show{display:none!important}@media only screen and (max-width: 1023px){.mobile-show{display:block!important}}@media only screen and (max-width: 1023px){.mobile-hide{display:none!important}}.desktop-show{display:none!important}@media only screen and (max-width: 1023px){.desktop-show{display:block!important}}.admin-panel{background:#fcfcfc;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000000a;margin-bottom:24px;animation:fadeIn .3s ease-out}@media only screen and (max-width: 1339px){.admin-panel{padding:24px}}@media only screen and (max-width: 767px){.admin-panel{padding:20px}}.routes-section{padding:0}.routes-draggable-layout{display:grid;grid-template-columns:1fr;gap:24px;margin-top:24px;padding:0 20px}@media (min-width: 768px){.routes-draggable-layout{grid-template-columns:70% 30%;gap:32px;align-items:start}}.grid-column{display:flex;flex-direction:column;gap:0}.sortable-block{position:relative;transition:all .3s ease}.sortable-block__drag-handle{position:absolute;top:12px;left:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f4f4f4;border-radius:8px;cursor:grab;opacity:0;transition:all .2s ease;z-index:10;color:#6f767e}.sortable-block__drag-handle:hover{background:#efefef;color:#1a1d1f}.sortable-block__drag-handle:active{cursor:grabbing}.sortable-block:hover .sortable-block__drag-handle{opacity:1}.sortable-block__content{position:relative}.drag-overlay{opacity:.8;transform:rotate(3deg);box-shadow:0 8px 32px #0003}.admin-panel{background:#fff;border-radius:12px;border:2px solid #EFEFEF;padding:16px;transition:all .2s ease}.admin-panel:hover{border-color:#6f767e}.admin-panel__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:16px}.admin-panel__title{font-size:18px;font-weight:700;color:#1a1d1f;margin:0;line-height:1.2}.admin-panel__subtitle{font-size:13px;font-weight:500;color:#6f767e;margin:4px 0 0}.button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.5;cursor:not-allowed}.button--black{background:#111;color:#fff}.button--black:hover{background:#000}.button--success{background:#83bf6e;color:#fff}.button--success:hover{background:#72a95f}.button--secondary{background:#f4f4f4;color:#1a1d1f}.button--secondary:hover{background:#efefef}.button--small{padding:8px 16px;font-size:13px}.button-group{display:flex;gap:8px}.routes-simple-list{display:flex;flex-direction:column;gap:12px}.route-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fcfcfc;border:0px solid #EFEFEF;border-radius:10px;transition:all .2s ease}.route-item:hover{border-color:#999;background:#d3d3d3}.route-item--hidden{opacity:.9;background:#f4f4f4}.route-item__check{flex-shrink:0}.route-item__check input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#83BF6E}.route-item__thumb{flex-shrink:0;width:88px;height:88px;border-radius:8px;overflow:hidden;background:#f4f4f4}.route-item__thumb img{width:100%;height:100%;object-fit:cover}.route-item__thumb .thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6f767e}.route-item__info{flex:1;min-width:0}.route-item__info h4{font-size:16px;font-weight:600;color:#1a1d1f;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-item__info .sheet-linked{font-size:12px;color:#83bf6e;font-weight:500}.route-item__actions{display:flex;gap:4px;flex-shrink:0}.action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f4f4f4;border:none;border-radius:6px;color:#33383f;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#efefef;color:#1a1d1f}.action-btn--danger:hover{background:#ff6a551a;color:#ff6a55}.sheets-link-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.sheets-link-grid{grid-template-columns:repeat(2,1fr)}}.sheet-link-item{display:flex;flex-direction:column;gap:8px}.sheet-link-label{font-size:13px;font-weight:600;color:#33383f}.checkbox-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.admin-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.admin-checkbox input[type=checkbox]{width:20px;height:20px;border:2px solid #EFEFEF;border-radius:6px;cursor:pointer;transition:all .2s ease;accent-color:#2A85FF}.admin-checkbox span{font-size:14px;font-weight:500;color:#33383f}.card-preview{display:flex;flex-direction:column;gap:16px}.card-preview__header{text-align:center}.card-preview__title{font-size:14px;font-weight:700;color:#1a1d1f;margin:0 0 4px}.card-preview__subtitle{font-size:12px;font-weight:500;color:#6f767e;margin:0}.card-preview__mockup{display:flex;justify-content:center;padding:24px;background:linear-gradient(135deg,#fcfcfc,#f4f4f4);border-radius:12px;overflow:hidden}.card-mockup{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f;transition:all .3s ease}.card-mockup__image{width:100%;background:linear-gradient(135deg,#f4f4f4,#efefef);display:flex;align-items:center;justify-content:center}.card-mockup__image .placeholder-icon{color:#6f767e}.card-mockup__content .mockup-badge{display:inline-block;padding:4px 10px;background:#2a85ff1a;color:#2a85ff;font-size:11px;font-weight:600;border-radius:6px;margin-bottom:8px}.card-mockup__content .mockup-title{font-size:16px;font-weight:700;color:#1a1d1f;margin:0 0 12px}.card-mockup__content .mockup-text{font-size:13px;color:#6f767e;margin:6px 0}.card-mockup__content .mockup-rating{margin:10px 0;font-size:14px;color:#ffb800}.card-mockup__content .mockup-status{display:inline-block;padding:4px 12px;background:#83bf6e1a;color:#83bf6e;font-size:12px;font-weight:600;border-radius:16px;margin-top:8px}.slider-controls{display:flex;flex-direction:column;gap:16px;margin-top:20px}.slider-control{display:flex;flex-direction:column;gap:8px}.slider-control__label{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;color:#33383f}.slider-control__value{color:#2a85ff;font-weight:700}.admin-slider{width:100%;height:6px;border-radius:3px;background:#efefef;outline:none;cursor:pointer;appearance:none}.admin-slider::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:#2a85ff;cursor:pointer;transition:all .2s ease}.admin-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 0 4px #2a85ff33}.admin-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#2a85ff;cursor:pointer;border:none;transition:all .2s ease}.admin-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 0 4px #2a85ff33}.admin-input{width:100%;padding:10px 14px;font-size:14px;font-weight:500;color:#1a1d1f;background:#fff;border:2px solid #EFEFEF;border-radius:8px;transition:all .2s ease}.admin-input:focus{outline:none;border-color:#2a85ff;box-shadow:0 0 0 3px #2a85ff1a}.admin-input--small{padding:8px 12px;font-size:13px}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-edit-route,.modal-sheets{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 48px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-edit-route__header,.modal-sheets__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:2px solid #F4F4F4}.modal-edit-route__header h2,.modal-sheets__header h2{font-size:20px;font-weight:700;color:#1a1d1f;margin:0}.modal-close-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:8px;background:#f4f4f4;color:#33383f;cursor:pointer;transition:all .2s ease}.modal-close-btn:hover{background:#ff6a551a;color:#ff6a55}.modal-edit-route__body,.modal-sheets__body{flex:1;overflow-y:auto;padding:24px}.modal-edit-route__footer{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:24px;border-top:2px solid #F4F4F4}.form-section{margin-bottom:32px}.form-section__title{font-size:16px;font-weight:700;color:#1a1d1f;margin:0 0 16px}.form-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 640px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-field{display:flex;flex-direction:column}.form-label{font-size:13px;font-weight:600;color:#33383f;margin-bottom:8px}.image-preview{position:relative;width:100%;height:240px;border-radius:12px;overflow:hidden;margin-bottom:16px}.image-preview img{width:100%;height:100%;object-fit:cover}.image-preview__remove{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#0009;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease}.image-preview__remove:hover{background:#ff6a55}.image-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;border:2px dashed #EFEFEF;border-radius:12px;background:#fcfcfc;color:#6f767e;text-align:center;margin-bottom:16px}.image-upload-zone p{margin:12px 0 0;font-size:13px}.file-input{width:100%;padding:12px;font-size:13px;border:2px solid #EFEFEF;border-radius:8px;cursor:pointer}.upload-progress{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#2a85ff1a;border-radius:8px;margin-top:12px}.upload-progress .spin{animation:spin 1s linear infinite;color:#2a85ff}.upload-progress span{font-size:13px;font-weight:600;color:#2a85ff}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.highlights-list{display:flex;flex-direction:column;gap:12px}.highlight-item{display:flex;gap:8px}.highlight-remove{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:#ff6a551a;color:#ff6a55;cursor:pointer;transition:all .2s ease}.highlight-remove:hover{background:#ff6a55;color:#fff}.info-alert{padding:16px;background:#2a85ff0d;border:2px solid rgba(42,133,255,.2);border-radius:12px;margin-bottom:24px}.info-alert p{margin:0;font-size:13px;line-height:1.6;color:#33383f}.info-alert p strong{color:#2a85ff}.sheet-add-form{display:flex;gap:12px;margin-bottom:32px}.sheets-list-section h3{font-size:14px;font-weight:700;color:#1a1d1f;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.sheets-list{display:flex;flex-direction:column;gap:8px}.sheet-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fcfcfc;border:2px solid #EFEFEF;border-radius:10px;transition:all .2s ease}.sheet-item:hover{border-color:#2a85ff}.sheet-item__number{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#83bf6e1a;color:#83bf6e;font-size:13px;font-weight:700;border-radius:8px}.sheet-item__name{flex:1;font-size:14px;font-weight:600;color:#1a1d1f}.sheet-item__delete{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:#ff6a551a;color:#ff6a55;cursor:pointer;transition:all .2s ease}.sheet-item__delete:hover{background:#ff6a55;color:#fff}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.empty-state svg{color:#efefef;margin-bottom:16px}.empty-state p{font-size:14px;color:#6f767e;margin:0 0 20px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px}.loading-state .spin{animation:spin 1s linear infinite;color:#2a85ff;margin-bottom:12px}.loading-state p{margin:0;font-size:14px;color:#6f767e}@media (max-width: 767px){.routes-section{overflow-x:hidden}.routes-draggable-layout{grid-template-columns:1fr;overflow-x:hidden}.sortable-block__drag-handle{opacity:1}.button span{display:none}.route-item__info h4{font-size:13px}.card-mockup{max-width:100%}.checkbox-list{grid-template-columns:1fr}.admin-panel{padding:16px}.admin-panel__header{flex-direction:column;align-items:flex-start;gap:12px}}.card-preview__info{margin-top:8px;text-align:center;font-size:11px;color:#6f767e}.card-mockup-wrapper{position:relative;display:inline-block;transition:all .2s ease;transform:scale(.35);transform-origin:top left}.card-mockup-wrapper{position:relative;display:inline-block;transition:all .2s ease}.card-preview__mockup{display:flex;justify-content:flex-start;align-items:flex-start;padding:8px;background:#f4f4f4;border-radius:12px;min-height:100px;overflow:visible}.card-mockup{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:box-shadow .2s ease}.card-mockup:hover{box-shadow:0 8px 24px #00000026}.card-mockup__image{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;position:relative}.card-mockup__image .placeholder-icon{color:#ffffff4d}.card-mockup__content{padding:16px}.mockup-badge{display:inline-block;padding:4px 12px;background:#2a85ff1a;color:#2a85ff;border-radius:6px;font-size:12px;font-weight:600;margin-bottom:8px}.mockup-title{font-size:16px;font-weight:700;color:#1a1d1f;margin:0 0 8px}.mockup-text{font-size:13px;color:#6f767e;margin:4px 0}.mockup-rating{color:#ffb800;font-size:14px;margin:8px 0}.mockup-status{display:inline-block;padding:4px 12px;background:#83bf6e1a;color:#83bf6e;border-radius:6px;font-size:12px;font-weight:600}@media (max-width: 767px){.card-mockup-wrapper{transform:scale(.4)!important}}.admin-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 8px #0000000d}.admin-header:before{content:"";position:absolute;inset:0;background:#fff;z-index:-1}.users-section{padding:32px}@media only screen and (max-width: 767px){.users-section{padding:20px}}.users-header{background:#fcfcfc;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000000a;margin-bottom:24px}@media only screen and (max-width: 767px){.users-header{padding:20px}}.users-header__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}@media only screen and (max-width: 767px){.users-header__title-row{flex-direction:column;align-items:flex-start;gap:16px}}.users-header__title{font-size:20px;font-weight:600;line-height:1.6;letter-spacing:-.02em}@media only screen and (max-width: 767px){.users-header__title{font-size:18px}}.users-header__title{color:#1a1d1f;margin:0;display:flex;align-items:center;gap:12px}.users-header__subtitle{font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#6f767e;margin:4px 0 0}.users-header__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media only screen and (max-width: 767px){.users-header__stats{grid-template-columns:repeat(2,1fr)}}.users-header__stat-card{background:linear-gradient(135deg,#f4f4f4,#fcfcfc);border-radius:12px;padding:20px;border:2px solid #EFEFEF;text-align:center}.users-header__stat-label{font-size:13px;font-weight:500;line-height:1.2307692308;color:#6f767e;margin:0 0 8px}.users-header__stat-value{font-size:20px;font-weight:600;line-height:1.6;letter-spacing:-.02em}@media only screen and (max-width: 767px){.users-header__stat-value{font-size:18px}}.users-header__stat-value{color:#2a85ff;margin:0}.users-header__search{position:relative}.users-header__search-input{width:100%;padding:12px 16px 12px 48px;border:2px solid #EFEFEF;border-radius:12px;font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;background:#fff;transition:border-color .2s ease}.users-header__search-input:focus{outline:none;border-color:#2a85ff}.users-header__search-input::placeholder{color:#6f767e}.users-header__search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#6f767e;pointer-events:none}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}@media only screen and (max-width: 767px){.users-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}}.user-card{background:#fcfcfc;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000a;transition:all .2s ease;position:relative;min-height:320px;display:flex;flex-direction:column}.user-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.user-card__checkbox{position:absolute;top:16px;left:16px;width:24px;height:24px;cursor:pointer;accent-color:#83BF6E}.user-card__actions{position:absolute;top:16px;right:16px;display:flex;gap:6px}.user-card__action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f4f4f4;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#1a1d1f}.user-card__action-btn:hover{background:#efefef;transform:scale(1.1)}.user-card__action-btn.reset{background:#ffd88d33;color:#ffb527}.user-card__action-btn.reset:hover{background:#ffd88d4d}.user-card__action-btn.edit{background:#2a85ff1a;color:#2a85ff}.user-card__action-btn.edit:hover{background:#2a85ff33}.user-card__action-btn.delete{background:#ff6a551a;color:#ff6a55}.user-card__action-btn.delete:hover{background:#ff6a5533}.user-card__avatar-container{display:flex;justify-content:center;margin:40px 0 16px}.user-card__avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid #EFEFEF}.user-card__avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#8e59ff,#2a85ff);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;line-height:1.6;letter-spacing:-.02em}@media only screen and (max-width: 767px){.user-card__avatar-placeholder{font-size:18px}}.user-card__avatar-placeholder{color:#fff;font-weight:700}.user-card__info{text-align:center;flex:1;display:flex;flex-direction:column;gap:8px}.user-card__name{font-size:15px;font-weight:600;line-height:1.6;color:#1a1d1f;margin:0}.user-card__email{font-size:13px;font-weight:500;line-height:1.2307692308;color:#6f767e;margin:0;word-break:break-all}.user-card__manychat-id{font-size:12px;font-weight:500;line-height:1;color:#2a85ff;margin:0;font-family:monospace}.user-card__routes{display:flex;flex-direction:column;gap:4px;margin-top:8px}.user-card__route-item{font-size:13px;font-weight:500;line-height:1.2307692308;color:#1a1d1f;margin:0;display:flex;align-items:center;justify-content:center;gap:6px}.user-card__sheet-item{font-size:12px;font-weight:500;line-height:1;color:#83bf6e;margin:0;font-weight:600}.user-card__status{margin-top:auto;padding:8px 16px;border-radius:8px;font-size:13px;line-height:1.2307692308;text-align:center;font-weight:600}.user-card__status.active{background:#83bf6e26;color:#518a3d}.user-card__status.inactive{background:#ff6a5526;color:#ee1d00}.user-modal{position:fixed;inset:0;background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.user-modal__container{background:transparent;border-radius:16px;width:100%;max-width:1400px;max-height:90vh;overflow:hidden;box-shadow:0 24px 48px #0003;display:flex;flex-direction:column}.user-modal__header{background:#fcfcfc;padding:24px 32px;border-bottom:2px solid #EFEFEF;display:flex;align-items:center;justify-content:space-between}.user-modal__title{font-size:20px;font-weight:600;line-height:1.6;letter-spacing:-.02em}@media only screen and (max-width: 767px){.user-modal__title{font-size:18px}}.user-modal__title{color:#1a1d1f;margin:0}.user-modal__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f4f4f4;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#1a1d1f}.user-modal__close:hover{background:#efefef;transform:rotate(90deg)}.user-modal__content{display:grid;grid-template-columns:70% 30%;gap:24px;padding:32px;overflow-y:auto;background:transparent}@media only screen and (max-width: 1259px){.user-modal__content{grid-template-columns:65% 35%}}@media only screen and (max-width: 1023px){.user-modal__content{grid-template-columns:1fr;gap:20px}}.user-modal__column-left,.user-modal__column-right{display:flex;flex-direction:column;gap:24px;background:transparent}.user-panel{background:#fcfcfc;border-radius:16px;padding:24px;border:2px solid #EFEFEF}.user-panel__title{font-size:15px;font-weight:600;line-height:1.6;color:#1a1d1f;margin:0 0 20px;display:flex;align-items:center;gap:8px}.user-panel__section{margin-bottom:20px}.user-panel__section:last-child{margin-bottom:0}.user-panel__label{font-size:13px;font-weight:600;line-height:1.2307692308;color:#1a1d1f;display:block;margin-bottom:8px}.user-panel__hint{font-size:12px;font-weight:500;line-height:1;color:#6f767e;margin:4px 0 0}.user-panel__input,.user-panel__textarea{width:100%;padding:12px 16px;border:2px solid #EFEFEF;border-radius:12px;font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;background:#fff;transition:border-color .2s ease}.user-panel__input:focus,.user-panel__textarea:focus{outline:none;border-color:#2a85ff}.user-panel__input::placeholder,.user-panel__textarea::placeholder{color:#6f767e}.user-panel__textarea{min-height:100px;resize:vertical}.user-panel.routes-panel{background:linear-gradient(135deg,#2a85ff0d,#b1e5fc26);border-color:#2a85ff33}.user-panel.sheets-panel{background:linear-gradient(135deg,#83bf6e0d,#b5e4ca26);border-color:#83bf6e33}.user-panel.visual-panel{background:#fcfcfc}.user-panel.actions-panel{background:#fff}.route-checkbox-list{max-height:400px;overflow-y:auto;padding-right:8px}.route-checkbox-list::-webkit-scrollbar{width:6px}.route-checkbox-list::-webkit-scrollbar-track{background:transparent}.route-checkbox-list::-webkit-scrollbar-thumb{background:#efefef;border-radius:3px}.route-checkbox-list::-webkit-scrollbar-thumb:hover{background:#6f767e}.route-checkbox-card{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:2px solid #EFEFEF;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.route-checkbox-card:last-child{margin-bottom:0}.route-checkbox-card:hover{border-color:#8e59ff;box-shadow:0 4px 12px #8e59ff1a;transform:translate(4px)}.route-checkbox-card.selected{background:#8e59ff0d;border-color:#8e59ff}.route-checkbox-card__checkbox{width:20px;height:20px;flex-shrink:0;cursor:pointer;accent-color:#8E59FF}.route-checkbox-card__icon{flex-shrink:0;color:#8e59ff}.route-checkbox-card__content{flex:1;min-width:0}.route-checkbox-card__name{font-size:15px;font-weight:600;line-height:1.6;color:#1a1d1f;margin:0}.route-checkbox-card__meta{font-size:13px;font-weight:500;line-height:1.2307692308;color:#6f767e;margin:4px 0 0}.route-checkbox-card__sheet-link{font-size:12px;font-weight:500;line-height:1;color:#8e59ff;margin:4px 0 0;font-weight:600;display:flex;align-items:center;gap:4px}.route-checkbox-card__badge{background:#8e59ff;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;line-height:1.2307692308;font-weight:700;flex-shrink:0}.photo-preview{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background:#f4f4f4;border-radius:12px;border:2px solid #EFEFEF}.photo-preview__avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #FFFFFF}.photo-preview__placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#8e59ff,#2a85ff);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff}.photo-preview__actions{display:flex;gap:8px}.cover-preview{padding:20px;background:#f4f4f4;border-radius:12px;border:2px solid #EFEFEF}.cover-preview__type-selector{display:flex;gap:8px;margin-bottom:16px}.cover-preview__type-btn{flex:1;padding:10px;background:#fff;border:2px solid #EFEFEF;border-radius:8px;font-size:13px;font-weight:700;line-height:1.8461538462;cursor:pointer;transition:all .2s ease;color:#1a1d1f}.cover-preview__type-btn:hover{border-color:#2a85ff}.cover-preview__type-btn.active{background:#2a85ff;border-color:#2a85ff;color:#fff}.cover-preview__color-picker{display:flex;gap:12px;align-items:center}.cover-preview__color-input{width:64px;height:48px;border:none;border-radius:8px;cursor:pointer}.cover-preview__color-text{flex:1;padding:12px 16px;border:2px solid #EFEFEF;border-radius:8px;font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;background:#fff}.cover-preview__image-input{width:100%;padding:12px 16px;border:2px solid #EFEFEF;border-radius:8px;font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#1a1d1f;background:#fff}.cover-preview__image-preview{width:100%;height:100px;object-fit:cover;border-radius:8px;margin-top:12px}.user-active-toggle{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f4f4f4;border-radius:12px}.user-active-toggle__label{font-size:15px;font-weight:600;line-height:1.6;color:#1a1d1f;margin:0}.user-active-toggle__switch{position:relative;width:56px;height:28px;background:#6f767e;border-radius:14px;cursor:pointer;transition:background .3s ease}.user-active-toggle__switch.active{background:#83bf6e}.user-active-toggle__slider{position:absolute;top:2px;left:2px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.user-active-toggle__slider.active{transform:translate(28px)}.user-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.user-actions__button{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:12px;font-size:15px;font-weight:700;line-height:1.6;cursor:pointer;transition:all .2s ease}.user-actions__button.cancel{background:#fff;color:#1a1d1f;box-shadow:0 0 0 2px #efefef inset}.user-actions__button.cancel:hover{box-shadow:0 0 0 2px #1a1d1f inset}.user-actions__button.save{background:#83bf6e;color:#fff}.user-actions__button.save:hover{background:#66ad4d}.user-actions__button:active{transform:scale(.98)}.save-message{position:fixed;top:20px;right:20px;background:#83bf6e;color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 8px 24px #0003;font-size:15px;font-weight:600;line-height:1.6;display:flex;align-items:center;gap:12px;animation:slideIn .3s ease,slideOut .3s ease 2.7s;z-index:2000}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}.users-empty{text-align:center;padding:80px 20px;background:#fcfcfc;border-radius:16px;border:2px dashed #EFEFEF}.users-empty__icon{width:80px;height:80px;margin:0 auto 20px;color:#efefef}.users-empty__title{font-size:18px;line-height:1.3333333333;letter-spacing:-.02em;color:#1a1d1f;margin:0 0 8px}.users-empty__message{font-size:15px;font-weight:500;line-height:1.6;letter-spacing:-.015em;color:#6f767e;margin:0}
