:root{--rs-green-900:#0f3d2e;--rs-green-700:#14532d;--rs-green-600:#1a7a4c;--rs-green-500:#22a05f;--rs-green-100:#e6f5ec;--rs-orange:#f59e0b;--rs-blue:#2563eb;--rs-purple:#7c3aed;--rs-ink:#111827;--rs-gray:#6b7280;--rs-gray-soft:#9ca3af;--rs-bg:#f4faf6;--rs-white:#fff;--rs-border:#1118270f;--rs-shadow:0 10px 30px #0f3d2e14;--rs-radius-lg:22px;--rs-radius-md:16px;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}.home{min-height:100vh;color:var(--rs-ink);background:linear-gradient(#f4faf6 0%,#eef7f1 40%,#f4faf6 100%);padding:24px clamp(20px,5vw,64px) 60px}.home-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.brand{align-items:center;gap:14px;min-width:0;display:flex}.brand-logo{object-fit:contain;flex-shrink:0;width:56px;height:56px}.brand-text{flex-direction:column;min-width:0;line-height:1.25;display:flex}.brand-name{letter-spacing:.02em;color:var(--rs-green-700);white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:800;overflow:hidden}.brand-tagline{color:var(--rs-gray);font-size:13px}.header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.help-pill{background:var(--rs-white);color:var(--rs-green-700);box-shadow:var(--rs-shadow);border:1px solid var(--rs-border);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.help-pill:hover{transform:translateY(-1px);box-shadow:0 14px 34px #0f3d2e1f}.help-icon{background:var(--rs-green-100);width:20px;height:20px;color:var(--rs-green-700);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.menu-wrap{position:relative}.dots-btn{border:1px solid var(--rs-border);background:var(--rs-white);width:40px;height:40px;box-shadow:var(--rs-shadow);color:var(--rs-gray);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:transform .15s,box-shadow .15s,color .15s;display:inline-flex}.dots-btn:hover{color:var(--rs-green-700);transform:translateY(-1px);box-shadow:0 14px 34px #0f3d2e1f}.dots-menu{background:var(--rs-white);border:1px solid var(--rs-border);border-radius:var(--rs-radius-md);z-index:20;min-width:170px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 40px #0f3d2e24}.dots-menu-item{color:var(--rs-ink);white-space:nowrap;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:13.5px;font-weight:700;text-decoration:none;display:flex}.dots-menu-item:hover{background:var(--rs-green-100);color:var(--rs-green-700)}.header-avatar{border:2px solid var(--rs-green-600);width:44px;height:44px;box-shadow:var(--rs-shadow);border-radius:50%;flex-shrink:0;display:block;overflow:hidden}.header-avatar img{object-fit:cover;width:100%;height:100%;display:block}.hero{grid-template-columns:1.05fr 1fr .82fr;align-items:center;gap:28px;padding:40px 0 44px;display:grid}.hero-eyebrow{color:var(--rs-green-600);margin:0 0 6px;font-size:18px;font-weight:700}.hero-title{letter-spacing:-.01em;color:var(--rs-green-700);margin:0;font-size:clamp(30px,3.6vw,42px);font-weight:900;line-height:1.08}.hero-subtitle{color:#374151;margin:10px 0 0;font-size:clamp(15px,1.6vw,18px);font-weight:600}.hero-rule{background:var(--rs-orange);border-radius:4px;width:60px;height:4px;margin:18px 0}.hero-lede{color:var(--rs-gray);max-width:42ch;margin:0 0 22px;font-size:15px;line-height:1.6}.hero-cta{background:var(--rs-green-700);color:var(--rs-white);border-radius:12px;align-items:center;gap:10px;width:fit-content;padding:13px 22px;font-size:14.5px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 12px 26px #14532d40}.hero-cta:hover{transform:translateY(-1px);box-shadow:0 16px 32px #14532d4d}.hero-cta-icon{font-size:15px}.hero-art{justify-content:center;display:flex}.hero-photo{border-radius:var(--rs-radius-lg);width:100%;max-width:460px;height:auto;box-shadow:var(--rs-shadow);object-fit:cover}.hero-side{justify-content:flex-end;display:flex}.calendar-card{background:var(--rs-white);border-radius:var(--rs-radius-lg);box-shadow:var(--rs-shadow);border:1px solid var(--rs-border);width:100%;max-width:340px;padding:22px 22px 18px}.calendar-title{color:var(--rs-ink);margin:0 0 14px;font-size:18px;font-weight:800}.calendar-nav{align-items:center;gap:8px;margin-bottom:12px;display:flex}.calendar-arrow{border:1px solid var(--rs-border);background:var(--rs-bg);width:26px;height:26px;color:var(--rs-ink);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex}.calendar-arrow:hover{background:var(--rs-green-100)}.calendar-month-label{text-align:center;color:var(--rs-ink);flex:1;font-size:14px;font-weight:700}.calendar-today-btn{background:var(--rs-green-100);color:var(--rs-green-700);cursor:pointer;border:none;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.calendar-today-btn:hover{background:#d5eee1}.calendar-weekdays{text-align:center;color:var(--rs-gray-soft);grid-template-columns:repeat(7,1fr);margin-bottom:6px;font-size:11.5px;font-weight:700;display:grid}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.calendar-cell{aspect-ratio:1;color:var(--rs-ink);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.calendar-cell.muted{color:#d1d5db}.calendar-cell.today{background:var(--rs-green-700);color:var(--rs-white);font-weight:800}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px;display:grid}.stat-card{background:var(--rs-white);border-radius:var(--rs-radius-lg);box-shadow:var(--rs-shadow);border:1px solid var(--rs-border);padding:22px 22px 18px;position:relative;overflow:hidden}.stat-icon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;font-size:20px;display:flex}.stat-green .stat-icon{background:var(--rs-green-100)}.stat-orange .stat-icon{background:#fef3d9}.stat-blue .stat-icon{background:#e2ebff}.stat-body{flex-direction:column;margin-bottom:22px;display:flex}.stat-value{color:var(--rs-ink);font-size:26px;font-weight:800;line-height:1.2}.stat-label{color:var(--rs-gray);font-size:13.5px;font-weight:600}.stat-sparkline{width:100%;height:30px;display:block}.stat-sparkline polyline{fill:none;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round}.stat-green .stat-sparkline polyline{stroke:var(--rs-green-500)}.stat-orange .stat-sparkline polyline{stroke:var(--rs-orange)}.stat-blue .stat-sparkline polyline{stroke:var(--rs-blue)}.roles-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:20px;margin-bottom:40px;display:grid}.role-card{border-radius:var(--rs-radius-lg);color:inherit;box-shadow:var(--rs-shadow);border:1px solid var(--rs-border);flex-direction:column;align-items:flex-start;gap:8px;padding:30px 24px 26px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.role-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f3d2e24}.role-corner{opacity:.9;border-style:solid;border-width:0 34px 34px 0;width:0;height:0;position:absolute;top:0;right:0}.role-avatar{border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:6px;font-size:34px;display:flex}.role-title{letter-spacing:.02em;margin:0;font-size:19px;font-weight:800}.role-desc{color:var(--rs-gray);min-height:40px;margin:0 0 14px;font-size:13.5px;line-height:1.5}.role-cta{color:var(--rs-white);border-radius:12px;align-items:center;gap:10px;margin-top:auto;padding:10px 18px;font-size:13.5px;font-weight:700;display:inline-flex}.role-arrow{transition:transform .18s}.role-card:hover .role-arrow{transform:translate(3px)}.role-admin{background:#eefbf3}.role-admin .role-corner{border-color:transparent var(--rs-green-500) transparent transparent}.role-admin .role-avatar{background:radial-gradient(circle at 30% 30%, #34d399, var(--rs-green-600))}.role-admin .role-title{color:var(--rs-green-700)}.role-admin .role-cta{background:var(--rs-green-600)}.role-teacher{background:#fff7ea}.role-teacher .role-corner{border-color:transparent var(--rs-orange) transparent transparent}.role-teacher .role-avatar{background:radial-gradient(circle at 30% 30%, #fcd34d, var(--rs-orange))}.role-teacher .role-title{color:#b45309}.role-teacher .role-cta{background:var(--rs-orange)}.role-student{background:#eaf2ff}.role-student .role-corner{border-color:transparent var(--rs-blue) transparent transparent}.role-student .role-avatar{background:radial-gradient(circle at 30% 30%, #93c5fd, var(--rs-blue))}.role-student .role-title{color:#1e40af}.role-student .role-cta{background:var(--rs-blue)}.role-cashier{background:#fdeeea}.role-cashier .role-corner{border-color:#0000 #ea580c #0000 #0000}.role-cashier .role-avatar{background:radial-gradient(circle at 30% 30%,#fdba74,#ea580c)}.role-cashier .role-title{color:#c2410c}.role-cashier .role-cta{background:#ea580c}.role-parent{background:#f3ecff}.role-parent .role-corner{border-color:transparent var(--rs-purple) transparent transparent}.role-parent .role-avatar{background:radial-gradient(circle at 30% 30%, #c4b5fd, var(--rs-purple))}.role-parent .role-title{color:#5b21b6}.role-parent .role-cta{background:var(--rs-purple)}.home-footer{color:var(--rs-gray-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:20px;font-size:13px;display:flex}.footer-links{align-items:center;gap:10px;display:flex}.footer-links a{color:var(--rs-gray-soft);text-decoration:none}.footer-links a:hover{color:var(--rs-green-700)}.footer-divider{color:#e5e7eb}@media (width<=1100px){.hero{grid-template-columns:1fr 1fr}.hero-side{grid-column:1/-1;justify-content:center}.calendar-card{max-width:460px}}@media (width<=900px){.roles-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.home{padding:16px 16px 40px}.home-header{gap:10px}.brand-name{white-space:normal;font-size:13.5px}.brand-tagline{font-size:11.5px}.brand-logo{width:42px;height:42px}.help-pill span:not(.help-icon){display:none}.help-pill{justify-content:center;width:40px;height:40px;padding:10px}.header-avatar{width:38px;height:38px}.hero{text-align:center;grid-template-columns:1fr;gap:20px;padding:24px 0 28px}.hero-copy{flex-direction:column;align-items:center;display:flex}.hero-rule{margin:16px auto}.hero-lede{max-width:100%}.hero-side{order:3}.stats-grid{grid-template-columns:repeat(2,1fr);gap:14px}.stat-card{padding:16px 16px 14px}.stat-value{font-size:21px}.roles-grid{grid-template-columns:1fr}.home-footer{text-align:center;justify-content:center}}@media (width<=420px){.stats-grid{grid-template-columns:1fr 1fr}.calendar-card{padding:18px 16px 14px}.calendar-cell{font-size:12px}}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f7fb;font-family:Arial,Helvetica,sans-serif}
