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}}.ph-shop-page{min-height:100vh;background:#f2f5fa;color:#172033}.ph-shop-topbar{width:min(1180px,calc(100% - 32px));margin:0 auto;min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:16px}.ph-shop-topbar-hero{color:#fff}.ph-shop-logo{display:block;width:auto;max-width:190px;max-height:58px;object-fit:contain}.ph-shop-training-label{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.22);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.ph-shop-page>.ph-shop-topbar .ph-shop-training-label{color:#21416f;background:#e8eef8;border-color:#d6e0f0}.ph-shop-hero{color:#fff;background:radial-gradient(circle at 84% 14%,rgba(147,197,253,.32),transparent 24%),radial-gradient(circle at 16% 88%,rgba(190,242,100,.14),transparent 28%),linear-gradient(135deg,#091c40,#173e84 55%,#245cba);padding-bottom:48px}.ph-shop-hero-copy{width:min(1180px,calc(100% - 32px));margin:34px auto 0;max-width:1180px}.ph-shop-hero-copy>*{max-width:760px}.ph-shop-hero-copy h1,.ph-shop-checkout-card h1,.ph-shop-receipt-card h1{margin:0;letter-spacing:-.035em;line-height:1.04}.ph-shop-hero-copy h1{font-size:clamp(2.25rem,6vw,4.4rem)}.ph-shop-hero-copy>p:not(.ph-shop-kicker){margin:18px 0 0;font-size:1.12rem;line-height:1.65;color:#ffffffdb}.ph-shop-kicker{margin:0 0 10px;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#4f7fd7}.ph-shop-hero .ph-shop-kicker{color:#cbe1ff}.ph-shop-signed-in,.ph-shop-signin-note{margin-top:24px;width:fit-content;max-width:100%;padding:12px 16px;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff}.ph-shop-content{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:42px 0 64px}.ph-shop-category-section+.ph-shop-category-section{margin-top:44px}.ph-shop-category-heading{display:flex;align-items:center;gap:14px;margin-bottom:18px}.ph-shop-category-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#e7eef9;font-size:1.55rem}.ph-shop-category-heading p{margin:0 0 2px;color:#6f7c92;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.ph-shop-category-heading h2{margin:0;font-size:1.6rem}.ph-shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ph-shop-product-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #dde4ef;border-radius:22px;background:#fff;min-height:220px;padding:22px;text-align:left;color:inherit;cursor:pointer;box-shadow:0 12px 32px #142a5212;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;display:flex;flex-direction:column;align-items:flex-start}.ph-shop-product-card:hover,.ph-shop-product-card:focus-visible{transform:translateY(-3px);border-color:#9bb8e8;box-shadow:0 18px 38px #142a521f;outline:none}.ph-shop-product-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#edf2fa;font-size:1.7rem;margin-bottom:18px}.ph-shop-product-name{font-size:1.12rem;font-weight:850;line-height:1.3}.ph-shop-product-price{margin-top:8px;color:#153f84;font-size:1.55rem;font-weight:900}.ph-shop-product-action{margin-top:auto;padding-top:22px;color:#54677f;font-size:.88rem;font-weight:750}.ph-shop-footer{padding:24px 16px 32px;text-align:center;color:#758197;font-size:.82rem}.ph-shop-narrow{width:min(640px,calc(100% - 32px));margin:0 auto;padding:36px 0 70px}.ph-shop-checkout-card,.ph-shop-receipt-card{background:#fff;border:1px solid #e0e6ef;border-radius:28px;padding:clamp(24px,5vw,42px);box-shadow:0 22px 55px #182d541c}.ph-shop-checkout-card{text-align:center}.ph-shop-checkout-icon,.ph-shop-success-icon{display:grid;place-items:center;width:82px;height:82px;margin:0 auto 22px;border-radius:24px;background:#edf3fc;font-size:2.4rem}.ph-shop-success-icon{color:#166534;background:#dcfce7;font-weight:900}.ph-shop-checkout-card h1,.ph-shop-receipt-card h1{font-size:clamp(2rem,7vw,3.1rem)}.ph-shop-category{margin:8px 0 0;color:#748096}.ph-shop-checkout-price,.ph-shop-receipt-price{margin:22px 0;color:#123f87;font-size:clamp(2.4rem,9vw,4rem);font-weight:950;letter-spacing:-.04em}.ph-shop-balance-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0;padding:17px 18px;border-radius:16px;background:#f3f6fb;text-align:left}.ph-shop-balance-panel span{color:#66748a;font-weight:700}.ph-shop-balance-panel strong{font-size:1.25rem}.ph-shop-pay-button,.ph-shop-cancel-button{width:100%;min-height:58px;border-radius:16px;font:inherit;font-weight:900;cursor:pointer}.ph-shop-pay-button{border:0;background:#174ca4;color:#fff;font-size:1.06rem;box-shadow:0 10px 24px #174ca438}.ph-shop-pay-button:disabled{opacity:.66;cursor:wait}.ph-shop-cancel-button{margin-top:10px;border:1px solid #d8e0eb;background:#fff;color:#33415a}.ph-shop-secure-note{margin:18px 0 0;color:#7b8799;font-size:.8rem;line-height:1.5}.ph-shop-message{margin:0 0 18px;padding:14px 15px;border-radius:14px;text-align:left;font-weight:700;line-height:1.45}.ph-shop-message-warning{color:#7a4a07;background:#fff7dd;border:1px solid #f2d999}.ph-shop-message-error{color:#9f1d1d;background:#fff0f0;border:1px solid #f2c0c0}.ph-shop-back-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#234f8d;font:inherit;font-weight:850;cursor:pointer;padding:10px 0}.ph-shop-receipt-card{text-align:center}.ph-shop-receipt-copy{max-width:470px;margin:0 auto;color:#66748a;line-height:1.6}.ph-shop-receipt-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}.ph-shop-receipt-details>div{padding:16px;border-radius:16px;background:#f3f6fb;text-align:left}.ph-shop-receipt-details span,.ph-shop-receipt-details strong{display:block}.ph-shop-receipt-details span{margin-bottom:4px;color:#748096;font-size:.8rem;font-weight:700}.ph-shop-receipt-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ph-shop-empty{padding:40px;border:1px dashed #cbd5e1;border-radius:22px;background:#fff;text-align:center}.ph-shop-admin-top-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:20px}.ph-shop-admin-message{padding:14px 16px;border-radius:14px;font-weight:750}.ph-shop-admin-success{color:#176235;background:#e9f8ef;border:1px solid #bde4c9}.ph-shop-admin-error{color:#9a2020;background:#fff0f0;border:1px solid #efc1c1}.ph-shop-qr-layout{display:grid;grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr);align-items:center;gap:24px}.ph-shop-qr-print-card{max-width:310px;margin:0 auto;padding:22px;border-radius:22px;background:linear-gradient(160deg,#0d2c61,#194e9f);color:#fff;text-align:center;box-shadow:0 16px 38px #0e2d6033}.ph-shop-qr-print-card img{width:100%;max-width:240px;display:block;margin:17px auto;padding:9px;border-radius:12px;background:#fff}.ph-shop-qr-print-heading{font-size:1.25rem;font-weight:950;letter-spacing:.06em}.ph-shop-qr-print-subheading{margin-top:4px;color:#dbeafe;font-weight:750}.ph-shop-qr-print-help{font-size:.78rem;line-height:1.45;color:#d9e6fa}.ph-shop-qr-print-training{width:fit-content;margin:14px auto 0;padding:6px 9px;border:1px solid rgba(255,255,255,.35);border-radius:999px;font-size:.62rem;font-weight:900;letter-spacing:.1em}.ph-shop-qr-controls{min-width:0}.ph-shop-qr-controls .ph-input{width:100%;margin:7px 0 14px}.ph-shop-add-form{display:grid;gap:15px}.ph-shop-price-input-wrap{display:flex;align-items:center;border:1px solid #ced8e6;border-radius:10px;background:#fff;overflow:hidden}.ph-shop-price-input-wrap>span{padding-left:12px;font-weight:850;color:#4d5d74}.ph-shop-price-input-wrap .ph-input{border:0!important;box-shadow:none!important;width:100%}.ph-shop-admin-product-list{display:grid;gap:10px}.ph-shop-admin-product{display:grid;grid-template-columns:minmax(0,1fr) 120px auto;align-items:center;gap:16px;padding:16px;border:1px solid #dfe5ee;border-radius:16px;background:#fff}.ph-shop-admin-product-inactive{background:#f6f7f9;opacity:.75}.ph-shop-admin-product-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.ph-shop-admin-product-title-row strong{font-size:1.02rem}.ph-shop-admin-product-price{color:#173f7e;font-size:1.2rem;font-weight:900}.ph-shop-status{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.ph-shop-status-on{color:#17623a;background:#e3f7ea}.ph-shop-status-off{color:#6c4c1d;background:#f6ead8}.ph-shop-delete-button{color:#a02626!important}@media (max-width: 980px){.ph-shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-shop-admin-top-grid,.ph-shop-qr-layout{grid-template-columns:1fr}.ph-shop-admin-product{grid-template-columns:minmax(0,1fr) auto}.ph-shop-admin-actions{grid-column:1 / -1}}@media (max-width: 620px){.ph-shop-topbar{min-height:70px}.ph-shop-logo{max-width:145px;max-height:48px}.ph-shop-training-label{font-size:.65rem;text-align:center}.ph-shop-hero{padding-bottom:34px}.ph-shop-hero-copy{margin-top:22px}.ph-shop-product-grid{grid-template-columns:1fr}.ph-shop-product-card{min-height:170px}.ph-shop-receipt-details,.ph-shop-receipt-actions,.ph-shop-admin-product{grid-template-columns:1fr}.ph-shop-admin-product-price,.ph-shop-admin-actions{grid-column:auto}}@media print{body *{visibility:hidden!important}#ph-shop-qr-card,#ph-shop-qr-card *{visibility:visible!important}#ph-shop-qr-card{position:fixed;inset:18mm auto auto 50%;transform:translate(-50%);width:150mm;max-width:none;padding:14mm;border-radius:8mm;box-shadow:none;print-color-adjust:exact;-webkit-print-color-adjust:exact}#ph-shop-qr-card img{max-width:95mm}#ph-shop-qr-card .ph-shop-qr-print-heading{font-size:22pt}#ph-shop-qr-card .ph-shop-qr-print-subheading{font-size:14pt}#ph-shop-qr-card .ph-shop-qr-print-help{font-size:10pt}}.ph-shop-product-icon,.ph-shop-checkout-icon{overflow:hidden}.ph-shop-product-icon img,.ph-shop-checkout-icon img{display:block;width:100%;height:100%;object-fit:contain;padding:5px;box-sizing:border-box}.ph-shop-checkout-icon img{padding:7px}.ph-shop-admin-product{grid-template-columns:70px minmax(0,1fr) 120px auto}.ph-shop-admin-symbol-preview{display:grid;place-items:center;width:64px;height:64px;border:1px solid #dfe5ee;border-radius:16px;background:#f5f8fc;overflow:hidden;font-size:1.65rem}.ph-shop-admin-symbol-preview img{display:block;width:100%;height:100%;object-fit:contain;padding:5px;box-sizing:border-box}.ph-shop-admin-edit-fields{grid-column:2 / -1;display:grid;grid-template-columns:minmax(180px,1fr) minmax(150px,.8fr) 150px auto;align-items:center;gap:12px}.ph-shop-upload-button{position:relative;cursor:pointer}.ph-shop-upload-button input[type=file]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.ph-shop-upload-button-disabled{opacity:.65;cursor:wait}@media (max-width: 980px){.ph-shop-admin-product{grid-template-columns:70px minmax(0,1fr) auto}.ph-shop-admin-product-price{grid-column:3}.ph-shop-admin-actions{grid-column:2 / -1}.ph-shop-admin-edit-fields{grid-column:2 / -1;grid-template-columns:1fr 1fr}}@media (max-width: 620px){.ph-shop-admin-product{grid-template-columns:64px minmax(0,1fr)}.ph-shop-admin-symbol-preview{width:58px;height:58px}.ph-shop-admin-product-price,.ph-shop-admin-actions,.ph-shop-admin-edit-fields{grid-column:1 / -1}.ph-shop-admin-edit-fields{grid-template-columns:1fr}}
