.dashboard-layout{background-color:#f8fafc;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.dashboard-layout .mobile-header{z-index:1000;background-color:#1e293b;justify-content:space-between;align-items:center;height:56px;padding:0 1rem;display:none;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 10px #0000000d}.dashboard-layout .mobile-header .logo-text{color:#6366f1;letter-spacing:-1px;align-items:center;font-size:1.15rem;font-weight:800;display:flex}.dashboard-layout .mobile-header a{align-items:center;gap:.5rem;text-decoration:none;display:flex}.dashboard-layout .mobile-header .menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem}@media (max-width:768px){.dashboard-layout .mobile-header{display:flex}}.dashboard-layout .sidebar-overlay{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;display:none;position:fixed;inset:0}@media (max-width:768px){.dashboard-layout .sidebar-overlay{display:block}}.dashboard-layout .sidebar-wrapper{z-index:1200;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0}@media (max-width:768px){.dashboard-layout .sidebar-wrapper{left:auto;right:0;transform:translate(100%)}.dashboard-layout .sidebar-wrapper.active{transform:translate(0)}}.dashboard-layout .dashboard-main-content{flex:1;min-width:0;margin-left:260px;padding:2.5rem;transition:all .2s ease-in-out}@media (max-width:768px){.dashboard-layout .dashboard-main-content{box-sizing:border-box;width:100%;margin-left:0;padding:5rem 1.25rem 1.25rem}}@media (max-width:480px){.dashboard-layout .dashboard-main-content{padding:5rem 1rem 1rem}}.home-dashboard{width:100%;max-width:100%;padding-bottom:1.5rem}.home-dashboard .header{justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}@media (max-width:768px){.home-dashboard .header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}}.home-dashboard .header .title-area h1{color:#1e293b;font-size:1.75rem;font-weight:700}@media (max-width:480px){.home-dashboard .header .title-area h1{font-size:1.35rem}}.home-dashboard .header .title-area p{color:#64748b;margin-top:.15rem;font-size:.9rem}@media (max-width:480px){.home-dashboard .header .title-area p{font-size:.85rem}}.home-dashboard .header .actions{gap:.75rem;display:flex}.home-dashboard .header .actions button{cursor:pointer;border-radius:.75rem;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.home-dashboard .header .actions button.btn-outline{color:#64748b;background:#fff;border:1px solid #e2e8f0}.home-dashboard .header .actions button.btn-primary{color:#fff;background:#6366f1;border:none}@media (max-width:480px){.home-dashboard .header .actions{gap:.5rem;width:100%}.home-dashboard .header .actions button{flex:1;justify-content:center;padding:.6rem .5rem;font-size:.8rem}}.home-dashboard .stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}@media (max-width:480px){.home-dashboard .stats-grid{grid-template-columns:1fr;gap:.75rem}}.stats-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;align-items:center;gap:1rem;width:100%;padding:1.25rem;transition:all .2s ease-in-out;display:flex;box-shadow:0 1px 2px #0000000d}@media (max-width:480px){.stats-card{border-radius:.85rem;padding:1rem}}.stats-card .icon-box{color:#6366f1;background-color:#6366f114;border-radius:.65rem;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stats-card .icon-box svg{width:22px;height:22px}.stats-card .info h3{color:#64748b;margin-bottom:.15rem;font-size:.8rem;font-weight:500}.stats-card .info .value{color:#1e293b;font-size:1.25rem;font-weight:700}@media (max-width:480px){.stats-card .info .value{font-size:1.15rem}}.stats-card .info .trend{align-items:center;gap:.2rem;margin-top:.25rem;font-size:.7rem;display:flex}.stats-card .info .trend.up{color:#10b981}.stats-card .info .trend.down{color:#ef4444}.content-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;width:100%;max-width:100%;padding:1.75rem;box-shadow:0 1px 2px #0000000d}@media (max-width:480px){.content-card{border-radius:.85rem;padding:1rem}}.content-card .card-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.content-card .card-header .header-title{align-items:center;gap:.65rem;display:flex}.content-card .card-header .header-title .header-icon{color:#6366f1;opacity:.8}.content-card .card-header .header-title h2{color:#1e293b;margin:0;font-size:1.15rem;font-weight:800}@media (max-width:480px){.content-card .card-header .header-title h2{font-size:1rem}}.content-card .summary-cell .session-title{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;max-width:250px;font-size:.95rem;font-weight:700;overflow:hidden}.content-card .time-info{color:#475569;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.content-card .time-info svg{color:#94a3b8}.content-card .empty-state{text-align:center;padding:1rem 0}.content-card .empty-state p{margin-bottom:1rem;font-weight:500}.content-card .empty-state .empty-action{color:#6366f1;background:#f5f6ff;border-radius:.75rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-block}.content-card .empty-state .empty-action:hover{color:#fff;background:#6366f1}.history-filter-area{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;display:flex}@media (max-width:768px){.history-filter-area{flex-direction:column;align-items:flex-start;gap:1rem}}.history-filter-area .title-filter-group{flex-wrap:wrap;align-items:center;gap:1.5rem;width:100%;display:flex}@media (max-width:768px){.history-filter-area .title-filter-group{gap:1rem}}.history-filter-area .title-filter-group .header-title{margin-bottom:0!important}@media (max-width:768px){.history-filter-area .title-filter-group .header-title{flex:1}}.history-filter-area .title-filter-group .header-extra{order:3;margin-left:auto}@media (max-width:768px){.history-filter-area .title-filter-group .header-extra{order:2;margin-left:0}}.history-filter-area .title-filter-group .header-extra .view-all{color:#6366f1;white-space:nowrap;font-size:.85rem;font-weight:700;text-decoration:none}.history-filter-area .title-filter-group .header-extra .view-all:hover{text-decoration:underline}.history-filter-area .title-filter-group .filter-controls{background-color:#f1f5f9;border-radius:.85rem;order:2;align-items:center;gap:.5rem;padding:.35rem;display:flex}@media (max-width:768px){.history-filter-area .title-filter-group .filter-controls{order:3;width:100%}}.history-filter-area .title-filter-group .filter-controls select{appearance:none;color:#334155;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .6rem center;background-repeat:no-repeat;background-size:1rem;border:1px solid #e2e8f0;border-radius:.65rem;outline:none;padding:.45rem 2.22rem .45rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s}.history-filter-area .title-filter-group .filter-controls select:hover{color:#6366f1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");border-color:#6366f1}.history-filter-area .title-filter-group .filter-controls .btn-today{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:.65rem;padding:.45rem .85rem;font-size:.8rem;font-weight:800;transition:all .2s}.history-filter-area .title-filter-group .filter-controls .btn-today:hover{color:#fff;background:#6366f1;border-color:#6366f1}.legal-content-body{color:#334155;line-height:1.8}.legal-content-body .last-updated{color:#64748b;margin-bottom:2rem;font-size:.85rem}.legal-content-body section{margin-bottom:2.5rem}.legal-content-body section h3{color:#1e293b;align-items:center;gap:12px;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:flex}.legal-content-body section h3:before{content:"";background-color:#6366f1;border-radius:2px;width:4px;height:18px}.legal-content-body section ul{margin-top:.5rem;padding-left:1.5rem}.legal-content-body section ul li{margin-bottom:.4rem}.legal-content-body .contact-footer{text-align:center;color:#64748b;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;margin-top:3rem;padding:2rem;font-size:.9rem}@media (hover:hover) and (pointer:fine){.home-dashboard .header .actions button.btn-outline:hover{color:#6366f1;background:#f5f6ff;border-color:#6366f1}.home-dashboard .header .actions button.btn-primary:hover{background:#3438ed;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.stats-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}}
