:root{--otb-black: #0A0A0A;--otb-bone: #F2EDE4;--otb-pink: #FC2876;--otb-blue: #002888;--otb-purple: #271349;--otb-grey: #D0D0D3;--otb-error: #FF3B30;--otb-success: #34C759;--otb-font-body: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", sans-serif;--otb-font-mono: "Geist Mono", "SF Mono", "Fira Code", "Cascadia Code", monospace}.otb-page{background:var(--otb-black);color:var(--otb-bone);min-height:100vh;padding:0;font-family:var(--otb-font-body);position:relative;overflow-x:clip}.otb-page *,.otb-page *:before,.otb-page *:after{box-sizing:border-box}.otb-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");z-index:1}.otb-page>*{position:relative;z-index:2}.otb-hero{padding:3rem 1.25rem 2rem;text-align:center;max-width:640px;margin:0 auto}.otb-hero__title{font-size:2.2rem;font-weight:800;line-height:1.05;letter-spacing:-.025em;margin:0 0 1rem;color:var(--otb-bone);text-transform:uppercase}.otb-hero__subtitle{font-size:1.35rem;line-height:1.55;color:#f2ede4a6;margin:0 auto;max-width:480px}.otb-form-wrap{max-width:560px;margin:0 auto;padding:0 1.25rem 4rem}.otb-upload{border:2px dashed rgba(242,237,228,.25);border-radius:8px;padding:2.5rem 1.25rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;margin-bottom:.5rem;position:relative}.otb-upload:hover,.otb-upload--dragover{border-color:#f2ede480;background:#f2ede40a}.otb-upload--has-file{border-style:solid;border-color:#f2ede466}.otb-upload--error{border-color:var(--otb-error)}.otb-upload__icon{font-size:2.8rem;margin-bottom:.75rem;display:block;line-height:1}.otb-upload__text{font-size:1.3rem;color:#f2ede48c;line-height:1.6}.otb-upload__text strong{color:var(--otb-bone);font-weight:600}.otb-upload__specs{font-family:var(--otb-font-mono);font-size:1.1rem;color:#f2ede459;margin-top:.75rem;line-height:1.7}.otb-upload input[type=file]{display:none}.otb-preview{margin:1rem 0 1.5rem;display:none;position:relative}.otb-preview--visible{display:block}.otb-preview__img{width:100%;max-height:280px;object-fit:contain;border-radius:4px;background:#f2ede40d}.otb-preview__info{font-family:var(--otb-font-mono);font-size:1.1rem;color:#f2ede473;margin-top:.5rem}.otb-preview__remove{position:absolute;top:.5rem;right:.5rem;background:#0a0a0ad9;color:var(--otb-bone);border:1px solid rgba(242,237,228,.25);border-radius:50%;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;line-height:1;padding:0;transition:background .15s}.otb-preview__remove:hover{background:#0a0a0a}.otb-progress{margin:.75rem 0 1.5rem;display:none}.otb-progress--active{display:block}.otb-progress__bar{height:4px;background:#f2ede41f;border-radius:2px;overflow:hidden}.otb-progress__fill{height:100%;background:var(--otb-pink);width:0%;transition:width .3s ease;border-radius:2px}.otb-progress__text{font-family:var(--otb-font-mono);font-size:1.1rem;color:#f2ede473;margin-top:.4rem;text-align:center}.otb-field{margin-bottom:1.25rem}.otb-field__label{display:block;font-size:1.25rem;font-weight:600;color:var(--otb-bone);margin-bottom:.4rem;letter-spacing:.01em}.otb-field__label--required:after{content:" *";color:#f2ede459;font-weight:400}.otb-field__input,.otb-field__select,.otb-field__textarea{width:100%;background:#f2ede412;border:1px solid rgba(242,237,228,.18);border-radius:6px;padding:.75rem .875rem;color:var(--otb-bone);font-family:var(--otb-font-body);font-size:1.4rem;line-height:1.4;transition:border-color .15s ease;-webkit-appearance:none;appearance:none}.otb-field__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23F2EDE4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.otb-field__input::placeholder,.otb-field__textarea::placeholder{color:#f2ede440}.otb-field__input:focus,.otb-field__select:focus,.otb-field__textarea:focus{outline:none;border-color:#f2ede480}.otb-field__input:focus-visible,.otb-field__select:focus-visible,.otb-field__textarea:focus-visible{outline:2px solid var(--otb-bone);outline-offset:2px}.otb-field__input--error,.otb-field__select--error,.otb-field__textarea--error{border-color:var(--otb-error)}.otb-field__error{font-size:1.15rem;color:var(--otb-error);margin-top:.35rem;display:none;line-height:1.4}.otb-field__error--visible{display:block}.otb-field__hint{font-size:1.1rem;color:#f2ede459;margin-top:.3rem}.otb-field__textarea{min-height:80px;resize:vertical}.otb-field__char-count{font-family:var(--otb-font-mono);font-size:1rem;color:#f2ede44d;text-align:right;margin-top:.25rem}.otb-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.otb-section-title{font-size:1.5rem;font-weight:700;color:var(--otb-bone);margin:2.25rem 0 1.25rem;padding-bottom:.6rem;border-bottom:1px solid rgba(242,237,228,.12);letter-spacing:-.01em}.otb-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;cursor:pointer;padding:.5rem 0;-webkit-tap-highlight-color:transparent}.otb-checkbox .otb-checkbox__input{flex:0 0 24px;width:24px;height:24px;min-width:24px;min-height:24px;margin-top:2px;margin-right:0;-webkit-appearance:none;appearance:none;background:#f2ede41a;border:2px solid rgba(242,237,228,.4);border-radius:5px;cursor:pointer;position:relative;transition:border-color .15s,background .15s;display:block}.otb-checkbox .otb-checkbox__input:checked{background:var(--otb-bone);border-color:var(--otb-bone)}.otb-checkbox .otb-checkbox__input:checked:after{content:"";position:absolute;left:7px;top:3px;width:7px;height:13px;border:solid var(--otb-black);border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.otb-checkbox .otb-checkbox__input:focus-visible{outline:2px solid var(--otb-bone);outline-offset:2px}.otb-checkbox .otb-checkbox__input--error{border-color:var(--otb-error)}.otb-checkbox__text{font-size:1.2rem;line-height:1.5;color:#f2ede4b3}.otb-checkbox__text a{color:var(--otb-bone);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.otb-checkbox__text a:hover{text-decoration-thickness:2px}.otb-radio-group{display:flex;gap:1.5rem;margin-top:.4rem}.otb-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer}.otb-radio__input{-webkit-appearance:none;appearance:none;width:1.5rem;height:1.5rem;border:1.5px solid rgba(242,237,228,.25);border-radius:50%;background:#f2ede412;cursor:pointer;position:relative;transition:border-color .15s}.otb-radio__input:checked{border-color:var(--otb-bone)}.otb-radio__input:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.7rem;height:.7rem;background:var(--otb-bone);border-radius:50%}.otb-radio__input:focus-visible{outline:2px solid var(--otb-bone);outline-offset:2px}.otb-radio__text{font-size:1.25rem;color:#f2ede4b3}.otb-photographer{display:none;padding:1.25rem;background:#f2ede408;border:1px solid rgba(242,237,228,.08);border-radius:6px;margin-top:.75rem;margin-bottom:1rem}.otb-photographer--visible{display:block}.otb-guardian{display:none;padding:1.25rem;background:#27134940;border:1px solid rgba(39,19,73,.4);border-radius:6px;margin:1.25rem 0}.otb-guardian--visible{display:block}.otb-guardian__title{font-size:1.35rem;font-weight:700;color:var(--otb-bone);margin-bottom:1rem}.otb-divider{border:none;border-top:1px solid rgba(242,237,228,.08);margin:2rem 0}.otb-submit{width:100%;padding:1rem;background:var(--otb-pink);color:#fff;border:none;border-radius:6px;font-family:var(--otb-font-body);font-size:1.4rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:opacity .15s,transform .1s;margin-top:2rem;text-transform:uppercase}.otb-submit:hover{opacity:.92}.otb-submit:active{transform:scale(.985)}.otb-submit:focus-visible{outline:2px solid var(--otb-bone);outline-offset:3px}.otb-submit:disabled{opacity:.35;cursor:not-allowed;transform:none}.otb-error-banner{background:#ff3b3014;border:1px solid rgba(255,59,48,.25);border-radius:6px;padding:.875rem 1rem;margin-bottom:1.25rem;display:none;font-size:1.2rem;color:#ff6b6b;line-height:1.5}.otb-error-banner--visible{display:block}.otb-success{display:none;text-align:center;padding:4rem 1.25rem;max-width:480px;margin:0 auto}.otb-success--visible{display:block}.otb-success__title{font-size:2rem;font-weight:800;margin:0 0 1rem;text-transform:uppercase;letter-spacing:-.02em}.otb-success__text{font-size:1.3rem;color:#f2ede4a6;line-height:1.6;margin:0}.otb-hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden;pointer-events:none}@media screen and (max-width:480px){.otb-row{grid-template-columns:1fr}}@media screen and (min-width:750px){.otb-hero{padding:4.5rem 2rem 2.5rem}.otb-hero__title{font-size:3.4rem}.otb-hero__subtitle{font-size:1.5rem}.otb-form-wrap{padding:0 2rem 5rem}.otb-upload{padding:3rem 2rem}}@media screen and (min-width:990px){.otb-hero__title{font-size:4.2rem}}.otb-rules{background:var(--otb-black);color:var(--otb-bone);min-height:100vh;font-family:var(--otb-font-body);position:relative}.otb-rules:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");z-index:1}.otb-rules>*{position:relative;z-index:2}.otb-rules__wrap{max-width:640px;margin:0 auto;padding:3rem 1.25rem 4rem}.otb-rules__title{font-size:2rem;font-weight:800;margin:0 0 2rem;text-transform:uppercase;letter-spacing:-.02em}.otb-rules__content{font-size:1.3rem;line-height:1.7;color:#f2ede4bf}.otb-rules__content h2{font-size:1.5rem;font-weight:700;color:var(--otb-bone);margin:2rem 0 .75rem}.otb-rules__content p{margin:0 0 1rem}.otb-rules__content ul{padding-left:1.5rem;margin:0 0 1rem}.otb-rules__content li{margin-bottom:.5rem}.otb-rules__todo{background:#fc287614;border:1px solid rgba(252,40,118,.2);border-radius:6px;padding:1.25rem;margin:2rem 0;font-family:var(--otb-font-mono);font-size:1.15rem;color:#f2ede499}@media screen and (min-width:750px){.otb-rules__wrap{padding:4.5rem 2rem 5rem}.otb-rules__title{font-size:3rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/on-the-bag.css.map */
