*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}#root{width:100%;display:flex;justify-content:center;align-items:center}.mobile-frame{width:100%;max-width:428px;height:926px;background:#000;border-radius:40px;padding:12px;box-shadow:0 25px 60px #0006;position:relative;overflow:hidden}.mobile-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;position:relative;display:flex;flex-direction:column}.status-bar{background:linear-gradient(135deg,#003d82,#00509e);color:#fff;padding:8px 20px;display:flex;justify-content:space-between;align-items:center;font-size:13px;height:44px}.status-bar-left,.status-bar-right{display:flex;align-items:center;gap:6px}.app-header{background:linear-gradient(135deg,#003d82,#00509e);color:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px}.app-header-profile{display:flex;align-items:center;gap:12px;flex:1}.app-header-avatar{width:48px;height:48px;border-radius:12px;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.app-header-info{display:flex;flex-direction:column;gap:2px}.app-header-name{font-size:16px;font-weight:600}.app-header-id{font-size:13px;opacity:.9}.app-header-logo{font-size:28px;font-weight:700;letter-spacing:-.5px}.app-header-logo span{color:#ff6b00}.app-content{flex:1;overflow-y:auto;background:#f5f5f5}.bottom-nav{display:flex;background:#003d82;padding:8px 0;border-top:1px solid rgba(255,255,255,.1)}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;color:#ffffffb3;text-decoration:none;font-size:11px;position:relative;border:none;background:none;cursor:pointer}.nav-item.active{color:#fff}.nav-item .badge{position:absolute;top:4px;right:50%;margin-right:-16px;background:#ff6b00;color:#fff;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:600;min-width:18px;text-align:center}.search-bar{padding:16px 20px;background:#fff}.search-input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px}.portfolio-section{margin:16px 20px;background:#003d82;color:#fff;border-radius:12px;overflow:hidden}.portfolio-header{padding:16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600}.portfolio-content{padding:0 16px 16px;font-size:13px}.portfolio-row{display:flex;justify-content:space-between;margin-bottom:8px}.portfolio-composition{display:flex;justify-content:space-around;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.2);text-align:center}.portfolio-comp-item{flex:1}.portfolio-comp-label{font-size:11px;opacity:.8}.earnings-card{margin:0 20px 16px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:20px;border-radius:12px;position:relative;overflow:hidden}.earnings-label{font-size:13px;margin-bottom:8px}.earnings-amount{font-size:24px;font-weight:700;margin-bottom:12px}.earnings-icon{position:absolute;right:20px;bottom:20px;opacity:.3;font-size:48px}.feature-section{background:#fff;margin:16px 20px;padding:20px;border-radius:12px}.feature-title{font-size:16px;font-weight:600;margin-bottom:16px;color:#003d82}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;border-radius:8px;cursor:pointer;transition:background .2s;text-decoration:none;color:inherit;border:none;background:none}.feature-item:hover{background:#f5f5f5}.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.feature-label{font-size:12px;text-align:center;line-height:1.3}.page-header{background:#003d82;color:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px}.back-btn{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.page-title{font-size:18px;font-weight:600;flex:1}.page-content{padding:20px}.card{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px}.card-title{font-size:16px;font-weight:600;color:#003d82;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.list-item{padding:16px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.list-item:last-child{border-bottom:none}.list-item-label{font-size:13px;color:#666;margin-bottom:4px}.list-item-value{font-size:14px;font-weight:500;color:#000}.form-group{margin-bottom:16px}.form-label{display:block;font-size:13px;color:#666;margin-bottom:8px}.form-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.btn{padding:14px 24px;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer;width:100%}.btn-primary{background:#ff6b00;color:#fff}.btn-secondary{background:#003d82;color:#fff}.toggle-switch{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.toggle-label{font-size:14px;display:flex;align-items:center;gap:8px}.switch{position:relative;width:48px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:28px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#003d82}input:checked+.slider:before{transform:translate(20px)}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:40px 20px;background:linear-gradient(135deg,#003d82,#00509e)}.login-logo{font-size:48px;font-weight:700;color:#fff;margin-bottom:40px;letter-spacing:-1px}.login-logo span{color:#ff6b00}.login-form{width:100%;max-width:360px;background:#fff;padding:32px;border-radius:16px}.login-title{font-size:24px;font-weight:600;margin-bottom:24px;color:#003d82}.error-message{padding:12px;background:#fee;color:#c33;border-radius:8px;margin-bottom:16px;font-size:13px}.tabs{display:flex;background:#f5f5f5;padding:4px;border-radius:8px;margin-bottom:16px}.tab{flex:1;padding:10px;text-align:center;border:none;background:none;cursor:pointer;border-radius:6px;font-size:14px;font-weight:500;color:#666}.tab.active{background:#fff;color:#003d82}.radio-group{display:flex;gap:16px;margin:12px 0}.radio-item{display:flex;align-items:center;gap:8px}.radio-item input[type=radio]{width:18px;height:18px}.empty-state{text-align:center;padding:40px 20px;color:#666}.empty-state-icon{font-size:48px;margin-bottom:16px;opacity:.3}.empty-state-text{font-size:14px}::-webkit-scrollbar{width:0px}
