:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}button{font-family:inherit}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:20px;position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.login-container:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,175,240,.15) 0%,transparent 70%);animation:rotate 20s linear infinite;pointer-events:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-card{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:48px 40px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a;width:100%;max-width:420px;animation:slideUp .4s ease-out;position:relative;z-index:1}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:40px}.logo{display:inline-block;margin-bottom:20px}.logo-image{width:80px;height:80px;border-radius:16px;box-shadow:0 8px 24px #00aff04d,0 0 0 3px #ffffff80;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 8px 24px #00aff04d,0 0 0 3px #ffffff80}50%{transform:scale(1.02);box-shadow:0 8px 32px #00aff066,0 0 0 3px #00aff04d}}.login-header h1{font-size:32px;color:#1a1a1a;margin-bottom:4px;font-weight:700;letter-spacing:-.5px}.login-header h2{font-size:18px;color:#00aff0;margin-bottom:12px;font-weight:600}.login-header p{color:#666;font-size:14px}.login-form{display:flex;flex-direction:column;gap:20px}.input-group{position:relative}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#999;display:flex;align-items:center;pointer-events:none}.input-field{width:100%;padding:14px 16px 14px 48px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;transition:all .3s ease;outline:none;background:#f9fafb}.input-field:focus{border-color:#00aff0;background:#fff;box-shadow:0 0 0 4px #00aff026;transform:translateY(-1px)}.error-message{background:#fee;color:#c33;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;border:1px solid #fcc}.login-button{background:linear-gradient(135deg,#00aff0,#09d);color:#fff;border:none;padding:16px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;position:relative;overflow:hidden}.login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.login-button:hover:before{left:100%}.login-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00aff066}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-button:disabled:hover{transform:none;box-shadow:none}.login-footer{margin-top:32px;text-align:center;color:#999;font-size:13px}@media(max-width:768px){.login-card{padding:40px 32px}.logo-image{width:70px;height:70px}.login-header h1{font-size:28px}.login-header h2{font-size:16px}}.dashboard{min-height:100vh;background:#f5f7fa}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 32px;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.agency-logo{display:flex;align-items:center;gap:16px}.agency-logo img{width:50px;height:50px;border-radius:12px;object-fit:cover;box-shadow:0 2px 8px #0000001a}.agency-info h1{font-size:24px;color:#1a1a1a;margin-bottom:4px;font-weight:700}.header-subtitle{color:#666;font-size:14px}.header-right{display:flex;gap:20px;align-items:center;position:relative}.nav-tabs{display:flex;gap:8px;background:#f5f7fa;padding:4px;border-radius:10px}.nav-tab{padding:10px 24px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .2s;outline:none}.nav-tab:hover{color:#00aff0;background:#00aff01a}.nav-tab.active{background:#fff;color:#00aff0;box-shadow:0 2px 4px #00000014}.time-range-select{padding:10px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;cursor:pointer;outline:none;transition:all .2s;background:#fff}.time-range-select:hover{border-color:#00aff0}.logout-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fee;color:#c33;border:2px solid #fcc;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.logout-button:hover{background:#fcc;transform:translateY(-1px)}.profile-section{position:relative}.profile-button{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;outline:none}.profile-button:hover{border-color:#00aff0;background:#f9fafb}.profile-avatar{width:40px;height:40px;border-radius:50%;position:relative;overflow:hidden;border:2px solid #00aff0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.verified-badge{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;background:#00aff0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border:2px solid white}.profile-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.profile-name{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1}.profile-username{font-size:12px;color:#666;line-height:1}.chevron{color:#666;transition:transform .2s}.chevron.open{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;padding:20px;z-index:1000;animation:dropdownSlideIn .2s ease-out}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-header{display:flex;gap:16px;margin-bottom:16px}.profile-avatar-large{width:64px;height:64px;border-radius:50%;position:relative;overflow:hidden;border:3px solid #00aff0;flex-shrink:0}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.verified-badge-large{position:absolute;bottom:0;right:0;width:20px;height:20px;background:#00aff0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:3px solid white}.profile-dropdown-info{flex:1;display:flex;flex-direction:column;justify-content:center}.profile-dropdown-info h4{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.profile-dropdown-info p{font-size:14px;color:#00aff0;margin-bottom:4px}.member-since{font-size:12px;color:#666}.profile-dropdown-divider{height:1px;background:#e5e7eb;margin:16px 0}.profile-dropdown-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.dropdown-stat{display:flex;flex-direction:column;align-items:center;padding:12px;background:#f9fafb;border-radius:12px}.dropdown-stat-value{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.dropdown-stat-label{font-size:12px;color:#666}.profile-dropdown-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fee;color:#c33;border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.profile-dropdown-item:hover{background:#fcc;transform:translate(4px)}.dashboard-main{max-width:1400px;margin:0 auto;padding:32px}.stats-grid-two{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.stat-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 8px #0000000f;display:flex;gap:20px;transition:all .3s ease;border:2px solid transparent}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.stat-card.primary .stat-icon{background:linear-gradient(135deg,#00aff0,#09d)}.stat-card.success .stat-icon{background:linear-gradient(135deg,#00d4aa,#00c49a)}.stat-card.info .stat-icon{background:linear-gradient(135deg,#667eea,#564de8)}.stat-card.warning .stat-icon{background:linear-gradient(135deg,#ff6b9d,#ff5e87)}.stat-content{flex:1}.stat-label{color:#666;font-size:14px;margin-bottom:8px;font-weight:500}.stat-value{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:8px;line-height:1}.stat-change{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600}.stat-change.positive{color:#00d4aa}.stat-change.negative{color:#ff6b6b}.stat-change.neutral{color:#666}.chart-card-single{background:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 8px #0000000f;margin-bottom:32px}.chart-header{margin-bottom:20px}.chart-header h3{font-size:18px;color:#1a1a1a;margin-bottom:4px;font-weight:700}.chart-subtitle{color:#666;font-size:13px}.chart-container{height:300px;position:relative}.chart-card-single .chart-container{height:350px}.live-view-container{width:100%}.screenshot-card-large{background:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 8px #0000000f}.screenshot-header{margin-bottom:20px}.screenshot-header h3{font-size:20px;color:#1a1a1a;margin-bottom:8px;font-weight:700;display:flex;align-items:center}.screenshot-subtitle{color:#666;font-size:13px;display:flex;align-items:center}.screenshot-container-large{border-radius:12px;overflow:hidden;background:#f9fafb;border:2px solid #e5e7eb;min-height:600px;display:flex;align-items:center;justify-content:center}.screenshot-image-large{width:100%;height:auto;display:block;transition:all .3s ease}.screenshot-image-large:hover{cursor:zoom-in}.screenshot-placeholder{text-align:center;padding:80px 20px;color:#999}.screenshot-placeholder svg{margin:0 auto 20px;color:#ccc}.screenshot-placeholder p{margin:8px 0;font-size:18px;font-weight:500}.screenshot-placeholder-hint{font-size:14px!important;color:#bbb!important;margin-top:12px!important}.table-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 8px #0000000f}.table-header{margin-bottom:20px}.table-header h3{font-size:18px;color:#1a1a1a;margin-bottom:4px;font-weight:700}.table-subtitle{color:#666;font-size:13px}.table-container{overflow-x:auto}.payments-table{width:100%;border-collapse:collapse}.payments-table thead{background:#f9fafb}.payments-table th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.payments-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}.payments-table tbody tr:hover{background:#f9fafb}.payments-table td{padding:16px;font-size:14px}.payment-amount{display:flex;align-items:center;gap:12px;font-weight:600;color:#1a1a1a}.payment-icon{color:#00aff0}.amount{font-size:16px;color:#00d4aa}.date{color:#666;font-size:13px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600}.status-badge.completed{background:#e6f4ea;color:#00c49a}.status-badge.pending{background:#fff4e5;color:#ff9800}.status-badge.failed{background:#fee;color:#c33}@media(max-width:768px){.dashboard-main{padding:20px}.dashboard-header{padding:16px 20px}.header-content{flex-direction:column;gap:16px;align-items:flex-start}.header-right{width:100%;flex-direction:column}.time-range-select{width:100%}.profile-button{width:100%;justify-content:space-between;padding:12px 16px}.profile-dropdown{width:calc(100vw - 40px);right:0;left:0;margin:0 auto}.stats-grid-two{grid-template-columns:1fr}.chart-card-single{padding:16px}.agency-logo img{width:40px;height:40px}.agency-info h1{font-size:20px}.stat-value{font-size:28px}.nav-tabs{width:100%;margin-bottom:12px}.nav-tab{flex:1}.screenshot-container-large{min-height:400px}.screenshot-card-large{padding:16px}.screenshot-header h3{font-size:18px}.profile-info{flex:1}}*{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:#f5f7fa}.app{min-height:100vh}
