.dashboard-shell{display:flex;min-height:100vh;background:hsl(var(--background))}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background:hsl(var(--sidebar-background));border-right:1px solid hsl(var(--sidebar-border));display:flex;flex-direction:column;z-index:100;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 8px #0000000d}.sidebar.open{transform:translate(0)}.dashboard-main{flex:1;display:flex;flex-direction:column;margin-left:0;transition:margin-left .3s cubic-bezier(.4,0,.2,1)}.dashboard-shell.sidebar-open .dashboard-main{margin-left:280px}@media(min-width:768px){.dashboard-shell.sidebar-open .dashboard-main{margin-left:0}}.dashboard-content{flex:1;padding:1.5rem 2rem;max-width:1600px;width:100%;margin:0 auto}.topbar{position:sticky;top:0;z-index:50;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 1px 3px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar h1{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin:0;letter-spacing:-.02em}.sidebar-toggle{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:hsl(var(--foreground));border-radius:calc(var(--radius) / 2);transition:all .2s}.sidebar-toggle:hover{background:hsl(var(--muted))}@media(min-width:768px){.sidebar{position:relative;transform:translate(0)}.dashboard-main,.dashboard-shell.sidebar-open .dashboard-main{margin-left:0}.sidebar-toggle{display:none}}.sidebar-brand{padding:2rem 1.5rem;border-bottom:1px solid hsl(var(--sidebar-border));background:linear-gradient(135deg,hsl(var(--sunset-gold) / .05),hsl(var(--ocean-deep) / .05))}.sidebar-brand .eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));margin-bottom:.5rem;font-weight:600}.sidebar-brand h1{font-size:1.75rem;font-weight:800;color:hsl(var(--foreground));margin:0;letter-spacing:-.03em;background:linear-gradient(135deg,hsl(var(--sunset-gold)),hsl(var(--ocean-deep)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-nav{flex:1;padding:1.5rem 0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:hsl(var(--muted)) transparent}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:3px}.sidebar-link{display:block;padding:1rem 1.5rem;color:hsl(var(--sidebar-foreground));text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);border-left:3px solid transparent;position:relative}.sidebar-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:hsl(var(--primary));transform:scaleY(0);transition:transform .2s cubic-bezier(.4,0,.2,1)}.sidebar-link:hover{background:hsl(var(--sidebar-accent));color:hsl(var(--sidebar-accent-foreground));padding-left:1.75rem}.sidebar-link:hover:before{transform:scaleY(1)}.sidebar-link.active{background:hsl(var(--sidebar-accent));color:hsl(var(--primary));border-left-color:hsl(var(--primary));font-weight:600;padding-left:1.75rem}.sidebar-link.active:before{transform:scaleY(1)}.sidebar-link strong{display:block;font-size:.9375rem;margin-bottom:.25rem;font-weight:600}.sidebar-link p{font-size:.8125rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.4}.primary-button,.secondary-button,.ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:calc(var(--radius) / 2);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent;position:relative;overflow:hidden}.primary-button{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));box-shadow:0 2px 4px hsl(var(--primary) / .2)}.primary-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.primary-button:hover:not(:disabled):before{width:300px;height:300px}.primary-button:hover:not(:disabled){background:hsl(var(--primary) / .95);transform:translateY(-2px);box-shadow:0 4px 12px hsl(var(--primary) / .3)}.primary-button:active:not(:disabled){transform:translateY(0)}.primary-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.secondary-button{background:hsl(var(--card));color:hsl(var(--foreground));border-color:hsl(var(--border));box-shadow:0 1px 2px #0000000d}.secondary-button:hover{background:hsl(var(--muted));border-color:hsl(var(--muted-foreground) / .3);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.ghost{background:transparent;color:hsl(var(--foreground));border-color:transparent}.ghost:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.logout{margin:1rem 1.5rem;width:calc(100% - 3rem)}.desktop-only{display:none}.mobile-only{display:block}@media(min-width:768px){.desktop-only{display:block}.mobile-only{display:none}}.module-page{display:flex;flex-direction:column;gap:3rem;animation:fadeIn .4s ease-out}section{display:flex;flex-direction:column;gap:2rem}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:.5rem}.section-header .eyebrow{font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));margin-bottom:.75rem;font-weight:600}.section-header h2{font-size:2.25rem;font-weight:800;color:hsl(var(--foreground));margin:0 0 .75rem;letter-spacing:-.03em;line-height:1.2}.section-header p{color:hsl(var(--muted-foreground));margin:0;font-size:1rem;line-height:1.6;max-width:600px}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:2.5rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000f}.form-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:2.5rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:2rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:hsl(var(--border));transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover:before{transform:scaleX(1)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a,0 4px 8px #00000014;border-color:hsl(var(--primary) / .3)}.stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.stat-label{font-size:.8125rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.1em;font-weight:600}.stat-card-value{font-size:3rem;font-weight:800;color:hsl(var(--foreground));line-height:1;margin-bottom:.75rem;letter-spacing:-.05em}.stat-card-footer{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:500}.stat-card-onsite:before{background:hsl(var(--sunset-gold))}.stat-card-online:before{background:hsl(var(--ocean-deep))}.stat-card-practices:before{background:hsl(var(--earth-brown))}.stat-card-onsite{border-left:4px solid hsl(var(--sunset-gold))}.stat-card-online{border-left:4px solid hsl(var(--ocean-deep))}.stat-card-practices{border-left:4px solid hsl(var(--earth-brown))}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.module-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:2rem;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;position:relative;overflow:hidden}.module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,hsl(var(--sunset-gold)),hsl(var(--ocean-deep)));transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.module-card:hover:before{transform:scaleX(1)}.module-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f,0 4px 8px #00000014;border-color:hsl(var(--primary) / .5)}.module-card-header{margin-bottom:1.5rem}.module-card-header .eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));margin-bottom:.5rem;font-weight:600}.module-card-header h3{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin:0;letter-spacing:-.02em}.module-card-body{flex:1;margin-bottom:1.5rem}.module-card-count{font-size:3rem;font-weight:800;background:linear-gradient(135deg,hsl(var(--sunset-gold)),hsl(var(--ocean-deep)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.05em;line-height:1}.module-card-body p{color:hsl(var(--muted-foreground));line-height:1.6;margin:0}.module-card-footer{font-size:.875rem;color:hsl(var(--primary));font-weight:600;display:flex;align-items:center;gap:.5rem;transition:transform .2s}.module-card:hover .module-card-footer{transform:translate(4px)}.form-section{margin-bottom:2.5rem}.form-section:last-of-type{margin-bottom:0}.form-section-title{font-size:1.375rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid hsl(var(--border));letter-spacing:-.02em}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}label{display:flex;flex-direction:column;gap:.625rem}.label-text{font-size:.875rem;font-weight:600;color:hsl(var(--foreground));letter-spacing:.01em}.required{color:hsl(var(--destructive))}input,textarea{padding:.75rem 1rem;border:2px solid hsl(var(--input));border-radius:calc(var(--radius) / 2);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.9375rem;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit}input:hover,textarea:hover{border-color:hsl(var(--border))}input:focus,textarea:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 4px hsl(var(--ring) / .1);background:hsl(var(--card))}textarea{resize:vertical;min-height:120px;line-height:1.6}.error-field input,.error-field textarea{border-color:hsl(var(--destructive));background:hsl(var(--destructive) / .05)}.error-field input:focus,.error-field textarea:focus{box-shadow:0 0 0 4px hsl(var(--destructive) / .1)}.error{font-size:.8125rem;color:hsl(var(--destructive));font-weight:500;margin-top:.25rem}.form-actions{display:flex;gap:1rem;margin-top:2.5rem;padding-top:2rem;border-top:2px solid hsl(var(--border))}.practice-editor{display:flex;flex-direction:column;gap:1.5rem}.practice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.practice-grid{display:flex;flex-direction:column;gap:1.5rem}.practice-card-editor{background:hsl(var(--muted) / .3);border:2px solid hsl(var(--border));border-radius:calc(var(--radius) / 2);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;transition:all .2s}.practice-card-editor:hover{border-color:hsl(var(--primary) / .3);background:hsl(var(--muted) / .4)}.practice-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.practice-card-header strong{font-size:1.0625rem;color:hsl(var(--foreground));font-weight:700}.data-table-container{overflow-x:auto;border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:linear-gradient(180deg,hsl(var(--muted)),hsl(var(--muted) / .8))}.data-table th{padding:1.25rem 1rem;text-align:left;font-size:.8125rem;font-weight:700;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid hsl(var(--border));white-space:nowrap}.data-table td{padding:1.25rem 1rem;border-bottom:1px solid hsl(var(--border));vertical-align:top}.data-table-row{transition:all .2s}.data-table-row:hover{background:hsl(var(--muted) / .4)}.data-table-row:last-child td{border-bottom:none}.table-cell-name{display:flex;flex-direction:column;gap:.375rem}.table-cell-name strong{font-size:.9375rem;color:hsl(var(--foreground));font-weight:700}.table-cell-description{font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.5}.table-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 1px 2px #0000001a}.badge-onsite{background:hsl(var(--sunset-gold-light));color:hsl(var(--sunset-gold-subtle));border:1px solid hsl(var(--sunset-gold) / .2)}.badge-online{background:hsl(var(--ocean-deep-light));color:hsl(var(--ocean-deep-subtle));border:1px solid hsl(var(--ocean-deep) / .2)}.badge-practice{background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border))}.table-cell-schedule{display:flex;flex-direction:column;gap:.375rem}.schedule-day{font-size:.9375rem;font-weight:600;color:hsl(var(--foreground))}.schedule-time{font-size:.8125rem;color:hsl(var(--muted-foreground));font-weight:500}.schedule-timezone{font-size:.6875rem;color:hsl(var(--muted-foreground));opacity:.7}.table-cell-location{display:flex;flex-direction:column;gap:.375rem}.location-address{font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.4}.meeting-link{color:hsl(var(--primary));text-decoration:none;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem;transition:all .2s}.meeting-link:hover{color:hsl(var(--primary) / .8);text-decoration:underline;gap:.5rem}.table-actions{display:flex;gap:.5rem}.table-action-button{padding:.5rem 1rem;font-size:.8125rem;font-weight:600;border-radius:calc(var(--radius) / 2);border:2px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.table-action-edit:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));transform:translateY(-1px);box-shadow:0 2px 4px hsl(var(--primary) / .3)}.table-action-delete:hover{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));border-color:hsl(var(--destructive));transform:translateY(-1px);box-shadow:0 2px 4px hsl(var(--destructive) / .3)}.empty-state{text-align:center;padding:5rem 2rem;background:hsl(var(--card));border:2px dashed hsl(var(--border));border-radius:var(--radius);transition:all .3s}.empty-state:hover{border-color:hsl(var(--primary) / .3);background:hsl(var(--muted) / .2)}.empty-state-title{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.75rem;letter-spacing:-.02em}.empty-state-message{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.6}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;gap:1.5rem}.loading-spinner{width:48px;height:48px;border:4px solid hsl(var(--muted));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:16px;height:16px;border:2px solid hsl(var(--primary-foreground) / .3);border-top-color:hsl(var(--primary-foreground));border-radius:50%;animation:spin .6s linear infinite}.toast-container{position:fixed;top:1.5rem;right:1.5rem;z-index:1000;display:flex;flex-direction:column;gap:.75rem;max-width:420px}.toast{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:0 4px 16px #00000026,0 2px 4px #0000001a;animation:slideIn .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.toast.success{border-left:4px solid hsl(var(--primary));background:linear-gradient(90deg,hsl(var(--primary) / .05),hsl(var(--card)))}.toast.error{border-left:4px solid hsl(var(--destructive));background:linear-gradient(90deg,hsl(var(--destructive) / .05),hsl(var(--card)))}.toast.info{border-left:4px solid hsl(var(--secondary));background:linear-gradient(90deg,hsl(var(--secondary) / .05),hsl(var(--card)))}.toast-icon{flex-shrink:0;margin-top:.125rem;width:20px;height:20px}.toast.success .toast-icon{color:hsl(var(--primary))}.toast.error .toast-icon{color:hsl(var(--destructive))}.toast.info .toast-icon{color:hsl(var(--secondary))}.toast-content{flex:1}.toast-content strong{display:block;font-size:.9375rem;font-weight:700;margin-bottom:.375rem;color:hsl(var(--foreground))}.toast-content p{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.5}.toast-close{flex-shrink:0;padding:.25rem;background:transparent;border:none;cursor:pointer;color:hsl(var(--muted-foreground));border-radius:calc(var(--radius) / 4);transition:all .2s;opacity:.6}.toast-close:hover{opacity:1;background:hsl(var(--muted))}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,hsl(var(--sunset-gold) / .03),hsl(var(--ocean-deep) / .03))}.auth-container .card{width:100%;max-width:440px;box-shadow:0 8px 24px #0000001f,0 4px 8px #00000014}.auth-container h2{font-size:2rem;font-weight:800;margin-bottom:2rem;text-align:center;letter-spacing:-.03em;background:linear-gradient(135deg,hsl(var(--sunset-gold)),hsl(var(--ocean-deep)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-container form{display:flex;flex-direction:column;gap:1.75rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.text-muted,.text-muted-foreground{color:hsl(var(--muted-foreground))}@media(max-width:768px){.dashboard-content{padding:1rem}.topbar{padding:1rem 1.5rem}.topbar h1{font-size:1.25rem}.form-grid,.stats-grid,.modules-grid{grid-template-columns:1fr}.data-table-container{font-size:.875rem}.data-table th,.data-table td{padding:1rem .75rem}.section-header h2{font-size:1.75rem}.toast-container{top:1rem;right:1rem;left:1rem;max-width:none}}@media print{.sidebar,.topbar,.form-actions,.table-actions{display:none}.dashboard-content{padding:0}}:root{--background: 35 25% 97%;--foreground: 20 20% 15%;--card: 35 25% 97%;--card-foreground: 20 20% 15%;--popover: 35 25% 97%;--popover-foreground: 20 20% 15%;--primary: 25 85% 45%;--primary-foreground: 35 25% 97%;--secondary: 200 85% 35%;--secondary-foreground: 35 25% 97%;--muted: 35 15% 92%;--muted-foreground: 20 10% 45%;--accent: 35 45% 85%;--accent-foreground: 20 20% 15%;--destructive: 0 72% 40%;--destructive-foreground: 35 25% 97%;--border: 35 20% 88%;--input: 35 20% 90%;--ring: 25 85% 45%;--desert-sand: 35 45% 85%;--ocean-deep: 200 85% 35%;--sunset-gold: 25 85% 45%;--earth-brown: 20 20% 15%;--warm-cream: 35 25% 97%;--gradient-desert: linear-gradient(135deg, hsl(var(--sunset-gold)), hsl(var(--desert-sand)));--gradient-ocean: linear-gradient(180deg, hsl(var(--ocean-deep)), hsl(200 85% 45%));--gradient-hero: linear-gradient(120deg, hsl(var(--sunset-gold) / .95), hsl(var(--ocean-deep) / .85));--shadow-warm: 0 20px 45px -20px hsl(var(--sunset-gold) / .5);--shadow-deep: 0 25px 60px -25px hsl(var(--ocean-deep) / .45);--radius: 16px;--sidebar-background: 35 30% 96%;--sidebar-foreground: 20 20% 20%;--sidebar-accent: 35 20% 92%;--sidebar-accent-foreground: 20 25% 20%;--sidebar-border: 35 15% 85%;--sunset-gold-light: 25 85% 95%;--sunset-gold-subtle: 25 85% 50%;--ocean-deep-light: 200 85% 95%;--ocean-deep-subtle: 200 85% 40%;--shadow-subtle: 0 1px 3px rgba(0, 0, 0, .08);--shadow-card: 0 2px 4px rgba(0, 0, 0, .06)}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:hsl(var(--foreground));background:hsl(var(--background))}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
