:root{--primary:#FF7621;--primary-dark:#E65D00;--bg:#F5F7FB;--card:#FFFFFF;--text:#111827;--muted:#6B7280;--border:#E5E7EB;--radius:18px;--shadow:0 10px 25px rgba(0,0,0,.08);--sidebar:260px}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);font-family:Inter,Arial,sans-serif}.shopify-section-group-header-group,.shopify-section-group-footer-group{display:none!important}.dropi-app{display:flex;min-height:100vh;background:var(--bg)}.dropi-sidebar{width:260px;background:#fff;border-right:1px solid var(--border);padding:35px 25px;display:flex;flex-direction:column}.dropi-logo h1{color:var(--primary);font-size:38px;font-weight:800}.dropi-logo span{color:#94a3b8;font-size:13px;letter-spacing:2px}.dropi-sidebar nav{margin-top:45px}.dropi-logo{display:flex;justify-content:center;align-items:center;padding:10px 0 30px;border-bottom:1px solid #ECECEC;margin-bottom:30px}.dropi-logo-image{width:120px;height:auto;object-fit:contain}.dropi-sidebar nav a{display:flex;align-items:center;gap:12px;padding:14px 18px;margin-bottom:8px;border-radius:14px;text-decoration:none;color:#475569;cursor:pointer;transition:.25s;font-weight:600}.dropi-sidebar nav a:hover{background:#fff3ec;color:var(--primary)}.dropi-sidebar nav a.active{background:var(--primary);color:#fff}.dropi-main{flex:1;display:flex;flex-direction:column}.dropi-header{height:90px;background:#fff;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 40px}.dropi-header h1{font-size:42px}.dropi-header p{color:#64748b;margin-top:5px}.dropi-user{display:flex;align-items:center;gap:15px}.dropi-user button{width:45px;height:45px;border:none;border-radius:50%;background:#fff3ec;cursor:pointer;font-size:18px}.dropi-avatar{width:46px;height:46px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.dropi-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:35px}.dropi-card{background:#fff;border-radius:18px;padding:25px;box-shadow:var(--shadow);transition:.25s}.dropi-card:hover{transform:translateY(-4px)}.dropi-card small{color:#64748b;font-size:14px}.dropi-card h2{font-size:42px;margin-top:18px}.wallet{background:linear-gradient(135deg,#ff7621,#ff944d);color:#fff}.wallet small{color:#fff}.wallet button{margin-top:25px;background:#fff;color:var(--primary);border:none;padding:12px 20px;border-radius:12px;cursor:pointer;font-weight:700}@media(max-width:1200px){.dropi-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dropi-sidebar{display:none}.dropi-cards{grid-template-columns:1fr}.dropi-header{padding:20px}.dropi-header h1{font-size:28px}}.dropi-nav{margin-top:40px;display:flex;flex-direction:column;gap:6px}.dropi-nav a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;text-decoration:none;color:#475569;font-weight:600;cursor:pointer;transition:.2s;position:relative}.dropi-nav a:hover{background:#f1f5f9;color:#0f172a}.dropi-nav a.active{background:#fff3ec;color:#ff7621}.dropi-nav .dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.dropi-nav a.active .dot{background:#ff7621}.dropi-wallet{background:linear-gradient(135deg,#ff7621,#ff944d);color:#fff;border-radius:18px;padding:28px;box-shadow:0 15px 35px #ff762140;transition:.3s}.dropi-wallet:hover{transform:translateY(-4px)}.wallet-top{display:flex;justify-content:space-between;align-items:flex-start}.wallet-balance{font-size:42px;margin-top:10px;font-weight:800}.wallet-change{font-size:13px;opacity:.9;margin-top:6px}.wallet-btn{background:#fff;color:#ff7621;border:none;padding:10px 16px;border-radius:12px;font-weight:700;cursor:pointer}.wallet-actions{display:flex;gap:10px;margin-top:20px}.wallet-actions button{flex:1;padding:10px;border:none;border-radius:12px;cursor:pointer;font-weight:600;background:#fff3;color:#fff;transition:.2s}.wallet-actions button:hover{background:#ffffff59}.wallet-history{margin-top:25px;background:#fff;border-radius:18px;padding:20px;box-shadow:var(--shadow)}.wallet-history h3{margin-bottom:15px;font-size:16px}.tx{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #F1F5F9;font-size:14px}.tx:last-child{border-bottom:none}.tx small{color:#94a3b8}.tx b{font-weight:700}.tx.in b{color:#10b981}.tx.out b{color:#ef4444}.login-wrapper{display:flex;height:100vh;font-family:Arial,sans-serif}.login-left{flex:1;background:linear-gradient(135deg,#ff7621,#ff944d);display:flex;justify-content:center;align-items:center;color:#fff}.login-left h1{font-size:52px;font-weight:800}.login-left p{opacity:.9}.login-right{flex:1;display:flex;justify-content:center;align-items:center;background:#f8fafc}.login-box{width:320px;display:flex;flex-direction:column;gap:12px}.login-box h2{font-size:24px}.subtitle{font-size:13px;color:#94a3b8;margin-bottom:10px}.login-box input{padding:12px;border:1px solid #E2E8F0;border-radius:10px;outline:none}.login-box button{padding:12px;background:#ff7621;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}.login-box button:hover{background:#ff6a00}.error{color:red;font-size:12px}.dropi-auth{display:flex;height:100vh;font-family:Arial}.dropi-left{flex:1;background:linear-gradient(135deg,#ff7a18,#ff5a00);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:60px}.dropi-left .logo{font-size:40px;font-weight:900;margin-bottom:20px}.dropi-right{flex:1;display:flex;justify-content:center;align-items:center;background:#f5f6f8}.form-box{width:320px;display:flex;flex-direction:column;gap:12px}.form-box input{padding:12px;border:1px solid #ddd;border-radius:8px}.form-box button{background:#ff6a00;color:#fff;border:none;padding:12px;border-radius:8px;cursor:pointer}#error{color:red;font-size:13px}.logo img{height:45px;width:auto;object-fit:contain}
/*# sourceMappingURL=/cdn/shop/t/1/assets/dropi.css.map */
