@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;700;800&display=swap";.carddex-import{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);gap:26px;padding:clamp(20px,4vw,44px);display:grid}.carddex-intro{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.carddex-intro h2{max-width:650px;margin:12px 0 18px;font-size:clamp(2.2rem,5vw,3.7rem)}.carddex-intro p:not(.eyebrow){max-width:560px;color:var(--muted)}.carddex-intro>a{flex-shrink:0}.carddex-steps{border-block:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0;padding:24px 0;list-style:none;display:grid}.carddex-steps li{align-items:flex-start;gap:12px;display:flex}.carddex-steps b{color:var(--red);font-family:Manrope,sans-serif;font-size:24px;line-height:1.2}.carddex-steps span{font-size:15px;font-weight:700}.carddex-steps small{color:var(--muted);margin-top:5px;font-size:13px;font-weight:400;display:block}.carddex-upload{gap:12px;max-width:650px;font-size:16px;font-weight:700;display:grid}.carddex-upload input{background:var(--paper);width:100%;min-height:48px;font-size:16px}.carddex-upload small{color:var(--muted);font-size:13px;font-weight:400;line-height:1.6}.carddex-receipt-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.carddex-receipt-heading h3{margin:8px 0;font-size:26px}.carddex-receipt-heading p:not(.eyebrow){color:var(--muted);font-size:14px}.carddex-tag{white-space:nowrap;color:#9e250c;background:#fcebe5;border:1px solid #edd1c5;border-radius:30px;padding:8px 12px;font-size:12px}.carddex-pockets{background:#eae6dd;border:1px solid #d9d3c9;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:14px;display:grid}.carddex-pockets article{background:linear-gradient(135deg,#fffdf9e6,#f7f3ead4);border:1px solid #fff;border-radius:6px;min-width:0;padding:14px;box-shadow:inset 0 0 0 2px #e0dace88}.carddex-pocket-photo{justify-content:center;align-items:center;height:200px;margin:0 0 14px;display:flex}.carddex-pocket-photo img{object-fit:contain;filter:drop-shadow(0 5px 5px #0002);width:100%;height:100%}.carddex-pocket-photo>span{text-align:center;color:var(--muted);max-width:150px;font-size:13px;line-height:1.6}.carddex-pockets h4{letter-spacing:-.035em;margin:0;font-family:Manrope,sans-serif;font-size:17px;font-weight:800}.carddex-pockets p{color:var(--muted);margin:5px 0;font-size:12px}.carddex-pockets strong{font-size:17px}.carddex-pockets strong small{color:var(--muted);font-size:12px;font-weight:400}.carddex-code{overflow-wrap:anywhere;font-size:12px;line-height:1.7;display:block}.carddex-import summary{cursor:pointer;align-content:center;min-height:44px;font-weight:600}.carddex-import details p{margin:12px 0}.carddex-import .button{align-self:start;width:fit-content;min-height:46px}.carddex-import .button:not(.secondary){color:#fff;background:#cf2b0b}.carddex-confirm{align-items:flex-start;gap:12px;line-height:1.6;display:flex}.carddex-confirm input{width:20px;min-height:20px;margin-top:4px}.carddex-commit{border-top:2px solid var(--ink);padding-top:25px}.carddex-commit h3{font-size:30px}.inventory-methods{border-bottom:1px solid var(--line);gap:24px;display:flex}.inventory-methods button{border-bottom:3px solid #0000;min-height:48px;padding:14px 3px;font-size:15px;font-weight:700}.inventory-methods button[aria-pressed=true]{border-color:var(--red);color:#ba290d}@media (width<=760px){.carddex-intro{flex-direction:column;align-items:flex-start}.carddex-pockets{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:9px}.carddex-pocket-photo{height:165px}.carddex-steps{grid-template-columns:1fr;gap:18px}.carddex-steps b{width:34px}.carddex-steps small{margin-left:7px;display:inline}.carddex-receipt-heading{flex-direction:column;align-items:flex-start;gap:10px}.carddex-pockets article{padding:10px}.carddex-pocket-photo>span{font-size:12px}.carddex-pockets h4{font-size:16px}.carddex-pockets strong small{display:block}.carddex-import{padding:20px 16px}.carddex-intro h2{font-size:38px}.carddex-import .button{font-size:14px}.inventory-methods{gap:18px}.inventory-methods button{font-size:14px}}.admin-page [hidden]{display:none!important}:root{color:#161616;font-synthesis:none;--paper:#f6f3ed;--ink:#161616;--red:#e9320b;--muted:#66635e;--line:#d9d5ce;--white:#fffdf9;--radius:14px;background:#f6f3ed;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit;text-decoration:none}button{background:0 0;border:0}input,select,textarea{background:var(--white);min-width:0;color:var(--ink);border:1px solid #c9c5be;border-radius:8px;padding:12px}input[type=checkbox]{accent-color:var(--red);flex-shrink:0;width:18px;height:18px}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible,summary:focus-visible{outline-offset:4px;outline:3px solid #2157cf}input:focus{outline-color:#2157cf}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.06em;font-family:Manrope,sans-serif;font-weight:800;line-height:1.05}p{line-height:1.6}h2{font-size:2rem}button svg,a svg{flex-shrink:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.red{color:var(--red)}.muted{color:var(--muted);font-size:.9rem}.skip-link{z-index:100;background:#fff;padding:15px;position:fixed;top:-100px;left:10px}.skip-link:focus{top:10px}.header{z-index:5;align-items:center;gap:36px;max-width:1680px;min-height:112px;margin:auto;padding:25px 5%;display:flex;position:relative}.wordmark{letter-spacing:-.095em;white-space:nowrap;font-family:Manrope,sans-serif;font-size:2.2rem;font-weight:800;line-height:.77;display:block}.wordmark>span{color:var(--red)}.wordmark-dot{font-size:1em}.desktop-links{white-space:nowrap;gap:26px;margin-left:22px;font-size:.9rem;font-weight:600;display:flex}.desktop-links a{padding:14px 0;position:relative}.desktop-links .active:after{content:"";background:var(--red);height:2px;position:absolute;bottom:4px;left:0;right:0}.search-bar{background:#fff5;border:1px solid #cbc7bf;border-radius:40px;align-items:center;gap:10px;min-width:0;height:47px;padding:0 15px;display:flex}.header .search-bar{flex:1;max-width:440px;margin-left:auto}.search-bar input{background:0 0;border:0;outline:none;flex:1;width:100%;height:100%;padding:0;font-size:.9rem}.search-bar button{place-items:center;min-width:30px;min-height:40px;display:grid}.header-actions{align-items:center;gap:26px;display:flex}.icon-link{align-items:center;gap:9px;min-height:44px;font-size:.9rem;display:flex;position:relative}.icon-link svg{stroke-width:1.7px;width:24px;height:24px}.count{background:var(--red);color:#fff;border-radius:50%;place-items:center;min-width:19px;height:19px;font-size:.7rem;display:grid}.mobile-nav{display:none}.button{background:var(--red);color:#fff;border:1px solid var(--red);text-align:center;border-radius:40px;justify-content:center;align-items:center;gap:14px;min-height:50px;padding:15px 25px;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.button:hover:not(:disabled){background:#ca2907;transform:translateY(-1px)}.button.secondary{color:var(--ink);background:0 0;border-color:#c5c1ba}.button.secondary:hover{background:#eae6de}.button.small{min-height:40px;padding:9px 16px}.text-link{align-items:center;gap:12px;min-height:44px;font-size:.9rem;font-weight:600;display:inline-flex}.text-link:hover{text-underline-offset:5px;text-decoration:underline}.text-button{text-underline-offset:4px;min-height:44px;color:var(--muted);text-decoration:underline}.eyebrow{letter-spacing:.18em;font-size:.72rem;font-weight:700;line-height:1.6}.hero{grid-template-columns:43% 57%;max-width:1680px;min-height:535px;margin:0 auto;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:2;padding:26px 0 46px 11.7%}.hero h1{letter-spacing:-.078em;margin:25px 0;font-size:clamp(3.8rem,6.5vw,7.2rem);line-height:.93}.hero-sub{color:#55524d;font-size:1rem;line-height:1.45}.hero-cta{flex-wrap:wrap;align-items:center;gap:18px;margin-top:26px;display:flex}.hero-secondary{text-underline-offset:5px;align-items:center;gap:4px;font-size:.85rem;text-decoration:underline;display:flex}.hero-art{isolation:isolate;min-height:480px;position:relative}.binder-background{object-fit:cover;opacity:.55;filter:saturate(.7);width:100%;height:100%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 93%,#0000)}.hero-shine{mix-blend-mode:screen;background:linear-gradient(125deg,#0000 10%,#ffffff40 22%,#b5dbef45 27%,#ebb9c94a 30%,#f2e6a630 36%,#0000 43%);position:absolute;inset:0}.hero-card{will-change:transform;border-radius:10px;width:clamp(135px,17vw,266px);animation:8s ease-in-out infinite float;position:absolute;top:90px;box-shadow:0 23px 35px #30271738,0 0 0 8px #ffffff50}.hero-card-0{z-index:2;animation-name:float-left;animation-delay:-2s;left:5%;transform:rotate(-14deg)}.hero-card-1{z-index:3;top:44px;left:32%;transform:rotate(9deg)}.hero-card-2{z-index:1;animation-name:float-right;animation-delay:-5s;top:130px;left:60%;transform:rotate(17deg)}.hero-label{letter-spacing:.18em;font-size:.62rem;line-height:1.6;position:absolute;bottom:28px;right:7%}.handwriting{color:var(--red);font:italic 1.3rem/1.2 Georgia,serif;position:absolute;top:15px;right:6%;transform:rotate(-10deg)}.collection-section,.shop-page,.binder-page,.detail-page,.bag-page,.account-page,.admin-page{max-width:1510px;margin:auto;padding:45px 5.5% 70px}.collection-section{padding-top:25px}.section-heading,.page-heading{justify-content:space-between;align-items:end;gap:25px;margin-bottom:24px;display:flex}.section-heading h2{margin-top:7px;font-size:clamp(2rem,3.5vw,3.6rem)}.page-heading{padding-top:15px}.page-heading h1{margin-top:12px;font-size:clamp(3rem,5vw,5rem)}.page-heading>p{color:var(--muted)}.sample-note{color:#64605a;align-items:center;gap:15px;margin:15px 0 25px;font-size:.8rem;line-height:1.5;display:flex}.sample-note>span{letter-spacing:.12em;white-space:nowrap;border:1px solid #bbb6ac;border-radius:4px;padding:6px 9px;font-size:.65rem;font-weight:700}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 24px;display:grid}.product{min-width:0}.pocket{aspect-ratio:.88;background:linear-gradient(135deg,#ffffff80,#0000 45%,#fff7 90%);border:1px solid #d6d1c7;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 5px #ffffff50}.pocket:after{content:"";pointer-events:none;opacity:.35;background:linear-gradient(115deg,#0000 20%,#fff8 21%,#0000 23% 65%,#fff5 68%,#0000 71%);border:1px solid #e0dcd4;border-radius:6px;position:absolute;inset:7px}.card-image-link{justify-content:center;align-items:center;width:70%;height:90%;transition:transform .3s;display:flex}.card-image-link img{object-fit:contain;filter:drop-shadow(2px 8px 7px #342d251c);border-radius:7px;max-height:100%}.product:hover .card-image-link{transform:translateY(-5px)rotate(-1deg)}.save-card{z-index:2;background:#fffdf9bd;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:10px;right:11px}.save-card.saved{color:var(--red)}.product-info{padding:17px 3px 0}.product-name{letter-spacing:-.03em;font-size:1.05rem;font-weight:700}.product-name:hover{text-decoration:underline}.product-info>p{color:var(--muted);justify-content:space-between;gap:5px;margin-top:4px;font-size:.78rem;display:flex}.product-info>p>span{white-space:nowrap}.product-meta{color:#6b6761;justify-content:space-between;margin-top:10px;font-size:.75rem;display:flex}.product-bottom{justify-content:space-between;align-items:center;margin-top:9px;display:flex}.product-bottom>strong{letter-spacing:-.045em;font-family:Manrope,sans-serif;font-size:1.22rem;font-weight:800}.mini-button{border:1px solid #bfbab1;border-radius:25px;align-items:center;gap:7px;min-height:40px;padding:8px 12px;font-size:.8rem;display:flex}.mini-button:hover{background:#e9e4da}.mini-button.accent{background:var(--red);color:#fff;border-color:var(--red)}.no-image{text-align:center;color:#726b60;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:220px;font-weight:600;display:flex}.no-image small{font-weight:400}.dream-banner{border-top:1px solid var(--line);background:radial-gradient(at 90% 90%,#dfdde3,#0000 50%);grid-template-columns:1fr 1fr;gap:8%;max-width:1510px;margin:0 auto;padding:70px 7%;display:grid;overflow:hidden}.dream-banner h2{margin:20px 0;font-size:clamp(2.5rem,4.7vw,5rem)}.dream-banner p:not(.eyebrow){max-width:410px;color:var(--muted);margin-bottom:28px}.mini-binder{background:#fff5;border:1px solid #cbc5b9;border-radius:12px;grid-template-columns:repeat(2,1fr);justify-self:center;gap:10px;max-width:380px;padding:18px;display:grid;transform:rotate(9deg)}.mini-pocket{background:#fff6;border:1px solid #d7d1c6;border-radius:6px;padding:16px 24px;box-shadow:inset 0 0 0 1px #fff}.mini-pocket img{filter:drop-shadow(0 5px 8px #382b1d2a);border-radius:5px}.shop-controls{align-items:center;gap:12px;margin:30px 0 18px;display:flex}.shop-search{flex:1;max-width:530px}.sort-label{margin-left:auto}.sort-label select{background:0 0;border-radius:30px}.filter-panel{border:1px solid var(--line);background:#fff5;border-radius:12px;flex-wrap:wrap;align-items:center;gap:25px;margin:10px 0 20px;padding:20px;display:flex}.filter-panel>label:not(.check-label){align-items:center;gap:10px;font-size:.9rem;display:flex}.filter-panel select{max-width:220px}.results-label{color:var(--muted);margin:15px 0 25px;font-size:.8rem}.chips{flex-wrap:wrap;gap:8px;display:flex}.chips>button{border:1px solid #c8c3b8;border-radius:28px;justify-content:center;align-items:center;gap:5px;min-height:42px;padding:9px 20px;font-size:.85rem;display:flex}.chips>button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.loading{text-align:center;padding:50px}.empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:350px;padding:40px 20px;display:flex}.empty>svg{color:#aaa092}.empty h2{max-width:620px;font-size:2rem}.empty p{max-width:510px;color:var(--muted)}.notice{background:#ede9df;border:1px solid #ddd6c6;border-radius:10px;gap:13px;margin:20px 0;padding:17px 20px;font-size:.9rem;line-height:1.5;display:flex}.notice>svg{flex-shrink:0}.notice p{margin-top:5px;font-size:.9rem}.notice.error,.error{color:#8c250f;background:#fff0eb;border-color:#e6b5a5}.error-text{color:#ad290c;font-size:.9rem}.panel{border:1px solid var(--line);background:#fffaf3;border-radius:12px;padding:28px}.stack{flex-direction:column;gap:17px;display:flex}.field{flex-direction:column;gap:8px;font-size:.9rem;font-weight:500;display:flex}.field small{color:var(--muted);font-weight:400}.check-label{align-items:center;gap:9px;font-size:.85rem;display:flex}.check-label input{margin:0}.detail-page{padding-top:20px}.back-link{color:var(--muted);margin-bottom:22px}.reverse{transform:rotate(180deg)}.detail-grid{grid-template-columns:1fr 1fr;gap:9%;display:grid}.detail-art{background:radial-gradient(#e6e1d8 0,#0000 70%);flex-direction:column;align-items:center;gap:22px;min-height:560px;padding:18px 20px 30px;display:flex}.detail-card{filter:drop-shadow(6px 18px 15px #4b3d2533);border-radius:15px;max-width:85%;max-height:560px;animation:.4s ease-out card-appear}.view-switch{border:1px solid #c7c2b7;border-radius:40px;margin-bottom:6px;padding:3px;display:flex}.view-switch button{border-radius:30px;min-width:95px;min-height:37px;font-size:.85rem}.view-switch button[aria-pressed=true]{color:#fff;background:#1e1e1e}.detail-art small{color:var(--muted)}.detail-info{padding-top:42px}.detail-info h1{margin:18px 0;font-size:clamp(2.7rem,4.5vw,5rem)}.detail-number{color:var(--muted)}.spec-list{border-top:1px solid var(--line);margin:30px 0}.spec-list div{border-bottom:1px solid var(--line);justify-content:space-between;padding:13px 0;font-size:.9rem;display:flex}.spec-list dt{color:var(--muted)}.spec-list dd{margin:0;font-weight:600}.detail-actions{flex-direction:column;gap:12px;margin:25px 0 15px;display:flex}.detail-info details{border-top:1px solid var(--line);margin-top:20px;padding:16px 0}.detail-info summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:30px;font-size:.95rem;font-weight:600;list-style:none;display:flex}.detail-info details p{color:var(--muted);margin-top:15px;font-size:.9rem}.buy-row{justify-content:space-between;align-items:center;margin-top:25px;display:flex}.buy-row>strong{letter-spacing:-.05em;font:800 2.5rem Manrope,sans-serif}.quantity{border:1px solid #c9c2b7;border-radius:9px;align-items:center;width:130px;height:44px;display:flex;overflow:hidden}.quantity button{flex:1;place-items:center;height:100%;display:grid}.quantity span{text-align:center;width:36px;font-weight:600}.binder-intro{color:var(--muted);justify-content:space-between;align-items:center;gap:20px;margin:12px 0 30px;display:flex}.binder-intro>span{align-items:center;gap:7px;font-size:.8rem;display:flex}.binder-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-bottom:27px;padding:26px 0;display:grid}.binder-stats>div{border-right:1px solid var(--line);flex-direction:column;gap:5px;padding-left:24px;display:flex}.binder-stats>div:first-child{padding-left:0}.binder-stats>div:last-child{border-right:0}.binder-stats strong{letter-spacing:-.05em;font:800 2.5rem Manrope,sans-serif}.binder-stats span{color:var(--muted);font-size:.85rem}.binder-toolbar{justify-content:space-between;align-items:center;gap:15px;margin:26px 0;display:flex}.dream-grid{background:linear-gradient(120deg,#fff8,#ece8e3);border:1px solid #d1cabe;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:20px;padding:22px;display:grid;box-shadow:0 5px 15px #41321908}.dream-pocket{background:linear-gradient(120deg,#fffb,#fff3);border:1px solid #cec8bb;border-radius:9px;min-width:0;padding:12px 14px;box-shadow:inset 0 0 0 4px #fff6}.dream-card-top{color:var(--muted);justify-content:space-between;align-items:center;font:500 .8rem monospace;display:flex}.dream-card-top button{width:35px;height:35px}.dream-image{justify-content:center;align-items:center;height:230px;margin:8px 0 20px;display:flex}.dream-image img{filter:drop-shadow(0 7px 7px #0002);border-radius:7px;width:auto;max-height:100%}.dream-pocket h2{letter-spacing:-.03em;font-size:1.1rem;line-height:1.3}.dream-pocket>p{color:var(--muted);margin:5px 0 10px;font-size:.75rem}.ownership{margin:14px 0}.ownership button{min-height:33px;padding:5px 14px;font-size:.8rem}.target-form{margin-top:15px}.target-form label{font-size:.8rem}.target-form>div{background:#fff7;border:1px solid #ccc6bb;border-radius:8px;align-items:center;margin-top:7px;padding-left:10px;display:flex}.target-form input{background:0 0;border:0;width:100%;padding:10px 4px;font-size:.85rem}.target-form button{flex-shrink:0;width:38px;min-height:42px}.dream-pocket>.check-label{margin:16px 0;font-size:.75rem}.pocket-controls{border-top:1px solid var(--line);gap:8px;padding-top:9px;display:flex}.pocket-controls button{place-items:center;width:36px;height:36px;display:grid}.pocket-controls .remove{margin-left:auto}.binder-disclaimer{color:var(--muted);max-width:700px;margin:25px 0;font-size:.8rem}.bag-grid{grid-template-columns:1.6fr 1fr;gap:60px;display:grid}.bag-item{border-bottom:1px solid var(--line);align-items:flex-start;gap:25px;padding:20px 0;display:flex}.bag-item>a{flex-shrink:0;width:95px}.bag-item>a img{border-radius:5px}.bag-item h2{letter-spacing:-.04em;font-size:1.2rem}.bag-item p{color:var(--muted);margin:8px 0;font-size:.8rem}.bag-item .quantity{margin-top:12px}.bag-item>button{margin-left:auto}.order-summary{border:1px solid var(--line);background:#fff9;border-radius:12px;flex-direction:column;align-self:start;gap:22px;padding:28px;display:flex}.order-summary h2{font-size:1.5rem}.order-summary>div{justify-content:space-between;display:flex}.order-summary p{color:var(--muted);font-size:.85rem}.account-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.account-grid .panel>p{margin:15px 0}.account-grid .panel>.button{margin-top:25px}.account-grid h2{letter-spacing:-.045em;font-size:1.5rem}.footer{border-top:1px solid var(--line);grid-template-columns:1fr 1fr 1fr;gap:35px;max-width:1510px;margin:auto;padding:45px 5.5%;display:grid}.footer p{color:var(--muted);font-size:.85rem}.footer nav{flex-wrap:wrap;align-content:start;gap:16px;font-size:.8rem;display:flex}.footer small{color:var(--muted);grid-column:1/-1;max-width:850px;font-size:.72rem;line-height:1.6}.footer .wordmark{font-size:1.8rem}.dialog-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:30;background:#1a18155c;animation:.2s fade-in;position:fixed;inset:0}.auth-dialog{z-index:31;background:var(--paper);border-radius:20px;width:min(470px,100% - 28px);max-height:92dvh;padding:35px;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 30px 90px #0004}.dialog-close{place-items:center;width:40px;height:40px;display:grid;position:absolute;top:13px;right:13px}.auth-icon{color:var(--red);margin-bottom:20px}.auth-dialog h2{letter-spacing:-.055em;margin:0 0 10px;font-size:2rem}.auth-dialog>p{color:var(--muted);font-size:.9rem}.auth-tabs{margin:25px 0}.auth-tabs>button{flex:1}.auth-note{line-height:1.6;margin-top:20px!important;font-size:.75rem!important}.toast{z-index:50;color:#fff;background:#20201f;border-radius:12px;align-items:center;gap:12px;width:max-content;max-width:calc(100% - 30px);padding:16px 20px;font-size:.9rem;line-height:1.4;display:flex;position:fixed;bottom:25px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #0003}.toast[hidden]{display:none}.toast>svg{color:#dfceaa;flex-shrink:0}.toast button{color:#fff;flex-shrink:0;width:28px;height:28px}.table-wrap{max-width:100%;overflow:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:.85rem}td,th{border-bottom:1px solid var(--line);vertical-align:top;padding:13px 12px}th{background:#eee9de;font-weight:700}table input,table select{max-width:150px}.stats{flex-wrap:wrap;gap:20px;margin:20px 0;display:flex}.stats>div{border:1px solid var(--line);border-radius:10px;flex:1;min-width:140px;padding:20px}.stats strong{font:800 2rem Manrope}.stats span{color:var(--muted);font-size:.85rem;display:block}.admin-page h2{letter-spacing:-.04em;font-size:1.5rem}.admin-page section{margin:25px 0}.admin-page .panel{margin:20px 0}.admin-page input[type=file]{width:100%;max-width:600px}.admin-page .field{margin-bottom:12px}.admin-page .mapping-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.admin-page small{line-height:1.5}.admin-page .actions{flex-wrap:wrap;gap:12px;display:flex}.admin-page .notice,.admin-page .stats strong{display:block}.admin-page .stack small{color:var(--muted)}@keyframes float{0%,to{transform:translateY(0)rotate(9deg)}50%{transform:translateY(-13px)rotate(7deg)}}@keyframes float-left{0%,to{transform:translateY(0)rotate(-14deg)}50%{transform:translateY(10px)rotate(-11deg)}}@keyframes float-right{0%,to{transform:translateY(0)rotate(17deg)}50%{transform:translateY(-9px)rotate(20deg)}}@keyframes card-appear{0%{opacity:0;transform:rotateY(15deg)}to{opacity:1;transform:rotateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (width>=1500px){.hero-card-0{left:4%}.hero-card-1{left:30%}.hero-card-2{left:57%}.hero-art{min-height:570px}}@media (width<=1120px){.header{gap:22px;padding:24px 4%}.desktop-links{gap:16px;margin-left:0}.header-actions{gap:16px}.icon-link span{display:none}.hero-cta{gap:12px}.hero-cta .button{padding:13px 20px}.hero h1{font-size:5.5rem}.hero-copy{padding-left:9.3%}.hero-card{top:130px}.hero-card-1{top:90px}.hero-card-2{top:170px}.hero-label{bottom:45px}.hero .handwriting{top:50px}.dream-grid{grid-template-columns:repeat(3,1fr)}.product-grid{gap:25px 18px}.product-info>p{display:block}.product-info>p span{margin-top:3px;display:block}.detail-grid{gap:6%}}@media (width<=800px){.header{flex-wrap:wrap;gap:20px;min-height:140px;padding:24px 5% 18px}.header .wordmark{font-size:2rem}.desktop-links{margin-left:auto;font-size:.85rem}.header .search-bar{flex-basis:100%;order:3;width:100%;max-width:none;margin:0}.header-actions{gap:17px}.hero{grid-template-columns:1fr 1fr;min-height:430px}.hero h1{font-size:4.2rem}.hero-copy{padding-top:20px}.hero .eyebrow{font-size:.6rem}.hero-sub{font-size:.85rem}.hero-cta{margin-top:20px}.hero-cta .button{padding:12px 18px;font-size:.85rem}.hero-secondary{font-size:.75rem}.hero-art{min-height:430px}.hero-card{width:47%;top:160px}.hero-card-0{left:-4%}.hero-card-1{top:80px;left:28%}.hero-card-2{top:190px;left:64%}.hero .handwriting{font-size:1rem}.hero-label{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.home-grid .product:last-child{display:none}.dream-banner{gap:30px;padding:45px 5%}.mini-pocket{padding:10px}.dream-banner h2{font-size:2.8rem}.section-heading h2{font-size:2.7rem}.dream-grid{grid-template-columns:repeat(2,1fr)}.detail-grid{gap:25px}.detail-info h1{font-size:2.7rem}.detail-art{min-height:450px;padding:20px 0}.detail-info{padding-top:25px}.detail-actions .button{padding:13px 15px}.bag-grid{gap:25px}.account-grid{gap:18px}.admin-page .mapping-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){body{padding-bottom:76px}.header{gap:19px;min-height:145px;padding:23px 20px 16px}.header .wordmark{font-size:1.9rem}.desktop-links{display:none}.header-actions{margin-left:auto}.header .search-bar{height:45px}.header .search-bar input{font-size:.85rem}.hero{min-height:585px;padding:0 20px;display:block}.hero-copy{max-width:71%;padding:16px 0 0;position:relative}.hero h1{letter-spacing:-.075em;margin:14px 0 20px;font-size:clamp(3.8rem,15vw,5.3rem);line-height:.94}.hero .eyebrow{letter-spacing:.13em;font-size:.63rem}.hero-sub{display:none}.hero-cta{z-index:5;gap:15px;margin-top:202px;position:relative}.hero-cta .button{white-space:nowrap;min-height:50px;padding:13px 22px;font-size:.9rem}.hero-secondary{white-space:nowrap;font-size:.85rem}.hero-art{pointer-events:none;min-height:0;position:absolute;inset:105px -30px 45px 34%}.binder-background{opacity:.34;object-fit:cover;-webkit-mask-image:linear-gradient(#0000,#000 20% 70%,#0000);mask-image:linear-gradient(#0000,#000 20% 70%,#0000)}.hero-card{border-radius:6px;width:58%;max-width:220px;top:150px;box-shadow:0 18px 25px #30271738,0 0 0 5px #ffffff50}.hero-card-0{z-index:2;top:125px;left:-6%}.hero-card-1{z-index:3;top:85px;left:25%}.hero-card-2{z-index:1;top:180px;left:52%}.hero .handwriting{display:none}.collection-section,.shop-page,.binder-page,.detail-page,.bag-page,.account-page,.admin-page{padding:30px 20px 42px}.collection-section{padding-top:10px}.section-heading{gap:8px;margin-bottom:15px}.section-heading h2{font-size:2.3rem}.section-heading .eyebrow{font-size:.6rem}.section-heading .text-link{white-space:nowrap;gap:5px;font-size:.8rem}.sample-note{align-items:flex-start;gap:10px;margin-bottom:18px;font-size:.72rem}.sample-note>span{white-space:normal;max-width:94px;font-size:.55rem;line-height:1.5}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.home-grid .product:last-child{display:block}.pocket{aspect-ratio:.75;border-radius:9px}.card-image-link{width:78%;height:85%}.save-card{width:33px;height:33px;top:6px;right:6px}.save-card svg{width:18px}.product-info{padding-top:12px}.product-name{font-size:.95rem}.product-info>p{font-size:.7rem;line-height:1.5}.product-meta{flex-wrap:wrap;gap:5px;margin-top:7px;font-size:.67rem}.product-bottom>strong{font-size:1.1rem}.mini-button{gap:5px;min-height:38px;padding:6px 10px;font-size:.75rem}.dream-banner{grid-template-columns:1fr;gap:32px;margin-top:12px;padding:40px 20px 50px}.dream-banner h2{font-size:2.9rem}.dream-banner>div:first-child>p:not(.eyebrow){font-size:.95rem}.mini-binder{max-width:290px;transform:rotate(5deg)}.mini-pocket{padding:10px 17px}.page-heading{flex-wrap:wrap;align-items:flex-start;gap:14px;margin-bottom:23px;padding-top:3px}.page-heading h1{margin-top:10px;font-size:3.5rem}.page-heading>p{display:none}.page-heading .button{min-height:44px;padding:11px 15px;font-size:.8rem}.shop-controls{flex-wrap:wrap;gap:10px;margin-top:20px}.shop-search{flex:100%;max-width:none}.shop-controls .button{min-height:43px;padding:10px 20px;font-size:.85rem}.sort-label select{padding:11px;font-size:.8rem}.filter-panel{grid-template-columns:1fr;gap:13px;padding:16px;display:grid}.filter-panel>label:not(.check-label){grid-template-columns:70px 1fr;display:grid}.filter-panel select{width:100%;max-width:100%;font-size:.85rem}.results-label{font-size:.75rem}.detail-page{padding-top:13px}.detail-grid{grid-template-columns:1fr;gap:0}.detail-art{gap:15px;min-height:0;padding:0 18px 30px}.detail-card{border-radius:9px;max-width:80%;max-height:430px}.detail-info{padding:16px 0 0}.detail-info h1{font-size:3.3rem}.detail-number{font-size:.9rem}.detail-info .eyebrow{font-size:.65rem}.detail-actions .button{min-height:52px}.buy-row>strong{font-size:2.3rem}.binder-intro{display:block}.binder-intro p{font-size:.9rem}.binder-intro>span{margin-top:15px}.binder-stats{grid-template-columns:repeat(2,1fr);gap:25px;padding:22px 0}.binder-stats>div{border-right:0;padding-left:0}.binder-stats strong{font-size:2.2rem}.binder-stats span{font-size:.8rem}.binder-toolbar{flex-direction:column;align-items:start;gap:15px}.chips{gap:6px}.chips>button{min-height:40px;padding:8px 15px;font-size:.8rem}.dream-grid{gap:10px;margin:0 -7px;padding:10px}.dream-pocket{padding:8px 10px}.dream-image{height:185px;margin:0 0 15px}.dream-pocket h2{font-size:.9rem}.dream-pocket>p{font-size:.68rem}.ownership{gap:4px}.ownership button{min-height:32px;padding:5px 9px;font-size:.7rem}.target-form label{font-size:.7rem}.target-form input{padding:8px 3px;font-size:.8rem}.target-form>div{padding-left:7px}.target-form button{width:26px}.dream-pocket>.check-label{align-items:start;gap:6px;font-size:.67rem;line-height:1.5}.dream-pocket>.check-label input{width:16px;height:16px}.pocket-controls{gap:2px}.pocket-controls button{width:32px;min-width:0}.binder-disclaimer{font-size:.75rem}.bag-grid,.account-grid{grid-template-columns:1fr;gap:30px}.bag-item{gap:17px}.bag-item>a{width:75px}.bag-item h2{font-size:1.05rem}.panel,.order-summary{padding:23px}.footer{grid-template-columns:1fr 1fr;gap:26px;padding:35px 20px 30px}.footer nav{grid-column:1/-1;gap:23px;font-size:.85rem}.footer small{font-size:.65rem}.footer .wordmark{font-size:1.7rem}.footer p{font-size:.8rem}.mobile-nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:20;padding:8px 7px max(10px, env(safe-area-inset-bottom));background:#fbf9f2ee;border-top:1px solid #d4d0c6;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav a{flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:48px;font-size:.65rem;display:flex}.mobile-nav svg{stroke-width:1.8px;width:22px;height:22px}.mobile-nav .active{color:var(--red)}.auth-dialog{padding:30px 25px}.toast{padding:13px 15px;font-size:.85rem;bottom:90px}.admin-page .mapping-grid{grid-template-columns:1fr}.admin-page .stats{gap:10px}.admin-page .stats>div{min-width:120px;padding:15px}.admin-page table{font-size:.8rem}}@media (width<=370px){.hero h1{font-size:3.8rem}.hero{min-height:590px}.hero-copy{max-width:80%}.hero-art{bottom:58px;left:38%}.hero-cta{margin-top:190px}.hero-card{width:65%}.product-bottom{flex-wrap:wrap;align-items:start;gap:5px}.section-heading h2{font-size:2rem}.dream-image{height:155px}.page-heading h1{font-size:3rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.hero-card{will-change:auto}}.inventory-edit{gap:12px;min-width:220px;max-width:460px;padding:12px 0;display:grid}.inventory-edit label{gap:6px;display:grid}.inventory-edit input,.inventory-edit select{border:1px solid var(--line);background:var(--white);border-radius:8px;max-width:100%;min-height:44px;padding:10px}@media (width<=600px){.save-card{width:44px;height:44px}.mini-button,.chips>button,.pocket-controls button,.target-form button{min-height:44px}.pocket-controls button{width:44px}.target-form button{min-width:36px}.header-actions .icon-link{min-width:44px;min-height:44px}.dream-pocket>.check-label{align-items:center;min-height:44px}}
