*{box-sizing:border-box}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f6f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;margin:0;padding:0}html{background:#f4f6f9}body{min-width:320px;overflow:hidden;background:radial-gradient(circle at top left,rgba(220,38,38,.04),transparent 30%),linear-gradient(135deg,#f8fafc,#f1f5f9,#f8fafc)}.app-shell{width:100%;height:100vh;min-height:0;display:flex;flex-direction:column;overflow:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.main-container{width:100%;max-width:none;margin:0;padding:20px 24px;height:calc(100vh - 68px);min-height:0;box-sizing:border-box;overflow:hidden}.app-header{position:relative;z-index:100;width:100%;height:68px;min-height:68px;flex:0 0 68px;background:#fffffff2;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid #e5e7eb;box-shadow:0 1px 5px #0f172a0d}.header-inner{width:100%;max-width:none;height:100%;margin:0;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-logo{width:42px;height:42px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,#dc2626,#9f1239);box-shadow:0 6px 16px #dc262638}.brand h1{margin:0;color:#111827;font-size:18px;line-height:1.2;font-weight:800}.brand p{margin:3px 0 0;color:#64748b;font-size:12px}.header-actions{display:flex;align-items:center;gap:10px}.student-count{padding:9px 14px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:13px}.student-count strong{color:#111827;font-size:14px}.btn{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:0;border-radius:10px;font-size:13px;font-weight:700;transition:background .2s ease,transform .2s ease,box-shadow .2s ease,opacity .2s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{opacity:.55}.btn-outline{color:#334155;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 5px #0f172a0a}.btn-outline:hover:not(:disabled){background:#f8fafc}.btn-light{color:#111827;background:#fff}.btn-light:hover:not(:disabled){background:#f1f5f9}.btn-dark-light{color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.18)}.btn-dark-light:hover:not(:disabled){background:#ffffff29}.btn-success{color:#fff;background:#059669;box-shadow:0 5px 12px #05966933}.btn-success:hover:not(:disabled){background:#047857}.btn-red{color:#fff;background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 5px 14px #dc262633}.btn-red:hover:not(:disabled){background:#b91c1c}.message{display:flex;align-items:flex-start;gap:11px;margin-bottom:18px;padding:13px 15px;border-radius:12px;font-size:13px}.message-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.message-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.message-text{flex:1;white-space:pre-wrap;line-height:1.55}.message-close{border:0;padding:2px;color:inherit;background:transparent;opacity:.55}.message-close:hover{opacity:1}.content-layout{display:grid;grid-template-columns:280px minmax(0,1fr) 340px;gap:20px;width:100%;height:100%;min-height:0;overflow:hidden}.student-sidebar{min-width:0;min-height:0;height:100%}.student-list-card{height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 30px #0f172a0f}.student-list-header{padding:15px;border-bottom:1px solid #e5e7eb}.search-box{position:relative;display:flex;align-items:center}.search-box>svg{position:absolute;left:12px;color:#94a3b8}.search-box input{width:100%;height:40px;padding:0 38px;border:1px solid #e2e8f0;border-radius:10px;outline:none;color:#172033;background:#f8fafc;font-size:13px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.search-box input:focus{border-color:#f87171;background:#fff;box-shadow:0 0 0 3px #f871711f}.search-clear{position:absolute;right:10px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#e2e8f0;color:#64748b}.search-clear:hover{background:#cbd5e1}.results-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px;font-size:11px;color:#94a3b8}.student-list{max-height:calc(100vh - 190px);overflow-y:auto}.student-item{width:100%;padding:14px 14px 13px;border:0;border-bottom:1px solid #f1f5f9;text-align:left;background:#fff;transition:background .18s ease,box-shadow .18s ease}.student-item:hover{background:#f8fafc}.student-item-active{background:linear-gradient(90deg,#fff1f2,#fff);box-shadow:inset 3px 0 #dc2626}.student-item-top{display:flex;align-items:center;gap:10px}.student-avatar{flex:0 0 auto;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#64748b;background:#f1f5f9;font-size:12px;font-weight:800}.student-avatar-active{color:#fff;background:linear-gradient(135deg,#dc2626,#be123c);box-shadow:0 5px 12px #dc262633}.student-basic{min-width:0;flex:1}.student-name{overflow:hidden;color:#1e293b;font-size:13px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.student-id{margin-top:3px;color:#94a3b8;font-size:11px}.active-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#dc2626}.student-progress{margin-top:11px;padding-left:50px}.progress-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;font-size:10px;color:#94a3b8}.progress-info strong{font-size:11px}.progress-track{width:100%;height:6px;overflow:hidden;border-radius:999px;background:#e2e8f0}.progress-bar{height:100%;border-radius:inherit;transition:width .35s ease}.progress-low{color:#dc2626;background:#dc2626}.progress-medium{color:#d97706;background:#f59e0b}.progress-good{color:#059669;background:#10b981}.progress-complete{color:#047857;background:#059669}.progress-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:5px;font-size:10px;color:#94a3b8}.complete-label{display:inline-flex;align-items:center;gap:3px;color:#059669;font-weight:700}.incomplete-label{display:inline-flex;align-items:center;gap:3px;color:#dc2626}.profile-area{min-width:0;min-height:0;height:100%;overflow:hidden;display:flex;flex-direction:column}.profile-card{width:100%;overflow:hidden;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 30px #0f172a0e}.profile-hero{padding:25px;color:#fff;background:linear-gradient(110deg,#0f172a,#1e293b 55%,#7f1d1d);display:flex;align-items:center;justify-content:space-between;gap:25px}.profile-hero-main{display:flex;align-items:center;gap:16px;min-width:0}.profile-avatar{width:66px;height:66px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:17px;background:#ffffff21;border:1px solid rgba(255,255,255,.15);box-shadow:inset 0 1px #ffffff1a;font-size:20px;font-weight:800}.profile-title{min-width:0}.profile-eyebrow{display:block;color:#ffffff8c;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.profile-title h2{overflow:hidden;margin:4px 0 9px;font-size:24px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.profile-tags{display:flex;flex-wrap:wrap;gap:7px}.profile-tags span{padding:5px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#ffffffd1;background:#ffffff14;font-size:10px}.profile-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.overall-progress{padding:17px 25px;border-bottom:1px solid #e5e7eb;background:#fff}.overall-progress-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:8px}.overall-progress-header>div:first-child{display:flex;align-items:center;gap:10px}.overall-progress-header span{color:#64748b;font-size:12px;font-weight:700}.overall-progress-header strong{font-size:15px}.overall-progress-count{color:#94a3b8;font-size:11px}.overall-progress-track{width:100%;height:9px;overflow:hidden;border-radius:999px;background:#e2e8f0}.overall-progress-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#dc2626,#f97316,#059669);transition:width .35s ease}.overall-progress-footer{margin-top:8px;display:flex;align-items:center;justify-content:flex-end}.all-complete{display:inline-flex;align-items:center;gap:5px;color:#059669;font-size:11px;font-weight:700}.missing-toggle{display:inline-flex;align-items:center;gap:5px;border:0;padding:0;color:#dc2626;background:transparent;font-size:11px;font-weight:700}.missing-toggle:hover{text-decoration:underline}.missing-fields{margin-top:13px;padding:13px;border-radius:11px;background:#fff7ed;border:1px solid #fed7aa}.missing-fields-title{margin-bottom:8px;color:#9a3412;font-size:11px;font-weight:800}.missing-field-list{display:flex;flex-wrap:wrap;gap:6px}.missing-field-list button{padding:5px 8px;border:1px solid #fed7aa;border-radius:7px;color:#9a3412;background:#fff;font-size:10px;font-weight:600}.missing-field-list button:hover{background:#ffedd5}.section-navigation{width:100%;overflow-x:auto;overflow-y:hidden;border-top:1px solid #f1f5f9;border-bottom:1px solid #e5e7eb;background:#fff;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.section-navigation::-webkit-scrollbar{height:7px}.section-navigation::-webkit-scrollbar-track{background:transparent}.section-navigation::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.section-navigation::-webkit-scrollbar-thumb:hover{background:#94a3b8}.section-tabs{display:flex;min-width:max-content;padding:0 6px}.section-tab{position:relative;display:flex;align-items:center;gap:8px;min-height:68px;padding:8px 13px;border:0;border-right:1px solid #f1f5f9;color:#64748b;background:transparent;font-size:12px;font-weight:650;white-space:nowrap;transition:color .2s ease,background .2s ease,transform .15s ease}.section-tab:hover{color:#1e293b;background:#f8fafc}.section-tab:active{transform:scale(.98)}.section-tab-active{color:#dc2626;background:linear-gradient(180deg,#fff,#fff7f7)}.section-tab-active:after{content:"";position:absolute;bottom:0;left:9px;right:9px;height:3px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,#dc2626,#be123c)}.section-icon-small{width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#fff;box-shadow:0 3px 8px #0f172a14;transition:transform .2s ease}.section-tab:hover .section-icon-small{transform:translateY(-1px)}.section-tab-label{line-height:1.2}.section-tab small{padding:3px 6px;border-radius:999px;color:#94a3b8;background:#f1f5f9;font-size:14px;font-weight:800;line-height:1}.section-tab-active small{color:#dc2626;background:#fee2e2}.section-tab-complete small{color:#047857;background:#d1fae5}.group-blue{background:linear-gradient(135deg,#3b82f6,#4f46e5)}.group-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.group-pink{background:linear-gradient(135deg,#ec4899,#e11d48)}.group-orange{background:linear-gradient(135deg,#f59e0b,#ea580c)}.group-green{background:linear-gradient(135deg,#10b981,#16a34a)}.group-cyan{background:linear-gradient(135deg,#06b6d4,#2563eb)}.group-indigo{background:linear-gradient(135deg,#6366f1,#1d4ed8)}.group-red{background:linear-gradient(135deg,#ef4444,#db2777)}.group-rose{background:linear-gradient(135deg,#f43f5e,#b91c1c)}.group-gray{background:linear-gradient(135deg,#64748b,#374151)}.profile-content{width:100%;margin-top:18px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:6px;padding-bottom:30px;box-sizing:border-box}.profile-content>*{width:100%}.section-card{width:100%;overflow:hidden;margin-bottom:20px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 30px #0f172a0e}.section-header{min-height:72px;display:flex;align-items:center;gap:13px;padding:15px 20px;border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,#fff,#f8fafc)}.section-icon{width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;border-radius:11px;color:#fff;box-shadow:0 4px 10px #0f172a14}.section-heading{flex:1;min-width:0}.section-heading h3{margin:0;color:#1e293b;font-size:15px;font-weight:800;line-height:1.3}.section-heading p{margin:4px 0 0;color:#94a3b8;font-size:11px}.section-completion{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:58px;padding:6px 10px;border-radius:999px;color:#b45309;background:#fef3c7;font-size:11px;font-weight:800;white-space:nowrap}.section-completion.section-complete{color:#047857;background:#d1fae5}.fields-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:22px}.field-wrapper{min-width:0}.field-wrapper.field-large,.field-large{grid-column:1 / -1}.field-label{min-height:16px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;color:#64748b;font-size:10px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.required-label{flex:0 0 auto;color:#dc2626;font-size:8px;font-weight:800;letter-spacing:0;text-transform:uppercase}.field-display,.field-input{width:100%;min-height:42px;border-radius:9px;font-size:24px}.field-display{display:flex;align-items:center;padding:10px 12px;border:1px solid #e2e8f0;line-height:1.45;overflow-wrap:anywhere}.field-filled{color:#334155;background:#f8fafc}.field-empty{color:#94a3b8;background:#f8fafc;font-style:italic}.field-large-display{min-height:70px;align-items:flex-start;white-space:pre-wrap}.field-income{font-variant-numeric:tabular-nums;font-weight:650}.field-input{padding:10px 12px;outline:none;color:#1e293b;background:#fff;border:1px solid #dbe2ea;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field-input:hover{border-color:#cbd5e1}.field-input:focus{border-color:#f87171;box-shadow:0 0 0 3px #f871711c}.field-input-missing{border-color:#fca5a5;background:snow}.field-input-missing:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.field-textarea{min-height:70px;resize:vertical;line-height:1.5}.field-missing .field-label{color:#b91c1c}.field-missing .field-label>span:first-child{color:#b91c1c}.mobile-student-button{display:none}.mobile-student-name{display:flex;align-items:center;gap:9px;min-width:0;font-size:13px;font-weight:700}.mobile-student-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-loading,.empty-list{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#94a3b8}.list-loading p{margin:10px 0 0;font-size:13px}.empty-list svg{color:#cbd5e1}.empty-list strong{margin-top:12px;color:#475569;font-size:14px}.empty-list span{margin-top:4px;font-size:12px}.no-selection{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e2e8f0;border-radius:16px;background:#fff;text-align:center}.no-selection svg{color:#cbd5e1}.no-selection h2{margin:15px 0 0;font-size:18px;color:#334155}.no-selection p{margin:5px 0 0;color:#94a3b8;font-size:13px}.spin{animation:spin .9s linear infinite}.rotate-180{transform:rotate(180deg)}.rotate-90{transform:rotate(90deg)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.student-list::-webkit-scrollbar{width:7px}.student-list::-webkit-scrollbar-track{background:transparent}.student-list::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.student-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:1200px){.content-layout{grid-template-columns:275px minmax(0,1fr)}.fields-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-large{grid-column:1 / -1}.profile-hero{align-items:flex-start;flex-direction:column}.profile-actions{width:100%;justify-content:flex-start}.section-tab{min-width:125px}}@media(max-width:900px){.main-container{padding:16px}.header-inner{padding:0 16px}.header-actions{display:none}.mobile-student-button{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;color:#334155;background:#fff;box-shadow:0 3px 12px #0f172a0d}.content-layout{display:block}.student-sidebar{display:none;margin-bottom:14px}.student-sidebar.mobile-open{display:block}.student-list-card{position:static}.student-list{max-height:380px}.profile-title h2{font-size:21px}.profile-hero{padding:20px}.overall-progress{padding:15px 20px}.section-navigation{border-radius:0}.section-tab{min-width:125px;min-height:64px;padding:8px 11px}}.section-progress{display:flex;align-items:center;gap:12px;width:100%;margin:0 0 22px}.section-progress-track{flex:1;height:7px;background:#e9edf3;border-radius:999px;overflow:hidden}.section-progress-fill{height:100%;width:0;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:999px;transition:width .3s ease}.section-progress-fill.complete{background:linear-gradient(90deg,#16a34a,#22c55e)}.section-progress-text{flex-shrink:0;min-width:72px;font-size:12px;font-weight:600;color:#64748b;text-align:right}.section-completion{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:28px;padding:0 9px;border-radius:999px;background:#eef2f7;color:#64748b;font-size:12px;font-weight:700}.section-completion.section-complete{background:#dcfce7;color:#15803d}@media(max-width:640px){.section-progress{flex-direction:column;align-items:stretch;gap:7px}.section-progress-track{width:100%}.section-progress-text{width:100%;text-align:left}}.family-group-header{display:flex;align-items:center;margin-bottom:16px}.family-group-title{display:flex;align-items:center;gap:10px}.family-group-title h4{margin:0;font-size:15px;font-weight:750;color:#111827}.family-group-subtitle{display:block;margin-top:3px;color:#9ca3af;font-size:11px}.family-group-indicator{width:8px;height:8px;flex-shrink:0;border-radius:50%;background:#94a3b8}.sponsor-section{width:100%}.section-progress{display:flex;align-items:center;gap:12px;width:100%;margin:4px 0 24px}.section-progress-fill{height:100%;width:0;background:#6366f1;border-radius:999px;transition:width .3s ease}.section-progress-complete{background:#4f46e5}.section-progress-text{min-width:78px;text-align:right;font-size:12px;font-weight:600;color:#6b7280;white-space:nowrap}.sponsor-selector-card{width:100%;margin-bottom:24px;padding:18px 20px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc;box-sizing:border-box}.sponsor-selector-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.sponsor-selector-header h4{margin:0 0 4px;font-size:15px;font-weight:700;color:#111827}.sponsor-selector-header p{margin:0;font-size:13px;line-height:1.5;color:#6b7280}.sponsor-selector-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:10px;background:#eef2ff;font-size:18px}.sponsor-select{width:100%;height:44px;padding:0 40px 0 13px;border:1px solid #d1d5db;border-radius:9px;outline:none;background-color:#fff;color:#111827;font-size:14px;font-family:inherit;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.sponsor-select:hover{border-color:#9ca3af}.sponsor-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.sponsor-select option{color:#111827;background:#fff}.sponsor-no-family{margin:10px 0 0;padding:9px 11px;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:12px;line-height:1.5}.sponsor-fields{width:100%}.sponsor-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sponsor-fields-grid>.student-field:nth-child(5),.sponsor-fields-grid>.student-field:nth-child(6){margin-top:4px}.section-progress{display:flex;align-items:center;gap:12px;margin:4px 0 22px}.section-progress-track{flex:1;height:7px;background:#e5e7eb;border-radius:999px;overflow:hidden}.section-progress-fill{height:100%;width:0;background:#6366f1;border-radius:999px;transition:width .35s ease}.section-progress-complete{background:#10b981}.section-progress-text{min-width:78px;text-align:right;font-size:12px;font-weight:600;color:#6b7280}.address-builder{margin-top:4px;padding:20px;border:1px solid #e5e7eb;border-radius:14px;background:#fafafa}.address-builder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.address-builder-header h4{margin:0 0 4px;font-size:15px;font-weight:700;color:#111827}.address-builder-header p{margin:0;font-size:13px;color:#6b7280}.address-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.address-control{min-width:0}.address-control label{display:block;margin-bottom:7px;font-size:12px;font-weight:600;color:#374151}.required-mark{margin-left:3px;color:#ef4444}.address-control select{width:100%;min-height:42px;padding:0 12px;border:1px solid #d1d5db;border-radius:9px;background:#fff;color:#111827;font-size:13px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.address-control select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.generated-address{margin-top:18px;padding:15px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.generated-address-label{margin-bottom:7px;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.generated-address-value{display:flex;align-items:flex-start;gap:9px;min-height:22px;line-height:1.5;font-size:14px;font-weight:500;color:#111827}.address-pin{flex-shrink:0;margin-top:2px;font-size:10px;color:#6366f1}.address-placeholder{color:#9ca3af;font-weight:400}.address-other-fields{margin-top:22px}.temporary-address-card{margin-top:22px;padding:20px;border:1px solid #e5e7eb;border-radius:14px;background:#fafafa}.temporary-address-header h4{margin:0 0 4px;font-size:15px;font-weight:700;color:#111827}.temporary-address-header p{margin:0;font-size:13px;line-height:1.5;color:#6b7280}@media(max-width:1100px){.address-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.address-grid{grid-template-columns:1fr}.address-builder,.temporary-address-card{padding:15px}.section-progress{gap:8px}.section-progress-text{min-width:65px;font-size:11px}}.financial-section-card{width:100%;overflow:hidden}.financial-section-header{width:100%;display:flex;align-items:center;gap:14px}.financial-section-header .section-heading{flex:1;min-width:0}.financial-section-header .section-heading h3{margin:0;color:#172033;font-size:24px;font-weight:800}.financial-section-header .section-heading p{margin:5px 0 0;color:#64748b;font-size:13px}.financial-section-card .section-icon.group-cyan{width:44px;height:44px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#6366f11a;color:#6366f1;font-size:23px;font-weight:700}.financial-progress{width:100%;display:flex;align-items:center;gap:14px;margin:20px 0 24px}.financial-progress-track{flex:1;height:8px;overflow:hidden;border-radius:999px;background:#e5e7eb}.financial-progress-fill{height:100%;border-radius:inherit;background:#6366f1;transition:width .3s ease}.financial-progress-fill.financial-progress-complete{background:#6366f1}.financial-progress-text{min-width:85px;text-align:right;color:#64748b;font-size:13px;font-weight:600}.financial-table-wrapper{width:100%;overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff;-webkit-overflow-scrolling:touch}.financial-table{width:100%;min-width:1000px;border-collapse:collapse;table-layout:fixed}.financial-table thead th{padding:15px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-size:24px;font-weight:700;line-height:1.3;text-align:left;white-space:nowrap}.financial-table thead th:first-child{border-top-left-radius:11px}.financial-table thead th:last-child{border-top-right-radius:11px}.financial-table tbody td{padding:15px 14px;border-bottom:1px solid #eef2f7;vertical-align:middle;color:#334155;font-size:24px;line-height:1.4}.financial-table tbody tr:last-child td{border-bottom:none}.financial-optional-row{background:#fcfcfd}.financial-number-column,.financial-row-number{width:65px;text-align:center!important}.financial-source-column,.financial-source-cell{width:30%}.financial-translation-column,.financial-translation-cell{width:28%}.financial-year-column,.financial-amount-cell{width:170px}.financial-row-number{color:#64748b;font-size:24px;font-weight:700;font-variant-numeric:tabular-nums}.financial-number-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px}.financial-optional-badge{display:inline-flex;align-items:center;padding:3px 7px;border-radius:5px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:600;line-height:1.2;text-transform:uppercase}.financial-source-select{width:100%;min-height:50px;padding:8px 38px 8px 12px;border:1px solid #d7dee8;border-radius:9px;background:#fff;color:#1e293b;font-family:inherit;font-size:24px;line-height:1.3;outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.financial-source-select:hover{border-color:#aeb8c6}.financial-source-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.financial-display{width:100%;min-height:50px;display:flex;align-items:center;padding:9px 12px;border-radius:9px;background:#f8fafc;color:#1e293b;font-size:24px;line-height:1.4;word-break:break-word}.financial-translation-display{width:100%;min-height:50px;display:flex;align-items:center;padding:9px 12px;border-radius:9px;background:#f8fafc;color:#334155;font-size:24px;line-height:1.4;word-break:break-word}.financial-amount-input{width:100%;min-height:50px;box-sizing:border-box;padding:8px 12px;border:1px solid #d7dee8;border-radius:9px;background:#fff;color:#1e293b;font-family:inherit;font-size:24px;line-height:1.3;text-align:right;outline:none;font-variant-numeric:tabular-nums;transition:border-color .2s ease,box-shadow .2s ease}.financial-amount-input:hover{border-color:#aeb8c6}.financial-amount-display{width:100%;min-height:50px;display:flex;align-items:center;justify-content:flex-end;padding:9px 12px;color:#334155;font-size:24px;font-weight:600;line-height:1.3;font-variant-numeric:tabular-nums}.financial-total-row td{border-top:1px solid #cbd5e1!important}.financial-total-label{padding:15px 14px!important;color:#1e293b;font-size:24px;font-weight:700}.financial-total-label-content{display:flex;flex-direction:column;gap:3px}.financial-total-label-content small{color:#94a3b8;font-size:12px;font-weight:500}.financial-total-cell{padding:12px 14px!important;text-align:right;color:#0f172a;font-size:24px;font-weight:700;font-variant-numeric:tabular-nums}.financial-total-input{width:100%;min-height:50px;box-sizing:border-box;padding:8px 12px;border:1px solid #cbd5e1;border-radius:9px;background:#f1f5f9;color:#0f172a;font-family:inherit;font-size:24px;font-weight:700;line-height:1.3;text-align:right;outline:none;cursor:default;font-variant-numeric:tabular-nums}.financial-footer{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:13px;color:#94a3b8;font-size:12px;line-height:1.5}.financial-currency-label{flex-shrink:0;color:#64748b;font-weight:600}.financial-section-card .complete,.financial-section-card .financial-progress-complete{background:#6366f1!important}@media(max-width:1200px){.financial-table{min-width:950px}}@media(max-width:768px){.financial-section-header{gap:10px}.financial-section-card .section-icon.group-cyan{width:38px;height:38px;border-radius:9px;font-size:19px}.financial-section-header .section-heading h3{font-size:20px}.financial-progress{margin-top:15px;margin-bottom:18px}.financial-progress-text{min-width:65px;font-size:11px}.financial-table-wrapper{border-radius:10px}.financial-table{min-width:900px}.financial-footer{flex-direction:column;align-items:flex-start;gap:5px}}.financial-table,.financial-table th,.financial-table td{font-size:24px}.financial-table thead th{font-size:24px;font-weight:700}.financial-table tbody td{font-size:24px}.financial-table .financial-row-number{font-size:24px;font-weight:700}.financial-table .financial-source-select,.financial-table .financial-display,.financial-table .financial-translation-display,.financial-table .financial-amount-input,.financial-table .financial-amount-display{font-size:24px}.financial-table .financial-optional-badge{font-size:8px;padding:4px 8px}.financial-table .financial-total-label,.financial-table .financial-total-cell,.financial-table .financial-total-input{font-size:24px}.financial-table .financial-total-label-content small{font-size:20px}.financial-table span,.financial-table strong,.financial-table b{font-size:24px}.financial-table th,.financial-table td{padding:16px 14px}.financial-table select,.financial-table input,.financial-table .financial-display,.financial-table .financial-translation-display,.financial-table .financial-amount-display{min-height:52px}.document-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.document-modal{width:100%;max-width:520px;background:#fff;border-radius:20px;box-shadow:0 25px 60px #00000040;overflow:hidden}.document-modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #e5e7eb}.document-modal-header>div:first-child{display:flex;align-items:center;gap:14px}.document-modal-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#2563eb,#4f46e5);font-size:22px}.document-modal-header h2{margin:0;font-size:19px;font-weight:700;color:#111827}.document-modal-header p{margin:4px 0 0;font-size:12px;color:#6b7280}.document-modal-close{width:36px;height:36px;border:none;border-radius:10px;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer}.document-modal-close:hover{background:#e5e7eb}.document-modal-body{padding:24px}.document-field{margin-bottom:20px}.document-field label{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:#374151}.document-field select{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:11px;background:#fff;color:#111827;font-size:14px;outline:none}.document-field select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.document-loading{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:11px;background:#f9fafb;color:#6b7280;font-size:13px}.document-modal-error{margin-bottom:18px;padding:12px 14px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px;white-space:pre-wrap}.document-empty{padding:12px 14px;border-radius:10px;background:#fffbeb;color:#92400e;font-size:13px}.document-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.document-btn-cancel,.document-btn-generate{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer}.document-btn-cancel{border:1px solid #d1d5db;background:#fff;color:#374151}.document-btn-generate{border:none;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.document-btn-generate:disabled,.document-btn-cancel:disabled,.document-modal-close:disabled{opacity:.55;cursor:not-allowed}@media(max-width:600px){.document-modal-overlay{padding:14px}.document-modal{border-radius:16px}.document-modal-footer{flex-direction:column}.document-btn-cancel,.document-btn-generate{width:100%}}.document-card{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.document-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f3f4f6;font-size:22px;flex-shrink:0}.document-info{flex:1}.document-info h4{margin:0;font-size:15px;font-weight:600}.document-info p{margin:4px 0 0;font-size:13px;color:#6b7280}.document-action{flex-shrink:0}.document-open-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:8px;background:#2563eb;color:#fff;text-decoration:none;font-size:13px;font-weight:600}.document-open-button:hover{background:#1d4ed8}.document-missing{font-size:12px;color:#9ca3af}.other-section{width:100%;display:flex;flex-direction:column;gap:20px}.other-section-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;background:#fff;border:1px solid #e5e7eb;border-radius:14px}.other-section-title{margin:0;font-size:20px;font-weight:700;color:#111827}.other-section-subtitle{margin:5px 0 0;font-size:13px;color:#6b7280}.documents-refresh-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:110px;padding:9px 14px;border:1px solid #d1d5db;border-radius:9px;background:#fff;color:#374151;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease}.documents-refresh-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.documents-refresh-button:active:not(:disabled){transform:scale(.98)}.documents-refresh-button:disabled{opacity:.6;cursor:not-allowed}.refresh-icon{display:inline-block;font-size:18px;line-height:1}.refresh-icon.spinning{animation:document-refresh-spin .8s linear infinite}@keyframes document-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.other-fields-card{padding:22px;background:#fff;border:1px solid #e5e7eb;border-radius:14px}.other-field{display:flex;flex-direction:column;gap:8px}.other-field label{font-size:13px;font-weight:600;color:#374151}.other-field textarea{width:100%;box-sizing:border-box;padding:11px 13px;border:1px solid #d1d5db;border-radius:9px;background:#fff;font-family:inherit;font-size:14px;color:#111827;resize:vertical;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.other-field textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.other-field-value{min-height:70px;padding:12px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;font-size:14px;color:#374151;white-space:pre-wrap}.documents-card{overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:14px}.documents-card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e5e7eb}.documents-card-header h3{margin:0;font-size:17px;font-weight:700;color:#111827}.document-count{display:inline-block;margin-top:4px;font-size:12px;color:#6b7280}.documents-list{display:flex;flex-direction:column}.document-item{display:flex;align-items:center;gap:14px;padding:15px 22px;border-bottom:1px solid #f0f1f3;transition:background .2s ease}.document-item:last-child{border-bottom:none}.document-item:hover{background:#f9fafb}.document-icon{flex:0 0 42px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f3f4f6;font-size:20px}.document-info{min-width:0;flex:1}.document-name{overflow:hidden;font-size:14px;font-weight:600;color:#111827;text-overflow:ellipsis;white-space:nowrap}.document-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:5px;font-size:11px;color:#6b7280}.document-meta span{padding:3px 7px;background:#f3f4f6;border-radius:5px}.document-actions{display:flex;align-items:center;gap:8px}.document-open-button,.document-details-button{display:inline-flex;align-items:center;justify-content:center;padding:7px 11px;border-radius:7px;font-size:12px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease}.document-open-button{border:1px solid #d1d5db;background:#fff;color:#374151}.document-open-button:hover{background:#f3f4f6}.document-details-button{border:1px solid #e5e7eb;background:#f9fafb;color:#4b5563}.document-details-button:hover{background:#f3f4f6}.documents-empty{display:flex;flex-direction:column;align-items:center;padding:50px 20px;text-align:center}.documents-empty-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;border-radius:14px;background:#f3f4f6;font-size:26px}.documents-empty h4{margin:0;font-size:15px;font-weight:700;color:#374151}.documents-empty p{max-width:400px;margin:7px 0 18px;font-size:13px;line-height:1.5;color:#6b7280}.documents-empty-refresh{padding:8px 14px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:12px;font-weight:600;cursor:pointer}.documents-empty-refresh:hover{background:#f9fafb}.documents-empty-refresh:disabled{opacity:.6;cursor:not-allowed}.document-details-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#11182773}.document-details-modal{width:min(520px,100%);overflow:hidden;background:#fff;border-radius:14px;box-shadow:0 20px 50px #0000002e}.document-details-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #e5e7eb}.document-details-header h3{margin:0;font-size:17px;font-weight:700;color:#111827}.document-details-header p{margin:5px 0 0;font-size:13px;color:#6b7280}.document-close-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:7px;background:transparent;font-size:24px;line-height:1;color:#6b7280;cursor:pointer}.document-close-button:hover{background:#f3f4f6;color:#111827}.document-details-body{padding:10px 22px}.detail-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #f0f1f3}.detail-row:last-child{border-bottom:none}.detail-row span{font-size:12px;color:#6b7280}.detail-row strong{max-width:65%;text-align:right;font-size:13px;font-weight:600;color:#111827;word-break:break-word}.document-details-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 22px;border-top:1px solid #e5e7eb}.document-open-large-button,.document-cancel-button{padding:9px 14px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer}.document-open-large-button{border:1px solid #d1d5db;background:#fff;color:#374151}.document-open-large-button:hover{background:#f3f4f6}.document-cancel-button{border:1px solid #e5e7eb;background:#f3f4f6;color:#374151}.document-cancel-button:hover{background:#e5e7eb}@media(max-width:700px){.other-section-header{align-items:flex-start;flex-direction:column}.documents-refresh-button{width:100%}.document-item{align-items:flex-start;flex-wrap:wrap}.document-info{width:calc(100% - 60px)}.document-actions{width:100%;padding-left:56px}.document-open-button,.document-details-button{flex:1}.documents-card-header{padding:16px}.document-item{padding:14px 16px}.other-fields-card{padding:16px}.detail-row{align-items:flex-start;flex-direction:column;gap:5px}.detail-row strong{max-width:100%;text-align:left}.document-details-footer{flex-wrap:wrap}.document-open-large-button,.document-cancel-button{flex:1;text-align:center}}.financial-translation-display{min-height:40px;display:flex;align-items:center;padding:8px 10px;border-radius:8px;background:#f8fafc;color:#334155;font-size:24px}.financial-amount-input{width:100%;min-height:40px;box-sizing:border-box;padding:8px 10px;border:1px solid #d7dee8;border-radius:8px;background:#fff;color:#1e293b;font-size:24px;text-align:right;outline:none;font-variant-numeric:tabular-nums;transition:border-color .2s ease,box-shadow .2s ease}.financial-amount-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.financial-amount-display{min-height:40px;display:flex;align-items:center;justify-content:flex-end;padding:8px 10px;box-sizing:border-box;border-radius:8px;background:#f8fafc;color:#1e293b;font-size:24px;font-weight:600;font-variant-numeric:tabular-nums}.financial-total-row{background:#f8fafc}.financial-total-row td{border-top:2px solid #e2e8f0}.financial-total-label{color:#334155;font-size:24px;font-weight:700;text-align:right}.financial-total-cell{color:#0f172a;font-size:13px;font-weight:700;text-align:right;font-variant-numeric:tabular-nums}.financial-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:0 4px;color:#64748b;font-size:24px}.financial-currency-label{flex-shrink:0;font-weight:700;color:#475569}.education-section,.japanese-section-card{width:100%}.attendance-section{margin-top:28px;padding-top:24px;border-top:1px solid #e5e7eb}.attendance-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.attendance-header h4{margin:0;font-size:18px;font-weight:700;color:#111827}.attendance-header p{margin:5px 0 0;color:#6b7280;font-size:13px}.attendance-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.attendance-generate-button,.attendance-save-button{border:none;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}.attendance-generate-button{background:#0891b2;color:#fff}.attendance-save-button{background:#059669;color:#fff}.attendance-generate-button:hover,.attendance-save-button:hover{transform:translateY(-1px)}.attendance-generate-button:disabled,.attendance-save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.attendance-success,.attendance-error{padding:11px 14px;border-radius:8px;margin-bottom:15px;font-size:13px}.attendance-success{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.attendance-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.attendance-table-wrapper{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:10px}.attendance-table{width:100%;min-width:900px;border-collapse:collapse;background:#fff}.attendance-table th{background:#f8fafc;color:#374151;font-size:12px;font-weight:700;padding:11px 10px;border-bottom:1px solid #d1d5db;text-align:center;white-space:nowrap}.attendance-table td{padding:10px;border-bottom:1px solid #e5e7eb;color:#374151;font-size:13px;text-align:center;white-space:nowrap}.attendance-table tbody tr:hover{background:#f9fafb}.attendance-total-row{background:#f0f9ff;font-weight:700}.attendance-total-row td{color:#0f172a;border-top:2px solid #bae6fd}.attendance-absent-input{width:70px;height:34px;padding:5px 8px;border:1px solid #d1d5db;border-radius:6px;text-align:center;font-size:13px;background:#fff;color:#111827}.attendance-absent-input:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 2px #0891b21f}.attendance-grand-total{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:15px;padding:14px 16px;border-radius:9px;background:#f8fafc;border:1px solid #e5e7eb}.attendance-grand-total span{font-size:13px;font-weight:600;color:#475569}.attendance-grand-total strong{font-size:14px;color:#0f172a}.attendance-empty{padding:28px 20px;text-align:center;color:#6b7280;font-size:13px;border:1px dashed #d1d5db;border-radius:9px;background:#fafafa}.attendance-empty strong{margin-left:4px;color:#0891b2}.field-error{margin-top:4px;font-size:12px;color:#dc2626}@media(max-width:768px){.attendance-header{align-items:flex-start;flex-direction:column}.attendance-actions{width:100%}.attendance-generate-button,.attendance-save-button{flex:1}.attendance-grand-total{align-items:flex-start;flex-direction:column}}.education-fields-grid{width:100%}.section-progress{display:flex;align-items:center;gap:12px;width:100%;margin:4px 0 22px}.section-progress-track{flex:1;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.section-progress-fill{height:100%;min-width:0;border-radius:999px;background:#2563eb;transition:width .3s ease}.section-progress-text{min-width:90px;text-align:right;font-size:13px;font-weight:600;color:#64748b;white-space:nowrap}.section-completion.section-complete{color:#2563eb;border-color:#2563eb;background:#eff6ff}@media(max-width:768px){.section-progress{gap:8px;margin-bottom:18px}.section-progress-text{min-width:75px;font-size:12px}.section-progress-track{height:7px}}@media(max-width:768px){.financial-progress{gap:8px}.financial-progress-text{min-width:65px;font-size:11px}.financial-table{min-width:850px}.financial-footer{flex-direction:column;align-items:flex-start;gap:6px}}@media(max-width:768px){.sponsor-fields-grid{grid-template-columns:1fr}.sponsor-selector-card{padding:16px}.sponsor-selector-header{align-items:flex-start}.section-progress{gap:8px}.section-progress-text{min-width:68px;font-size:11px}}@media(max-width:480px){.sponsor-selector-header{gap:10px}.sponsor-selector-header h4{font-size:14px}.sponsor-selector-header p{font-size:12px}.sponsor-selector-icon{width:34px;height:34px}.sponsor-select{height:42px;font-size:13px}}@media(max-width:900px){.family-section .fields-grid{grid-template-columns:1fr}}@media(max-width:640px){.family-progress{align-items:flex-start;flex-direction:column;gap:7px}.family-progress-track{width:100%}.family-progress-text{width:100%;text-align:left}.family-group-header{padding:11px 13px}.family-fields-grid{padding:13px}}.address-section{width:100%}.address-builder{margin-top:20px;padding:22px;border:1px solid #e5e7eb;border-radius:16px;background:#fafafa}.address-builder-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.address-builder-header h4,.temporary-address-header h4{margin:0;font-size:16px;font-weight:700;color:#111827}.address-builder-header p,.temporary-address-header p{margin:5px 0 0;font-size:13px;color:#6b7280}.address-grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(220px,1.3fr) 140px;gap:16px}.address-control{display:flex;flex-direction:column;gap:7px}.address-control label{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:700;color:#374151}.required-mark{color:#dc2626;margin-left:2px}.address-control select{width:100%;height:44px;padding:0 12px;border:1px solid #d1d5db;border-radius:9px;background:#fff;color:#111827;font-size:13px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.address-control select:hover:not(:disabled){border-color:#9ca3af}.address-control select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.address-control select:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.ward-control{max-width:160px}.generated-address{margin-top:20px;border:1px solid #dbeafe;border-radius:12px;background:#eff6ff;overflow:hidden}.generated-address-label{padding:9px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#1d4ed8;border-bottom:1px solid #dbeafe}.generated-address-value{display:flex;align-items:flex-start;gap:10px;min-height:50px;padding:14px;font-size:14px;line-height:1.5;font-weight:600;color:#1e3a8a;word-break:break-word}.address-pin{flex:0 0 auto;margin-top:3px;font-size:12px;color:#2563eb}.address-placeholder{font-weight:400;color:#6b7280}.address-other-fields{margin-top:20px}.temporary-address-card{margin-top:20px;padding:20px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.temporary-address-header{margin-bottom:15px}.temporary-address-field{width:100%}@media(max-width:1000px){.address-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.ward-control{max-width:none}}@media(max-width:650px){.address-builder{padding:16px}.address-grid{grid-template-columns:1fr;gap:14px}.address-control select{height:46px}.generated-address-value{font-size:13px}.temporary-address-card{padding:16px}}.address-section .address-control select:disabled{opacity:.8}.address-section .generated-address{transition:border-color .2s ease,background .2s ease}@media(max-width:650px){.main-container{padding:10px}.header-inner{padding:0 12px}.brand-logo{width:38px;height:38px}.brand h1{font-size:16px}.brand p{font-size:10px}.profile-hero-main{align-items:flex-start}.profile-avatar{width:54px;height:54px;border-radius:14px;font-size:16px}.profile-title h2{max-width:220px;font-size:18px}.profile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.profile-actions .btn{width:100%}.profile-actions .btn-red{grid-column:span 2}.overall-progress-header{align-items:flex-start;flex-direction:column;gap:5px}.fields-grid{grid-template-columns:1fr;gap:14px;padding:15px}.field-large{grid-column:1 / -1}.section-header{padding:14px 15px}.section-icon{width:36px;height:36px;min-width:36px}.section-heading h3{font-size:14px}.section-heading p{font-size:10px}.section-completion{min-width:50px;padding:5px 8px;font-size:10px}.section-tab{min-width:112px;min-height:58px;gap:7px;padding:7px 9px}.section-icon-small{width:31px;height:31px;min-width:31px}.section-icon-small svg{width:15px;height:15px}.section-tab-label{font-size:10px}.section-tab small{padding:2px 5px;font-size:8px}.profile-card,.section-card,.student-list-card,.no-selection{border-radius:13px}}.financial-section-card{overflow:hidden}.financial-section-header{min-height:72px;display:flex;align-items:center;gap:13px;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc)}.financial-section-header .section-icon{width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;border-radius:11px;color:#fff;font-size:17px;font-weight:800}.financial-table-wrapper{width:100%;overflow-x:auto;overflow-y:hidden}.financial-table{width:100%;min-width:1050px;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:13px}.financial-number-column{width:48px}.financial-source-column{width:30%}.financial-translation-column{width:25%}.financial-year-column{width:14%}.financial-table thead th{padding:13px 12px;border-bottom:1px solid #dbe2ea;color:#64748b;background:#f8fafc;font-size:10px;font-weight:800;letter-spacing:.055em;text-align:left;text-transform:uppercase;white-space:nowrap}.financial-table thead th:not(:first-child){border-left:1px solid #eef2f7}.financial-table tbody td{padding:10px;border-bottom:1px solid #eef2f7;vertical-align:middle;background:#fff}.financial-table tbody tr:hover td{background:#fafcff}.financial-row-number{color:#94a3b8;font-size:11px;font-weight:800;text-align:center}.financial-source-cell{min-width:0}.financial-source-select{width:100%;min-height:42px;padding:9px 34px 9px 11px;border:1px solid #dbe2ea;border-radius:9px;outline:none;color:#1e293b;background-color:#fff;font-family:inherit;font-size:12px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.financial-source-select:hover{border-color:#cbd5e1;background-color:#fff}.financial-source-select:focus{border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41f}.financial-display{min-height:42px;display:flex;align-items:center;padding:9px 11px;border:1px solid #e2e8f0;border-radius:9px;color:#334155;background:#f8fafc;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.financial-empty{color:#94a3b8;font-style:italic}.financial-translation-display{min-height:42px;display:flex;align-items:center;padding:9px 11px;border:1px solid #cffafe;border-radius:9px;color:#155e75;background:linear-gradient(135deg,#ecfeff,#f0fdfa);font-size:12px;line-height:1.5;overflow-wrap:anywhere}.financial-translation-cell .financial-display{color:#155e75;background:#f0fdfa;border-color:#ccfbf1}.financial-amount-cell{text-align:right}.financial-amount-input{width:100%;min-height:42px;box-sizing:border-box;padding:9px 10px;border:1px solid #dbe2ea;border-radius:9px;outline:none;color:#0f172a;background:#fff;font-family:inherit;font-size:13px;font-weight:600;text-align:right;transition:border-color .2s ease,box-shadow .2s ease}.financial-amount-input:hover{border-color:#cbd5e1}.financial-amount-input:focus{border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41c}.financial-amount-input::placeholder{color:#cbd5e1;font-weight:400}.financial-amount-display{min-height:42px;display:flex;align-items:center;justify-content:flex-end;padding:9px 11px;border:1px solid #e2e8f0;border-radius:9px;color:#334155;background:#f8fafc;font-size:13px;font-weight:650;font-variant-numeric:tabular-nums;white-space:nowrap}.financial-amount-display.financial-empty{color:#94a3b8;font-weight:400}.financial-total-row td{border-bottom:0!important;background:linear-gradient(180deg,#f8fafc,#f1f5f9)!important;border-top:2px solid #e2e8f0}.financial-total-label{padding:15px 12px!important;color:#1e293b;font-size:11px;font-weight:850;letter-spacing:.045em;text-align:right;text-transform:uppercase}.financial-total-cell{padding:10px!important;color:#0f172a;font-size:14px;font-weight:800;font-variant-numeric:tabular-nums;text-align:right}.financial-total-input{width:100%;min-height:42px;box-sizing:border-box;padding:9px 10px;border:1px solid #bae6fd;border-radius:9px;color:#075985;background:#e0f2fe;font-family:inherit;font-size:13px;font-weight:800;text-align:right;outline:none}.financial-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 18px;border-top:1px solid #eef2f7;color:#94a3b8;background:#fff;font-size:10px}.financial-currency-label{flex:0 0 auto;padding:4px 8px;border-radius:999px;color:#0e7490;background:#ecfeff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.financial-table-wrapper::-webkit-scrollbar{height:7px}.financial-table-wrapper::-webkit-scrollbar-track{background:#f8fafc}.financial-table-wrapper::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.financial-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:900px){.financial-table{min-width:950px}.financial-source-column{width:29%}.financial-translation-column{width:24%}}@media(max-width:650px){.financial-section-header{padding:14px 15px}.financial-section-header .section-icon{width:36px;height:36px;min-width:36px}.financial-section-header .section-heading h3{font-size:14px}.financial-section-header .section-heading p{font-size:10px}.financial-section-header .section-completion{display:none}.financial-footer{align-items:flex-start;flex-direction:column;gap:7px;padding:11px 14px}}@media(max-width:430px){.financial-table{min-width:900px}.financial-table thead th{padding:11px 9px;font-size:9px}.financial-table tbody td{padding:8px}.financial-source-select,.financial-display,.financial-translation-display,.financial-amount-input,.financial-amount-display{min-height:39px;padding:8px 9px;font-size:11px}}@media(max-width:430px){.profile-hero{padding:16px}.profile-hero-main{gap:11px}.profile-title h2{max-width:185px;font-size:17px}.profile-tags span{font-size:9px}.profile-actions{grid-template-columns:1fr}.profile-actions .btn-red{grid-column:span 1}.section-heading h3{font-size:14px}.section-heading p{font-size:10px}.section-completion{display:none}.section-tab{min-width:105px}}.comments-panel{position:relative;width:100%;height:100%;min-height:0;display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-sizing:border-box}.comments-panel-header{padding:18px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.comments-panel-header h2{margin:0;font-size:18px}.comments-panel-header p{margin:4px 0 0;font-size:13px;color:#6b7280}.comments-count{min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;font-size:13px;font-weight:600}.comments-panel-body{flex:1;overflow-y:auto;padding:14px}.comment-card{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #f0f0f0}.comment-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;font-size:13px;font-weight:600}.comment-card-content{min-width:0;flex:1}.comment-card-header{display:flex;flex-direction:column;gap:2px}.comment-card-header strong{font-size:13px}.comment-card-header span{font-size:11px;color:#9ca3af}.comment-card p{margin:7px 0 0;font-size:13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.comments-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6b7280}.comments-empty-icon{font-size:30px;margin-bottom:10px}.comments-empty p{margin-top:5px;font-size:12px}.comments-panel-footer{padding:14px;border-top:1px solid #e5e7eb}.comments-panel-footer textarea{width:100%;box-sizing:border-box;resize:vertical;border:1px solid #d1d5db;border-radius:8px;padding:10px;font-family:inherit;font-size:13px;outline:none}.comments-panel-footer textarea:focus{border-color:#9ca3af}.comment-footer-row{margin-top:8px;display:flex;justify-content:space-between;align-items:center}.comment-footer-row span{font-size:11px;color:#9ca3af}.comment-footer-row button{border:none;border-radius:7px;padding:8px 14px;cursor:pointer;font-weight:600}.comment-footer-row button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1100px){.content-layout{grid-template-columns:240px minmax(0,1fr)}.comments-panel{grid-column:1 / -1;position:relative;top:auto;height:450px}}.attendance-table{width:100%;border-collapse:collapse;font-size:24px}.attendance-table th,.attendance-table td{padding:14px 16px;font-size:24px;line-height:1.4;text-align:center;white-space:nowrap}.attendance-table th{font-weight:700}.attendance-table td{font-weight:500}.attendance-table input{font-size:24px;min-height:48px;width:100px;text-align:center;padding:6px 10px}.attendance-total-row td{font-weight:800;font-size:24px}.attendance-grand-total{font-size:24px}.attendance-grand-total strong{font-size:26px}.attendance-success,.attendance-error{font-size:20px;padding:12px 16px}.attendance-empty{font-size:20px;padding:20px}
