html{font-size:16px}body{margin:0;padding:0;overflow-x:hidden}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#14213d;background:#f4f7fb;line-height:1.5;font-weight:400;--bg: #f4f7fb;--panel: #ffffff;--panel-soft: #f8fbff;--text: #14213d;--muted: #5b6b84;--border: #d9e2ec;--primary: #1d4ed8;--primary-dark: #163ea9;--secondary: #e8eef7;--success: #0f9f6e;--danger: #d64545;--warning: #b7791f;--warning-bg: #fff7e6;--shadow: 0 10px 30px rgba(20, 33, 61, .08);--radius: 20px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;background:var(--bg);color:var(--text);width:100%;max-width:100vw;overflow-x:hidden}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.ph-login-page,.ph-simple-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.ph-login-panel,.ph-simple-card{width:100%;max-width:560px}.ph-login-brand{display:flex;align-items:center;gap:16px;margin-bottom:24px}.ph-brand-mark{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:var(--shadow)}.ph-brand-mark.large{width:68px;height:68px;font-size:1.2rem}.ph-login-brand h1,.ph-simple-card h1,.ph-page-header h2{margin:0}.ph-login-brand p,.ph-simple-card p,.ph-subtitle,.ph-muted,.ph-section-heading p,.ph-transaction-item p,.ph-user-chip p,.ph-empty-state p{margin:0;color:var(--muted)}.ph-login-card,.ph-card,.ph-simple-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.ph-login-card,.ph-simple-card,.ph-card{padding:28px}.ph-form{display:grid;gap:16px}.ph-field{display:grid;gap:8px}.ph-field span{font-weight:700}.ph-field input,.ph-select,.ph-textarea{min-height:56px;border-radius:16px;border:1px solid var(--border);padding:12px 16px;background:#fff;color:var(--text)}.ph-textarea{min-height:140px;resize:vertical}.ph-button{min-height:54px;border:none;border-radius:16px;padding:0 20px;cursor:pointer;font-weight:700;transition:.2s ease;display:inline-flex;align-items:center;justify-content:center}.ph-button:hover{transform:translateY(-1px)}.ph-button-primary{background:var(--primary);color:#fff}.ph-button-primary:hover{background:var(--primary-dark)}.ph-button-secondary{background:var(--secondary);color:var(--text)}.ph-button-link{text-decoration:none}.ph-error-box,.ph-success-box{border-radius:14px;padding:14px 16px}.ph-error-box{background:#fff1f1;border:1px solid #f3c4c4;color:#8e2424}.ph-success-box{margin-top:16px;background:#eefcf4;border:1px solid #bee4cb;color:#11663f}.ph-demo-panel{margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.ph-demo-title{margin:0 0 12px;font-weight:700}.ph-demo-actions{display:grid;gap:12px}.ph-demo-note{margin-top:12px;color:var(--muted);font-size:.95rem}.ph-app{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden}.ph-main{width:100%;max-width:100%;min-width:0;overflow-x:hidden;padding:22px}.ph-sidebar{background:#0f172a;color:#fff;padding:24px;display:flex;flex-direction:column;gap:24px}.ph-brand{display:flex;gap:14px;align-items:center}.ph-brand h1{margin:0;font-size:1.2rem}.ph-brand p{margin:0;color:#ffffffb8}.ph-nav{display:grid;gap:10px}.ph-nav-link{min-height:52px;border-radius:14px;padding:14px 16px;display:flex;align-items:center;background:#ffffff0f;color:#ffffffeb;font-weight:600}.ph-nav-link-active{background:#3b82f647;color:#fff}.ph-sidebar-footer{margin-top:auto;display:grid;gap:14px}.ph-user-chip{display:flex;align-items:center;gap:12px;background:#ffffff0f;border-radius:16px;padding:12px}.ph-user-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#ffffff24;font-weight:800}.ph-page-header{margin-bottom:24px}.ph-eyebrow{margin:0 0 8px;color:var(--primary);font-weight:800;text-transform:uppercase;font-size:.8rem;letter-spacing:.08em}.ph-page-content{display:grid;gap:24px}.ph-grid{display:grid;gap:20px}.ph-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ph-card-label{margin:0 0 8px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.ph-stat-value{font-size:2rem;margin:0 0 8px}.ph-section-heading{margin-bottom:16px}.ph-section-heading-flex{display:flex;justify-content:space-between;gap:16px;align-items:start}.ph-section-heading h3,.ph-tile h4,.ph-notification h4,.ph-empty-state h3{margin:0 0 6px}.ph-transaction-list,.ph-notification-list{display:grid;gap:14px}.ph-transaction-item,.ph-notification,.ph-tile,.ph-empty-state{background:var(--panel-soft);border:1px solid var(--border);border-radius:16px;padding:16px}.ph-transaction-item{display:flex;justify-content:space-between;gap:16px;align-items:center}.ph-notification-unread{border-color:#94b8ff;background:#f3f7ff}.ph-amount-in{color:var(--success);font-weight:800}.ph-amount-out{color:var(--danger);font-weight:800}.ph-badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef4fb;color:#334155;font-size:.88rem}.ph-badge-warning{background:var(--warning-bg);color:var(--warning)}.ph-table-wrap{overflow-x:auto}.ph-table{width:100%;border-collapse:collapse}.ph-table th,.ph-table td{text-align:left;padding:16px 12px;border-bottom:1px solid var(--border);vertical-align:top}.ph-table th{color:var(--muted);font-size:.92rem}.ph-inline-link{color:var(--primary);font-weight:700}.ph-callout{border-radius:16px;padding:16px}.ph-callout-warning{background:var(--warning-bg);color:#6e531c;border:1px solid #f1d491}.ph-simple-list{margin:0;padding-left:18px;display:grid;gap:10px}.ph-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.ph-empty-state{text-align:center}@media (max-width: 980px){.ph-app,.ph-grid-2,.ph-grid-3{grid-template-columns:1fr}}.ph-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ph-button-small{min-height:38px;padding:0 14px;border-radius:12px}.ph-checkbox-row{display:flex;gap:10px;align-items:center;font-weight:600}.ph-notification-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}.ph-callout-soft{background:#f5f8ff;border:1px solid #d8e4ff;color:var(--text)}.ph-transaction-meta{display:flex;align-items:center;gap:12px}.ph-badge-success{background:#e7f8ef;color:#167a4a}.ph-badge-info{background:#eaf2ff;color:#265dc7}@media (max-width: 980px){.ph-grid-4{grid-template-columns:1fr}.ph-section-heading-flex{flex-direction:column}}.ph-field-inline{margin-bottom:16px}.ph-inline-actions-wrap{flex-wrap:wrap}.ph-student-profile-grid{display:grid;gap:20px;grid-template-columns:1fr 1.3fr 1.2fr}.ph-student-profile-grid-lower{margin-top:24px;grid-template-columns:1fr 1.4fr}.ph-profile-balance{font-size:3rem;font-weight:800;line-height:1;margin-bottom:16px}.ph-profile-meta-list{display:grid;gap:10px;color:var(--muted);font-size:1.1rem}.ph-profile-login-box{display:grid;gap:10px;margin-bottom:18px}.ph-profile-login-box p{margin:0}.ph-inline-actions{display:flex;gap:10px;flex-wrap:wrap}.ph-inline-actions-between{justify-content:space-between;margin-bottom:16px}.ph-inline-actions-end{justify-content:flex-end;margin-bottom:16px}.ph-button-danger-soft{background:#f6dde2;color:#a12c45}.ph-direct-debit-list{display:grid;gap:14px}.ph-direct-debit-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--panel-soft)}.ph-direct-debit-row p{margin:4px 0 0;color:var(--muted)}.ph-report-list{display:grid;gap:12px}.ph-report-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--panel-soft)}.ph-report-row p{margin:4px 0 0;color:var(--muted)}@media (max-width: 1100px){.ph-student-profile-grid,.ph-student-profile-grid-lower{grid-template-columns:1fr}}.ph-dashboard-top-grid{display:grid;gap:20px;grid-template-columns:1fr 1fr}.ph-class-toggle-bar{display:flex;gap:10px;flex-wrap:wrap}.ph-flagged-panel{display:flex;gap:16px;align-items:center;padding:8px 0}.ph-flagged-icon{width:52px;height:52px;border-radius:16px;background:#ffe2b8;color:#a85a00;display:grid;place-items:center;font-size:1.6rem;font-weight:800;flex-shrink:0}.ph-flagged-count{font-size:1.6rem;font-weight:800;margin-bottom:4px}.ph-student-balance-board{display:grid;gap:0;border:1px solid var(--border);border-radius:22px;overflow:hidden;background:var(--panel)}.ph-student-balance-header{display:grid;grid-template-columns:1fr auto;gap:16px;padding:20px 24px;background:var(--panel-soft);border-bottom:1px solid var(--border);font-weight:800;color:var(--muted)}.ph-student-balance-row{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;width:100%;border:none;border-bottom:1px solid var(--border);background:#fff;padding:20px 24px;text-align:left;cursor:pointer}.ph-student-balance-row:last-child{border-bottom:none}.ph-student-balance-row:hover{background:#f8fbff}.ph-student-balance-left{display:flex;align-items:center;gap:14px;min-width:0}.ph-student-avatar{width:42px;height:42px;border-radius:50%;background:#d9deea;color:#334155;display:grid;place-items:center;font-weight:800;flex-shrink:0}.ph-student-name{font-size:1.05rem;font-weight:700}.ph-student-balance-right{display:flex;align-items:center;gap:18px;justify-content:flex-end}.ph-student-balance-value{font-size:1.1rem;font-weight:800;color:var(--text)}.ph-student-balance-negative{color:#c74a4a}.ph-student-row-arrow{font-size:2rem;line-height:1;color:#304a73}@media (max-width: 980px){.ph-dashboard-top-grid{grid-template-columns:1fr}.ph-student-balance-header,.ph-student-balance-row{padding:16px 18px}}.ph-app-student{background:#eef3f9}.ph-main-student{padding-bottom:92px}.ph-page-header-student{margin-bottom:18px}.ph-page-content-student{gap:18px}.ph-student-home-top,.ph-student-home-split{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.ph-mobile-balance-card,.ph-mobile-savings-card,.ph-mobile-card-panel{border-radius:20px;background:linear-gradient(135deg,#123f8a,#1d5ed8);color:#fff;padding:22px}.ph-mobile-savings-card{background:linear-gradient(135deg,#147a68,#17a589)}.ph-mobile-balance-label{font-size:.95rem;opacity:.88;margin-bottom:10px}.ph-mobile-balance-value{font-size:2.4rem;font-weight:800;line-height:1;margin-bottom:12px}.ph-mobile-balance-meta{opacity:.88}.ph-mobile-action-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.ph-mobile-action-button{min-height:72px;border-radius:18px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;text-align:center;padding:12px}.ph-account-details-card{display:grid;gap:12px}.ph-account-detail-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}.ph-account-detail-row:last-child{border-bottom:none}.ph-upcoming-payment-list{display:grid;gap:12px}.ph-upcoming-payment-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}.ph-upcoming-payment-row:last-child{border-bottom:none}.ph-mobile-card-visual{min-height:190px;border-radius:22px;background:linear-gradient(135deg,#0b1630,#19335f);padding:20px;display:flex;flex-direction:column;justify-content:space-between;color:#fff}.ph-mobile-card-brand{font-weight:800;opacity:.9}.ph-mobile-card-number{font-size:1.35rem;letter-spacing:.08em;font-weight:700}.ph-mobile-card-name{font-weight:700}.ph-mobile-tabs{display:none}@media (max-width: 980px){.ph-app-student{display:block;min-height:100vh}.ph-app-student .ph-sidebar{display:none}.ph-student-home-top,.ph-student-home-split,.ph-mobile-action-grid{grid-template-columns:1fr}.ph-main-student{padding:18px 16px 92px}.ph-page-header-student{margin-bottom:16px}.ph-mobile-tabs{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 24px #14213d14;z-index:50}.ph-mobile-tab{min-height:64px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--muted)}.ph-mobile-tab-active{color:var(--primary);background:#f2f7ff}}.ph-payment-toggle{display:inline-flex;gap:6px;padding:6px;background:#edf2f7;border-radius:16px;margin-bottom:16px}.ph-payment-toggle button{min-height:48px;border:none;border-radius:12px;padding:0 16px;background:transparent;font-weight:700;cursor:pointer}.ph-payment-toggle-active{background:#fff!important;box-shadow:0 3px 12px #14213d14;color:var(--primary)}.ph-check-payment-card{border:1px solid var(--border);border-radius:18px;padding:18px;background:var(--panel-soft)}.ph-check-payment-card h3{margin-top:0;margin-bottom:14px}.ph-success-box{background:#eefaf3;border:1px solid #bfe3cb;color:#166534;padding:14px 16px;border-radius:14px;margin-bottom:14px}.ph-success-inline{color:#166534;font-weight:700;margin-top:12px}.ph-card a{display:block}.ph-mobile-balance-card,.ph-mobile-savings-card{transition:transform .18s ease,box-shadow .18s ease}a:hover .ph-mobile-balance-card,a:hover .ph-mobile-savings-card{transform:translateY(-2px);box-shadow:0 12px 28px #14213d1f}@media (max-width: 768px){.ph-sidebar{display:none}.ph-main{margin-left:0;padding-bottom:90px}.ph-page-header{padding:16px 20px 10px}.ph-page-header h2{font-size:22px}.ph-mobile-tabs{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;height:70px;background:#fff;border-top:1px solid #e6e8ec;z-index:1000}.ph-mobile-tab{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:13px;text-decoration:none;color:#6b7280}.ph-mobile-tab-active{color:#1d4ed8;font-weight:600}.ph-student-home-top{display:flex;flex-direction:column;gap:16px}.ph-mobile-action-grid{grid-template-columns:1fr 1fr;gap:14px}.ph-mobile-action-button{padding:16px;font-size:16px}.ph-transaction-item{padding:16px 14px}}.ph-student-hero{position:relative;min-height:260px;border-radius:24px;overflow:hidden;padding:18px 18px 22px;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:space-between}.ph-student-hero-topnav,.ph-student-hero-actions{position:relative;z-index:2}.ph-student-hero-topnav{display:flex;align-items:center;gap:18px}.ph-student-hero-toplink{color:#fff;text-decoration:none;font-weight:600;font-size:16px;padding-bottom:4px;border-bottom:2px solid transparent}.ph-student-hero-toplink-active{border-bottom-color:#fff}.ph-student-hero-actions{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:760px;margin:auto auto 10px}.ph-student-hero-actions-mobile{display:none}.ph-student-hero-action{width:150px;text-decoration:none;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.ph-student-hero-action-circle{width:96px;height:96px;border-radius:999px;background:#fffffffa;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px #00000040}.ph-student-hero-action-icon{font-size:42px;line-height:1;color:#d62828}.ph-student-hero-action-text{font-size:14px;line-height:1.25;font-weight:600;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.45)}.ph-student-products-list{display:flex;flex-direction:column;gap:14px}.ph-student-product-card{display:flex;justify-content:space-between;align-items:center;gap:16px;text-decoration:none;border:1px solid var(--border);border-radius:18px;background:#fff;padding:18px 16px;box-shadow:0 4px 12px #14213d0d}.ph-student-product-left{display:flex;flex-direction:column;gap:6px;min-width:0}.ph-student-product-title{font-size:18px;font-weight:700;color:#1b2640}.ph-student-product-subtitle{font-size:14px;color:#667085}.ph-student-product-right{margin-left:auto;text-align:right;flex-shrink:0}.ph-student-product-balance{font-size:22px;font-weight:800;line-height:1;color:#0f172a}.ph-discover-viewport{width:100%;max-width:100%;overflow:hidden}.ph-discover-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%}.ph-discover-grid::-webkit-scrollbar{height:8px}.ph-discover-grid::-webkit-scrollbar-thumb{background:#0f172a2e;border-radius:999px}.ph-discover-card{width:100%;background:#fff;border:0;border-radius:18px;padding:16px;box-shadow:0 6px 16px #00000014;cursor:pointer;text-align:left}.ph-discover-image-wrap{width:100%;height:150px;border-radius:16px;overflow:hidden;background:#f5f5f5;margin-bottom:12px}.ph-discover-image{width:100%;height:100%;object-fit:cover;display:block}.ph-discover-text{display:flex;flex-direction:column;gap:6px}.ph-discover-title{font-size:18px;font-weight:700;line-height:1.2;color:#111827}.ph-discover-subtitle{font-size:14px;line-height:1.4;color:#4b5563}.ph-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.ph-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:80vh;overflow:auto}.ph-modal-header{display:flex;justify-content:space-between;padding:16px;border-bottom:1px solid #eee}.ph-modal-content{padding:16px}.ph-modal-footer{padding:16px;border-top:1px solid #eee}@media (max-width: 768px){.ph-student-hero{min-height:230px;padding:16px 14px 18px}.ph-student-hero-topnav{gap:14px}.ph-student-hero-toplink{font-size:15px}.ph-student-hero-actions-desktop{display:none}.ph-student-hero-actions-mobile{display:flex;justify-content:space-between;width:100%;gap:12px}.ph-student-hero-action{width:92px;gap:8px}.ph-student-hero-action-circle{width:58px;height:58px;border-radius:999px;background:#fffffffa;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px #00000038}.ph-student-hero-action-icon{font-size:24px;line-height:1;color:#d62828}.ph-student-hero-action-text{font-size:11px;line-height:1.2}.ph-student-product-title{font-size:16px}.ph-student-product-subtitle{font-size:13px}.ph-student-product-balance{font-size:18px}.ph-discover-grid{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;width:100%;max-width:100%;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.ph-discover-card{flex:0 0 220px;min-width:220px;max-width:220px}.ph-discover-image-wrap{height:110px}.ph-discover-title{font-size:17px}.ph-discover-subtitle{font-size:13px}}.ph-teacher-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px;flex-wrap:wrap}.ph-teacher-select-all{display:flex;align-items:center;gap:10px;font-weight:700}.ph-teacher-search{min-height:48px;min-width:240px;border-radius:14px;border:1px solid var(--border);padding:0 14px;background:#fff}.ph-student-balance-header-teacher,.ph-student-balance-row-teacher{grid-template-columns:80px 1fr auto 90px}.ph-teacher-sticky-actions{position:sticky;bottom:16px;z-index:20;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 18px;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:0 10px 24px #14213d1a}.ph-teacher-sticky-summary{font-weight:800}.ph-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.ph-modal-card{width:100%;max-width:560px;background:#fff;border-radius:24px;padding:24px;box-shadow:0 18px 40px #14213d2e}@media (max-width: 980px){.ph-student-balance-header-teacher,.ph-student-balance-row-teacher{grid-template-columns:56px 1fr}.ph-student-balance-header-teacher span:nth-child(3),.ph-student-balance-header-teacher span:nth-child(4){display:none}.ph-student-balance-row-teacher>div:nth-child(3),.ph-student-balance-row-teacher>div:nth-child(4){grid-column:2}.ph-teacher-sticky-actions{flex-direction:column;align-items:stretch}.ph-modal-card{padding:20px;border-radius:20px}}.ph-student-pick-list{display:grid;gap:10px;max-height:240px;overflow:auto;border:1px solid var(--border);border-radius:16px;padding:12px;background:var(--panel-soft)}.ph-student-pick-item{display:flex;align-items:center;gap:10px;font-weight:600}.ph-recurring-list{display:grid;gap:14px}.ph-recurring-card{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--panel-soft)}.ph-recurring-card h4{margin:0 0 6px}.ph-recurring-actions{display:grid;gap:10px;justify-items:end}@media (max-width: 980px){.ph-recurring-card{grid-template-columns:1fr;display:grid}.ph-recurring-actions{justify-items:start}}.ph-rewards-alert-list{display:grid;gap:12px}.ph-rewards-alert-card{width:100%;border:1px solid var(--border);border-radius:16px;background:var(--panel-soft);padding:16px;display:flex;justify-content:space-between;gap:16px;align-items:center;text-align:left;cursor:pointer}.ph-rewards-alert-card p{margin:4px 0 0;color:var(--muted)}.ph-rewards-orders-list{display:grid;gap:14px}.ph-rewards-order-card{border:1px solid var(--border);border-radius:18px;background:var(--panel-soft);padding:16px;display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.ph-rewards-order-card h4{margin:0 0 8px}.ph-rewards-order-card p{margin:4px 0 0;color:var(--muted)}.ph-rewards-order-side{display:grid;gap:10px;justify-items:end}@media (max-width: 980px){.ph-rewards-order-card{display:grid;grid-template-columns:1fr}.ph-rewards-order-side{justify-items:start}}body{min-height:100vh;overflow-x:hidden}@media (max-width: 1440px){html{font-size:15px}.ph-app{grid-template-columns:220px minmax(0,1fr)}.ph-sidebar{padding:18px;gap:18px}.ph-nav-link{min-height:46px;padding:12px 14px;font-size:.95rem}.ph-main{padding:18px}.ph-page-header{margin-bottom:18px}.ph-page-content{gap:18px}.ph-grid{gap:16px}.ph-login-card,.ph-simple-card,.ph-card{padding:20px}.ph-stat-value{font-size:1.6rem}.ph-profile-balance{font-size:2.3rem}.ph-mobile-balance-value{font-size:2rem}.ph-student-balance-header,.ph-student-balance-row{padding:16px 18px}.ph-student-hero{min-height:220px}}@media (max-width: 768px){.ph-app{display:block!important;min-height:100vh!important;width:100%!important;overflow-x:hidden!important}.ph-sidebar{display:none!important}.ph-main{width:100%!important;max-width:100%!important;min-width:0!important;padding:12px 12px 88px!important;overflow-x:hidden!important}.ph-mobile-tabs{display:flex!important}.ph-student-page,.ph-page,.ph-section,.ph-card{min-width:0!important}.ph-student-hero{display:flex!important;flex-direction:column!important;gap:14px!important;padding:16px!important;border-radius:18px!important;min-width:0!important}.ph-student-hero h1,.ph-student-hero h2{font-size:24px!important;line-height:1.15!important}.ph-student-hero p{font-size:14px!important;line-height:1.45!important}.ph-student-summary-grid,.ph-summary-grid,.ph-dashboard-grid,.ph-overview-grid,.ph-grid-2,.ph-grid-3,.ph-two-col,.ph-split,.ph-panels{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.ph-card,.ph-panel,.ph-widget,.ph-table-wrap,.ph-form{width:100%!important;min-width:0!important;overflow-x:hidden!important}.ph-discover-grid{display:flex!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:6px!important;margin-right:-4px!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.ph-discover-grid>*{flex:0 0 82%!important;min-width:82%!important;max-width:82%!important;scroll-snap-align:start}.ph-discover-grid *,.ph-student-hero *,.ph-card *,.ph-panel *{min-width:0!important}}@media (max-width: 520px){.ph-main{padding:10px 10px 92px!important}.ph-student-hero{padding:14px!important;border-radius:16px!important}.ph-student-hero h1,.ph-student-hero h2{font-size:21px!important}.ph-discover-grid>*{flex:0 0 88%!important;min-width:88%!important;max-width:88%!important}}.ph-student-hero-actions-desktop{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%!important;max-width:760px!important;margin:auto auto 10px!important}.ph-student-hero-actions-mobile{display:none!important}@media (max-width: 768px){.ph-student-hero-actions-desktop{display:none!important}.ph-student-hero-actions-mobile{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;width:100%!important}.ph-student-hero-actions-mobile .ph-student-hero-action{min-width:0!important;width:100%!important}}
