@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #2a5fab;--primary-hover: #245395;--primary-light: rgba(42, 95, 171, .12);--primary-foreground: #ffffff;--teal: #0d9488;--teal-hover: #0f766e;--teal-light: rgba(13, 148, 136, .1);--teal-shadow: 0 4px 14px -3px rgba(13, 148, 136, .4);--accent: #f97316;--accent-hover: #ea580c;--accent-light: rgba(249, 115, 22, .1);--accent-foreground: #ffffff;--background: #f2f7ff;--foreground: #0f172a;--card: #f8fbff;--card-foreground: #0f172a;--secondary: #e6f0ff;--secondary-foreground: #334155;--muted: #d9e6fb;--muted-foreground: #64748b;--destructive: #ef4444;--destructive-light: rgba(239, 68, 68, .1);--success: #10b981;--success-light: rgba(16, 185, 129, .1);--warning: #f59e0b;--warning-light: rgba(245, 158, 11, .1);--error: #ef4444;--error-light: rgba(239, 68, 68, .1);--border: #dbe4f7;--border-light: rgba(219, 228, 247, .6);--sidebar-bg: #2a5fab;--sidebar-bg-gradient: var(--sidebar-bg);--sidebar-text: rgba(219, 234, 254, .8);--sidebar-text-hover: #eff6ff;--sidebar-border: rgba(219, 234, 254, .18);--sidebar-active-bg: linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-primary: 0 4px 14px -3px rgba(37, 99, 235, .35);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--topbar-height: 64px;--view-switch-width: 44px;--view-switch-height: 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6;color:var(--foreground);background-color:var(--background);min-height:100vh;max-width:100%;overflow-x:hidden}#root,.app-root{max-width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--foreground)}.backoffice-shell{min-height:100vh;background:radial-gradient(ellipse 100% 100% at 0% 0%,rgba(37,99,235,.04),transparent 50%),radial-gradient(ellipse 80% 80% at 100% 100%,rgba(249,115,22,.02),transparent 50%),var(--background);display:flex;max-width:100%;overflow-x:hidden}.sidebar{width:280px;min-width:280px;height:100vh;background:var(--sidebar-bg-gradient);padding:1.5rem 1rem;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:40;overflow-y:auto}.sidebar-header{padding:0;border-bottom:none;margin-bottom:1.25rem}.sidebar-logo{display:block;width:100%}.sidebar-header{position:relative;overflow:hidden}.sidebar-logo-image{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:0;border:none;background:transparent;display:block}.sidebar-header:after{content:none}.sidebar-logo-icon{width:42px;height:42px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.125rem;color:#fff;flex-shrink:0}.sidebar-logo-photo{width:34px;height:34px;border-radius:8px;background:#ffffff1f;display:grid;place-items:center;font-weight:700;color:#fff}.sidebar-user{display:flex;align-items:center;gap:.75rem;padding:.875rem;border-radius:var(--radius-lg);margin-bottom:1.5rem;background:#ffffff0d}.sidebar-avatar{width:40px;height:40px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.6rem;padding-top:.25rem}.sidebar-section-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--sidebar-text);padding:1.5rem .875rem .75rem;opacity:.6}.sidebar-link{display:flex;align-items:center;gap:.875rem;padding:1rem 1.1rem;border-radius:var(--radius-lg);font-size:.98rem;font-weight:500;color:var(--sidebar-text);transition:var(--transition-normal)}.sidebar-link:hover{background:#ffffff14;color:var(--sidebar-text-hover)}.sidebar-link.active{background:var(--sidebar-active-bg);color:#fff;box-shadow:var(--shadow-primary)}.sidebar-link-icon{width:20px;height:20px;opacity:.8;flex-shrink:0}.sidebar-link.active .sidebar-link-icon{opacity:1}.sidebar-footer{padding-top:1rem;border-top:1px solid var(--sidebar-border);margin-top:1rem}.sidebar-mobile-close{display:none;position:absolute;top:1rem;right:1rem;width:36px;height:36px;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--sidebar-text);transition:var(--transition-fast)}.sidebar-mobile-close:hover{background:#ffffff1a;color:#fff}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:35}.main-content{flex:1;margin-left:280px;min-height:100vh;display:flex;flex-direction:column;min-width:0;max-width:100%}.main-header{height:var(--topbar-height);background:#ffffffeb;backdrop-filter:none;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;position:sticky;top:0;z-index:30;gap:1rem;max-width:100%;width:100%;flex-wrap:wrap}.main-header-left{min-width:48px;display:flex;align-items:center}.main-header-center{flex:1;text-align:center}.main-header-greeting{font-size:13px;color:var(--muted-foreground);margin-top:2px}.main-header-title{font-size:1.375rem;font-weight:600;color:var(--foreground)}.main-header-actions{display:flex;align-items:center;gap:.75rem;min-width:240px;justify-content:flex-end;min-width:0}.view-toggle-wrapper{position:static;z-index:90;max-width:100%}.view-toggle{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:240px;height:36px;padding:3px;border-radius:999px;border:1px solid rgba(37,99,235,.35);background:#f3f7ff;box-shadow:var(--shadow-sm);transition:box-shadow .22s ease,border-color .22s ease;overflow:hidden}.view-toggle:before{content:"";position:absolute;inset:3px auto 3px 3px;width:calc(50% - 3px);border-radius:999px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);box-shadow:var(--shadow-sm);transform:translate(0);transition:transform .26s ease}.view-toggle[data-active=backoffice]:before{transform:translate(100%)}.view-toggle-btn{position:relative;z-index:1;border:none;background:transparent;font-size:.8rem;font-weight:600;color:var(--primary);transition:color .22s ease}.view-toggle[data-active=public] .view-toggle-btn[data-key=public],.view-toggle[data-active=backoffice] .view-toggle-btn[data-key=backoffice]{color:#fff}.mobile-menu-btn{display:none;width:44px;height:44px;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--foreground);transition:var(--transition-fast)}.mobile-menu-btn:hover{background:var(--secondary)}.header-user{display:flex;align-items:center;gap:.625rem;padding:.375rem .75rem .375rem .375rem;background:var(--secondary);border-radius:var(--radius-full)}.header-user-avatar{width:32px;height:32px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.75rem}.header-user-name{font-size:.875rem;font-weight:500;color:var(--foreground)}.main-body{flex:1;padding:2.25rem 2.5rem;max-width:100%;width:100%;min-width:0}@media (max-width: 1024px){.sidebar{transform:translate(-100%);transition:var(--transition-slow);padding:1rem .9rem 1.25rem}.sidebar.open{transform:translate(0)}.sidebar-mobile-close{display:flex}.sidebar-overlay.open{display:block}.main-content{margin-left:0}.mobile-menu-btn{display:flex}.main-header{padding:0 1rem}.sidebar-header{margin-bottom:.9rem}.sidebar-logo-image{height:auto;max-height:110px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.sidebar-user{margin-bottom:1rem}.landing-navbar .landing-container{padding:0 1rem}.main-body{padding:1.5rem 1rem}.header-user-name{display:none}}@media (max-width: 768px){body,.main-body,.services-cards,.entity-cards{overflow-x:hidden}.backoffice-shell,.main-content,.main-body,.section-header,.services-actions,.view-toggle-wrapper,.view-toggle,.main-header,.main-header-actions{max-width:100%;width:100%;overflow-x:hidden}.section-title,.section-subtitle{word-break:break-word}.main-header{height:auto;padding:.75rem 1rem;gap:.5rem}.main-header-center{text-align:left}.main-header-title{font-size:1.1rem}.main-header-greeting{font-size:12px}.main-header-actions{min-width:auto;width:100%;justify-content:flex-start}.view-toggle-wrapper{position:static;width:100%}.view-toggle{width:100%}.section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.services-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%}.services-actions .btn{padding:.5rem .6rem;font-size:.75rem}.services-actions .btn svg{width:16px;height:16px}.services-actions .btn-text{display:none}.section-title{font-size:1.1rem}.section-subtitle{font-size:.85rem}.card{padding:1rem}.modal-card{max-width:100%;width:100%;max-height:92vh;padding:20px}.modal-actions{flex-direction:column;align-items:stretch;gap:.5rem}.btn,.btn-primary,.btn-secondary,.btn-create{width:100%;justify-content:center}.btn-create{border-radius:var(--radius-lg)}.table-modern th,.table-modern td{font-size:.8rem;padding:.6rem .5rem}.toast-container{width:calc(100% - 24px);max-width:520px}.toast{max-width:100%}.services-table{display:none!important}.services-cards{display:grid!important;gap:.75rem}.entity-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%}.entity-actions .btn{padding:.5rem .6rem;font-size:.75rem}.entity-actions .btn svg{width:16px;height:16px}.entity-actions .btn-text{display:none}.entity-table{display:none!important}.entity-cards{display:grid!important;gap:.75rem}.view-toggle{width:100%;height:32px}.view-toggle-btn{font-size:.75rem;padding:0 .5rem}.services-cards .service-card{max-width:100%;width:100%;margin:0 auto}.service-card-row{grid-template-columns:64px 1fr}.entity-card-row{grid-template-columns:72px 1fr}}.services-cards{display:none}.services-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.entity-cards{display:none}.service-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:.4rem .5rem;background:var(--card);box-shadow:var(--shadow-sm);transition:transform .16s ease,box-shadow .16s ease}.service-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #0f172a1f}.service-card-critical{border-color:#ef444473;background:#ef444424}.service-card-important{border-color:#eab3088c;background:#eab3082e}.service-card-no-importe{border-color:#94a3b866;background:#94a3b814}.service-card-completed{border-color:#22c55e8c;background:#22c55e33}.service-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.service-card-file{font-weight:600;color:var(--foreground);font-size:.85rem}.service-card-row{display:grid;grid-template-columns:88px 1fr;align-items:center;font-size:.8rem;padding:.1rem 0;border-bottom:1px dashed rgba(148,163,184,.35)}.service-card-row:last-of-type{border-bottom:none}.service-card-label{color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-card-actions{display:flex;gap:.5rem;margin-top:.2rem}.entity-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:.5rem .6rem;background:var(--card);box-shadow:var(--shadow-sm)}.entity-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.entity-card-title{font-weight:600;color:var(--foreground);font-size:.85rem}.entity-card-row{display:grid;grid-template-columns:88px 1fr;align-items:center;font-size:.8rem;padding:.1rem 0;border-bottom:1px dashed rgba(148,163,184,.35)}.entity-card-row:last-of-type{border-bottom:none}.entity-card-label{color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-card-actions{display:flex;gap:.5rem;margin-top:.25rem}@media (max-width: 480px){.main-body{padding:1rem .75rem}.main-header{padding:.5rem .75rem}.main-header-title{font-size:1rem}.sidebar{width:88vw}.sidebar-user-name{font-size:.8rem}.table-modern th,.table-modern td{font-size:.75rem}.input-field,.select-field,.textarea-field{font-size:.9rem}.services-cards .service-card{max-width:100%;width:100%}.service-card-row{grid-template-columns:64px 1fr}.entity-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.entity-actions .btn{padding:.45rem .5rem;font-size:.7rem}.entity-card-row{grid-template-columns:72px 1fr}.btn{padding:.5rem .75rem;font-size:.8rem}.btn-create{padding:.5rem .9rem}.view-toggle{height:30px}.services-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.services-actions .btn{padding:.45rem .5rem;font-size:.7rem}.dashboard .card{padding-bottom:1.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-lg);transition:var(--transition-normal);white-space:nowrap;cursor:pointer}.btn-create{border-radius:999px;padding:.625rem 1.5rem;line-height:1}.btn-create svg{display:block}.btn-primary,.btn-primary:hover{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:var(--primary-foreground);box-shadow:var(--shadow-sm),0 2px 8px #2563eb40}.btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-md),var(--shadow-primary)}.btn-teal,.btn-teal:hover{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-hover) 100%);color:var(--primary-foreground);box-shadow:var(--shadow-sm),0 2px 8px #0d948840}.btn-teal:hover{transform:translateY(-1px);box-shadow:var(--shadow-md),var(--teal-shadow)}.btn-secondary{background:var(--card);color:var(--foreground);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--secondary);border-color:var(--muted-foreground)}.btn-ghost{background:transparent;color:var(--muted-foreground)}.btn-ghost:hover{background:var(--secondary);color:var(--foreground)}.btn-destructive,.btn-destructive:hover{background:var(--destructive);color:#fff;box-shadow:var(--shadow-sm)}.btn-destructive:hover{filter:brightness(.95)}.btn-icon{width:40px;height:40px;padding:0;border-radius:var(--radius-md)}.modal-overlay{position:fixed!important;inset:0!important;width:100vw;height:100vh;background:#020617a6;display:flex;justify-content:center;z-index:99999;padding:0!important;backdrop-filter:none;margin:0;inset:0;transform:none;align-items:center}.backoffice-shell,.main-content,.main-body{transform:none!important;filter:none!important}.modal-card{width:100%;max-width:720px;max-height:90vh;overflow:auto;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:24px 28px;margin:16px}.detail-card{max-width:760px;background:linear-gradient(180deg,#fff,#f8fafc)}.detail-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.detail-header h3{font-size:1.1rem;font-weight:600}.detail-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#2563eb1f;color:#1d4ed8;font-size:.75rem;font-weight:600}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.detail-item{padding:10px 12px;border:1px solid rgba(148,163,184,.2);border-radius:12px;background:#fff}.detail-item.detail-span{grid-column:span 2}.detail-label{display:block;font-size:.7rem;font-weight:600;color:var(--muted-foreground);margin-bottom:4px;text-transform:uppercase;letter-spacing:.03em}.detail-value{font-size:.9rem;color:var(--foreground)}@media (max-width: 640px){.detail-grid{grid-template-columns:1fr}.detail-item.detail-span{grid-column:span 1}}.modal-actions{display:flex;justify-content:flex-end;gap:.85rem}.row-important{background:#eab3082e}.row-critical{background:#ef444429}.row-no-importe{background:#94a3b824}.row-completed{background:#22c55e33}.day-start td{border-top:2px solid rgba(59,130,246,.35);box-shadow:inset 0 10px #3b82f60f}.day-end td{border-bottom:2px solid rgba(59,130,246,.35);box-shadow:inset 0 -10px #3b82f60d}.badge-important{background:#eab3082e;color:#a16207;border:1px solid rgba(234,179,8,.35);padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:600}.input-field,.select-field{width:100%;padding:.75rem 1rem;font-size:.875rem;color:var(--foreground);background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);outline:none;transition:var(--transition-fast)}.input-field::-moz-placeholder{color:var(--muted-foreground)}.input-field::placeholder{color:var(--muted-foreground)}.textarea-field{width:100%;padding:.75rem 1rem;font-size:.875rem;color:var(--foreground);background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);outline:none;transition:var(--transition-fast);min-height:120px;resize:none}.checkbox-label{display:inline-flex;align-items:center;gap:.65rem}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:6px;border:1px solid var(--border);background:var(--card);display:inline-grid;place-content:center;transition:var(--transition-fast)}input[type=checkbox]:after{content:"";width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);opacity:0}input[type=checkbox]:checked{background:var(--primary);border-color:var(--primary)}input[type=checkbox]:checked:after{opacity:1}.input-field:hover,.select-field:hover{border-color:var(--muted-foreground)}.input-field:focus,.select-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.table-modern{width:100%;border-collapse:collapse;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;table-layout:auto}.table-modern thead{background:var(--secondary)}.table-modern th{padding:1rem 1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.table-modern th.sortable-head{cursor:pointer;color:var(--foreground);position:relative}.table-modern th.sortable-head .sort-hint{display:inline-block;visibility:hidden;margin-left:.25rem;font-size:.7rem;padding:1px 4px;border-radius:999px;background:#2563eb1f;color:var(--primary);text-transform:none;letter-spacing:.02em}.table-modern th.sortable-head:hover .sort-hint{visibility:visible;background:#2563eb33}.table-modern td{padding:1rem 1.25rem;font-size:.9375rem;color:var(--foreground);border-bottom:1px solid var(--border-light);vertical-align:middle}.table-modern tbody tr:last-child td{border-bottom:none}.table-modern tbody tr{transition:transform .16s ease,box-shadow .16s ease}.table-modern tbody tr:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a14}.table-modern td:last-child{white-space:nowrap}.table-modern .text-primary{color:var(--primary);font-weight:500;cursor:pointer;transition:var(--transition-fast)}.table-modern .text-primary:hover{color:var(--primary-hover);text-decoration:underline}.table-modern .text-destructive{color:var(--destructive);font-weight:500;cursor:pointer;transition:var(--transition-fast)}.table-modern .text-destructive:hover{text-decoration:underline}.table-modern .text-muted-foreground{color:var(--muted-foreground);cursor:pointer;transition:var(--transition-fast)}.table-modern .text-muted-foreground:hover{color:var(--foreground)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.card-interactive{cursor:pointer;transition:var(--transition-normal)}.card-interactive:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:var(--radius-full);background:var(--primary-light);color:var(--primary)}.badge-success{background:var(--success-light);color:var(--success)}.badge-warning{background:var(--warning-light);color:#92400e}.badge-error{background:var(--error-light);color:var(--error)}.badge-accent{background:var(--accent-light);color:var(--accent)}.section-title{font-size:1.7rem;font-weight:600;color:var(--foreground);margin-bottom:.25rem}.section-subtitle{color:var(--muted-foreground);font-size:.95rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-10>*+*{margin-top:2.5rem}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.text-destructive{color:var(--destructive)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-center{text-align:center}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-3{gap:.75rem}.gap-4{gap:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}}@media (min-width: 640px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.p-4{padding:1rem}.p-5{padding:1.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.mr-3{margin-right:.75rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.rounded{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.border{border:1px solid var(--border)}.bg-destructive\/10{background:var(--destructive-light)}.border-destructive\/20{border-color:#ef444433}.overflow-x-auto{overflow-x:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.landing-shell{min-height:100vh;background:var(--background);color:var(--foreground)}.landing-container{max-width:1120px;margin:0 auto;padding:0 1rem}.landing-navbar .landing-container{max-width:100%;padding:0 2.5rem}.landing-navbar{position:sticky;top:0;z-index:60;background:#ffffffeb;border-bottom:1px solid var(--border);backdrop-filter:blur(10px)}.landing-navbar.is-scrolled{box-shadow:var(--shadow-sm)}.landing-navbar-inner{height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-brand{display:flex;align-items:center;gap:.75rem;font-weight:700;color:var(--foreground)}.landing-logo{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:#fff;font-weight:700}.landing-logo.small{width:32px;height:32px;border-radius:8px;font-size:.85rem}.landing-logo-slot{width:40px;height:40px;border-radius:12px;border:1px dashed var(--border);background:#f9fbff;color:var(--muted-foreground);font-size:.7rem;display:grid;place-items:center}.landing-logo-slot.small{width:32px;height:32px;border-radius:10px;font-size:.65rem}.landing-logo-image{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;display:block}.landing-logo-image-navbar{height:calc(var(--topbar-height) - 6px);width:auto;max-width:320px;-o-object-fit:contain;object-fit:contain;display:block}.landing-logo-image.small{width:32px;height:32px}.sidebar-logo-slot{width:72px;height:72px;border-radius:16px;border:2px solid rgba(255,255,255,.95);background:#fff;color:var(--sidebar-bg);font-size:1.1rem;display:grid;place-items:center;text-transform:uppercase;letter-spacing:.18em;font-weight:700}.landing-nav-links{display:none;align-items:center;gap:.35rem}.landing-nav-link{padding:.45rem .75rem;border-radius:8px;color:var(--muted-foreground);font-size:.9rem;font-weight:500;transition:var(--transition-fast)}.landing-nav-link:hover{background:var(--secondary);color:var(--foreground)}.landing-nav-actions{display:none;align-items:center;gap:.75rem;min-width:240px;justify-content:flex-end}.app-root{transition:opacity .2s ease}.is-view-transitioning .app-root{opacity:0}@media (max-width: 900px){.view-toggle-wrapper{top:10px;right:12px;transform:scale(.92);transform-origin:top right}.landing-logo-image-navbar{height:calc(var(--topbar-height) - 12px);max-width:240px}}.toast-container{position:fixed;left:50%;bottom:8vh;transform:translate(-50%);display:flex;flex-direction:column-reverse;gap:.75rem;max-height:33vh;overflow-y:auto;z-index:10050}.toast{min-width:260px;max-width:340px;padding:.85rem 1rem;border-radius:14px;border:2px solid var(--border);background:var(--card);color:var(--foreground);box-shadow:var(--shadow-lg);display:flex;align-items:flex-start;gap:.75rem;animation:toastIn .22s ease-out}.toast-success,.toast-error,.toast-warning,.toast-info,.toast-success .toast-message,.toast-error .toast-message,.toast-warning .toast-message,.toast-info .toast-message{color:#fff}.toast-title{font-weight:600;margin-bottom:.15rem}.toast-message{font-size:.85rem;color:var(--foreground)}.toast-close{margin-left:auto;font-size:1.1rem;color:var(--muted-foreground);background:transparent;border:none;cursor:pointer}.toast-success{border-color:#10b981e6;background:#10b981e6}.toast-error{border-color:#ef4444e6;background:#ef4444e6}.toast-warning{border-color:#f59e0be6;background:#f59e0be6}.toast-info{border-color:#2563ebe6;background:#2563ebe6}.print-only{display:none}@media print{@page{size:A4 landscape;margin:10mm}body{background:#fff}html,body{height:auto}.main-header,.sidebar,.sidebar-overlay,.view-toggle-wrapper,.toast-container{display:none!important}.main-content{margin-left:0!important}.print-hidden{display:none!important}.print-only{display:block;padding:0;color:#000}.print-header{text-align:center;margin-bottom:10px}.print-header h2{font-size:16px;margin-bottom:4px}.print-meta{display:flex;justify-content:center;gap:18px;font-size:11px}.print-table{width:100%;border-collapse:collapse;font-size:10px;table-layout:fixed}.print-table th,.print-table td{border:1px solid #000;padding:4px 6px;text-align:left;vertical-align:top;word-wrap:break-word;white-space:normal}.print-table th:last-child,.print-table td:last-child{width:22%}.print-table th:nth-child(2),.print-table td:nth-child(2){width:7%}.print-table th:nth-child(3),.print-table td:nth-child(3){width:6%}.print-table th:nth-child(6),.print-table td:nth-child(6){width:6%}.print-table th:nth-child(7),.print-table td:nth-child(7){width:7%}.print-table th:nth-child(8),.print-table td:nth-child(8){width:8%}}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.landing-menu-btn{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:10px;color:var(--foreground);background:var(--secondary)}.landing-mobile-menu{border-top:1px solid var(--border);background:var(--card);padding:.75rem 1rem 1.25rem}.landing-mobile-links{display:flex;flex-direction:column;gap:.25rem}.landing-mobile-link{padding:.75rem;border-radius:8px;color:var(--muted-foreground);transition:var(--transition-fast)}.landing-mobile-link:hover{background:var(--secondary);color:var(--foreground)}.landing-mobile-actions{margin-top:1rem}.landing-hero{position:relative;overflow:hidden;background:var(--secondary);color:var(--secondary-foreground);padding:4.5rem 0}.landing-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 80% at 50% -20%,rgba(37,99,235,.22),transparent)}.landing-hero-grid{position:relative;display:grid;gap:2.5rem;align-items:center}.landing-hero-copy h1{font-size:clamp(2rem,4vw,3.25rem);margin-bottom:1rem;font-weight:700}.landing-hero-copy p{color:var(--muted-foreground);max-width:520px;margin-bottom:1.5rem}.landing-hero-features{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.9rem;color:var(--muted-foreground);margin-bottom:1.75rem}.landing-hero-features span{display:inline-flex;align-items:center;gap:.4rem}.landing-hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:999px}.landing-hero-media img{width:100%;border-radius:18px;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-lg);-o-object-fit:cover;object-fit:cover}.landing-section{padding:4rem 0}.landing-section.alt{background:#eef4ff;color:var(--foreground)}.landing-section-title{text-align:center;margin-bottom:2.75rem}.landing-section-title h2{font-size:clamp(1.6rem,3vw,2.25rem);margin-bottom:.5rem}.landing-section-title p{color:var(--muted-foreground)}.landing-services-grid{display:grid;gap:1.5rem}.landing-service-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow-sm);transition:var(--transition-normal)}.landing-service-card:hover{border-color:#2563eb4d;box-shadow:var(--shadow-md);transform:translateY(-2px)}.landing-service-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-light);color:var(--primary);display:grid;place-items:center;margin-bottom:1rem}.landing-service-card h3{margin-bottom:.5rem;font-size:1rem}.landing-service-card p{color:var(--muted-foreground);font-size:.9rem}.landing-about-grid{display:grid;gap:2.5rem;align-items:start}.landing-about-copy h2{margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.25rem)}.landing-about-copy p{margin-bottom:1rem;color:var(--muted-foreground)}.landing-about-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.5rem}.landing-about-photos img{width:100%;border-radius:12px;border:1px solid var(--border);-o-object-fit:cover;object-fit:cover;height:140px}.landing-about-cards{display:grid;gap:1rem}.landing-about-card{display:flex;gap:1rem;padding:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-sm)}.landing-about-card h3{font-size:1rem;margin-bottom:.35rem}.landing-about-card p{color:var(--muted-foreground);font-size:.85rem}.landing-about-card-icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:var(--primary-light);color:var(--primary);flex-shrink:0}.landing-photo-slot{width:100%;height:260px;border-radius:18px;border:none;background:transparent;color:var(--muted-foreground);display:grid;place-items:center;font-weight:600;text-align:center;padding:0;overflow:hidden}.landing-photo-slot.small{height:140px;border-radius:12px;font-weight:500}.landing-contact-card{max-width:560px;margin:0 auto;background:var(--card);border:1px solid rgba(37,99,235,.2);border-radius:18px;padding:2rem;text-align:center;box-shadow:var(--shadow-sm)}.landing-contact-icon{width:64px;height:64px;border-radius:999px;background:var(--primary-light);display:grid;place-items:center;color:var(--primary);margin:0 auto 1rem}.landing-contact-card h3{font-size:1.2rem;margin-bottom:.5rem}.landing-contact-card p{color:var(--muted-foreground);margin-bottom:1.5rem}.landing-contact-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:999px;margin-bottom:1.5rem}.landing-contact-info{display:grid;gap:1rem;border-top:1px solid var(--border);padding-top:1.25rem;text-align:left}.landing-contact-info span{font-size:.75rem;color:var(--muted-foreground);display:block;margin-bottom:.25rem}.landing-contact-info strong{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.landing-footer{background:var(--secondary);color:var(--secondary-foreground);border-top:1px solid rgba(148,163,184,.2);padding:2rem 0}.landing-footer-inner{display:flex;flex-direction:column;gap:1.25rem;align-items:center;text-align:center}.landing-footer-brand{display:flex;align-items:center;justify-content:center}.landing-footer-logo{width:220px;max-width:80vw;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.landing-footer-links{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:center;font-size:.9rem}.landing-footer-links a{color:var(--muted-foreground)}.landing-footer-links a:hover{color:var(--secondary-foreground)}.landing-footer-copy{font-size:.75rem;color:var(--muted-foreground)}.landing-footer-note{font-size:.9rem;color:var(--muted-foreground);text-align:center}.landing-login{display:flex;align-items:center;justify-content:center;padding:3rem 1rem 4rem;background:var(--background)}.landing-login-card{width:100%;max-width:420px;background:var(--card);border:1px solid var(--border);border-radius:18px;padding:2rem;box-shadow:var(--shadow-lg)}.landing-login-badge{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}.landing-login-title h1{font-size:1.75rem;margin-bottom:.5rem}.landing-login-title p{color:var(--muted-foreground);margin-bottom:1.5rem}.landing-login-error{display:flex;gap:.75rem;padding:.75rem;border-radius:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--destructive);margin-bottom:1.25rem}.landing-login-error div{font-weight:700}.landing-login-form{display:grid;gap:1.2rem}.landing-login-form label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem}.landing-password{position:relative}.landing-password button{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--muted-foreground)}.landing-remember{color:var(--muted-foreground);font-size:.85rem;gap:1.1rem}.landing-login-help{margin-top:1.5rem;text-align:center;color:var(--muted-foreground);font-size:.85rem}.landing-login-help a{color:var(--primary);font-weight:600}.btn-block{width:100%;text-align:center}.btn-mobile-backoffice{border-radius:999px;min-height:42px}.btn-sm{padding:.45rem .9rem;font-size:.85rem}.btn-landing{border-radius:999px;padding:.55rem 1.1rem;font-weight:600}.btn-landing-outline{background:#2563eb14;color:var(--primary);border:1px solid rgba(37,99,235,.25);box-shadow:none}.btn-landing-outline:hover{background:#2563eb29;border-color:#2563eb59}.btn-landing-solid{box-shadow:0 10px 22px #2563eb40}.btn-landing-solid,.btn-landing-solid:visited,.btn-landing-solid:hover,.btn-landing-solid:active{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-hover) 100%);color:var(--primary-foreground);border:none}@media (min-width: 900px){.landing-nav-links,.landing-nav-actions{display:flex}.landing-menu-btn{display:none}.landing-hero-grid{grid-template-columns:1.1fr .9fr}.landing-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-about-grid{grid-template-columns:1.1fr .9fr}.landing-contact-info{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}@media (min-width: 1100px){.landing-services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
