@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg-main:#f4f6f8;--bg-card:#ffffffbf;--bg-hover:#f1f5f9;--primary:#ea580c;--primary-hover:#c2410c;--primary-light:#ea580c26;--primary-gradient:linear-gradient(135deg, #f97316 0%, #ea580c 100%);--primary-gradient-hover:linear-gradient(135deg, #ea580c 0%, #c2410c 100%);--shadow-sm:0 2px 4px #00000005, 0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000008, 0 2px 4px -2px #00000008, inset 0 1px 0 #ffffffb3;--shadow-lg:0 10px 25px -5px #0000000d, 0 8px 10px -6px #00000005, inset 0 1px 0 #fffc;--shadow-hover:0 20px 25px -5px #00000014, 0 8px 10px -6px #00000008, inset 0 1px 0 #ffffffe6;--text-main:#111827;--text-muted:#6b7280;--success:#10b981;--success-bg:#10b9811a;--error:#ef4444;--error-bg:#ef44441a;--warning:#f59e0b;--border:#e5e7ebcc;--ring:#ea580c66;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#ea580c0a 0,#0000 50%),radial-gradient(at 100% 0,#3b82f608 0,#0000 50%);background-attachment:fixed;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text-main);border:1px solid var(--border);border-radius:var(--radius-md);background:#fffc;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 2px 4px #00000003}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light), inset 0 2px 4px #00000003;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{color:var(--text-main);letter-spacing:-.02em;font-weight:600;line-height:1.2}.btn-primary{background:var(--primary-gradient);color:#fff;border-radius:var(--radius-md);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #ea580c40,inset 0 1px #ffffff40}.btn-primary:hover{background:var(--primary-gradient-hover);transform:translateY(-2px);box-shadow:0 6px 16px #ea580c4d,inset 0 1px #ffffff4d}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 6px #ea580c33}.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn-outline{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text-main);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background-color:#ffffff80;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-outline:hover{background-color:var(--bg-hover);box-shadow:var(--shadow-md);border-color:#d1d5db;transform:translateY(-1px)}.card{background-color:var(--bg-card);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid #fffc;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.card-hover:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.chat-bubble-container{width:100%;margin-bottom:.5rem;display:flex}.chat-bubble{border-radius:18px;max-width:80%;padding:.75rem 1rem;font-size:.95rem;line-height:1.4;position:relative;box-shadow:0 1px 2px #0000000d}.chat-bubble-sent{background-color:var(--primary-light);color:var(--primary-hover);border-bottom-right-radius:4px;margin-left:auto}.chat-bubble-received{color:var(--text-main);border:1px solid var(--border);background-color:#fff;border-bottom-left-radius:4px;margin-right:auto}.chat-time{opacity:.7;text-align:right;margin-top:.25rem;font-size:.7rem;display:block}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-7px)}}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-active{background-color:var(--success-bg);color:var(--success)}.badge-inactive{background-color:var(--error-bg);color:var(--error)}.badge-pending{color:var(--warning);background-color:#f59e0b1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.stat-card{border-radius:var(--radius-lg);background:#fff;border:1px solid #e5e7ebb3;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;transition:box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005}.stat-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000012}.stat-card:before{content:"";background:var(--primary-gradient);opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.stat-card:hover:before{opacity:1}.stat-card-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.stat-card-value{letter-spacing:-.03em;color:var(--text-main);font-size:1.75rem;font-weight:700;line-height:1}.stat-card-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:500}.stat-card-trend{border-radius:99px;align-items:center;gap:.2rem;padding:.15rem .45rem;font-size:.72rem;font-weight:600;display:inline-flex}.stat-card-trend.up{color:#059669;background:#10b9811a}.stat-card-trend.down{color:#dc2626;background:#ef44441a}.stat-card-trend.warn{color:#d97706;background:#f59e0b1a}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}@media (max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card-value{font-size:1.4rem}}.internal-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.internal-header-left{flex-direction:column;gap:.25rem;display:flex}.internal-breadcrumb{color:var(--text-muted);align-items:center;gap:.4rem;margin-bottom:.35rem;font-size:.78rem;display:flex}.internal-breadcrumb a:hover{color:var(--primary)}.internal-title{letter-spacing:-.025em;color:var(--text-main);margin:0;font-size:1.65rem;font-weight:700;line-height:1.15}.internal-subtitle{color:var(--text-muted);margin:0;font-size:.85rem}.internal-header-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}@media (max-width:640px){.internal-header{flex-direction:column}.internal-title{font-size:1.35rem}}.data-table-wrap{border-radius:var(--radius-lg);background:#fff;border:1px solid #e5e7ebb3;overflow:hidden;box-shadow:0 1px 3px #0000000a}.data-table-header{background:#f9fafbcc;border-bottom:1px solid #e5e7eb99;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.data-table-title{color:var(--text-main);align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;display:flex}.data-table-count{background:var(--primary-light);color:var(--primary);border-radius:99px;padding:.15rem .55rem;font-size:.72rem;font-weight:700}.data-table-scroll{overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.data-table th,.data-table td{text-align:left;padding:.6rem .85rem}.data-table th{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background-color:#f9fafb;border-bottom:1px solid #e5e7ebcc;font-size:.72rem;font-weight:600}.data-table td{color:#374151;border-bottom:1px solid #e5e7eb66;font-size:.85rem}.data-table tbody tr{transition:background-color .15s}.data-table tbody tr:hover{background-color:#f9fafb}.data-table-empty{text-align:center;color:var(--text-muted);padding:3rem 2rem}.data-table-empty-icon{margin-bottom:.5rem;font-size:2rem}.data-table-empty-msg{font-size:.9rem;font-weight:500}@media (max-width:640px){.data-table-mobile-cards thead{display:none}.data-table-mobile-cards tbody{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.data-table-mobile-cards tbody tr{background:var(--bg-main);border-radius:var(--radius-md);border:1px solid #e5e7eb99;flex-direction:column;gap:.35rem;padding:.9rem 1rem;display:flex}.data-table-mobile-cards td{border:none;justify-content:space-between;align-items:center;padding:0;font-size:.85rem;display:flex}.data-table-mobile-cards td[data-label]:before{content:attr(data-label);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:700}}.alert-badge{letter-spacing:.02em;border-radius:99px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.alert-badge-warning{color:#b45309;background:#f59e0b1f;border:1px solid #f59e0b4d}.alert-badge-error{color:#b91c1c;background:#ef44441a;border:1px solid #ef444440}.alert-badge-success{color:#065f46;background:#10b9811a;border:1px solid #10b98140}.alert-badge-info{color:#1d4ed8;background:#3b82f61a;border:1px solid #3b82f633}.alert-badge-neutral{color:#374151;background:#6b728014;border:1px solid #6b728033}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200%;animation:1.4s linear infinite shimmer}.skeleton-text{border-radius:4px;height:.85rem}.skeleton-title{border-radius:6px;height:1.5rem}.skeleton-card{border-radius:var(--radius-lg);height:100px}.section-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.09em;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:flex}.section-label:after{content:"";background:#e5e7eb99;flex:1;height:1px}.quick-action{border-radius:var(--radius-lg);color:var(--text-main);text-align:center;cursor:pointer;background:#fff;border:1px solid #e5e7ebb3;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #00000008}.quick-action:hover{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);color:var(--primary);transform:translateY(-2px)}.quick-action-icon{border-radius:var(--radius-md);background:var(--primary-light);width:40px;height:40px;color:var(--primary);justify-content:center;align-items:center;transition:background .2s;display:flex}.quick-action:hover .quick-action-icon{background:var(--primary);color:#fff}.internal-section{border-radius:var(--radius-lg);background:#fff;border:1px solid #e5e7ebb3;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 1px 3px #0000000a}.internal-section-header{background:#f9fafb99;border-bottom:1px solid #e5e7eb80;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.internal-section-title{color:var(--text-main);align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;display:flex}.internal-section-body{padding:1.25rem 1.5rem}.today-card{background:linear-gradient(135deg, var(--primary) 0%, #c2410c 100%);color:#fff;border-radius:var(--radius-lg);padding:1.25rem 1.5rem;position:relative;overflow:hidden}.today-card:after{content:"";background:#ffffff14;border-radius:50%;width:100px;height:100px;position:absolute;top:-30px;right:-30px}.notif-item{border-bottom:1px solid #e5e7eb66;align-items:flex-start;gap:.75rem;padding:.85rem 0;display:flex}.notif-item:last-child{border-bottom:none}.notif-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px}.notif-dot.unread{animation:2s infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 #ea580c66}50%{box-shadow:0 0 0 4px #ea580c00}}.app-shell{background-color:var(--bg-main);color:var(--text-main);min-height:100vh;padding-bottom:env(safe-area-inset-bottom,0px)}html.theme-dark .public-social-links a{color:#374151!important;background-color:#ffffffe6!important;border-color:#e5e7ebcc!important}html.theme-dark .app-shell{--bg-main:#0f172a;--bg-card:#1e293b;--bg-hover:#1e2d3d;--text-main:#f1f5f9;--text-muted:#94a3b8;--border:#ffffff14;--shadow-sm:0 2px 4px #0006;--shadow-md:0 4px 12px #00000073;--shadow-lg:0 10px 30px #0000008c;--shadow-hover:0 20px 40px #0009;--primary:#ea580c;--primary-hover:#c2410c;--primary-light:#ea580c2e;--primary-gradient:linear-gradient(135deg, #f97316 0%, #ea580c 100%);--primary-gradient-hover:linear-gradient(135deg, #ea580c 0%, #c2410c 100%);--ring:#ea580c80;--success:#34d399;--success-bg:#34d3991f;--error:#f87171;--error-bg:#f871711f;--warning:#fbbf24;color:#f1f5f9;background-color:#0f172a!important}html.theme-dark .app-shell .card,html.theme-dark .app-shell section.card,html.theme-dark .app-shell .stat-card,html.theme-dark .app-shell .data-table-wrap,html.theme-dark .app-shell .internal-section,html.theme-dark .app-shell .quick-action{background:#1e293b!important;border-color:#ffffff14!important}html.theme-dark .app-shell header,html.theme-dark .app-shell .internal-header{background-color:#0000!important}html.theme-dark .app-shell h1,html.theme-dark .app-shell h2,html.theme-dark .app-shell h3,html.theme-dark .app-shell h4,html.theme-dark .app-shell h5,html.theme-dark .app-shell h6,html.theme-dark .app-shell .internal-title{color:#f1f5f9!important}html.theme-dark .app-shell p,html.theme-dark .app-shell span:not(.badge):not(.alert-badge):not(.activeDot),html.theme-dark .app-shell div:not([class*=badge]):not([class*=alert]):not([class*=btn]):not([class*=active]){color:inherit}html.theme-dark .app-shell .internal-subtitle,html.theme-dark .app-shell .internal-breadcrumb,html.theme-dark .app-shell .stat-card-label{color:#94a3b8!important}html.theme-dark .app-shell .stat-card-value{color:#f1f5f9!important}html.theme-dark .app-shell .section-label{color:#94a3b8}html.theme-dark .app-shell .section-label:after{background:#ffffff14}html.theme-dark .app-shell input,html.theme-dark .app-shell select,html.theme-dark .app-shell textarea{color:#f1f5f9!important;background:#1e293b!important;border-color:#ffffff1f!important}html.theme-dark .app-shell input::placeholder,html.theme-dark .app-shell textarea::placeholder{color:#64748b!important}html.theme-dark .app-shell input:focus,html.theme-dark .app-shell select:focus,html.theme-dark .app-shell textarea:focus{border-color:var(--primary)!important;background-color:#253347!important;box-shadow:0 0 0 3px #ea580c33!important}html.theme-dark .app-shell .btn-outline{color:#e2e8f0!important;background-color:#ffffff0d!important;border-color:#ffffff26!important}html.theme-dark .app-shell .btn-outline:hover{color:#f1f5f9!important;background-color:#ffffff1a!important;border-color:#ffffff40!important}html.theme-dark .app-shell .data-table-header,html.theme-dark .app-shell .internal-section-header{background:#0f172a99!important;border-color:#ffffff12!important}html.theme-dark .app-shell .data-table-title{color:#e2e8f0!important}html.theme-dark .app-shell .data-table th{color:#94a3b8!important;background-color:#0f172ab3!important;border-color:#ffffff12!important}html.theme-dark .app-shell .data-table td{color:#cbd5e1!important;border-color:#ffffff0d!important}html.theme-dark .app-shell .data-table tbody tr:hover{background-color:#ffffff0a!important}html.theme-dark .app-shell .skeleton{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%) 0 0/200%!important}html.theme-dark .app-shell .quick-action{color:#e2e8f0!important}html.theme-dark .app-shell .quick-action:hover{color:var(--primary)!important;border-color:var(--primary)!important}html.theme-dark .app-shell .quick-action-icon{background:#ea580c26!important}html.theme-dark .app-shell .chat-bubble-received{color:#e2e8f0!important;background-color:#1e293b!important;border-color:#ffffff14!important}html.theme-dark .app-shell .notif-item{border-color:#ffffff12!important}html.theme-dark .app-shell header[style],html.theme-dark .app-shell section[style*=background],html.theme-dark .app-shell section[style*=\#fff],html.theme-dark .app-shell section[style*=white],html.theme-dark .app-shell div[style*="background-color: #fff"],html.theme-dark .app-shell div[style*="background: #fff"],html.theme-dark .app-shell div[style*="backgroundColor: '#fff'"],html.theme-dark .app-shell div[style*="background-color: white"],html.theme-dark .app-shell div[style*="background-color: #ffffff"],html.theme-dark .app-shell div[style*="background-color: #f9fafb"],html.theme-dark .app-shell div[style*="background-color: #F9FAFB"]{background-color:#1e293b!important;border-color:#ffffff14!important}html.theme-dark .app-shell div[style*="background: #fff"],html.theme-dark .app-shell div[style*="background:#fff"],html.theme-dark div[style*="background: #fff"][style*="border-radius: var(--radius-lg)"],html.theme-dark div[style*="background: #fff"][style*="border-radius: var(--radius-xl)"]{color:#f1f5f9!important;background:#1e293b!important}html.theme-dark .app-shell div[style*="background: #FFFFFF"],html.theme-dark .app-shell div[style*="background-color: #FFFFFF"]{background:#1e293b!important;border-color:#ffffff14!important}html.theme-dark .app-shell footer{color:#64748b!important;background-color:#0000!important;border-color:#ffffff14!important}html.theme-dark .app-shell .badge-active{color:#34d399!important;background-color:#34d39926!important}html.theme-dark .app-shell .badge-inactive{color:#94a3b8!important;background-color:#64748b33!important}html.theme-dark .app-shell .badge-pending{color:#fbbf24!important;background-color:#fbbf2426!important}html.theme-dark .app-shell .alert-badge-success{color:#34d399!important;background:#34d3991f!important;border-color:#34d39940!important}html.theme-dark .app-shell .alert-badge-error{color:#f87171!important;background:#f871711f!important;border-color:#f8717140!important}html.theme-dark .app-shell .alert-badge-warning{color:#fbbf24!important;background:#fbbf241f!important;border-color:#fbbf2440!important}html.theme-dark .app-shell .alert-badge-info{color:#60a5fa!important;background:#60a5fa1f!important;border-color:#60a5fa40!important}html.theme-dark .app-shell .alert-badge-neutral{color:#94a3b8!important;background:#94a3b81f!important;border-color:#94a3b833!important}html.theme-dark .app-shell nav[aria-label=Navegação\ principal]{background:#0f172aeb!important;border-top-color:#ffffff14!important;box-shadow:0 -4px 24px #00000059!important}html.theme-dark .app-shell nav[aria-label=Navegação\ principal] a{color:#64748b!important}html.theme-dark .app-shell nav[aria-label=Navegação\ principal] a:hover{color:#94a3b8!important}html.theme-dark .app-shell nav[aria-label=Navegação\ principal] a[aria-current=page]{color:#ea580c!important}html.theme-dark .app-shell nav[aria-label=Navegação\ principal] span[class*=activeDot]{border-color:#0f172a!important}
