@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-Light-C1Nqs_QU.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-Regular-DhyBADTE.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-Medium-DGxYFqId.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-SemiBold-CYZJfp-p.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/assets/SpaceGrotesk-Bold-wuXZARFU.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.substring-search-input[type=number]::-webkit-outer-spin-button,.substring-search-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.substring-search-input[type=number]{appearance:textfield;-moz-appearance:textfield}.substring-search-input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(67%) sepia(86%) saturate(352%) hue-rotate(360deg) brightness(101%) contrast(102%);cursor:pointer}.app-logo{height:40px;width:auto}html,body{height:100%;margin:0;padding:0;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;scrollbar-width:none}body{background:linear-gradient(180deg,#010112,#020221);color:#f8fafc;z-index:-1;background-attachment:fixed}#root{height:100%}.page-container{display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box;position:relative}.page-content{margin-top:4%;display:flex;flex-direction:column;align-items:center;flex:1;justify-content:center}.main-content{display:grid;grid-template-columns:1fr 1fr;width:1150px;block-size:450px}.hero-section{width:500px;text-align:left;justify-self:start}.hero-title{font-size:clamp(2.5rem,5vw,5rem);margin:2rem 0 1rem;line-height:1.1;color:#f8fafc;letter-spacing:-.02em;max-width:500px;position:relative}.action-cards{display:flex;flex-direction:column;gap:2rem;width:500px;opacity:0;justify-self:end}.action-cards.show{opacity:1;transform:translate(0);transition:all 1s ease}.action-card{background:#ffffff0d;border-radius:1rem;padding:clamp(1.5rem,3vw,2.5rem);text-align:center;transition:all .3s ease;min-height:clamp(120px,15vh,140px);display:flex;flex-direction:column;justify-content:center;position:relative;transform:scale(1)}.action-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f90,orange,#ffb533,#ffc966);border-radius:1rem;opacity:0;transition:opacity .3s ease;z-index:-1}.action-card:hover{transform:scale(1.05);filter:brightness(1.05);background:linear-gradient(45deg,#ffad1f,#ffc250)}.action-card:hover:before{opacity:1}.card-title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;margin-top:0rem;margin-bottom:1rem;color:orange;transition:color .5s ease}.card-description{font-size:clamp(.9rem,2vw,1rem);color:#cbd5e1;margin-bottom:0;line-height:1.5;transition:color .5s ease}.action-card:hover .card-title,.action-card:hover .card-description{color:#1f2937}.clickable-card{cursor:pointer}.action-container{margin-top:2rem;display:flex;justify-content:center;align-items:center;grid-column:1 / -1;opacity:0;transform:translateY(10px);transition:all .5s ease;min-height:60px}.action-container.show{opacity:1}.get-started-button{background:linear-gradient(45deg,#f90,orange);color:#020221;border:none;border-radius:25px;padding:15px 30px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #ff99004d;position:relative;overflow:hidden;font-family:inherit;opacity:0;transform:translateY(10px);transition:opacity .6s ease,transform .6s ease}.get-started-button.show{opacity:1;transform:translateY(0)}.get-started-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.get-started-button:hover{transform:translateY(-2px);box-shadow:0 1px 20px #ff990080;filter:brightness(1.05);background:linear-gradient(45deg,#ffad1f,#ffc250)}.get-started-button:hover:before{left:100%}.error-message{color:#d32f2f;font-size:14px;margin-top:1rem;margin-bottom:2rem}.button-link{background-color:#a0accc;color:#222046;border:none;border-radius:4px;padding:10px 16px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s,transform .2s;align-self:flex-start}.button-link:disabled{background-color:#4d6199;cursor:not-allowed}.button-link:hover{background-color:#56699c;transform:scale(1.02);color:#0a091a}.disabled-button{opacity:.6;cursor:not-allowed}.action-card.connecting{pointer-events:none;opacity:.7}.wallet-button{padding:.6rem 1.2rem;margin:.25rem;background-color:#2563eb;color:#fff;border:none;border-radius:.2rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .2s,transform .2s}.wallet-button:hover{background-color:#1e40af;transform:scale(1.02)}.wallet-button:disabled{background-color:#4d6199;color:#919191;cursor:not-allowed}.action-cards{justify-self:center;align-self:center;cursor:pointer}.steps-section{height:400px}.steps-container{margin:2rem 0 1rem;display:flex;justify-content:center}.steps-list{list-style:none;padding:0;margin:0;counter-reset:step-counter}.step-item{position:relative;padding:.1rem 0 .1rem 2rem;margin-bottom:.5rem;border-left:2px solid rgba(255,255,255,.1);counter-increment:step-counter;opacity:0;transform:translate(-10px);animation:slideInLeft .4s ease forwards;transition:all .3s ease}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.step-item:nth-child(1){animation-delay:.4s}.step-item:nth-child(2){animation-delay:.8s}.step-item:nth-child(3){animation-delay:1.2s}.step-item:nth-child(4){animation-delay:1.6s}.step-item:nth-child(5){animation-delay:2s}.step-item:nth-child(6){animation-delay:2.4s}.step-item:hover{border-left-color:#ffb300;filter:drop-shadow(0 0 8px rgba(255,200,0,.6))}.step-text{font-size:.9rem;line-height:2.5;color:#ffffffd9;display:block}.step-text:hover strong{color:#fff;font-weight:600;background:linear-gradient(45deg,orange,#ffb533,#ffc966,#fd9);filter:drop-shadow(0 0 8px rgba(255,200,0,.6));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:filter .3s ease}.form-container{display:flex;align-items:flex-start;justify-content:center;padding-bottom:5rem;margin-top:-9rem;opacity:0;animation:fadeInNextStep .8s ease forwards;animation-delay:1s}@keyframes fadeInNextStep{to{opacity:1}}.form-content{width:100%;max-width:750px;text-align:center;padding-top:9rem}.progress-container{margin-bottom:3rem;text-align:center}.progress-bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(45deg,orange,#ffb533);transition:width .3s ease;border-radius:3px}.progress-text{font-size:.9rem;color:#cbd5e1;font-weight:500}.step-container{background:#ffffff08;border:none;border-radius:1rem;padding:2rem 4rem;opacity:0;transform:translateY(20px);animation:slideInStep .6s ease forwards;animation-delay:.3s}@keyframes slideInStep{to{opacity:1;transform:translateY(0)}}.step-header{text-align:center;margin-bottom:2rem}.step-title{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;background:orange;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.step-description{font-size:1rem;color:#cbd5e1;margin:0}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-group label{font-size:1.1rem;font-weight:600;color:#f8fafc;display:flex;align-items:center;gap:.25rem}.field-help{margin-left:4px;display:inline-block;width:16px;height:16px;border-radius:50%;background-color:orange;color:#020221;font-size:12px;line-height:16px;text-align:center;cursor:help;-webkit-user-select:none;user-select:none;position:relative}.field-help:hover:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background-color:#222236;color:#fff;padding:8px 12px;border-radius:4px;font-size:14px;line-height:1.4;white-space:pre-line;max-width:400px;width:max-content;z-index:1000;box-shadow:0 2px 8px #00000026}.substring-search-input{padding:1.2rem;border:none;border-radius:.75rem;margin-top:.5rem;background:#ffffff0d;color:#f8fafc;font-size:1.1rem;font-family:inherit;transition:all .3s ease;outline:none}.substring-search-input:focus{background:#ffffff14;box-shadow:0 0 0 3px #ffa5001a;transform:translateY(-2px)}.substring-search-input:disabled{opacity:.5;cursor:not-allowed}.substring-search-input::placeholder{color:#fff6}.field-error{color:#fca5a5;font-size:.9rem;margin-top:.5rem;padding:.75rem;background:#ef44441a;border:none;border-radius:.5rem;text-align:center}.step-navigation{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.completion-container{background:#ffffff08;border:none;border-radius:1rem;padding:2.5rem;opacity:0;transform:translateY(20px);animation:slideInStep .6s ease forwards;animation-delay:.3s}.completion-title{font-size:2rem;font-weight:600;margin-bottom:.5rem;background:linear-gradient(45deg,orange,#ffb533);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.completion-subtitle{font-size:1.1rem;color:#cbd5e1;margin-bottom:2rem}.summary-container{background:#ffffff0d;border:none;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;text-align:left}.summary-container h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#f8fafc}.summary-item{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.95rem;color:#cbd5e1}.summary-item strong{color:#f8fafc;margin-right:.5rem}.address-selection-style.summary-value{background-color:#f90;color:#020221;cursor:pointer}.address-selection-style.summary-label{background-color:#f90;color:#020221}.status-message{border-radius:.5rem;margin-top:1rem}.status-message.success{background:#22c55e1a;color:#22c55e;padding:.75rem;gap:.5rem}.status-message.success:hover{background:#22c55e33}.status-message.error{color:#fca5a5;background:#ef44441a;padding:.75rem;gap:.5rem}.form-actions{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.button-link{background:linear-gradient(45deg,orange,#ffb533);color:#020221;border:none;border-radius:50rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:inherit;min-width:160px}.button-link:hover:not(:disabled){background:linear-gradient(45deg,#ffb533,#ffc966);transform:translateY(-2px);box-shadow:0 4px 15px #ffa5004d}.button-link:disabled{background:#4d6199;color:#ffffff80;cursor:not-allowed;transform:none;box-shadow:none}.page-container:has(.action-container.show) .main-content{transform:translateY(-20px);transition:transform .6s ease}.timeline-container{margin-top:50px;width:100%;max-width:900px;position:relative;opacity:0;height:60px;display:flex;align-items:center}.timeline-container.show-timeline{opacity:1;animation:fadeInTimeline .6s ease forwards;animation-delay:.5s}@keyframes fadeInTimeline{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.timeline-line{position:absolute;top:50%;left:0;right:0;height:3px;background:linear-gradient(90deg,orange,#ffb533,#ffc966,#fd9);transform:translateY(-50%);border-radius:2px;opacity:0;z-index:1}.timeline-container.show-timeline .timeline-line{animation:fadeInLine .5s ease forwards;animation-delay:.8s}@keyframes fadeInLine{0%{opacity:0;transform:translateY(-50%) scaleX(0)}to{opacity:1;transform:translateY(-50%) scaleX(1)}}@media (min-width: 1706.67px){.hero-title#hero-title-create{font-size:clamp(3rem,4.5vw,5rem)}.steps-container{margin-top:2rem}}@media (max-width: 1396.36px){.steps-container{margin-top:2.7rem}}@media (max-width: 1228.8px){.action-container.show{padding-bottom:.5rem;margin-top:1rem}.steps-container{margin-top:1.5rem}.page-container:has(.action-container.show) .main-content{transform:translateY(-35px);transition:transform .6s ease}.step-container{padding-top:1rem;padding-bottom:1rem}}@media (max-width: 1024px){.steps-section{height:370px}.action-container.show{margin-top:0rem;padding-bottom:4rem}.form-container{margin-top:5rem;padding:0rem}.progress-container{margin-bottom:1rem}.step-container{padding-top:.2rem;padding-bottom:.2rem;margin-bottom:4rem}}@media (max-width: 768px){.step-item{padding:.6rem 0 .6rem 1.8rem;margin-bottom:.4rem}.step-item:before{width:18px;height:18px;left:-10px;top:.6rem;font-size:.65rem}.step-text{font-size:.85rem}.timeline-container{max-width:500px;height:50px}.form-container{padding:2rem 1rem}.form-title{font-size:2rem}.form-subtitle{font-size:1rem}.step-container,.completion-container{padding:1.5rem}.step-title{font-size:1.5rem}.button-link{width:100%;max-width:300px}.step-navigation{align-items:center}}@media (max-width: 480px){.step-item{padding:.5rem 0 .5rem 1.5rem}.step-item:before{width:16px;height:16px;left:-9px;top:.5rem;font-size:.6rem}.step-text{font-size:.8rem;line-height:1.4}.form-container{padding:1.5rem 1rem}.form-title{font-size:1.8rem}.substring-search-input{padding:1rem;font-size:1rem}.step-container,.completion-container{padding:1rem}.step-title{font-size:1.3rem}.completion-title{font-size:1.5rem}}:root{--bg-primary: rgba(255, 255, 255, .02);--bg-secondary: rgba(255, 255, 255, .03);--bg-tertiary: rgba(255, 255, 255, .05);--bg-quaternary: rgba(255, 255, 255, .08);--border-primary: rgba(255, 255, 255, .06);--border-secondary: rgba(255, 255, 255, .08);--border-tertiary: rgba(255, 255, 255, .12);--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--text-quaternary: #64748b;--accent-orange: #ffa500;--accent-green: #10b981;--accent-red: #ef4444;--accent-yellow: #fbbf24}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeInDescription{to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.generate-proof-container,.submit-claim-container{width:100%;max-width:800px}.card-base,.proof-progress-container,.proof-card,.submit-claim-form,.section-tab,.info-item,.reward-display,.summary-details{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:1rem;padding:2rem;transition:all .2s ease}.card-base:hover,.proof-card:hover,.section-tab:hover,.info-item:hover{background:var(--bg-secondary);border-color:var(--border-secondary)}.button-base,.file-select-button{background:var(--bg-quaternary);border:1px solid var(--border-tertiary);border-radius:.5rem;padding:1rem 2rem;color:var(--text-primary);font-size:1rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.button-base:hover:not(:disabled),.file-select-button:hover:not(:disabled){background:#ffa5001a;border-color:#ffa5004d;color:var(--accent-orange)}.button-base:disabled,.file-select-button:disabled{opacity:.5;cursor:not-allowed}.message-base,.success-message,.error-message{padding:2rem;border-radius:1rem}.action-cards#claim-cards.show{display:flex;flex-direction:row;gap:5rem;padding:10rem 0rem 8rem;opacity:1;transition:opacity .6s ease,transform 1s ease;justify-self:center;justify-content:center}.action-card.claim-card{width:400px}.description-section{justify-self:end;align-self:start;width:600px;position:relative;opacity:0;transform:translateY(20px);animation:fadeInDescription 1s ease forwards;animation-delay:.4s;height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center;perspective:1000px}.description-card{position:absolute;width:85%;height:80%;padding:1.5rem;margin:0;border-bottom:none;background:var(--bg-quaternary);border-radius:.75rem;transition:all .3s ease;transform-style:preserve-3d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;opacity:0}.description-card.active{transform:translateZ(0) scale(1);opacity:1;background:#131329;filter:blur(0px);z-index:10;height:50%;width:80%}.description-card.prev{transform:translateY(-70px) translateZ(-200px) scale(.9);opacity:.3;filter:blur(1px);height:50%;z-index:5}.description-card.next{transform:translateY(70px) translateZ(-200px) scale(.9);font-size:large;opacity:.3;filter:blur(1px);height:50%;z-index:5}.description-card .card-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;margin-top:0;text-align:center}.card-text{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin:0;text-align:center}.card-number{position:absolute;top:1.5rem;right:1.5rem;font-size:.9rem;opacity:.7;font-weight:500;color:var(--accent-orange)}.proof-hero{text-align:center;margin-bottom:4rem}.proof-title{font-size:2.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;line-height:1.1;letter-spacing:-.025em}.proof-subtitle{font-size:1.125rem;color:var(--text-tertiary);line-height:1.6;max-width:560px;margin:0 auto;font-weight:400}.proof-actions{display:flex;justify-content:center;align-items:center;gap:4rem;margin:2rem 0}.proof-progress-container{margin:2rem 0}.proof-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.proof-progress-label{font-size:.875rem;font-weight:500;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.proof-progress-percentage{font-size:1.1rem;font-weight:600;color:var(--text-primary);font-variant-numeric:tabular-nums}.proof-progress-bar-wrapper{position:relative;margin-bottom:1.5rem}.proof-progress-bar-background{position:relative;height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden}.proof-progress-bar-fill{position:absolute;top:0;left:0;height:100%;border-radius:4px;transition:width .1s linear,background-color .3s ease;box-shadow:0 0 10px currentColor;background-color:#f6f6f6}.proof-progress-bar-fill.complete{background-color:var(--accent-yellow)}.proof-progress-milestone{position:absolute;top:-8px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.milestone-dot{width:5px;height:20px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);transition:all .3s ease}.milestone-dot.complete{background:var(--accent-yellow);border-color:var(--accent-yellow);box-shadow:0 0 80px #ffbf0080}.milestone-label{position:absolute;top:32px;font-size:.75rem;color:var(--text-quaternary);white-space:nowrap}.proof-progress-status{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.status-indicator{width:10px;height:10px;border-radius:50%;background:var(--accent-green)}.status-indicator.generating{background:var(--accent-yellow);animation:pulse 2s ease-in-out infinite}.status-text{font-size:.9375rem;color:var(--text-secondary)}.proof-time-info-container{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.75rem;padding:1rem 1.25rem;margin-top:1rem;text-align:center;max-width:100%}.proof-time-primary{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem;line-height:1.4}.proof-time-secondary{font-size:.8125rem;color:var(--text-tertiary);line-height:1.4;margin-bottom:.25rem}.proof-time-warning{font-size:.75rem;color:var(--accent-yellow);background:#fbbf2414;border:1px solid rgba(251,191,36,.15);border-radius:.375rem;padding:.5rem .75rem;margin-top:.75rem;font-weight:500;display:inline-block}.proof-time-info{font-size:.875rem;color:var(--text-tertiary);text-align:center;display:block;margin-top:.75rem;padding:.5rem;background:#ffffff05;border-radius:.375rem;font-weight:400;line-height:1.5}.proof-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.proof-card:hover{transform:translateY(-2px)}.proof-card-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem;letter-spacing:-.015em}.proof-card-description{font-size:.9375rem;color:var(--text-tertiary);line-height:1.5;margin:0;font-weight:400}.proof-status{margin-top:1rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;text-align:center}.proof-status.success{background:#10b9811a;color:var(--accent-green);border:1px solid rgba(16,185,129,.2)}.proof-status.error{background:#ef44441a;color:var(--accent-red);border:1px solid rgba(239,68,68,.2)}.message-base{margin-bottom:2rem;padding:2rem;border-radius:1rem}.success-message{background:#10b9810d;border:1px solid rgba(16,185,129,.2)}.error-message{background:#ef44440d;border:1px solid rgba(239,68,68,.2)}.success-message h3{font-size:1.5rem;font-weight:600;color:var(--accent-green);margin:0 0 1rem}.error-message h3{font-size:1.5rem;font-weight:600;color:var(--accent-red);margin:0 0 1rem}.success-message p,.error-message p{font-size:1rem;color:var(--text-tertiary);margin:0;line-height:1.5}.clickable-success{cursor:pointer;transition:all .2s ease-in-out;padding:1.5rem;border-radius:8px;background:#93dbc308;border:1px solid rgba(16,185,129,.1);margin:1rem 0}.clickable-success:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e26;border-color:#22c55e;background:#93dbc30d}.download-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.9rem;color:#059669;font-weight:500}.download-icon{font-size:1.2rem;animation:bounce 2s infinite}.info-section{margin-top:4rem;display:grid;gap:1.5rem}.info-item{padding:1.5rem}.info-item.warning{border-color:#fbbf2433;background:#fbbf2408}.info-item h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;letter-spacing:-.01em}.info-item.warning h4{color:var(--accent-yellow)}.info-item p{font-size:.875rem;color:var(--text-tertiary);line-height:1.5;margin:0;font-weight:400}.form-container#submit-form-container{margin-top:-5rem}.submit-claim-content{width:100%}.contract-address-form{text-align:center;padding:3rem 2rem}.contract-form-header{margin-bottom:3rem}.contract-form-title,.claim-form-title{font-size:2.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;line-height:1.1;letter-spacing:-.025em}.claim-form-title{font-size:1.75rem;margin:0 0 .5rem;letter-spacing:-.015em}.contract-form-subtitle{font-size:1.125rem;color:var(--text-tertiary);line-height:1.6;max-width:560px;margin:0 auto;font-weight:400}.contract-input-container{max-width:500px;margin:0 auto 2rem}.contract-form-actions{display:flex;justify-content:center}.submit-claim-form{margin:5rem 0}.claim-form-header{display:flex;flex-wrap:wrap;margin-bottom:2rem}.claim-form-title-section{flex:1}.claim-form-subtitle{font-size:.9rem;color:var(--text-quaternary);margin:0;font-family:monospace;background:var(--bg-tertiary);padding:.25rem .5rem;border-radius:.25rem;display:inline-block}.claim-section-tabs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.section-tab{padding:1.5rem;cursor:pointer;text-align:left}.section-tab.active{background:#ffa5001a;border-color:#ffa5004d}.tab-content{width:100%}.tab-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;text-align:center}.section-tab.active .tab-title{color:var(--accent-orange)}.tab-description{font-size:.875rem;color:var(--text-tertiary);margin:0;line-height:1.4;text-align:center}.upload-header{margin-bottom:2rem}.upload-header h4,.step-header h4{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.upload-header p,.step-header p{font-size:1rem;color:var(--text-tertiary);margin:0}.upload-area{background:var(--bg-primary);border:2px dashed rgba(255,255,255,.1);border-radius:1rem;padding:3rem 2rem;transition:all .2s ease}.upload-area:hover{border-color:#ffa5004d;background:#ffa50005}.file-selector{margin-bottom:2rem}.file-select-button{background:var(--bg-quaternary);border:1px solid var(--border-tertiary);border-radius:.5rem;padding:1rem 2rem;color:var(--text-primary);font-size:1rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.file-info{margin-top:1rem;display:flex;flex-direction:column;gap:.25rem}.file-name{font-size:.9rem;color:var(--text-secondary);font-weight:500}.file-size{font-size:.8rem;color:var(--text-quaternary)}.step-header,.reward-display,.summary-details{margin-bottom:2rem}.summary-details{text-align:left}.reward-amount{font-size:1.5rem;font-weight:600;color:var(--accent-green);margin:0 0 1.5rem}.reward-actions{display:flex;gap:4.5rem;justify-content:center;margin-top:2.5rem}.summary-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid var(--bg-tertiary);gap:1rem}.summary-item:last-child{border-bottom:none}.summary-label{font-weight:600;color:var(--text-secondary);flex-shrink:0}.summary-value{color:var(--text-primary);text-align:right;word-break:break-all}.commitment-hash{font-family:monospace;font-size:.8rem;background:var(--bg-tertiary);padding:.25rem .5rem;border-radius:.25rem}.summary-actions,.step-navigation{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.summary-info{background:#ffbf240d;border:1px solid rgba(255,191,36,.2);border-radius:.75rem;padding:1rem}.info-text{font-size:.875rem;color:var(--text-tertiary);margin:0;line-height:1.5}.contract-info{display:flex;justify-content:space-between;align-items:center;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:.5rem;padding:1rem;gap:1rem}.info-label{font-weight:600;color:var(--text-secondary);flex-shrink:0}.info-value{color:var(--text-primary);font-family:monospace;font-size:.8rem;background:var(--bg-tertiary);padding:.25rem .5rem;border-radius:.25rem;word-break:break-all}.commitment-input-container{max-width:500px;margin:0 auto 2rem;text-align:left}.proof-upload,.reward-step,.commitment-step,.claim-summary,.initializing-step,.finalize-upload-step,.commitment-input-step,.finalizing-step{text-align:center}.upload-actions,.finalize-actions{display:flex;justify-content:center}.initialize-claim-section,.finalize-claim-section{width:100%}.notification-banner{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:1rem;padding:0;margin:2rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.notification-banner:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,165,0,.3) 50%,transparent 100%)}.notification-banner:hover{background:var(--bg-secondary);border-color:var(--border-secondary);transform:translateY(-2px)}.notification-banner-content{display:flex;align-items:center;gap:1.5rem;padding:2rem;position:relative}.notification-banner:hover .notification-banner-icon:before{opacity:1}.notification-banner:hover .notification-banner-icon{transform:scale(1.1);background:var(--bg-quaternary)}.notification-banner-text{flex:1;min-width:0}.notification-banner-text h4{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:var(--text-primary);letter-spacing:-.015em}.notification-banner-text p{margin:0;font-size:.9375rem;color:var(--text-tertiary);line-height:1.5;font-weight:400}.notification-banner-actions{display:flex;gap:.75rem;flex-shrink:0}.notification-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;border:1px solid transparent;position:relative;overflow:hidden}.notification-btn:disabled{opacity:.6;cursor:not-allowed}.notification-btn-primary{background:var(--bg-quaternary);border-color:var(--border-tertiary);color:var(--text-primary)}.notification-btn-primary:hover:not(:disabled){background:#ffa5001a;border-color:#ffa5004d;color:var(--accent-orange);transform:translateY(-1px)}.notification-btn-primary:active:not(:disabled){transform:translateY(0)}.notification-btn-secondary{background:transparent;border-color:var(--border-primary);color:var(--text-tertiary)}.notification-btn-secondary:hover:not(:disabled){background:var(--bg-secondary);border-color:var(--border-secondary);color:var(--text-secondary);transform:translateY(-1px)}.notification-btn-secondary:active:not(:disabled){transform:translateY(0)}.notification-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.8125rem;font-weight:500;background:var(--bg-secondary);border:1px solid var(--border-primary);transition:all .2s ease}.notification-status:hover{background:var(--bg-tertiary);transform:translateY(-1px)}.notification-status.success{background:#10b98114;border-color:#10b98133;color:var(--accent-green)}.notification-status.warning{background:#fbbf2414;border-color:#fbbf2433;color:var(--accent-yellow)}.notification-status.error{background:#ef444414;border-color:#ef444433;color:var(--accent-red)}.notification-status-text{font-size:inherit}@media (min-width: 1706.67px){.action-cards#claim-cards.show{margin-top:-10%}}@media (max-width: 1228.8px){.description-section{width:450px;height:400px;margin-right:5.5rem;margin-top:.5rem}.description-card{padding:3.3rem 2rem}.action-cards#claim-cards.show{margin-top:0rem}}@media (max-width: 1024px){.main-content#main-content-claim{display:grid;grid-template-columns:1fr;gap:20px;place-items:center}.main-content#main-content-claim>*{justify-self:center;margin-right:0rem}.description-section{display:flex;align-self:center}.action-card.claim-card{width:350px}.action-card#claim-card{width:200px}.status-message{margin-top:-3rem;margin-bottom:3rem}.submit-claim-container#submit-claim-container{margin-top:10rem}}@media (max-width: 768px){.action-cards#claim-cards.show{display:grid;grid-template-rows:1fr;gap:2rem;max-width:200rem}.claim-form-header .button-link{width:30%}.finalizing-step .button-link{align-self:center}.generate-proof-container{padding:3rem 1.5rem}.proof-title{font-size:1.875rem}.proof-subtitle{font-size:1rem}.proof-actions{flex-wrap:wrap;flex-direction:row;gap:1rem}.proof-actions .form-button{width:100%;margin:0}.proof-cards-grid{grid-template-columns:1fr}.proof-progress-percentage{font-size:1.25rem}.milestone-label{font-size:.625rem}.notification-banner-content{flex-direction:column;text-align:center;gap:1.25rem;padding:1.5rem}.notification-banner-actions{justify-content:center;width:100%;gap:.5rem}.notification-btn{flex:1;justify-content:center;min-width:0;padding:.75rem 1rem}.notification-banner-icon{width:40px;height:40px;font-size:1.5rem}.notification-banner-text h4{font-size:1rem}.notification-banner-text p{font-size:.875rem}}::selection{background-color:#f90;color:#020221}::-moz-selection{background-color:#f90;color:#020221}.typing-cursor{animation:blink 1.5s infinite;color:#f90;font-weight:300}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{font-size:clamp(.9rem,2vw,1rem);line-height:1.6;color:#cbd5e1;margin-bottom:0;opacity:0;transition:opacity .6s ease,transform 1s ease}.hero-description.show{opacity:1;transform:translateY(0)}.selected-text{background-color:#f90;color:#020221}@media (max-width: 1400px){.page-content{margin-top:4.3%;padding:0 8rem;align-items:center;justify-content:center}}@media (max-width: 1396.36px){.hero-section{margin-left:3.5rem}.hero-title{font-size:clamp(4rem,5.3vw,4.7rem);margin:3rem 0rem 1rem}.hero-description{padding-right:2.5rem;margin-bottom:3rem}.action-cards#home-page{margin-right:2rem;width:80%}.action-card .card-title{margin-bottom:6px}.card-description{transition:color .5s ease}}@media (max-width: 1228.8px){.hero-section{margin-left:6rem}.hero-title{font-size:clamp(3.8rem,7.7vw,4.4rem);margin:3.5rem 0rem 1rem}.hero-description{padding-right:5.5rem;margin-bottom:4rem}.action-cards#home-page{margin-right:4rem}.action-card{padding:30px 40px}.action-card .card-title{font-size:clamp(1.2rem,1.5rem,1.7rem);margin-bottom:6px}.card-description{font-size:clamp(.75rem,1.2vw,.85rem);transition:color .5s ease}}@media (max-width: 1024px){.page-content{padding:5rem;margin-top:2%;justify-content:center}.main-content{grid-template-columns:1fr;gap:2rem;text-align:center;justify-items:center;width:100%}.hero-section{display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%;max-width:none;margin-left:0rem}.hero-title{font-size:clamp(2rem,6vw,3rem);margin-bottom:1.5rem;align-self:center}.hero-description{padding:0rem}.action-cards#home-page{padding:0rem 0rem 3rem;align-self:end;cursor:pointer;margin-right:0rem}.action-card{width:70%;padding:2rem;justify-self:center}}@media (max-width: 768px){.page-content{align-items:center;justify-content:center}.main-content{grid-template-columns:1fr;text-align:center;align-items:center;justify-items:center;width:100%}.hero-section{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;width:100%;max-width:none}.hero-title{font-size:clamp(2rem,6vw,3rem);margin-bottom:1.5rem}.action-cards{gap:1.5rem;margin-top:1.5rem;width:100%}.action-card{width:70%}}@media (max-width: 480px){.page-content{padding:1rem}.hero-title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:1rem}.action-cards{gap:1rem;margin-top:1rem}.action-card{min-height:100px}}@media (max-width: 320px){.page-content{padding:.75rem}.hero-title{font-size:clamp(1.5rem,8vw,2rem)}.action-card{padding:1rem;min-height:80px}}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0rem 4rem;background:#01031840;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-bottom:1px solid transparent;z-index:1000;font-size:.85rem;font-weight:600;color:#f8fafc;overflow:hidden;height:60px}.navbar:before{content:"";position:absolute;bottom:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#ffa500 25%,#ffe3b3 50%,#ffc966 75%,transparent 100%);animation:movingLine 10s ease-in-out forwards;box-shadow:0 0 88px orange,0 0 160px orange,0 0 240px orange,0 0 320px orange}@keyframes movingLine{0%{left:-100%;opacity:0}10%{opacity:1}90%{opacity:1;left:0%}to{left:0%;opacity:1}}.navbar-logo{height:23px;width:auto;color:#f8fafc;transition:all .3s ease;z-index:2;position:relative}.navbar-left{display:flex;align-items:center;text-decoration:none;transition:all .3s ease;z-index:2;position:relative}.navbar-left:hover .navbar-logo{filter:hue-rotate(45deg) saturate(2) brightness(1.3) drop-shadow(0 0 8px rgba(255,200,0,.6));transform:scale(1.05)}.navbar-middle{display:flex;align-items:center;gap:2rem;z-index:2;position:relative}.nav-link{position:relative;padding:.25rem 0;color:inherit;text-decoration:none;font-weight:500;transition:transform .3s ease,filter .3s ease}.nav-link:hover{color:transparent;background:linear-gradient(45deg,orange,#ffb533,#ffc966,#fd9);background-clip:text;-webkit-background-clip:text;filter:drop-shadow(0 0 8px rgba(255,200,0,.6));transform:scale(1.15);transition:transform .3s ease,filter .3s ease}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;border-bottom:1px solid transparent;border-image:linear-gradient(45deg,orange,#ffb533,#ffc966,#fd9) 1;transition:width .3s ease;filter:drop-shadow(0 0 4px rgba(255,200,0,.4))}.nav-link:hover:after{width:100%}.navbar-right{z-index:2;position:relative}.connect-wallet-btn{background:linear-gradient(45deg,#f90,orange);color:#020221;border:none;border-radius:20px;padding:8px 16px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;white-space:nowrap}.connect-wallet-btn.connected{cursor:copy}.connect-wallet-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #ff99004d;background:linear-gradient(45deg,#ffad1f,#ffc250)}.connect-wallet-btn:disabled{opacity:.7;cursor:not-allowed}.connect-wallet-btn:disabled:hover{transform:none;box-shadow:none;background:linear-gradient(45deg,#f90,orange)}@media (max-width: 768px){.navbar{padding:0rem 1.5rem;height:60px}.navbar-middle{gap:1.5rem}.navbar-logo{height:23px}.connect-wallet-btn{padding:6px 12px;font-size:.8rem}}@media (max-width: 640px){.navbar{padding:0rem 1rem;height:60px}.navbar-logo{height:23px}.mobile-menu{width:100%;right:-100%}.mobile-menu.active{right:0}}@media (max-width: 480px){.navbar{padding:0rem 1rem;font-size:.75rem;height:60px}.navbar-logo{height:23px}.mobile-menu .nav-link{padding:.875rem 1.5rem;font-size:.9rem}.connect-wallet-btn{padding:5px 10px;font-size:.75rem}}
