@charset "UTF-8";
:root{--blue:rgb(6,109,169);--ink:#18313f;--muted:#71808a;--line:#dce3e5;--paper:#f8f9f7;--soft:#edf5f9}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.65;cursor:wait}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #81bfdf;outline-offset:4px}[hidden]{display:none!important}.site-header{height:100px;margin:0 6%;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.brand{font-size:29px;letter-spacing:-1.5px;font-weight:700;display:flex;align-items:center}.brand-dot{color:var(--blue)}.brand-mark{position:relative;width:30px;height:32px;margin-right:12px}.brand-mark i{position:absolute;width:19px;height:23px;border:2px solid var(--blue);border-radius:3px;left:2px;top:2px;transform:rotate(-12deg)}.brand-mark i+i{left:9px;top:8px;background:var(--paper);transform:rotate(8deg)}.header-note{color:var(--muted);font-size:12px}.collection-page{max-width:1020px;padding:0 28px;margin:58px auto 0}.preview-note{display:flex;justify-content:space-between;gap:16px;font-size:12px;color:var(--muted);border-left:2px solid var(--blue);padding:5px 12px;margin-bottom:34px}.preview-note a{color:var(--blue);font-weight:600;white-space:nowrap}.eyebrow{color:var(--blue);font-size:10px;letter-spacing:2px;font-weight:700;display:flex;align-items:center;gap:10px;margin:0 0 21px}.tiny-line{width:22px;height:1px;background:var(--blue)}h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4.6vw,55px);font-weight:400;line-height:1.15;letter-spacing:-2px;margin:0 0 22px;overflow-wrap:anywhere}h1 span{color:var(--blue)}.intro>p:last-child{color:var(--muted);font-size:15px;line-height:1.8;margin:0}.collection-meta{border-top:1px solid var(--line);margin-top:37px;padding:18px 0;display:flex;justify-content:space-between;gap:15px;font-size:11px;color:var(--muted)}.collection-meta>span:first-child{color:var(--ink);display:flex;gap:8px;align-items:center}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px}.upload-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:21px}.card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px}.card-heading label{font-weight:600;font-size:15px;overflow-wrap:anywhere}.card-heading>span{color:#8a9ba5;font-family:Georgia,serif;font-size:13px}.drop-zone{height:222px;border:1px dashed #c2d3dd;border-radius:5px;background:#f7fafb;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:background .2s,border-color .2s;overflow:hidden}.drop-zone:hover,.drop-zone.dragging{background:#edf6fb;border-color:var(--blue)}.drop-zone:focus-within{outline:3px solid #81bfdf;outline-offset:3px}.drop-zone input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer;z-index:2}.drop-content{display:flex;align-items:center;flex-direction:column;color:var(--muted);font-size:12px}.drop-content strong{color:var(--blue);font-weight:600;font-size:13px;margin:15px 0 4px}.drop-content strong span{margin-left:5px}.upload-icon{position:relative;width:40px;height:40px;color:var(--blue)}.upload-icon svg{width:40px;height:40px}.upload-icon b{position:absolute;right:-5px;bottom:-3px;background:var(--blue);border:3px solid #f7fafb;color:#fff;border-radius:50%;font-weight:400;width:23px;height:23px;line-height:15px;text-align:center}.file-note{display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:10px;margin-top:12px}.file-note span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file-note span:last-child{flex-shrink:0}.image-preview{width:100%;height:100%;object-fit:contain}.replace-label{position:absolute;bottom:8px;background:rgba(24,49,63,.86);color:white;border-radius:4px;padding:5px 10px;font-size:11px}.send-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px 0}.send-row p{color:var(--muted);font-size:11px;display:flex;align-items:center;gap:9px}.send-row svg{width:15px;height:17px;flex-shrink:0}.button{background:var(--blue);color:#fff;border:1px solid var(--blue);border-radius:5px;min-height:46px;padding:12px 23px;display:inline-flex;align-items:center;justify-content:center;gap:28px;font-size:12px;font-weight:600;transition:background .2s;white-space:nowrap}.button:hover{background:#075985}.button span{font-size:18px;line-height:1}.bottom-note{display:flex;align-items:center;justify-content:center;gap:16px;color:#84939b;font-size:10px;letter-spacing:.2px;margin:22px 0 55px}.step-line{height:1px;width:42px;background:var(--line)}.site-footer{border-top:1px solid var(--line);margin:0 6%;padding:23px 0;display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:10px}.site-footer a{color:var(--ink)}.site-footer a span{margin-left:10px}.form-status{margin:0;color:var(--blue);font-size:12px}.alert{padding:14px 18px;background:#fff0ec;border:1px solid #edc6ba;color:#8c3520;border-radius:5px;margin:16px 0}.admin-page{max-width:1120px;margin:58px auto 70px;padding:0 28px}.admin-title{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:35px}.admin-title h1{font-size:44px;margin-bottom:12px}.admin-title p:last-child,.auth-panel>p,.panel-intro p{color:var(--muted)}.text-button{background:none;border:none;color:var(--blue);padding:5px 0;font-size:12px;white-space:nowrap}.admin-panel{display:grid;grid-template-columns:230px 1fr;gap:30px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:30px}.panel-intro .eyebrow{font-size:9px;letter-spacing:1.2px}.panel-intro h2{font:30px Georgia,serif;letter-spacing:-.8px;margin:16px 0 10px}.panel-intro p{font-size:12px;margin:0}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.field{display:flex;flex-direction:column;gap:8px;min-width:0}.field label,.stack-form label{font-weight:600;font-size:12px}input:not([type=file],[type=hidden]){border:1px solid #ced8dd;background:#fff;padding:11px 12px;border-radius:4px;width:100%;color:var(--ink);min-height:44px}input::placeholder{color:#97a2a9;font-size:12px}.create-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:25px}.create-bottom small{font-size:10px;color:var(--muted)}.section-title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:38px 0 18px}.section-title h2{font-size:17px;font-weight:500;margin:0}.section-title h2 span{font-size:11px;color:var(--blue);background:#e4eff5;border-radius:20px;padding:3px 8px;margin-left:7px}.section-title>span{font-size:9px;letter-spacing:1.2px;color:var(--muted)}.empty-state{text-align:center;border:1px dashed #ccd7dc;border-radius:7px;padding:32px 20px}.empty-icon{font-size:25px;color:var(--blue)}h3{margin:0;font-size:14px;font-weight:600}.empty-state p{font-size:12px;color:var(--muted);margin:6px 0}.request{display:flex;align-items:center;gap:20px;flex-wrap:wrap;border:1px solid var(--line);border-radius:7px;background:#fff;padding:20px;margin-bottom:13px}.request-person{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.avatar{width:38px;height:38px;border-radius:50%;background:var(--soft);color:var(--blue);display:grid;place-items:center;flex-shrink:0}.request-person p{margin:3px 0 0;font-size:11px;color:var(--muted);overflow-wrap:anywhere}.request-person h3{overflow-wrap:anywhere}.badge{font-size:10px;color:#83692d;background:#faf4e6;border-radius:4px;padding:4px 8px}.badge.complete{background:#eaf4ee;color:#317047}.request-actions{display:flex;gap:18px;align-items:center;font-size:12px;color:var(--blue)}.received-images{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;padding-top:18px;border-top:1px solid var(--line)}.received-images a{min-width:0}.received-images img{width:100%;height:180px;object-fit:contain;background:var(--paper);border-radius:5px}.received-images span{display:flex;justify-content:space-between;font-size:12px;gap:10px;overflow-wrap:anywhere}.received-images b{color:var(--blue)}.created-banner{border:1px solid #bdd5e3;background:var(--soft);padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px;border-radius:6px}.created-banner p{margin:4px 0 0;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.small{min-height:38px;padding:8px 16px}.auth-panel{max-width:450px;margin:80px auto 120px}.auth-panel h1{font-size:48px}.stack-form{display:flex;flex-direction:column;gap:12px;margin-top:30px}.stack-form small{color:var(--muted);font-size:11px}.stack-form .button{margin-top:10px}.success{max-width:620px;margin:80px auto 120px;text-align:center}.success-check{display:inline-grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#e6f0f5;color:var(--blue);font-size:25px;margin-bottom:28px}.success .eyebrow{justify-content:center}.success>p:not(.eyebrow){color:var(--muted)}.receipt{margin:30px auto;max-width:360px;border-top:1px solid var(--line)}.receipt>span{display:flex;justify-content:space-between;text-align:left;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.receipt b{color:var(--blue)}.message-page{max-width:700px;margin:100px auto;padding:25px}.brand-icon{height:34px;width:auto;margin-right:10px;vertical-align:middle;display:inline-block}
@media(min-width:1400px){.collection-page{margin-top:75px}.drop-zone{height:245px}.bottom-note{margin-bottom:70px}}
@media(max-width:760px){.site-header{height:78px;margin:0 24px}.collection-page,.admin-page{margin-top:32px;padding:0 24px}.header-note{font-size:10px}.intro h1{font-size:40px;letter-spacing:-1.5px}.upload-card{padding:16px}.upload-grid{gap:15px}.drop-zone{height:195px}.send-row{align-items:flex-start}.send-row p{max-width:210px}.admin-panel{grid-template-columns:1fr;padding:23px;gap:22px}.panel-intro p{max-width:none}.admin-title h1{font-size:36px}.admin-title{align-items:flex-start}.section-title>span{display:none}.site-footer{margin:0 24px}.request-actions{margin-left:auto}.auth-panel{margin:65px auto 90px}}
@media(max-width:520px){.header-note{display:none}.brand{font-size:26px}.collection-page,.admin-page{padding:0 20px}.site-header,.site-footer{margin-left:20px;margin-right:20px}.preview-note{font-size:10px;margin-bottom:28px;padding-left:9px}.intro h1{font-size:36px}.intro>p:last-child{font-size:13px}.eyebrow{font-size:9px;letter-spacing:1.6px}.collection-meta{font-size:10px;margin-top:28px}.collection-meta>span:last-child{white-space:nowrap}.upload-grid{grid-template-columns:1fr}.drop-zone{height:185px}.card-heading{margin-bottom:15px}.send-row{flex-direction:column-reverse;gap:10px;padding:23px 0 4px}.send-row .button{width:100%}.send-row p{max-width:none;align-self:center;font-size:10px}.bottom-note{font-size:9px;gap:9px;margin:25px 0 35px}.step-line{width:20px}.site-footer{font-size:9px}.field-grid{grid-template-columns:1fr;gap:16px}.create-bottom{flex-direction:column-reverse;align-items:stretch;gap:12px}.create-bottom small{text-align:center}.admin-title{flex-direction:column;gap:0}.admin-title h1{font-size:35px}.created-banner{flex-direction:column;align-items:stretch}.request{gap:14px;padding:16px}.request-person{flex-basis:100%}.request-actions{gap:12px}.received-images img{height:130px}.auth-panel h1{font-size:42px}.success{margin:55px auto 85px}}
