@tailwind base;@tailwind components;@tailwind utilities;:root{--tg-theme-bg-color:#ffffff;--tg-theme-text-color:#000000;--tg-theme-hint-color:#999999;--tg-theme-link-color:#2481cc;--tg-theme-button-color:#2481cc;--tg-theme-button-text-color:#ffffff;--tg-theme-secondary-bg-color:#f1f1f1;--tg-theme-header-bg-color:#1a1a1a;--tg-theme-accent-text-color:#3e88f7;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}*{margin:0;padding:0;box-sizing:border-box}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.container{max-width:400px;margin:0 auto;min-height:100vh;background:#f8f9fa;position:relative;padding-bottom:80px}.header{background:white;padding:20px;border-radius:0 0 20px 20px;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:20px}.profile-section{display:flex;align-items:center;gap:15px}.profile-avatar{width:50px;height:50px;border-radius:50%;background:#e9ecef;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:fadeIn .5s ease-in}.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-info h2{font-size:18px;font-weight:600;color:#2d3748;margin-bottom:4px}.balance{color:#DC2626;font-weight:600;font-size:14px}.card{background:white;border-radius:16px;margin:0 16px 16px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #f1f3f4;animation:slideUp .3s ease-out}.card-icon{margin-bottom:12px}.card-content h3{font-size:16px;font-weight:600;color:#2d3748;margin-bottom:6px}.card-content p{color:#718096;font-size:14px;margin-bottom:16px;line-height:1.4}.btn{width:100%;padding:12px 20px;font-weight:600;font-size:14px;transition:all .2s ease}.btn-primary{background:#DC2626;color:white}.btn-primary:hover{background:#B91C1C;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.bottom-nav{background:white;padding:12px 0}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;color:#9ca3af;cursor:pointer;transition:color .2s ease;padding:8px 12px;border-radius:8px}.nav-item.active,.nav-item:hover{color:#DC2626}.nav-item span{font-size:12px;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.avatar-loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#DC2626,#B91C1C);color:white;font-weight:600;font-size:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}@media (max-width:380px){.container{max-width:100%}.card{margin:0 12px 12px}.header{padding:16px}}.card{background:#fff;border-radius:12px;padding:20px;margin:16px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.card-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#1f2937}.card-content{color:#6b7280;line-height:1.5}.btn{background:#2563eb;color:white;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn:hover{background:#1d4ed8}.btn-secondary{background:#6b7280}.btn-secondary:hover{background:#4b5563}.input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;margin-bottom:16px}.input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.list{background:#fff;border-radius:12px;margin:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.list-item{padding:16px 20px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.list-item:last-child{border-bottom:none}.list-item-title{font-weight:500;color:#1f2937}.list-item-subtitle{font-size:14px;color:#6b7280;margin-top:4px}.badge{background:#f3f4f6;color:#374151;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-error{background:#fee2e2;color:#991b1b}.modal{background:#fff;border-radius:12px;padding:24px;margin:16px;max-width:400px;width:100%;max-height:80vh;overflow-y:auto}.modal-title{font-size:20px;font-weight:600;margin-bottom:16px;color:#1f2937}.modal-content{margin-bottom:24px}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.spinner{width:20px;height:20px;border:2px solid #f3f4f6;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.notification{position:fixed;top:20px;right:20px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1001;max-width:300px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.notification.success{border-left:4px solid #10b981}.notification.error{border-left:4px solid #ef4444}.notification.warning{border-left:4px solid #f59e0b}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.table td,.table th{padding:12px 16px;text-align:left;border-bottom:1px solid #f3f4f6}.table th{font-weight:600;color:#374151}.table th,.table tr:hover{background:#f9fafb}.form-group{margin-bottom:16px}.form-label{display:block;margin-bottom:8px;font-weight:500;color:#374151}.form-input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:border-color .2s}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-error{color:#ef4444;font-size:14px;margin-top:4px}.select{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;background:#fff;cursor:pointer}.select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb}.radio{display:flex;align-items:center;gap:8px;cursor:pointer}.radio input[type=radio]{width:18px;height:18px;accent-color:#2563eb}.textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;font-family:inherit;resize:vertical;min-height:100px}.textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:16px}.breadcrumb,.breadcrumb-item{color:#6b7280}.breadcrumb-item.active{color:#374151;font-weight:500}.breadcrumb-separator{color:#d1d5db}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px}.pagination-item{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;transition:all .2s}.pagination-item:hover{background:#f9fafb}.pagination-item.active{background:#2563eb;color:#fff;border-color:#2563eb}.pagination-item:disabled{opacity:.5;cursor:not-allowed}.accordion{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.accordion-item{border-bottom:1px solid #e5e7eb}.accordion-item:last-child{border-bottom:none}.accordion-header{padding:16px;background:#f9fafb;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:#374151}.accordion-header:hover{background:#f3f4f6}.accordion-content{padding:16px;background:#fff}.tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:16px}.tab{padding:12px 16px;background:none;cursor:pointer;color:#6b7280;font-weight:500;border:none;border-bottom:2px solid transparent;transition:all .2s}.tab:hover{color:#374151}.tab.active{color:#2563eb;border-bottom-color:#2563eb}.progress{width:100%;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.progress-bar{height:100%;background:#2563eb;transition:width .3s ease}.alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;border:1px solid transparent}.alert-success{background:#d1fae5;color:#065f46;border-color:#a7f3d0}.alert-error{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.alert-warning{background:#fef3c7;color:#92400e;border-color:#fcd34d}.alert-info{background:#dbeafe;color:#1e40af;border-color:#93c5fd}body,html{height:100%;overflow:hidden}.admin-container{height:100vh;width:100vw;display:flex;flex-direction:column;overflow:hidden}.admin-header{flex-shrink:0}.admin-content{flex:1 1;overflow-y:auto;overflow-x:hidden;height:0}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:400px;background:#fff;display:flex;justify-content:space-around;padding:10px 0;border-top:1px solid #e2e8f0;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.admin-container{padding-bottom:70px}.admin-content{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:400px;max-height:80vh;overflow-y:auto}