*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;background:#f5f7fb;color:#172033;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.app-shell{min-height:100vh;padding-bottom:90px}.page{width:100%;max-width:1100px;margin:0 auto;padding:30px 24px}.muted{color:#7b8798}.small-text{font-size:13px;color:#7d8998}.hint{margin-top:-8px;margin-bottom:18px;font-size:13px;color:#8792a3}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;color:#0868e8;font-weight:700}.spinner{width:38px;height:38px;border:4px solid #dceaff;border-top-color:#0868e8;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-box{padding:14px 16px;border-radius:12px;background:#fff1f1;border:1px solid #ffd5d5;color:#d63636;margin-bottom:18px}.success-box{padding:14px 16px;border-radius:12px;background:#effcf4;border:1px solid #c8efd6;color:#18864b;margin-bottom:18px}.primary-btn{width:100%;border:0;border-radius:11px;background:linear-gradient(135deg,#0868e8,#318af1);color:#fff;padding:13px 18px;font-weight:700;box-shadow:0 8px 18px #0868e82e;transition:.2s ease}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 11px 23px #0868e840}.primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.small-btn{width:auto;min-width:120px}.secondary-btn{border:1px solid #d6dfeb;background:#fff;color:#24344d;border-radius:9px;padding:9px 14px;font-weight:600;transition:.2s}.secondary-btn:hover{background:#f5f8fc;border-color:#b9cbe0}.danger-btn{border:0;background:linear-gradient(135deg,#e54848,#ef6262);color:#fff;border-radius:9px;padding:10px 15px;font-weight:600;transition:.2s}.danger-btn:hover{background:#c93636}.small-danger{padding:9px 13px}.success-btn{border:0;background:linear-gradient(135deg,#20a464,#32b975);color:#fff;border-radius:9px;padding:10px 15px;font-weight:600;transition:.2s}.success-btn:hover{background:#168650}.text-btn{border:0;background:transparent;color:#0868e8;font-weight:700;padding:0 0 0 5px}.close-btn{width:36px;height:36px;border:0;border-radius:50%;background:#f0f3f7;font-size:23px;color:#596579}.back-btn{width:40px;height:40px;border:1px solid #dce4ee;background:#fff;border-radius:10px;font-size:20px;color:#24344d}.auth-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px;background:radial-gradient(circle at top left,rgba(8,104,232,.12),transparent 35%),linear-gradient(135deg,#edf5ff,#f9fbff)}.auth-card{width:100%;max-width:430px;background:#fff;border-radius:20px;padding:35px;border:1px solid #e2eaf4;box-shadow:0 20px 55px #19416e1f}.auth-logo{width:62px;height:62px;border-radius:17px;background:linear-gradient(135deg,#0868e8,#318af1);color:#fff;display:flex;justify-content:center;align-items:center;font-size:23px;font-weight:800;margin-bottom:20px;box-shadow:0 10px 25px #0868e840}.auth-card h1{margin:0 0 8px;font-size:28px}.auth-switch{text-align:center;margin-top:22px;color:#6d7888}form{width:100%}label{display:block;font-size:14px;font-weight:700;margin:17px 0 7px;color:#344158}input,textarea,select{width:100%;border:1px solid #d8e1ec;background:#fff;border-radius:10px;padding:12px 13px;outline:none;color:#172033;transition:.2s}input:focus,textarea:focus,select:focus{border-color:#0868e8;box-shadow:0 0 0 3px #0868e814}textarea{resize:vertical}.top-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.top-header h2{margin:3px 0 0}.header-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#0868e8,#318af1);color:#fff;display:flex;justify-content:center;align-items:center;font-weight:800;font-size:18px;box-shadow:0 7px 18px #0868e833}.announcement{background:#eaf3ff;border:1px solid #cfe2ff;color:#0868e8;padding:12px 15px;border-radius:11px;margin-bottom:18px}.hero-banner{position:relative;width:100%;height:230px;border-radius:19px;overflow:hidden;margin-bottom:20px;background:#dceaff;box-shadow:0 12px 30px #23416414}.hero-banner img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:24px;background:linear-gradient(transparent 35%,#000000ad);color:#fff}.hero-overlay h2{margin:0;font-size:27px}.balance-card{background:linear-gradient(135deg,#0868e8,#3289f0);color:#fff;border-radius:19px;padding:25px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;box-shadow:0 14px 30px #0868e833}.balance-card .small-text{color:#fffc}.balance-amount{font-size:32px;font-weight:800;margin-top:5px}.balance-icon{width:55px;height:55px;border-radius:50%;background:#ffffff29;display:flex;align-items:center;justify-content:center;font-size:25px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:30px}.quick-grid button{border:1px solid #e1e8f1;background:#fff;border-radius:13px;padding:18px 8px;color:#24344d;transition:.2s}.quick-grid button:hover{border-color:#9fc6fa;transform:translateY(-2px)}.quick-icon{font-size:25px;margin-bottom:8px}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.section-title-row h2,.section-title-row h3{margin:0}.plan-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;box-shadow:0 6px 22px #2341640d;transition:.2s}.plan-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #23416417}.plan-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.plan-top h3{margin:0 0 8px}.plan-price{color:#0868e8;font-weight:800;font-size:20px}.plan-badge{display:inline-block;background:#eaf3ff;color:#0868e8;padding:4px 8px;border-radius:5px;font-size:11px;font-weight:700}.plan-info{display:grid;gap:9px;margin:18px 0}.plan-info div{display:flex;justify-content:space-between;gap:10px;font-size:13px}.plan-info span{color:#7d8998}.plan-info strong{color:#26364d}.page-header{display:flex;align-items:center;gap:13px;margin-bottom:25px}.page-header h2{margin:0}.info-card{background:#fff;border:1px solid #e1e8f1;border-radius:15px;padding:20px;margin-bottom:20px;box-shadow:0 5px 18px #2341640a}.info-card h2{margin:6px 0 0}.payment-method-list{display:grid;gap:10px;margin-bottom:18px}.payment-method{width:100%;border:1px solid #dce4ee;background:#fff;border-radius:11px;padding:14px;display:flex;justify-content:space-between;align-items:center;text-align:left}.payment-method.selected{border-color:#0868e8;background:#f2f7ff}.payment-details{background:#f7faff;border:1px solid #dceaff;border-radius:13px;padding:18px;margin-bottom:20px}.payment-details h3{margin-top:0}.upi-box{background:#fff;border:1px solid #e0e7f0;border-radius:9px;padding:12px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.upi-box span{color:#7d8998}.qr-box,.qr-preview,.admin-qr{display:flex;justify-content:center;align-items:center;padding:15px}.qr-box img,.qr-preview img,.admin-qr img{width:190px;height:190px;object-fit:contain;border-radius:9px;border:1px solid #e0e6ee;background:#fff}.method-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.method-switch button{border:1px solid #d8e1ec;background:#fff;border-radius:9px;padding:11px}.method-switch button.active{background:#0868e8;color:#fff;border-color:#0868e8}.invite-card{background:#fff;border-radius:18px;border:1px solid #e1e8f1;padding:35px;text-align:center;box-shadow:0 8px 25px #2341640d}.invite-icon{font-size:45px}.invite-card h2{margin-bottom:5px}.invite-code{background:#f2f6fb;border:1px dashed #aac4e5;border-radius:9px;padding:14px;font-weight:800;color:#0868e8;margin:22px 0}.mission-list{display:grid;gap:13px}.mission-card{background:#fff;border:1px solid #e1e8f1;border-radius:13px;padding:17px;display:flex;align-items:center;gap:14px}.mission-icon{width:48px;height:48px;background:#edf5ff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px}.mission-content{flex:1}.mission-content h3{margin:0 0 5px}.mission-content p{margin:0;color:#7d8998;font-size:13px}.stats-card{background:#fff;border:1px solid #e1e8f1;border-radius:15px;display:grid;grid-template-columns:1fr 1fr;padding:25px;gap:20px;margin-bottom:25px}.stats-card div{text-align:center}.stats-card span{display:block;color:#7d8998;font-size:13px;margin-bottom:7px}.stats-card strong{font-size:25px}.empty-state{background:#fff;border:1px solid #e1e8f1;border-radius:14px;padding:45px 20px;text-align:center;color:#7d8998}.empty-icon{font-size:40px;margin-bottom:10px}.empty-state h3{color:#28384f;margin-bottom:5px}.profile-card{background:#fff;border:1px solid #e1e8f1;border-radius:15px;padding:30px;text-align:center;margin-bottom:18px}.profile-avatar{width:75px;height:75px;border-radius:50%;background:linear-gradient(135deg,#0868e8,#318af1);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 13px;font-size:28px;font-weight:800}.profile-card h2{margin:0 0 6px}.profile-card p{margin:0;color:#7d8998}.profile-menu{background:#fff;border:1px solid #e1e8f1;border-radius:14px;margin-bottom:18px;overflow:hidden}.profile-menu div{display:flex;justify-content:space-between;padding:17px;border-bottom:1px solid #edf0f4}.profile-menu div:last-child{border-bottom:0}.profile-menu span{color:#7d8998}.profile-menu strong{color:#24344d}.bottom-nav{position:fixed;z-index:20;left:50%;bottom:0;transform:translate(-50%);width:100%;max-width:1100px;background:#fff;border-top:1px solid #e2e8f0;display:grid;grid-template-columns:repeat(5,1fr);padding:8px 10px}.bottom-nav button{border:0;background:transparent;color:#7d8998;padding:7px;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:11px}.bottom-nav button span{font-size:19px}.bottom-nav button.active{color:#0868e8;font-weight:700}.admin-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(8,104,232,.08),transparent 28%),#f4f7fb;padding:0;display:flex}.admin-header{position:fixed;top:0;left:0;width:250px;height:90px;margin:0;padding:20px 22px;background:#fff;border:0;border-right:1px solid #e2e8f0;border-radius:0;display:flex;align-items:center;justify-content:space-between;z-index:50;box-shadow:4px 0 20px #2341640a}.admin-header h1{margin:4px 0 0;font-size:23px;color:#172033;letter-spacing:-.4px}.admin-header .small-text{font-size:11px}.logout-small{border:0;background:#fff1f1;color:#d43d3d;padding:8px 10px;border-radius:8px;font-weight:700;font-size:11px;transition:.2s}.logout-small:hover{background:#ffe4e4}.admin-tabs{position:fixed;top:90px;left:0;bottom:0;width:250px;margin:0;padding:18px 13px;background:#fff;border:0;border-right:1px solid #e2e8f0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:5px;overflow-y:auto;overflow-x:hidden;z-index:40;box-shadow:4px 0 20px #2341640a}.admin-tabs::-webkit-scrollbar{width:5px}.admin-tabs::-webkit-scrollbar-track{background:transparent}.admin-tabs::-webkit-scrollbar-thumb{background:#d8e1ec;border-radius:20px}.admin-tabs button{width:100%;flex:none;border:0;background:transparent;color:#647287;padding:13px 15px;border-radius:10px;white-space:nowrap;text-align:left;font-size:14px;font-weight:600;transition:all .2s ease}.admin-tabs button:hover{background:#f1f6fd;color:#0868e8;transform:translate(2px)}.admin-tabs button.active{background:linear-gradient(135deg,#0868e8,#318af1);color:#fff;box-shadow:0 7px 17px #0868e833;font-weight:700}.admin-section{width:calc(100% - 250px);max-width:none;margin-left:250px;padding:125px 35px 40px;min-height:100vh}.admin-section>h2{margin-top:0;margin-bottom:6px;font-size:26px;color:#18243a}.admin-section>p{margin-top:0}.admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.admin-card{background:#fff;border:1px solid #dfe7f0;border-radius:16px;padding:20px;min-width:0;box-shadow:0 6px 20px #2341640d;transition:all .2s ease}.admin-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #23416414;border-color:#d2e2f5}.admin-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}.admin-card-header h3{margin:0 0 8px;font-size:18px;color:#1f2e43}.admin-data{display:grid;gap:10px;margin-bottom:18px}.admin-data div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #f0f2f5;padding-bottom:8px}.admin-data span{color:#7c8898;font-size:13px}.admin-data strong{color:#27374d;font-size:13px;text-align:right}.button-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.status-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;background:#fff5dd;color:#9a6a00;border-radius:20px;padding:5px 9px;font-size:11px;font-weight:700}.status-badge.success{background:#e9f9f0;color:#18864b}.status-badge.disabled{background:#f0f2f5;color:#747d89}.admin-banner-image{width:100%;height:170px;object-fit:cover;border-radius:11px;margin-bottom:18px}.admin-info-row{display:flex;flex-direction:column;gap:5px;padding:12px;background:#f6f9fc;border-radius:9px;border:1px solid #edf1f6}.admin-info-row span{font-size:12px;color:#7c8898}.admin-info-row strong{overflow-wrap:anywhere;color:#24344d}.request-list{display:grid;gap:15px}.request-card{background:#fff;border:1px solid #dfe7f0;border-radius:15px;padding:20px;box-shadow:0 5px 18px #2341640a}.request-header{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.request-header h3{margin:0 0 5px;color:#0868e8;font-size:22px}.request-data{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.request-data div{background:#f7f9fc;border:1px solid #edf1f5;border-radius:9px;padding:12px;min-width:0}.request-data span{display:block;color:#7c8898;font-size:11px;margin-bottom:5px}.request-data strong{display:block;color:#293950;font-size:13px;overflow-wrap:anywhere}.users-table-wrap{background:#fff;border:1px solid #dfe7f0;border-radius:15px;overflow-x:auto;box-shadow:0 6px 20px #2341640a}.users-table{width:100%;border-collapse:collapse;min-width:800px}.users-table th,.users-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #edf0f4;font-size:13px}.users-table th{background:#f6f8fb;color:#566377;font-size:12px;text-transform:uppercase}.users-table td{color:#2d3c51}.users-table tr:hover td{background:#fafcff}.settings-card{background:#fff;border:1px solid #dfe7f0;border-radius:16px;padding:25px;max-width:850px;box-shadow:0 6px 20px #2341640a}.settings-group{padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid #edf0f4}.settings-group:last-of-type{border-bottom:0}.settings-group h3{margin:0 0 5px;font-size:18px}.color-input-row{display:grid;grid-template-columns:70px 1fr;gap:10px}.color-input-row input[type=color]{height:46px;padding:3px}.checkbox-row{display:flex;align-items:center;gap:9px;margin-top:18px}.checkbox-row input{width:18px;height:18px;margin:0}.maintenance-toggle{display:flex;align-items:center;gap:10px;font-size:15px}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#0a162694;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.modal{width:100%;max-width:560px;max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;border-radius:18px;padding:25px;box-shadow:0 25px 80px #00000040;border:1px solid #e1e8f1}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:10px}.modal-header h2{margin:0}.modal-image-preview{margin-top:15px}.modal-image-preview img{width:100%;max-height:180px;object-fit:cover;border-radius:10px;border:1px solid #e1e8f1}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f4f8}::-webkit-scrollbar-thumb{background:#c7d3e1;border-radius:20px}@media(max-width:1100px){.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.request-data{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.admin-page{display:block}.admin-header{position:relative;width:100%;height:auto;min-height:75px;padding:15px 18px;border-right:0;border-bottom:1px solid #e2e8f0}.admin-tabs{position:relative;top:auto;left:auto;bottom:auto;width:100%;height:auto;padding:10px;border-right:0;border-bottom:1px solid #e2e8f0;display:grid;grid-template-columns:repeat(2,1fr);overflow:visible}.admin-tabs button{text-align:center;padding:11px 8px;font-size:12px}.admin-section{width:100%;margin-left:0;padding:25px 15px 40px}.admin-grid,.request-data{grid-template-columns:1fr}.admin-header h1{font-size:20px}.admin-header .logout-small{font-size:11px}.plan-list{grid-template-columns:1fr}.quick-grid{grid-template-columns:repeat(2,1fr)}.stats-card{grid-template-columns:1fr}.hero-banner{height:180px}.balance-amount{font-size:27px}}@media(max-width:480px){.admin-header{flex-direction:column;align-items:flex-start;gap:12px}.admin-header .logout-small{width:100%}.admin-tabs{grid-template-columns:1fr}.admin-tabs button{text-align:left;padding:12px 14px}.button-row>button{flex:1}.plan-top,.upi-box{flex-direction:column}.settings-card{padding:20px}}
