.agreement-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:space-between;gap:16px;transition:transform .25s ease,box-shadow .25s ease}.agreement-card:hover{transform:translateY(-6px);box-shadow:0 15px 30px #00000014}.agreement-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.agreement-title{font-size:1.1rem;font-weight:700;color:#111827;margin:0;min-width:0}.agreement-status{padding:4px 10px;font-size:.9rem;font-weight:600;border-radius:999px;text-align:center}.status-pending{background:#fff7ed;color:#c2410c}.status-funded{background:#ecfeff;color:#0369a1}.status-released{background:#ecfdf5;color:#047857}.status-cancelled{background:#fef2f2;color:#b91c1c}.agreement-body{display:flex;flex-direction:column;gap:8px}.agreement-row{display:flex;justify-content:space-between;gap:12px;font-size:1.1rem;color:#4b5563}.agreement-amount{font-size:2.2rem;font-weight:800;color:#111827;margin-top:12px}.agreement-footer{display:flex;justify-content:flex-end;align-items:center}.agreement-hint{font-size:1.1rem;color:#9ca3af}@media(max-width:640px){.agreement-card{padding:20px}.agreement-header,.agreement-row,.agreement-footer{flex-direction:column;align-items:flex-start}.agreement-footer,.agreement-footer .btn{width:100%}.agreement-title,.agreement-status,.agreement-row,.agreement-amount{font-size:inherit}.agreement-amount{font-size:1.7rem}}.modal-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:#fff;border-radius:12px;padding:32px;width:90%;max-width:min(90vw,720px);max-height:calc(100vh - 32px);position:relative;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out}.modal-normal{max-width:450px}.modal-content:has(.login-form){width:min(100%,480px);max-width:480px;padding:44px 44px 38px;border:1px solid rgba(148,163,184,.18);border-radius:22px;box-shadow:0 24px 60px #0f172a2e,0 1px #ffffffdb inset}.modal-content:has(.login-form) .modal-close{top:22px;right:22px;width:36px;height:36px;background:#f8fafc;border:1px solid rgba(148,163,184,.2);color:#64748b}.modal-content:has(.payout-form){width:min(100%,560px);max-width:560px;padding:44px;border:1px solid rgba(148,163,184,.18);border-radius:22px;box-shadow:0 24px 60px #0f172a2e,0 1px #ffffffdb inset}.modal-content:has(.payout-form) .modal-close{top:22px;right:22px;width:36px;height:36px;background:#f8fafc;border:1px solid rgba(148,163,184,.2);color:#64748b}.modal-large{background:#111;max-width:90vw;max-height:90vh;padding:20px;overflow:auto}.modal-large img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;display:block;margin:0 auto}.modal-close{position:absolute;top:16px;right:16px;background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:#6b7280;cursor:pointer;transition:all .2s}.modal-close:hover{background:#e5e7eb;color:#111827;transform:rotate(90deg)}@media(max-width:640px){.modal-backdrop{padding:12px;align-items:flex-end}.modal-content{width:100%;padding:24px 16px;border-radius:16px 16px 12px 12px;max-height:min(88vh,100%)}.modal-content:has(.login-form){padding:42px 22px 28px;border-radius:18px 18px 14px 14px}.modal-content:has(.payout-form){padding:42px 22px 28px;border-radius:18px 18px 14px 14px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.login-form{display:flex;flex-direction:column;gap:16px;color:var(--form-text);padding:0;border:0;border-radius:0;box-shadow:none;background:transparent}.modal-content .login-form{border:0;border-radius:0;box-shadow:none;background:transparent}.login-form h2{margin:0 44px 10px;font-size:1.8rem;font-weight:700;line-height:1.2;text-align:center;color:var(--form-text)}.login-form input{background-color:#fff;min-height:54px;border-radius:14px;font-size:1rem}.login-button{width:100%;margin-top:6px;min-height:54px;padding:12px 18px;background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:14px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 14px 28px #0f172a29}.login-button:hover{transform:translateY(-1px);box-shadow:0 18px 34px #0f172a33}.login-button:active{transform:scale(.98)}.login-error{margin:0;text-align:center}.login-register{margin:12px 0 0;padding-top:18px;border-top:1px solid rgba(148,163,184,.18);text-align:center;font-size:.95rem;color:#6b7280}.register-link{background:none;border:none;color:var(--form-focus);font-weight:600;cursor:pointer;padding:0}.register-link:hover{text-decoration:underline}.forgot-password{text-align:right;margin:-4px 0 2px}.forgot-password button{background:none;border:none;padding:0;font-size:13px;color:var(--form-muted);cursor:pointer;font-weight:500;transition:color .2s ease}.forgot-password button:hover{color:var(--form-focus);text-decoration:underline}@media(max-width:480px){.login-form h2{margin-right:36px;margin-left:36px;font-size:1.55rem}.forgot-password{text-align:right}}.header{--header-bg: rgba(248, 250, 252, .94);--header-surface: rgba(255, 255, 255, .88);--header-border: rgba(148, 163, 184, .24);--header-text: #0f172a;--header-muted: #475569;--header-accent: #0f766e;--header-accent-dark: #115e59;--header-shadow: 0 18px 44px rgba(15, 23, 42, .08);width:100%;position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(180deg,#ffffffb8,#f8fafc99),linear-gradient(90deg,#0f766e06,#0f172a00);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.5);box-shadow:0 4px 20px #0f172a05;transition:background .25s ease,backdrop-filter .25s ease,border-color .25s ease,box-shadow .25s ease}.header-spacer{height:88px;transition:height .25s ease}.header.header-scrolled{background:linear-gradient(180deg,#ffffffeb,#f8fafceb),linear-gradient(90deg,#0f766e0a,#0f172a00);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:#e2e8f0e6;box-shadow:0 12px 30px #0f172a12}.header-spacer.header-spacer-scrolled{height:80px}.header-container{width:min(1240px,calc(100% - 40px));margin:0 auto;min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;transition:min-height .25s ease}.header.header-scrolled .header-container{min-height:80px}.header-logo{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:10px 0;cursor:pointer}.header-logo img{height:90px;display:block;transition:transform .22s ease,filter .22s ease,height .25s ease;filter:saturate(.92) contrast(1.02)}.header.header-scrolled .header-logo img{height:70px}.header-logo:hover img{transform:translateY(-1px);filter:saturate(1) contrast(1.04)}.header-nav{display:flex;align-items:center;justify-content:center;gap:12px;min-width:0}.header-trust-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(15,118,110,.16);background:#0f766e14;color:var(--header-accent-dark);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.header-trust-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#14b8a6,#0f766e);box-shadow:0 0 0 4px #14b8a624}.header-nav-link{position:relative;border:none;background:transparent;color:var(--header-muted);font-size:.92rem;font-weight:600;padding:10px 6px;cursor:pointer;transition:color .18s ease}.header-nav-link:after{content:"";position:absolute;left:6px;right:6px;bottom:2px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--header-accent),#1d4ed8);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.header-nav-link:hover{color:var(--header-text)}.header-nav-link:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}.header-status{display:flex;align-items:center;gap:8px}.status-dot{width:9px;height:9px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 0 0 4px #10b98124}.hamburger{display:none;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border-radius:14px;border:1px solid rgba(148,163,184,.24);background:#ffffffc7;box-shadow:inset 0 1px #ffffffe6;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.hamburger span{display:block;width:18px;height:2px;border-radius:999px;background:#0f172a;transform-origin:center;transition:transform .2s ease,opacity .2s ease}.hamburger:hover{border-color:#0f766e47;background:#ffffffeb}.hamburger.is-open{border-color:#0f766e47;background:#fffffff0;box-shadow:inset 0 1px #ffffffeb,0 10px 24px #0f172a14}.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.user-menu-wrapper{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:10px;min-height:48px;padding:8px 14px;border-radius:16px;border:1px solid rgba(148,163,184,.22);background:linear-gradient(180deg,#ffffffeb,#f8fafceb);box-shadow:inset 0 1px #ffffffeb,0 10px 24px #0f172a0f;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.header.header-scrolled .user-menu-trigger{box-shadow:inset 0 1px #ffffffeb,0 14px 28px #0f172a17}.user-menu-trigger:hover{transform:translateY(-1px);border-color:#0f766e52;box-shadow:inset 0 1px #ffffffeb,0 16px 30px #0f172a1a}.header-user{max-width:min(28vw,220px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--header-text);font-weight:600}.caret{font-size:.7rem;color:#64748b}.user-dropdown{position:absolute;right:0;top:calc(100% + 12px);min-width:260px;padding:10px;border-radius:18px;border:1px solid rgba(148,163,184,.22);background:linear-gradient(180deg,#fffffffa,#f8fafcfa),var(--header-surface);box-shadow:var(--header-shadow);z-index:2000;animation:dropdownFade .16s ease;transform-origin:top right}.user-info{padding:12px 12px 10px;display:flex;flex-direction:column;gap:3px}.user-name{font-weight:700;color:var(--header-text)}.user-email{font-size:.84rem;color:#64748b}.dropdown-divider{height:1px;margin:8px 0;background:linear-gradient(90deg,#e2e8f000,#e2e8f0,#e2e8f000)}.dropdown-section{display:flex;flex-direction:column;gap:4px}.user-dropdown button{width:100%;border:none;background:transparent;color:#334155;text-align:left;font-size:.92rem;font-weight:500;padding:11px 12px;border-radius:12px;cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.user-dropdown button:hover{background:#0f766e14;color:var(--header-text);transform:translate(2px)}.dropdown-danger{color:#b91c1c}.dropdown-danger:hover{background:#ef44441a;color:#991b1b}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1080px){.header-container{width:min(100% - 32px,1240px);gap:18px}.header-trust-badge{display:none}.header-actions{gap:10px}}@media(max-width:820px){.header-container{min-height:78px;grid-template-columns:auto auto;justify-content:space-between}.header-spacer,.header-spacer.header-spacer-scrolled{height:78px}.header-nav{display:none}.hamburger{display:inline-flex;order:3}.header-actions{position:absolute;top:calc(100% + 1px);left:16px;right:16px;flex-direction:column;align-items:stretch;padding:18px;border-radius:20px;border:1px solid rgba(148,163,184,.22);background:linear-gradient(180deg,#fffffffa,#f8fafcfa),var(--header-surface);box-shadow:var(--header-shadow);display:none}.header-actions.open{display:flex}.header-actions .btn,.user-menu-wrapper,.user-menu-trigger{width:100%}.user-menu-trigger{justify-content:center}.header-user{max-width:100%}.user-dropdown{position:static;margin-top:10px;width:100%;box-shadow:none;border-radius:16px}}@media(max-width:600px){.header-container{width:calc(100% - 24px);min-height:72px;gap:12px}.header-spacer,.header-spacer.header-spacer-scrolled{height:72px}.header-logo img{height:54px}.header-actions{left:12px;right:12px;padding:14px}}:root{--primary: #0f172a;--primary-hover: #1e293b;--primary-light: rgba(15, 23, 42, .06);--success: #0f766e;--success-hover: #115e59;--success-light: rgba(15, 118, 110, .08);--text-main: #0f172a;--text-muted: #475569;--surface: rgba(255, 255, 255, .88);--surface-strong: #ffffff;--border-soft: rgba(148, 163, 184, .24);--border-strong: rgba(15, 23, 42, .14);--danger: #b91c1c;--danger-soft: rgba(239, 68, 68, .1);--shadow-soft: 0 10px 24px rgba(15, 23, 42, .08);--shadow-strong: 0 16px 28px rgba(15, 23, 42, .14);--border-radius: 14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;max-width:100%;min-height:46px;padding:12px 20px;border-radius:var(--border-radius);font-size:.95rem;font-weight:600;line-height:1.2;border:1px solid transparent;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease;text-decoration:none;white-space:normal;text-align:center}.btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:#f8fafc;border-color:#0f172a14;box-shadow:var(--shadow-strong),inset 0 1px #ffffff14}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 34px #0f172a2e,inset 0 1px #ffffff14}.btn-danger{background:#ffffffeb;color:var(--danger);border-color:#ef44442e;box-shadow:inset 0 1px #ffffffeb,0 10px 24px #ef44440f}.btn-danger:hover:not(:disabled){background:var(--danger-soft);border-color:#ef444447;color:#991b1b;transform:translateY(-1px)}.btn-outline{background:#ffffffc7;color:var(--text-main);border-color:var(--border-strong);box-shadow:inset 0 1px #ffffffe6}.btn-outline:hover:not(:disabled){background:var(--surface-strong);border-color:#0f766e57;transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,var(--shadow-soft)}.btn-primary-outline{background:#ffffffc7;color:var(--primary);border-color:#0f172a2e;box-shadow:inset 0 1px #ffffffe6}.btn-primary-outline:hover:not(:disabled){background:var(--surface-strong);color:var(--primary-hover);border-color:#0f172a47;transform:translateY(-1px);box-shadow:inset 0 1px #ffffffe6,var(--shadow-soft)}.btn-ghost{background:transparent;color:var(--text-muted);padding:8px 6px;border-color:transparent;box-shadow:none}.btn-ghost:hover:not(:disabled){color:var(--text-main);background:#0f172a0a}.btn-secondary{background:linear-gradient(180deg,#fffffff0,#f8fafcf0);color:var(--text-main);border-color:var(--border-soft);box-shadow:inset 0 1px #ffffffeb,var(--shadow-soft)}.btn-secondary:hover:not(:disabled){transform:translateY(-1px);border-color:#0f766e3d;background:linear-gradient(180deg,#fff,#f8fafcfa)}.btn-success{background:linear-gradient(135deg,var(--success),var(--success-hover));color:#f8fafc;border-color:#0f766e24;box-shadow:0 14px 28px #0f766e2e,inset 0 1px #ffffff14}.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 34px #0f766e38,inset 0 1px #ffffff14}.btn-sm{min-height:38px;padding:8px 14px;font-size:.85rem;border-radius:12px}.btn-lg{min-height:52px;padding:14px 24px;font-size:1rem;border-radius:16px}@media(max-width:640px){.btn{width:100%}.btn-ghost,.btn-sm{width:auto}}.dispute-form{padding:20px 24px;max-width:480px;width:100%}.dispute-form h2{margin:0 0 16px;font-size:1.25rem;font-weight:600;color:var(--form-text)}.dispute-form .error{margin-bottom:14px}.dispute-form label{margin-bottom:12px}.dispute-form select,.dispute-form textarea,.dispute-form input{margin-top:6px}.dispute-form textarea{min-height:112px}.dispute-form .evidence-preview{margin:-4px 0 12px;padding-left:20px;color:#4b5563;font-size:.95rem}.dispute-form .evidence-preview li{margin-bottom:6px;overflow-wrap:anywhere}.dispute-form .actions{justify-content:flex-end;margin-top:18px}@media(max-width:640px){.dispute-form{padding:16px}.dispute-form .actions{flex-direction:column-reverse}.dispute-form .actions .btn{width:100%}}.payout-form{width:100%;max-width:none;margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0;border:0;border-radius:0;box-shadow:none;background:transparent}.payout-form h2{grid-column:1 / -1;font-size:1.55rem;font-weight:700;line-height:1.2;margin:0 44px 8px;text-align:center;color:var(--form-text)}.modal-content .payout-form{border:0;border-radius:0;box-shadow:none;background:transparent}.payout-form input,.payout-form select{min-height:52px;border-radius:14px;background:#fff}.payout-form>input:not(.payout-form-compact),.payout-form>select:not(.payout-form-compact){grid-column:1 / -1}.payout-form select{cursor:pointer}.payout-form input::placeholder{color:#9ca3af}.payout-form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:12px;margin-top:8px;padding-top:18px;border-top:1px solid rgba(148,163,184,.18)}.payout-form small{font-size:.8rem;color:#6b7280}@media(max-width:640px){.payout-form{grid-template-columns:1fr}.payout-form h2{margin-right:38px;margin-left:38px;font-size:1.38rem}.payout-form-actions{flex-direction:column-reverse}.payout-form-actions .btn{width:100%}}.loading-container{--loader-stroke: #1a1a1a;--loader-bg: #ffffff;--loader-size: clamp(180px, 42vw, 240px);position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh;overflow:hidden;background:var(--loader-bg)}.loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(100%,420px);padding:20px;animation:loaderFadeIn .35s ease-out both}.loading-content.is-done{animation:loaderFadeOut .5s ease forwards}.loading-logo{width:var(--loader-size);height:var(--loader-size)}.loading-logo path{fill:none;stroke:var(--loader-stroke);stroke-width:100;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:drawLogo 1.25s ease-in-out forwards}.loading-logo path:nth-child(2){animation-delay:.04s}.loading-logo path:nth-child(3){animation-delay:.08s}.loading-logo path:nth-child(4){animation-delay:.12s}.loading-logo path:nth-child(5){animation-delay:.16s}.loading-logo path:nth-child(6){animation-delay:.2s}.loading-logo path:nth-child(7){animation-delay:.24s}@keyframes drawLogo{to{stroke-dashoffset:0}}@keyframes loaderFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes loaderFadeOut{to{opacity:0}}@media(prefers-reduced-motion:reduce){.loading-content,.loading-content.is-done,.loading-logo path{animation-duration:.01ms;animation-delay:0s}}.agreements-page{max-width:1100px;margin:0 auto;padding:48px 24px;min-height:calc(100vh - 64px)}.agreements-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:36px}.agreements-header h2{font-size:30px;font-weight:800;color:#0f172a}.agreements-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:28px}.agreement-card{position:relative;background:#fff;border-radius:20px;padding:26px;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000a,0 12px 24px #0f172a0f;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;animation:card-enter .45s ease forwards;opacity:0;transform:translateY(16px)}@keyframes card-enter{to{opacity:1;transform:translateY(0)}}.agreement-card:hover{transform:translateY(-10px);border-color:#c7d2fe;box-shadow:0 8px 24px #00000014,0 24px 48px #0f172a1f}.agreement-card:after{content:"";position:absolute;inset:0;border-radius:20px;background:linear-gradient(135deg,#6366f114,#0ea5e90f);opacity:0;transition:opacity .25s ease;pointer-events:none}.agreement-card:hover:after{opacity:1}.agreement-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:6px}.agreement-meta{font-size:14px;color:#64748b;margin-bottom:14px}.agreement-amount{font-size:22px;font-weight:800;color:#0b3954;margin-bottom:18px}.agreement-card button{margin-top:auto;padding:12px 18px;border-radius:12px;background:#0b3954;color:#fff;font-weight:600;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.agreement-card button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0b395459}.empty-state,.loading-state{text-align:center;padding:80px 24px;background:#f9fafb;border-radius:20px;border:2px dashed #e5e7eb;color:#6b7280}.loading-spinner{width:42px;height:42px;border:4px solid #e5e7eb;border-top:4px solid #0b3954;border-radius:50%;margin:0 auto 16px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.agreements-page{padding:32px 16px 48px}.agreements-header{align-items:stretch;margin-bottom:24px}.agreements-header h2{font-size:26px}.agreements-header select{width:100%}.agreements-grid{gap:18px}.empty-state,.loading-state{padding:48px 18px}}.footer{background-color:#f8f8f8;color:#151e3f;margin-top:0;padding-top:60px}.footer-container{max-width:1100px;margin:0 auto;padding:60px 24px 40px;display:grid;grid-template-columns:1.2fr 2fr;gap:40px}.footer-brand h3{font-size:1.5rem;margin-bottom:12px}.footer-brand p{opacity:.8;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footer-links h4{margin-bottom:12px;font-size:.95rem;opacity:.7}.footer-links a{display:block;margin-bottom:8px;color:#151e3f;text-decoration:none;opacity:.85;font-size:.9rem;transition:all .2s ease}.footer-links a:hover{opacity:1;color:var(--accent-orange)}.footer-bottom{text-align:center;padding:20px;font-size:.85rem;opacity:.6;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-links{grid-template-columns:1fr;gap:20px}}.hero{position:relative;display:flex;align-items:center;min-height:520px;margin:0 auto 24px;padding:72px 24px;overflow:hidden;text-align:left;isolation:isolate}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;z-index:-2}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#fffffff5,#ffffffdb 44%,#ffffff2e),linear-gradient(180deg,#0b39541a,#0b39542e);z-index:-1}.hero-content{max-width:1100px;width:100%;margin:0 auto}.hero-title{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.2;color:var(--primary-blue);margin-bottom:24px;max-width:680px;letter-spacing:-.02em;text-shadow:0 1px 2px #fff,0 0 0 #000}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);max-width:700px;margin:0 0 40px;line-height:1.6}.hero-actions{display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap}.how-it-works-home{max-width:1100px;margin:0 auto;padding:56px 24px 32px;text-align:center}.how-it-works-home h2{font-size:32px;margin-bottom:36px;color:var(--text-main)}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.steps-grid article{position:relative;padding:32px 24px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 6px -1px #0000001a}.step-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:18px;border-radius:50%;background:var(--primary-blue);color:#fff;font-size:1.1rem;font-weight:800}.steps-grid h3{color:var(--primary-blue);margin-bottom:12px;font-size:20px}.steps-grid p{color:var(--text-muted);line-height:1.6;margin:0}.use-cases{max-width:1100px;margin:0 auto;padding:80px 24px}.use-cases h2{text-align:center;font-size:32px;margin-bottom:48px;color:var(--text-main)}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:24px}.cases-grid article{padding:32px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.cases-grid article:hover{transform:translateY(-8px);border-color:var(--accent-green);box-shadow:0 6px 12px -2px #e9f1f2}.cases-grid h3{color:var(--primary-blue);margin-bottom:12px;font-size:20px}.faq{max-width:800px;margin:0 auto;padding:80px 24px}.faq h2{text-align:center;margin-bottom:40px}.faq-container{display:flex;flex-direction:column;gap:12px}.faq details{background:var(--bg-light);padding:16px 24px;border-radius:12px;cursor:pointer;transition:background .3s ease}.faq details[open]{background:#fff;border:1px solid #e5e7eb}.faq summary{font-weight:600;color:var(--primary-blue);list-style:none;display:flex;justify-content:space-between;align-items:center}.faq summary:after{content:"+";font-size:20px;color:var(--accent-green)}.faq details[open] summary:after{content:"-"}.faq details p{margin-top:12px;color:var(--text-muted);line-height:1.6}.seo-links{max-width:1100px;width:calc(100% - 48px);margin:40px auto;padding:32px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a;text-align:center}.seo-links h2{font-size:1.8rem;margin-bottom:24px;color:var(--primary-blue)}.seo-links ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;list-style:none;padding:0;margin:0 auto;width:100%}.seo-links li{width:100%}.seo-links a{display:flex;align-items:center;justify-content:center;min-height:56px;padding:18px 16px;border-radius:10px;font-size:.95rem;font-weight:500;background:#f9fafb;color:var(--text-main);text-decoration:none;transition:all .2s ease;border:1px solid #e5e7eb;width:100%;text-align:center}.seo-links a:hover{transform:translateY(-4px);border-color:var(--accent-green);background:#fff;box-shadow:0 10px 15px -3px #e9f1f2;color:var(--accent-green)}.seo-links a:active{transform:scale(.98)}.cta{background-color:var(--primary-blue);color:#fff;text-align:center;border-radius:18px 18px 0 0;padding:56px 24px;margin-top:80px}.cta h2{font-size:clamp(28px,4vw,42px);margin-bottom:16px}.cta p{font-size:1.1rem;margin-bottom:32px;opacity:.9}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:48px}.hero-text{flex:1;min-width:0}.hero-phone-wrap{position:relative;flex-shrink:0;opacity:.89}.hero-phone-wrap .phone{width:220px;background:#0d1520;border-radius:36px;padding:14px 12px;border:1.5px solid #1a2a3a;position:relative}.hero-phone-wrap .notch{width:60px;height:10px;background:#0d1520;border-radius:0 0 10px 10px;margin:0 auto 10px}.hero-phone-wrap .screen{background:#0f1c2e;border-radius:24px;overflow:hidden;min-height:390px;padding:16px 14px;position:relative}.hero-phone-wrap .app-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.hero-phone-wrap .app-logo{width:28px;height:28px;background:#0d3d4a;border-radius:8px;display:flex;align-items:center;justify-content:center}.hero-phone-wrap .app-name{font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:700;color:#2a9d8f;letter-spacing:1.5px}.hero-phone-wrap .tx-card{background:#132030;border-radius:16px;padding:14px;border:.5px solid #1e3a50;margin-bottom:10px}.hero-phone-wrap .tx-label{font-size:9px;color:#4a7a8a;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;font-family:Arial,sans-serif}.hero-phone-wrap .tx-item{font-size:12px;font-weight:600;color:#c8dde8;font-family:Arial,sans-serif;margin-bottom:8px}.hero-phone-wrap .tx-amount{font-size:24px;font-weight:700;color:#2a9d8f;font-family:Arial,sans-serif}.hero-phone-wrap .tx-divider{height:.5px;background:#1e3a50;margin:10px 0}.hero-phone-wrap .users-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.hero-phone-wrap .user-pill{display:flex;align-items:center;gap:5px}.hero-phone-wrap .avatar{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;font-family:Arial,sans-serif}.hero-phone-wrap .avatar.buyer{background:#0d3d4a;color:#2a9d8f}.hero-phone-wrap .avatar.seller{background:#0f2a40;color:#5b9bb5}.hero-phone-wrap .user-name{font-size:9px;color:#5a8a9a;font-family:Arial,sans-serif}.hero-phone-wrap .arrow-icon{font-size:11px;color:#2a4a5a}.hero-phone-wrap .shield-status{display:flex;align-items:center;gap:6px;background:#0d2e3a;border-radius:10px;padding:8px 10px;margin-bottom:10px;border:.5px solid #1a4a5a;opacity:0;transform:translateY(6px);animation:auPhoneShieldUp .5s ease forwards 1.2s}.hero-phone-wrap .shield-text{font-size:9px;font-weight:600;color:#2a9d8f;font-family:Arial,sans-serif}.hero-phone-wrap .progress-wrap{margin-bottom:10px}.hero-phone-wrap .progress-labels{display:flex;justify-content:space-between;font-size:8px;color:#3a6a7a;font-family:Arial,sans-serif;margin-bottom:4px}.hero-phone-wrap .progress-bar{height:4px;background:#1a3040;border-radius:4px;overflow:hidden}.hero-phone-wrap .progress-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#1a5f6a,#2a9d8f);width:0%;animation:auPhoneFillBar 1.5s ease forwards .6s}.hero-phone-wrap .cta-btn{background:linear-gradient(135deg,#0d3d4a,#2a9d8f);color:#c8f0eb;border-radius:12px;padding:10px;text-align:center;font-size:11px;font-weight:700;font-family:Arial,sans-serif;letter-spacing:.5px;opacity:0;animation:auPhoneShieldUp .5s ease forwards 1.8s}.hero-phone-wrap .check-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;animation:auPhoneCheckPop .4s ease forwards 2.5s;background:#0a121cb3;border-radius:24px}.hero-phone-wrap .check-circle{width:64px;height:64px;background:linear-gradient(135deg,#0d3d4a,#2a9d8f);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.hero-phone-wrap .check-ripple{position:absolute;width:64px;height:64px;border-radius:50%;border:2px solid #2a9d8f;animation:auPhoneRipple .9s ease-out forwards 2.6s;opacity:0}@keyframes auPhoneFillBar{0%{width:0%}to{width:65%}}@keyframes auPhoneShieldUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes auPhoneCheckPop{0%{opacity:0}to{opacity:1}}@keyframes auPhoneRipple{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(2.8)}}@keyframes auBadgeL{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes auBadgeR{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media(max-width:640px){.hero-content{flex-direction:column}.hero-phone-wrap{display:none}}@media(max-width:900px)and (min-width:641px){.hero-phone-wrap .phone{width:180px}.hero-phone-wrap .badge.b1{left:-100px}.hero-phone-wrap .badge.b2{right:-110px}.hero-phone-wrap .badge.b3{left:-90px}}@media(max-width:640px){.hero{min-height:580px;padding:56px 16px 40px;align-items:flex-end;text-align:center}.hero-image{object-position:center}.hero-overlay{background:linear-gradient(180deg,#fff3,#ffffffeb 52%,#fffffffa),linear-gradient(180deg,#0b395424,#0b395414)}.hero-title,.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-actions .btn{width:100%}.use-cases,.how-it-works-home,.faq,.seo-links,.cta{padding-left:16px;padding-right:16px}.how-it-works-home,.use-cases,.faq{padding-top:56px;padding-bottom:56px}.steps-grid{grid-template-columns:1fr}.steps-grid article{padding:24px}.cases-grid article{padding:24px}.seo-links{margin:24px 16px;width:auto;padding:24px 16px}.seo-links ul{grid-template-columns:1fr}}.agreement-detail{max-width:1100px;margin:0 auto;padding:40px 24px 80px}.error-box{background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:12px 14px;margin-bottom:24px;font-size:14px;color:#991b1b}.agreement-main{margin-bottom:32px}.agreement-main h1{font-size:32px;font-weight:700;margin-bottom:8px;color:#111827}.agreement-status{font-size:14px;color:#374151;margin-bottom:4px}.agreement-amount{font-size:26px;font-weight:700;color:#0b3954}.agreement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:24px;margin-bottom:32px}.card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;min-width:0}.card h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#111827}.card p{font-size:14px;color:#374151;margin-bottom:6px}.card p strong{color:#111827}.muted{font-size:13px;color:#6b7280}.card p:last-child{margin-bottom:0}.agreement-actions{margin-top:32px;display:grid;gap:24px}.action-card{border-color:#0f766e47;background-color:#fff}.action-card input,.action-card textarea,.action-card select{margin-bottom:12px}.action-card textarea{min-height:112px}.action-card select{background-color:#fff}.info-box{background-color:#f1f5f9;border:1px dashed #cbd5e1;border-radius:12px;padding:16px;font-size:14px;color:#334155;text-align:center}.agreement-actions>.btn-primary{width:100%;max-width:360px;padding:12px;font-size:15px;font-weight:600}.ca-btn-group{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:16px}button:disabled{opacity:.6;cursor:not-allowed}.product-images{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}.product-image{width:100%;height:140px;object-fit:cover;border-radius:10px;cursor:pointer;transition:transform .2s ease}.product-image:hover{transform:scale(1.03)}.view-more-images{grid-column:span 2;justify-self:center;margin-top:4px}.info-box.warning{background:#fff3cd;color:#856404}.pricing-preview hr{margin:16px 0}.pricing-preview p{overflow-wrap:anywhere}@media(max-width:640px){.agreement-detail{padding:32px 16px 64px}.agreement-main h1{font-size:26px}.agreement-amount{font-size:22px}.agreement-grid{gap:16px}.card,.info-box{padding:16px}.product-images{grid-template-columns:1fr}.view-more-images{grid-column:auto;width:100%}.ca-btn-group{justify-content:stretch}.ca-btn-group .btn,.agreement-actions>.btn-primary{width:100%;max-width:none}}.viewer-backdrop{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000}.viewer-image{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px}.viewer-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:50px;border:none;background:none;color:#fff;cursor:pointer}.viewer-arrow.left{left:30px}.viewer-arrow.right{right:30px}.viewer-close{position:absolute;top:20px;right:30px;font-size:28px;border:none;background:none;color:#fff;cursor:pointer}.viewer-counter{position:absolute;bottom:30px;color:#fff;font-size:14px}@media(max-width:640px){.viewer-image{max-width:100vw;max-height:72vh}.viewer-arrow{font-size:34px}.viewer-arrow.left{left:12px}.viewer-arrow.right{right:12px}.viewer-close{top:12px;right:16px}.viewer-counter{bottom:16px}}.create-agreement{max-width:700px;margin:auto;padding:2.5rem 1rem 4rem}.create-agreement .ca-title{margin:0 0 1.5rem;font-size:clamp(1.7rem,4vw,2.25rem);text-align:center}.create-agreement .ca-card{padding:1.25rem;margin-bottom:1rem;min-width:0}.create-agreement .ca-card h3{margin:0 0 1rem;color:var(--form-text);font-size:1.05rem}.ca-btn-group{margin-top:1.5rem}.create-agreement .ca-input+.btn{margin-top:1rem}.create-agreement .ca-inner-card{margin-top:1rem;background:var(--form-surface-muted);box-shadow:none}.create-agreement .ca-input,.create-agreement .ca-textarea,.create-agreement .ca-select{margin-top:.5rem}.create-agreement .ca-textarea{min-height:112px}.create-agreement .ca-textarea::placeholder{color:#b7b7b7;opacity:1;font-size:.95rem}.create-agreement .ca-label{margin-bottom:.4rem}.create-agreement .ca-upload{margin-top:1rem}.create-agreement .ca-error-box{margin-bottom:1rem}.create-agreement .ca-muted{color:var(--form-muted);font-size:.95rem}@media(max-width:480px){.create-agreement{padding:1.5rem .9rem 2.5rem}.create-agreement .ca-card{padding:1rem}.ca-btn-group .btn{width:100%}}.register-container{max-width:520px;margin:0 auto;padding:56px 24px 80px}.register-container h2{font-size:28px;font-weight:700;color:var(--form-text);margin-bottom:24px;text-align:center}.register-container h3{font-size:16px;font-weight:600;margin:28px 0 12px;color:#111827}.error{margin-bottom:20px}.register-container form{display:grid;gap:14px;padding:28px}.register-container input,.register-container select{margin-bottom:0}.register-container input::placeholder{color:#9ca3af}.register-container select{cursor:pointer}.register-container button{width:100%;margin-top:4px}.register-container p{font-size:14px;color:#6b7280;margin-bottom:12px}@media(max-width:640px){.register-container{padding:36px 16px 60px}.register-container form{padding:22px}.register-container h2{font-size:24px}}.public-agreement{max-width:900px;margin:0 auto;padding:40px 24px 80px}.public-agreement h1{font-size:30px;font-weight:700;color:#111827;margin-bottom:24px}.public-agreement .card{margin-bottom:20px}.public-agreement-amount{font-size:24px;font-weight:700;color:#0b3954}.public-agreement-login-text{font-size:14px;color:#374151;margin-bottom:18px}.public-agreement .card:last-of-type{border:1px solid rgba(15,118,110,.28);background-color:#f8fafc;text-align:center}.protection-input-container{margin-top:16px;display:flex;align-items:center;gap:12px}.public-agreement input[type=number]{width:96px;text-align:left;font-weight:600}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.public-agreement-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.public-agreement .error-box{margin-bottom:20px}.public-agreement-loading{max-width:900px;margin:0 auto;padding:40px 24px;font-size:15px;color:#374151}.muted{color:#6b7280;font-size:.9rem}.ca-textarea{margin-top:12px;margin-bottom:8px}@media(max-width:640px){.public-agreement{padding:32px 16px 64px}.public-agreement h1{font-size:24px}.public-agreement-actions{flex-direction:column}.public-agreement-actions .btn{width:100%}.public-agreement input[type=number]{width:100%;max-width:120px}}:root{--primary: #151e3f;--accent: #2563eb;--text-main: #374151;--text-titles: #111827;--bg-body: #f9fafb;--white: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}.seo-container{max-width:800px;margin:0 auto;padding:20px 24px 80px;color:var(--text-main);line-height:1.7}.seo-header{text-align:center;margin-bottom:48px;padding-top:40px}.seo-header h1{font-size:2.6rem;font-weight:800;color:var(--text-titles);letter-spacing:-.03em;margin-bottom:16px;line-height:1.2}.lead{font-size:1.2rem;color:var(--text-main);max-width:620px;margin:0 auto;opacity:.9}.legal-meta{color:var(--text-main);opacity:.78}.seo-section{background:var(--white);padding:32px;border-radius:16px;box-shadow:var(--shadow);margin-bottom:24px;border:1px solid #f3f4f6}.seo-section.highlight{border-left:6px solid var(--primary)}.seo-section h2{font-size:1.5rem;font-weight:700;color:var(--text-titles);margin-bottom:16px;display:flex;align-items:center}.custom-list{list-style:none;padding:0;margin-top:20px}.custom-list li{padding-left:30px;position:relative;margin-bottom:14px}.custom-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.legal-list{padding-left:22px;margin:16px 0 0}.legal-list li{margin-bottom:10px}.seo-cta{background:var(--white);border-radius:20px;padding:48px;text-align:center;color:var(--primary);margin-top:50px;box-shadow:var(--shadow);border:1px solid #f3f4f6}.seo-cta h3{color:var(--primary);font-size:1.8rem;margin-bottom:12px}@media(max-width:768px){.seo-header h1{font-size:2rem}.seo-section{padding:24px}.seo-container{padding-top:10px}}.auth-container{max-width:460px;margin:60px auto;padding:0 24px;text-align:center}.auth-container h2{margin-bottom:24px;font-size:1.5rem;font-weight:700;color:var(--form-text)}.auth-container form{display:flex;flex-direction:column;gap:16px;padding:28px}.auth-container input{background-color:#fff}.status-message{margin-top:16px}.admin-page{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 0 64px}.admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.admin-header h1{margin:0;font-size:2rem}.admin-header p{margin:6px 0 0;color:#5f6b7a}.admin-count{border:1px solid #d8dee8;border-radius:8px;padding:8px 12px;font-weight:700;white-space:nowrap}.admin-tabs{display:flex;gap:8px;margin-bottom:22px;border-bottom:1px solid #d8dee8;overflow-x:auto}.admin-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;color:#5f6b7a;cursor:pointer;font-weight:800;padding:12px 10px;white-space:nowrap}.admin-tabs button.is-active{border-bottom-color:#2a9d8f;color:#111827}.admin-error,.admin-empty{border:1px solid #f2c7c7;border-radius:8px;background:#fff5f5;color:#9f1d1d;padding:14px}.admin-empty{border-color:#d8dee8;background:#f7f9fc;color:#3b4655}.admin-section h2{font-size:1.2rem;margin:0 0 14px}.admin-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.admin-filter-grid input,.admin-filter-grid select{width:100%;min-height:42px;border:1px solid #d8dee8;border-radius:8px;background:#fff;color:#111827;padding:0 11px}.admin-filter-actions{display:flex;gap:8px}.admin-alert-list{display:grid;gap:14px}.admin-alert{border:1px solid #d8dee8;border-radius:8px;padding:16px;background:#fff}.admin-alert-main,.admin-alert-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-alert h3{margin:0;font-size:1rem}.admin-alert p{margin:4px 0 0;color:#5f6b7a}.admin-severity{border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:800;text-transform:uppercase}.admin-severity.high{background:#fee2e2;color:#991b1b}.admin-alert-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.admin-alert-grid div{border:1px solid #eef1f5;border-radius:8px;padding:10px}.admin-alert-grid span{display:block;color:#697586;font-size:.78rem;margin-bottom:4px}.admin-alert-grid strong{overflow-wrap:anywhere}.admin-alert-footer{justify-content:flex-start;margin-top:14px;color:#5f6b7a;font-size:.9rem}.admin-alert-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px;flex-wrap:wrap}.admin-table-wrap{width:100%;overflow-x:auto;border:1px solid #d8dee8;border-radius:8px;background:#fff}.admin-table{width:100%;border-collapse:collapse;min-width:900px}.admin-table th,.admin-table td{border-bottom:1px solid #eef1f5;padding:12px;text-align:left;vertical-align:top}.admin-table th{background:#f7f9fc;color:#3b4655;font-size:.8rem;text-transform:uppercase}.admin-table td{color:#263244}.admin-table td span{display:block;margin-top:4px;color:#697586;font-size:.82rem;overflow-wrap:anywhere}.admin-status{display:inline-block;border:1px solid #d8dee8;border-radius:999px;padding:4px 8px;background:#f7f9fc;font-size:.78rem;font-weight:800}.admin-review-status{display:inline-block;border-radius:999px;padding:4px 8px;font-size:.78rem;font-weight:800;white-space:nowrap}.admin-review-status.clear,.admin-review-status.resolved{background:#dcfce7;color:#166534}.admin-review-status.open,.admin-review-status.reviewing{background:#fef3c7;color:#92400e}.admin-review-status.dismissed{background:#fee2e2;color:#991b1b}@media(max-width:760px){.admin-header,.admin-alert-main,.admin-alert-footer{flex-direction:column;align-items:flex-start}.admin-alert-grid,.admin-filter-grid{grid-template-columns:1fr}.admin-alert-actions{justify-content:stretch}.admin-alert-actions .btn{flex:1}}.dispute-detail-page{max-width:1180px;margin:0 auto;padding:40px 24px 80px;display:grid;gap:24px}.dispute-hero,.dispute-card,.dispute-empty-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 12px 30px #0f172a0d}.dispute-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:28px}.dispute-eyebrow{margin:0 0 8px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#f28f16}.dispute-hero h1,.dispute-empty-card h1{margin:0;font-size:clamp(2rem,4vw,2.6rem);color:#0f172a}.dispute-subtitle{max-width:700px;margin:12px 0 0;color:#64748b;line-height:1.6}.dispute-hero-actions{min-width:220px;display:grid;gap:12px;justify-items:end}.dispute-status,.resolution-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:999px;font-size:.92rem;font-weight:700}.status-open{background:#fff7ed;color:#c2410c}.status-under_review{background:#eff6ff;color:#1d4ed8}.status-resolved,.resolution-chip{background:#ecfdf5;color:#047857}.dispute-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:24px}.dispute-card,.dispute-empty-card{padding:24px}.dispute-card h2{margin:0 0 18px;font-size:1.3rem;color:#0f172a}.detail-list{display:grid;gap:10px}.detail-list p,.resolved-summary p{margin:0;color:#334155;line-height:1.55}.dispute-highlight{margin-top:18px;padding:16px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa}.dispute-highlight.soft{background:#f8fafc;border-color:#e2e8f0}.dispute-highlight h3{margin:0 0 8px;font-size:1rem;color:#0f172a}.dispute-highlight p,.muted{margin:0;color:#64748b;line-height:1.6}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.section-head span{color:#64748b;font-size:.92rem}.evidence-grid-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:12px}.evidence-grid-list.compact{margin-top:12px}.evidence-tile{border:none;padding:0;background:transparent;cursor:pointer}.evidence-tile img{width:100%;height:150px;object-fit:cover;border-radius:16px;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}.evidence-tile:hover img{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a1f}.arbiter-upload-box{display:grid;gap:12px}.upload-label{display:grid;gap:8px;font-weight:600;color:#0f172a}.upload-label input{padding:12px;border-radius:14px;border:1px dashed #cbd5e1;background:#f8fafc}.pending-files{display:grid;gap:10px}.pending-file{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.pending-file span{color:#334155;overflow-wrap:anywhere}.resolution-card{display:grid;gap:16px}.resolution-notes{width:100%;min-height:170px;padding:14px 16px;border-radius:16px;border:1px solid #cbd5e1;resize:vertical;font:inherit;color:#0f172a;background:#fff}.resolution-notes:focus{outline:none;border-color:#0b3954;box-shadow:0 0 0 3px #0b39541f}.resolution-actions{display:flex;flex-wrap:wrap;gap:12px}.dispute-warning{padding:14px 16px;border-radius:14px;background:#fff7ed;border:1px solid #fdba74;color:#9a3412}.dispute-empty-card{text-align:center;justify-items:center;gap:16px}@media(max-width:768px){.dispute-detail-page{padding:28px 16px 48px}.dispute-hero{flex-direction:column;padding:22px 18px}.dispute-hero-actions{width:100%;min-width:0;justify-items:stretch}.dispute-card,.dispute-empty-card{padding:18px 16px}.section-head,.pending-file{flex-direction:column;align-items:flex-start}.resolution-actions .btn{width:100%}.evidence-tile img{height:180px}}:root{--primary-blue: #0b3954;--accent-green: #0f5e59;--text-main: #111827;--text-muted: #4b5563;--bg-light: #f9fafb}.hiw-hero{max-width:1100px;margin:0 auto;padding:32px 24px 20px;text-align:center}.hiw-title{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.2;color:var(--primary-blue);margin-bottom:24px;letter-spacing:-.02em;text-shadow:0 1px 2px #fff,0 0 0 #000}.hiw-hero p{color:var(--text-muted);font-size:1.15rem;max-width:700px;margin:0 auto;line-height:1.6}.hiw-steps{max-width:1100px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:24px}.hiw-step{background:#fff;padding:32px;border-radius:20px;border:1px solid #e5e7eb;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a;outline:none}.hiw-step:hover{transform:translateY(-8px);border-color:var(--accent-green);box-shadow:0 6px 12px -2px #e9f1f2}.hiw-step h3{margin-bottom:12px;color:var(--primary-blue);font-size:20px}.hiw-step p{color:var(--text-muted);line-height:1.6}.hiw-protection{max-width:800px;margin:0 auto;padding:80px 24px;text-align:center}.hiw-protection h2{margin-bottom:24px;color:var(--text-main);font-size:32px}.hiw-protection ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.hiw-protection li{font-weight:500;color:var(--text-main);background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:0 2px 8px #1118270a}.hiw-cta{background-color:var(--primary-blue);color:#fff;text-align:center;border-radius:24px 24px 0 0;padding:36px 24px;margin-top:80px}.hiw-cta h2{font-size:clamp(28px,4vw,42px);margin-bottom:16px}.hiw-cta p{font-size:1.1rem;margin-bottom:24px;opacity:.9}.hiw-cta .btn{min-width:220px}@media(max-width:640px){.hiw-hero{padding:24px 16px 12px}.hiw-steps,.hiw-protection,.hiw-cta{padding-left:16px;padding-right:16px}.hiw-steps,.hiw-protection{padding-top:56px;padding-bottom:56px}.hiw-step{padding:24px}.hiw-cta .btn{width:100%;min-width:0}}:root{--form-surface: #ffffff;--form-surface-muted: #f8fafc;--form-text: #0f172a;--form-muted: #64748b;--form-border: #d7dee8;--form-border-hover: #b8c4d6;--form-focus: #0f766e;--form-focus-ring: rgba(10, 27, 96, .16);--form-danger: #b91c1c;--form-danger-bg: #fef2f2;--form-danger-border: #fecaca;--form-radius: 12px;--form-card-radius: 16px;--form-shadow: 0 18px 44px rgba(15, 23, 42, .08)}.form-card,.auth-card,.auth-container form,.register-container form,.login-form,.payout-form,.dispute-form,.create-agreement .ca-card,.agreement-detail .action-card{background:var(--form-surface);border:1px solid rgba(148,163,184,.22);border-radius:var(--form-card-radius);box-shadow:var(--form-shadow)}.form-title,.auth-container h2,.login-form h2,.register-container h2,.payout-form h2,.dispute-form h2,.create-agreement .ca-title{color:var(--form-text);letter-spacing:0}.form-field,input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--form-border);border-radius:var(--form-radius);background:var(--form-surface);color:var(--form-text);font:inherit;font-size:.95rem;line-height:1.45;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.form-field:hover,input:not([type=checkbox]):not([type=radio]):hover,select:hover,textarea:hover{border-color:var(--form-border-hover)}.form-field:focus,input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{border-color:var(--form-focus);box-shadow:0 0 0 2px var(--form-focus-ring);background:#fff}textarea{min-height:112px;resize:vertical}select{cursor:pointer}input::placeholder,textarea::placeholder{color:#94a3b8}input[readonly],textarea[readonly]{background:var(--form-surface-muted);color:#334155}input[type=file]{padding:10px 12px;cursor:pointer}input[type=file]::file-selector-button{margin-right:12px;padding:8px 12px;border:1px solid rgba(15,23,42,.12);border-radius:10px;background:#f1f5f9;color:#0f172a;font:inherit;font-size:.88rem;font-weight:600;cursor:pointer}.form-label,.dispute-form label,.create-agreement .ca-label{display:flex;flex-direction:column;gap:8px;color:#334155;font-size:.92rem;font-weight:650}.form-message,.status-message{border-radius:12px;padding:12px 14px;background:#f1f5f9;color:#334155;font-size:.92rem}.form-error,.error,.login-error,.ca-error-box,.error-box,.dispute-form .error{background:var(--form-danger-bg);border:1px solid var(--form-danger-border);border-left:4px solid var(--form-danger);border-radius:12px;color:var(--form-danger);padding:12px 14px;font-size:.92rem}.form-actions,.payout-form-actions,.dispute-form .actions,.ca-btn-group{display:flex;flex-wrap:wrap;gap:12px}.terms-check{display:flex;align-items:flex-start;gap:10px;margin:16px 0 12px;color:#475569;font-size:.9rem;line-height:1.45}.terms-check input{flex:0 0 auto;width:18px;height:18px;margin-top:2px;accent-color:var(--form-focus)}.terms-check a{color:#0f766e;font-weight:650;text-decoration:none}.terms-check a:hover{text-decoration:underline}.terms-check-full{flex-basis:100%;margin-bottom:2px}.location-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(max-width:640px){.location-fields{grid-template-columns:1fr}}@media(max-width:640px){.form-field,input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:1rem}}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{min-width:320px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;background:#f8fafc}#root{width:100%;min-height:100vh}img,video,canvas,svg{display:block;max-width:100%}button,input,select,textarea{max-width:100%}p,h1,h2,h3,h4,h5,h6{overflow-wrap:anywhere}input,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;color:#111827}@media(max-width:600px){input,select,textarea{font-size:1rem;min-height:44px}}
