/* ===== Auth Pages - Login / Register ===== */
.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff 0%,#f0fdf4 50%,#fff 100%);padding:2rem;position:relative}
.auth-page::before{content:'';position:absolute;inset:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L80 40L40 80L0 40z' fill='none' stroke='%2322c55e' stroke-width='1'/%3E%3Ccircle cx='40' cy='40' r='15' fill='none' stroke='%2322c55e' stroke-width='.5'/%3E%3C/svg%3E");pointer-events:none}
.auth-box{background:#fff;border-radius:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.08);border:1px solid #e5e7eb;width:100%;max-width:440px;overflow:hidden;position:relative;z-index:1}
.auth-header{background:linear-gradient(135deg,#16a34a,#15803d);padding:2rem;text-align:center;color:#fff;position:relative;overflow:hidden}
.auth-header::before{content:'';position:absolute;inset:0;opacity:.1;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0L40 20L20 40L0 20z' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E");pointer-events:none}
.auth-header .logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem;position:relative}
.auth-header .logo-i{width:3rem;height:3rem;background:rgba(255,255,255,.2);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem}
.auth-header h2{font-size:1.5rem;font-weight:800;margin:0;position:relative}
.auth-header p{font-size:.85rem;opacity:.8;margin:.5rem 0 0;position:relative}
.auth-body{padding:2rem}
.auth-tabs{display:flex;border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem}
.auth-tab{flex:1;padding:.75rem;text-align:center;font-weight:600;font-size:.9rem;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:.3s;color:#6b7280;background:none;border-top:none;border-left:none;border-right:none}
.auth-tab.active{border-bottom-color:#22c55e;color:#15803d}
.auth-tab:hover{color:#22c55e}
.auth-form{display:none}
.auth-form.active{display:block;animation:fadeUp .4s}
.auth-field{margin-bottom:1.25rem}
.auth-field label{display:block;font-size:.8rem;font-weight:600;color:#374151;margin-bottom:.4rem}
.auth-field input{width:100%;padding:.875rem 1rem;border:1.5px solid #d1d5db;border-radius:.75rem;font-size:.9rem;transition:.3s;background:#f9fafb;font-family:inherit}
.auth-field input:focus{border-color:#22c55e;background:#fff;box-shadow:0 0 0 4px rgba(34,197,94,.08)}
.auth-field .field-icon{position:relative}
.auth-field .field-icon input{padding-right:2.75rem}
.auth-field .field-icon .icon{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);font-size:1.1rem;color:#9ca3af}
.auth-submit{width:100%;padding:.875rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:.3s;font-family:inherit}
.auth-submit:hover{background:linear-gradient(135deg,#4ade80,#22c55e);transform:translateY(-2px);box-shadow:0 8px 25px rgba(34,197,94,.3)}
.auth-footer{text-align:center;padding:1.25rem 2rem;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:.8rem;color:#6b7280}
.auth-footer a{color:#16a34a;font-weight:600}
.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:#9ca3af;font-size:.75rem}
.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:#e5e7eb}
.remember-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:.8rem}
.remember-row label{display:flex;align-items:center;gap:.4rem;color:#4b5563;cursor:pointer}
.remember-row a{color:#16a34a;font-weight:500}

/* ===== Client Dashboard ===== */
.dashboard{padding:3rem 0;background:#f8fafc;min-height:80vh}
.dash-grid{display:grid;grid-template-columns:250px 1fr;gap:2rem}
.dash-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;height:fit-content;position:sticky;top:100px}
.dash-user{text-align:center;padding-bottom:1.25rem;border-bottom:1px solid #e5e7eb;margin-bottom:1rem}
.dash-avatar{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto .75rem;color:#fff}
.dash-name{font-weight:700;color:#1f2937;font-size:1rem}
.dash-email{font-size:.75rem;color:#9ca3af}
.dash-menu a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.625rem;font-size:.85rem;font-weight:500;color:#4b5563;transition:.3s;margin-bottom:.25rem}
.dash-menu a:hover,.dash-menu a.active{background:#f0fdf4;color:#15803d}
.dash-menu a .icon{font-size:1.1rem}
.dash-content{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem}
.dash-content h2{font-size:1.3rem;color:#1f2937;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}
.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}
.dash-stat{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;text-align:center}
.dash-stat .num{font-size:1.5rem;font-weight:800;color:#22c55e}
.dash-stat .lbl{font-size:.75rem;color:#6b7280;margin-top:.25rem}
.order-list{display:flex;flex-direction:column;gap:.75rem}
.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;transition:.3s}
.order-item:hover{border-color:#bbf7d0;background:#f0fdf4}
.order-item .oi-info{display:flex;align-items:center;gap:.75rem}
.order-item .oi-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem}
.order-item .oi-name{font-weight:600;color:#1f2937;font-size:.9rem}
.order-item .oi-date{font-size:.7rem;color:#9ca3af}
.order-item .oi-price{font-weight:700;color:#16a34a;font-size:.9rem}
.status-badge{padding:.25rem .625rem;border-radius:1rem;font-size:.65rem;font-weight:600}
.status-badge.pending{background:#fef3c7;color:#d97706}
.status-badge.paid{background:#dcfce7;color:#15803d}
.status-badge.cancelled{background:#fee2e2;color:#dc2626}
@media(max-width:768px){.dash-grid{grid-template-columns:1fr}.dash-stats{grid-template-columns:repeat(2,1fr)}}

/* ===== Cart Drawer ===== */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;opacity:0;visibility:hidden;transition:.3s}
.cart-overlay.open{opacity:1;visibility:visible}
.cart-drawer{position:fixed;top:0;left:0;width:400px;max-width:90vw;height:100vh;background:#fff;z-index:201;transform:translateX(-100%);transition:.4s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column;box-shadow:-5px 0 30px rgba(0,0,0,.1)}
.cart-drawer.open{transform:translateX(0)}
.cart-head{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}
.cart-head h3{font-size:1.1rem;color:#1f2937;margin:0}
.cart-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;transition:.3s}
.cart-close:hover{color:#dc2626}
.cart-body{flex:1;overflow-y:auto;padding:1rem 1.5rem}
.cart-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:.75rem;transition:.3s}
.cart-item:hover{border-color:#bbf7d0}
.ci-info{flex:1}
.ci-name{font-weight:600;font-size:.85rem;color:#1f2937}
.ci-type{font-size:.7rem;color:#9ca3af}
.ci-price{font-weight:700;color:#16a34a;font-size:.85rem;margin:0 1rem}
.ci-remove{background:none;border:none;color:#dc2626;cursor:pointer;font-size:1rem;padding:.25rem;transition:.3s;border-radius:.25rem}
.ci-remove:hover{background:#fee2e2}
.cart-empty{text-align:center;padding:3rem;color:#9ca3af}
.cart-empty span{font-size:3rem;display:block;margin-bottom:1rem}
.cart-foot{border-top:1px solid #e5e7eb;padding:1.25rem 1.5rem;background:#f9fafb}
.cart-total{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;margin-bottom:.5rem}
.cart-tax{display:flex;justify-content:space-between;font-size:.8rem;color:#6b7280;margin-bottom:1rem}

/* ===== WHOIS Section ===== */
.whois-sec{padding:5rem 0;background:#f8fafc;position:relative}
.whois-sec::before{content:'';position:absolute;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30z' fill='none' stroke='%2322c55e' stroke-width='1'/%3E%3Ccircle cx='30' cy='30' r='10' fill='none' stroke='%2322c55e' stroke-width='.5'/%3E%3C/svg%3E");pointer-events:none}
.whois-search{background:linear-gradient(135deg,#1f2937,#111827);border-radius:1.5rem;padding:3rem;text-align:center;max-width:700px;margin:0 auto 2rem;position:relative;overflow:hidden}
.whois-search::before{content:'';position:absolute;inset:0;opacity:.1;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0L40 20L20 40L0 20z' fill='none' stroke='%2322c55e' stroke-width='1'/%3E%3C/svg%3E");pointer-events:none}
.whois-search h3{color:#fff;font-size:1.3rem;margin-bottom:1.25rem;position:relative}
.whois-search .ws-form{display:flex;gap:.75rem;max-width:500px;margin:0 auto;position:relative}
.whois-search .ws-form input{flex:1;padding:1rem 1.25rem;border:none;border-radius:.75rem;font-size:1rem;box-shadow:0 4px 15px rgba(0,0,0,.2)}
.whois-result{max-width:700px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05);display:none}
.wr-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem}
.wr-status{width:3.5rem;height:3.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem}
.wr-status.reg{background:#fee2e2}
.wr-status.free{background:#dcfce7}
.wr-info h4{font-size:1.1rem;color:#1f2937;margin:0 0 .25rem;direction:ltr}
.wr-info p{font-size:.8rem;color:#6b7280;margin:0}
.wr-body{padding:1.5rem}
.wr-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.wr-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem}
.wr-item .wr-label{font-size:.7rem;color:#9ca3af;font-weight:600;text-transform:uppercase;margin-bottom:.4rem}
.wr-item .wr-value{font-size:.85rem;color:#1f2937;font-weight:500;direction:ltr}
.wr-ns{margin-top:1rem}
.wr-ns h5{font-size:.85rem;color:#374151;margin-bottom:.5rem}
.wr-ns-list{display:flex;flex-wrap:wrap;gap:.5rem}
.wr-ns-item{background:#f0fdf4;border:1px solid #bbf7d0;padding:.4rem .875rem;border-radius:1rem;font-size:.75rem;color:#15803d;font-family:monospace;direction:ltr}
.wr-actions{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}
@media(max-width:640px){.wr-grid{grid-template-columns:1fr}}
