:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#27231f;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--color-ink: #27231f;--color-muted: #77716a;--color-paper: #ffffff;--color-surface: #fffefa;--color-brand: #705c39}.product-img-white{background:#fff;filter:brightness(1.035)}.product-img-studio{background:#f7f7f7}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--color-paper)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.splash-screen{min-height:100svh;background:#fff}.splash-content{display:grid;width:100%;max-width:393px;min-height:100svh;margin:0 auto;place-items:center;text-align:center}.splash-copy{display:flex;flex-direction:column;align-items:center;gap:6px}.splash-eyebrow{margin:0;color:#111;font-size:12px;font-weight:600;letter-spacing:.12em}.splash-title{margin:0;color:#111;font-family:Hammersmith One,Pretendard,sans-serif;font-size:25px;font-weight:400;line-height:30px;letter-spacing:.06em}.login-request-screen{min-height:100svh;background:#fff}.home-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:100px;overflow:hidden;background:#fff}.home-header{position:relative;display:flex;height:94px;align-items:center;justify-content:center}.back-button{position:absolute;top:46px;left:30px;width:16px;height:16px;padding:0;border:0;border-bottom:3px solid #000;border-left:3px solid #000;background:transparent;cursor:pointer;transform:rotate(45deg)}.home-heading{display:flex;flex-direction:column;align-items:center;gap:3px;margin-top:2px}.home-heading strong{font-size:20px;line-height:24px}.home-heading span{font-size:14px;line-height:24px}.home-intro{text-align:center}.home-intro>img{display:block;width:92px;height:92px;margin:27px auto 0;object-fit:cover}.home-intro h1{margin:14px 0 0;font-size:25px;font-weight:500;line-height:30px;letter-spacing:-.045em}.home-intro h1 span{font-family:Hammersmith One,Pretendard,sans-serif;font-weight:400;letter-spacing:0}.catalog-controls{position:relative;margin-top:20px}.product-search{display:flex;width:calc(100% - 40px);height:47px;align-items:center;gap:12px;margin:0 auto;padding:0 18px;border:1px solid #dcdcd6;border-radius:30px;background:#fff}.product-search img{width:23px;height:23px}.product-search input{min-width:0;flex:1;border:0;outline:0;color:#27231f;background:transparent;font:inherit;font-size:14px}.product-search input::placeholder{color:#6f6f69;opacity:1}.filter-button{display:flex;align-items:center;gap:3px;margin:4px 28px 7px auto;padding:0;border:0;color:#7c7c7c;background:transparent;cursor:pointer;font:inherit;font-size:14px}.filter-button img{width:13px;height:10px}.category-tabs{display:flex;width:calc(100% - 36px);height:42px;align-items:center;justify-content:space-between;margin:10px auto 0;padding:4px 5px;border-radius:30px;background:#f0f0ee}.category-tabs button{height:33px;flex:0 1 auto;padding:0 14px;border:0;border-radius:30px;color:#000;background:transparent;cursor:pointer;font:inherit;font-size:14px;white-space:nowrap}.category-tabs button.active{color:#fff;background:#000}.wish-error{margin:4px 20px 0;color:#a4442e;font-size:12.5px;text-align:center}.category-subtabs{display:flex;align-items:center;gap:7px;margin-top:10px;padding:2px 18px;overflow-x:auto;scrollbar-width:none}.category-subtabs::-webkit-scrollbar{display:none}.category-subtabs button{height:30px;flex:0 0 auto;padding:0 13px;border:0;border-radius:30px;color:#55554f;background:#f0f0ee;cursor:pointer;font:inherit;font-size:12.5px;white-space:nowrap;transition:background .2s ease,color .2s ease}.category-subtabs button.active{color:#fff;background:#000}.closet-subtabs{margin:-6px 0 16px;padding:2px 22px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 19px;padding:17px 18px 0}.page-tabs{display:flex;align-items:center;justify-content:center;gap:6px;margin:22px 20px 0}.page-tabs button{display:grid;min-width:34px;height:34px;place-items:center;padding:0 6px;border:0;border-radius:17px;color:#55554f;background:#f0f0ee;cursor:pointer;font:inherit;font-size:13px}.page-tabs button.active{color:#fff;background:#000}.page-tabs button:disabled{cursor:default;opacity:.4}.page-tabs span{color:#8a8a86;font-size:13px}.product-card{min-width:0;overflow:hidden;border-radius:15px;background:#fff}.product-card-clickable{cursor:pointer;outline:none}.product-card-clickable:focus-visible{box-shadow:0 0 0 3px #6b4a2b}.product-image-wrap{position:relative;overflow:hidden;height:151px;background:#fff}.product-image-wrap>img{display:block;width:100%;height:100%;object-fit:contain}.favorite-button{position:absolute;top:10px;right:10px;width:20px;height:20px;padding:0;border:0;background:transparent;cursor:pointer}.favorite-button img{width:100%;height:100%;object-fit:contain}.product-info{min-height:84px;padding:9px 10px 8px}.product-brand{display:inline-flex;height:20px;align-items:center;padding:0 9px;border-radius:30px;background:#f0f0ee;font-size:11px}.product-info p{margin:7px 0 0;overflow:hidden;color:#000;font-size:14px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.product-info strong{display:block;margin-top:3px;color:#000;font-size:18px;font-weight:400;line-height:24px}.bottom-nav{position:fixed;z-index:10;bottom:0;left:50%;display:grid;width:min(100%,393px);height:80px;grid-template-columns:repeat(4,1fr);align-items:center;padding:10px 30px;border-radius:25px 25px 0 0;background:#fff;transform:translate(-50%)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;color:#000;font-size:14px;line-height:24px}.bottom-nav a svg{width:25px;height:25px}.bottom-nav a.active{color:#9e1b32}.profile-stat-card-wide{grid-column:1 / -1}.closet-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:205px;overflow-x:hidden;overflow-y:visible;background:#fff}.closet-header{position:relative;display:flex;height:94px;align-items:center;justify-content:center}.closet-heading{display:flex;flex-direction:column;align-items:center;gap:3px;margin-top:2px}.closet-heading strong{font-size:20px;line-height:24px}.closet-heading span{font-size:14px;line-height:24px}.closet-filter-button{position:absolute;top:122px;right:27px;display:flex;align-items:center;gap:3px;padding:0;border:0;color:#7c7c7c;background:transparent;cursor:pointer;font:inherit;font-size:14px}.closet-filter-button img{width:24px;height:19px}.closet-delete-button{position:absolute;z-index:2;top:111px;right:20px;display:grid;width:42px;height:42px;place-items:center;padding:0;border:0;border-radius:50%;background:#f0f0ee;cursor:pointer}.closet-delete-button img{width:42px;height:42px}.closet-delete-button:disabled{cursor:not-allowed;opacity:.7}.closet-tabs{display:flex;align-items:center;gap:8px;margin:17px 0 16px;padding:2px 22px;overflow-x:auto;scrollbar-width:none}.closet-tabs::-webkit-scrollbar{display:none}.closet-tabs button{height:36px;flex:0 0 auto;padding:0 16px;border:0;border-radius:30px;color:#27231f;background:#f0f0ee;cursor:pointer;font:inherit;font-size:14px;white-space:nowrap;transition:background .2s ease,color .2s ease}.closet-tabs button.active{color:#fff;background:#000}.closet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 19px;padding:0 20px}.closet-card{height:197px;overflow:hidden;border-radius:15px;background:#fff}.closet-selectable-card{position:relative;cursor:pointer;outline:none;transition:transform .25s ease,box-shadow .25s ease}.closet-selectable-card.selected{transform:translateY(-4px);box-shadow:0 0 0 3px #6b4a2b inset,0 10px 20px #7a5c3a26}.closet-image-wrap img{transition:opacity .35s ease,transform .45s ease}.closet-selectable-card.selected .closet-image-wrap img{transform:scale(1.12)}.closet-selectable-card:focus-visible{box-shadow:0 0 0 3px #6b4a2b}.closet-image-wrap{display:grid;height:135px;place-items:center;overflow:hidden}.closet-image-wrap img{width:76%;height:88%;max-height:119px;object-fit:contain}.closet-info{padding:0 23px 12px}.closet-info span{display:inline-flex;height:20px;align-items:center;padding:0 9px;border-radius:30px;background:#f0f0ee;font-size:9px;line-height:20px}.closet-info p{margin:6px 0 0;overflow:hidden;color:#000;font-size:14px;line-height:24px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.add-item-button{position:fixed;z-index:8;bottom:107px;left:50%;display:flex;width:min(calc(100% - 40px),353px);height:73px;flex-direction:column;align-items:center;justify-content:center;border-radius:25px;color:#fff;background:#6b4a2b;transform:translate(-50%)}.add-item-button span{font-size:20px;font-weight:500;line-height:24px}.add-item-button small{font-size:14px;line-height:24px}.dna-closet-screen .closet-tabs{margin-bottom:16px}.dna-item-card{position:relative;padding:0;border:0;cursor:pointer;font:inherit;text-align:left}.dna-item-card .closet-info{text-align:left}.dna-item-card .closet-info p{text-align:center}.dna-selection-icon{position:absolute;z-index:1;top:15px;right:15px;width:15px;height:15px}.dna-build-button{border:0;cursor:pointer;font:inherit}.dna-build-button:disabled{cursor:not-allowed;opacity:.5}.closet-actions{display:flex;flex-direction:column;gap:7px;margin-top:20px;padding:0 20px}.closet-actions .add-item-button{position:static;z-index:auto;width:100%;transform:none}.closet-add-item-button{color:#000;background:#fff}.closet-dna-button{border:0;cursor:pointer;font:inherit}.closet-delete-modal-layer{position:fixed;z-index:20;inset:0;background:#27231f14}.closet-delete-modal{position:absolute;top:276px;left:50%;display:flex;width:270px;height:180px;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:28px;border-radius:15px;background:#fff;transform:translate(-50%)}.closet-delete-modal h2{margin:0;font-size:20px;font-weight:500;line-height:24px;text-align:center}.closet-delete-error{position:absolute;top:72px;width:230px;margin:0;color:#b04636;font-size:11px;line-height:15px;text-align:center}.closet-delete-actions{display:flex;gap:14px;margin-top:25px}.closet-delete-actions button{width:90px;height:48px;padding:0;border:0;border-radius:30px;color:#fff;background:#000;cursor:pointer;font:inherit;font-size:20px}.scan-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:100px;overflow:hidden;background:#fff}.scan-header{position:relative;display:flex;height:94px;align-items:center;justify-content:center}.scan-heading{display:flex;flex-direction:column;align-items:center;gap:3px;margin-top:2px}.scan-heading strong{font-size:20px;line-height:24px}.scan-heading span{font-size:14px;line-height:24px}.scan-preview{position:relative;width:353px;height:506px;margin:17px auto 0;overflow:hidden;border-radius:15px;background:linear-gradient(109deg,#c2c2c26b 11%,#c7c7c70f 96%)}.scan-frame{position:absolute;inset:14px;z-index:1;pointer-events:none}.scan-frame:before,.scan-frame:after,.scan-frame span{position:absolute;width:28px;height:28px;content:""}.scan-frame:before{top:0;left:0;border-top:3px solid #fff;border-left:3px solid #fff;border-top-left-radius:6px}.scan-frame:after{right:0;bottom:0;border-right:3px solid #fff;border-bottom:3px solid #fff;border-bottom-right-radius:6px}.scan-frame span:first-child{top:0;right:0;border-top:3px solid #fff;border-right:3px solid #fff;border-top-right-radius:6px}.scan-frame span:last-child{bottom:0;left:0;border-bottom:3px solid #fff;border-left:3px solid #fff;border-bottom-left-radius:6px}.scan-item-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.scan-plus{position:absolute;top:50%;left:50%;width:19px;height:19px;transform:translate(-50%,-50%)}.scan-actions{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-items:center;margin-top:31px;padding:0 44px}.scan-actions-spacer{width:50px}.album-button,.camera-button{display:block;padding:0;border:0;background:transparent;cursor:pointer}.album-button{width:50px;height:50px}.camera-button{width:90px;height:90px}.product-scan-button{display:block;width:50px;height:50px;padding:0;border:0;background:transparent;cursor:pointer}.album-button img,.camera-button img,.product-scan-button img{width:100%;height:100%}.album-button input,.camera-button input{display:none}.scan-error{margin:8px 20px -20px;color:#b04636;font-size:12px;text-align:center}.scan-submit{display:block;width:calc(100% - 40px);height:48px;margin:15px auto 0;border:0;border-radius:20px;color:#fff;background:#6b4a2b;cursor:pointer;font:inherit;font-size:16px}.scan-submit:disabled{cursor:wait;opacity:.7}.scan-bottom-nav{position:fixed}.product-scan-image{width:84%;height:68%}.scanned-detail-screen{position:relative;width:100%;max-width:393px;min-height:980px;margin:0 auto;padding-bottom:100px;background:#fff}.scanned-detail-hero{width:calc(100% - 40px);margin:13px auto 0;overflow:hidden;border-radius:15px;background:#fff}.scanned-detail-image{display:grid;height:253px;place-items:center;background:#f0f0ee}.scanned-detail-image img{width:88%;height:88%;object-fit:contain}.scanned-detail-overview{padding:20px 16px 21px;text-align:center}.scanned-detail-overview h1{margin:0;font-size:19px;font-weight:500;line-height:25px;letter-spacing:-.04em}.scanned-detail-overview p{margin:0;font-size:12px;line-height:22px}.scanned-detail-overview>strong{display:block;margin-top:11px;color:#000;font-size:20px;font-weight:500;line-height:25px}.scanned-color-dot{display:block;width:28px;height:28px;margin:14px auto 3px;border-radius:50%;background:#b9b9b2}.scanned-description{width:calc(100% - 36px);min-height:116px;margin:14px auto;padding:15px 12px;border-radius:15px;background:#fff;font-size:12px;font-weight:500;line-height:23px}.scanned-info-row{display:flex;width:calc(100% - 36px);min-height:71px;align-items:center;margin:14px auto 0;padding:0 15px;border:0;border-radius:15px;font:inherit;text-align:left}.scanned-info-row>img:first-child{width:40px;height:40px;margin-right:15px}.scanned-info-row>span{flex:1;font-size:14px;line-height:22px}.scanned-info-row small{color:#6f6f69;font-size:12px}.scanned-info-row>img:last-child{width:24px;height:24px;object-fit:contain}.scanned-size-row{background:#fff;cursor:pointer}.scanned-material-row{background:#6b794b66}.scanned-detail-bottom-nav{position:fixed}.recognize-screen{position:relative;width:100%;max-width:393px;min-height:900px;margin:0 auto;padding-bottom:100px;background:#fff}.recognize-header{position:relative;display:flex;height:94px;align-items:center;justify-content:center}.recognize-header>div{display:flex;flex-direction:column;align-items:center;gap:3px}.recognize-header strong{font-size:20px;line-height:24px}.recognize-header span{font-size:14px;line-height:24px}.recognize-header>img{position:absolute;top:47px;left:0;width:73px;height:63px;transform:translateY(-50%)}.recognize-status{display:flex;width:154px;height:30px;align-items:center;justify-content:center;gap:6px;margin:17px auto 18px;border-radius:30px;color:#fff;background:#000;font-size:14px;line-height:24px}.recognize-status img{width:15px;height:15px}.recognize-item-card{width:calc(100% - 40px);box-sizing:border-box;margin:0 auto;padding:30px 20px 24px;border-radius:15px;background:#fff;text-align:center}.recognize-item-image{display:block;width:78%;height:230px;margin:0 auto;object-fit:contain}.recognize-item-name{display:inline-flex;min-height:44px;align-items:center;justify-content:center;margin:20px auto 0;padding:8px 26px;border-radius:30px;background:#f8f8f8;color:#44443f;font-size:17px;font-weight:600;line-height:24px}.recognize-name-field{display:block;margin:20px auto 0;text-align:center}.recognize-name-field input{min-height:44px;width:min(78%,300px);padding:8px 26px;border:0;border-radius:30px;outline:0;background:#f8f8f8;color:#44443f;font:inherit;font-size:17px;font-weight:600;line-height:24px;text-align:center}.recognize-name-field input::placeholder{color:#b09a7c;opacity:1}.recognize-name-field input:focus{box-shadow:0 0 0 2px #8b6b4759}.recognize-error{margin:8px 20px 0;color:#b04636;font-size:12.5px;text-align:center}.recognize-actions{display:flex;gap:10px;width:calc(100% - 40px);margin:18px auto 0}.recognize-actions button{display:flex;flex:1;height:52px;align-items:center;justify-content:center;border:0;border-radius:16px;cursor:pointer;font:inherit}.recognize-actions button:first-child{border:1px solid #e3e3de;color:#000;background:#fff}.recognize-actions button:last-child{color:#fff;background:#6b4a2b}.recognize-actions strong{font-size:15px;font-weight:600;line-height:24px}.recognize-bottom-nav{position:fixed}.style-dna-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:100px;background:#fff}.style-dna-header{position:relative;display:flex;height:94px;align-items:center;justify-content:center;text-align:center}.style-dna-header>div{display:flex;flex-direction:column;gap:3px}.style-dna-header strong{font-size:20px;line-height:24px}.style-dna-header span{font-size:14px;line-height:24px}.style-dna-section{padding:17px 20px 0}.style-dna-section h1,.style-dna-section h2{margin:0 0 15px 10px;color:#000;font-size:25px;font-weight:500;line-height:35px;letter-spacing:-.04em}.dna-summary-card{height:193px;padding:22px 36px;border-radius:15px;background:#fff;text-align:center}.dna-summary-card>strong{display:block;font-size:14px;font-weight:500;line-height:23px}.dna-colors{display:flex;justify-content:center;gap:10px;margin:15px auto 13px}.dna-colors i{width:30px;height:30px;border-radius:50%;border:1px solid rgba(0,0,0,.08)}.dna-summary-card p{margin:0;white-space:pre-line;font-size:12px;line-height:22.75px;text-align:left}.style-dna-loading{display:flex;min-height:520px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:0 20px;text-align:center}.style-dna-loading img{width:166px;height:166px;object-fit:contain;animation:style-dna-loading-float 2.2s ease-in-out infinite}.style-dna-loading strong{margin-top:12px;font-size:20px;font-weight:500;line-height:28px}.style-dna-loading span{color:#6f6f69;font-size:14px;line-height:24px}.style-dna-error{display:flex;min-height:520px;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center}.style-dna-error h1{margin:0;color:#000;font-size:20px;font-weight:500}.style-dna-error p{margin:12px 0 20px;color:#6f6f69;font-size:13px}.style-dna-error button{width:180px;height:52px;border:0;border-radius:25px;color:#fff;background:#6b4a2b;cursor:pointer;font:inherit}@keyframes style-dna-loading-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(prefers-reduced-motion:reduce){.style-dna-loading img{animation:none}}.recommendation-section{padding-top:14px}.recommendation-heading-row{display:flex;align-items:baseline;justify-content:space-between;margin-right:10px}.recommendation-heading-row h2{margin-bottom:12px}.recommendation-count{color:#6f6f69;font-size:11px;letter-spacing:.4px}.recommendation-carousel-wrap{position:relative;margin:0 -20px}.recommendation-carousel{display:flex;gap:12px;padding:0 20px 8px;overflow-x:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.recommendation-carousel::-webkit-scrollbar{display:none}.recommendation-card{position:relative;width:calc(100vw - 40px);max-width:353px;height:458px;flex:0 0 calc(100vw - 40px);padding-top:20px;scroll-snap-align:start;border-radius:15px;background:#fff;text-align:center}.perfect-match{display:inline-flex;height:30px;align-items:center;padding:0 17px;border-radius:30px;color:#fff;background:#000;font-size:12px}.recommendation-image{display:block;width:144px;height:141px;margin:10px auto 3px;border-radius:12px;object-fit:contain}.recommendation-card>p{margin:0;font-size:14px;line-height:24px}.recommendation-reason{display:flex;min-height:138px;align-items:center;gap:10px;margin:14px 20px 0;padding:15px 10px 12px 16px;border:1px solid rgba(207,184,161,.55);border-radius:16px;background:#fbf7f1;text-align:left}.recommendation-reason-copy{min-width:0;flex:1;align-self:stretch;padding-top:2px}.recommendation-reason strong{display:block;color:#000;font-size:14px;font-weight:600;line-height:22px}.recommendation-reason span{display:block;margin-top:6px;color:#403a35;font-size:13px;line-height:21px;overflow-wrap:anywhere}.recommendation-mascot{display:flex;width:112px;flex:0 0 112px;flex-direction:column;align-items:center;align-self:stretch;justify-content:flex-end}.recommendation-mascot img{display:block;width:82px;height:98px;object-fit:contain;animation:recommendation-reason-puppy-float 2.8s ease-in-out infinite}.recommendation-mascot span{display:inline-flex;align-items:center;justify-content:center;width:112px;min-height:24px;padding:3px 6px;border-radius:20px;color:#000;background:#ead9c8;font-size:9px;line-height:14px;text-align:center;white-space:nowrap}.recommendation-arrow{position:absolute;z-index:2;top:50%;display:grid;width:36px;height:36px;place-items:center;padding:0 0 4px;border:0;border-radius:50%;color:#000;background:#fffffff0;box-shadow:0 2px 8px #50354b2e;cursor:pointer;font-size:34px;line-height:1;transform:translateY(-50%)}.recommendation-arrow-prev{left:5px}.recommendation-arrow-next{right:5px}@keyframes recommendation-reason-puppy-float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-5px) rotate(2deg)}}@media(prefers-reduced-motion:reduce){.recommendation-mascot img{animation:none}}.style-dna-bottom-nav{position:fixed}.recommendations-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:100px;background:#fff}.recommendations-header{position:relative;display:flex;height:94px;align-items:center;justify-content:center;text-align:center}.recommendations-header>div{display:flex;flex-direction:column;gap:3px}.recommendations-header strong{font-size:20px;line-height:24px}.recommendations-header>div>span{font-size:14px;line-height:24px}.recommendation-tabs{display:flex;width:calc(100% - 40px);height:42px;align-items:center;gap:0;margin:17px auto 15px;padding:4px 5px;border-radius:30px;background:#f0f0ee}.recommendation-tabs button{height:33px;flex:1;padding:0;border:0;border-radius:30px;color:#000;background:transparent;cursor:pointer;font:inherit;font-size:14px;white-space:nowrap}.recommendation-tabs button.active{color:#fff;background:#000}.recommendation-list{display:flex;flex-direction:column;gap:15px;padding:0 20px}.recommendation-row{position:relative;display:flex;height:151px;align-items:center;border-radius:15px;background:#fff}.recommendation-thumb{width:120px;height:120px;flex:0 0 120px;margin-left:18px;overflow:hidden;border-radius:15px;background:#fff;box-shadow:2px 2px 4px #50354b33}.recommendation-thumb img{display:block;width:100%;height:100%;object-fit:contain}.recommendation-details{min-width:0;padding:0 24px 0 19px}.recommendation-details p{margin:0;overflow:hidden;font-size:14px;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.recommendation-details small{display:block;margin-top:0;overflow:hidden;font-size:12px;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.recommendation-details strong{display:block;margin-top:10px;color:#000;font-size:18px;font-weight:500;line-height:24px}.recommendation-favorite{position:absolute;top:13px;right:13px;width:15px;height:15px;padding:0;border:0;background:transparent;cursor:pointer}.recommendation-favorite img{width:100%;height:100%}.recommendations-bottom-nav{position:fixed}.detail-screen{position:relative;width:100%;max-width:393px;min-height:1100px;margin:0 auto;padding-bottom:100px;background:#fff}.detail-header{position:relative;display:flex;height:94px;align-items:center;justify-content:center;text-align:center}.detail-header>div{display:flex;flex-direction:column;gap:3px}.detail-header strong{font-size:20px;line-height:24px}.detail-header span{font-size:14px;line-height:24px}.detail-hero{width:calc(100% - 40px);margin:17px auto 0;overflow:hidden;border-radius:15px;background:#fff}.detail-image-panel{display:grid;height:263px;place-items:center;background:#f7f7f7}.detail-image-panel img{width:80%;height:78%;object-fit:contain}.detail-overview{height:272px;padding:39px 20px 20px;text-align:center}.detail-overview h1{margin:0;font-size:20px;font-weight:500;line-height:24px;letter-spacing:-.04em}.detail-english{margin:0;font-size:12px;line-height:24px}.detail-price{display:block;margin-top:14px;color:#000;font-size:20px;font-weight:500;line-height:24px}.detail-color-dot{display:block;width:30px;height:30px;margin:17px auto 3px;border-radius:50%;background:#b9b9b2}.detail-options{margin:0;font-size:12px;line-height:24px}.detail-description{width:calc(100% - 36px);min-height:130px;margin:14px auto;padding:15px 11px;border-radius:15px;background:#fff;font-size:12px;font-weight:500;line-height:24px}.detail-info-row{display:flex;width:calc(100% - 36px);height:71px;align-items:center;margin:14px auto 0;padding:0 15px;border:0;border-radius:15px;cursor:pointer;font:inherit;text-align:left}.detail-info-row>img:first-child{width:40px;height:40px;margin-right:15px}.detail-info-row>span{flex:1;font-size:14px}.detail-info-row small{display:block;margin-top:3px;color:#6f6f69;font-size:12px}.detail-info-row>img:last-child{width:39px;height:36px;object-fit:contain}.size-row{background:#fff}.material-row{background:#6b794b66}.detail-actions{display:flex;gap:4px;width:calc(100% - 36px);margin:16px auto 0}.buy-button,.reserve-button{display:flex;height:64px;flex:1;flex-direction:column;align-items:center;justify-content:center;border:0;border-radius:25px;font:inherit;font-size:20px;font-weight:500;line-height:24px;text-align:center}.buy-button{color:#000;background:#fff}.reserve-button{color:#fff;background:#000;cursor:pointer}.buy-button small,.reserve-button small{font-size:14px;font-weight:400;line-height:24px}.closet-add-detail-button{display:flex;width:calc(100% - 36px);height:58px;flex-direction:column;align-items:center;justify-content:center;margin:10px auto 0;border:1px solid #6b4a2b;border-radius:22px;color:#6b4a2b;background:transparent;cursor:pointer;font:inherit;font-size:17px;line-height:21px}.closet-add-detail-button small{font-size:12px;line-height:20px}.closet-add-detail-button:disabled{cursor:wait;opacity:.6}.closet-add-detail-message{width:calc(100% - 36px);margin:8px auto 0;color:#6b4a2b;font-size:13px;line-height:20px;text-align:center}.profile-screen{position:relative;width:100%;max-width:390px;min-height:100svh;margin:0 auto;padding-bottom:88px;color:#1c1c18;background:#fff}.profile-content{display:flex;flex-direction:column;gap:16px;padding:68px 14px 100px}.profile-header{position:fixed;z-index:5;top:0;left:50%;display:flex;width:min(100%,390px);height:56px;align-items:center;justify-content:space-between;padding:6px 14px;background:#fff;transform:translate(-50%)}.profile-header>div{display:flex;flex-direction:column;align-items:center;gap:2px}.profile-header strong{font-size:20px;line-height:24px}.profile-header span{color:#55554f;font-size:10px;letter-spacing:.6px}.profile-back-button,.profile-action-button{display:grid;width:44px;height:44px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}.profile-back-button img{width:12px;height:20px}.profile-action-button img{width:20px;height:20px}.profile-identity{display:flex;flex-direction:column;align-items:center;padding-top:10px}.profile-avatar{position:relative;width:96px;height:96px;overflow:visible;padding:4px;border:4px solid #fff;border-radius:50%;background:#f8f8f8;box-shadow:0 4px 20px #2e26200a}.profile-avatar>img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-avatar>span{position:absolute;right:-2px;bottom:-2px;display:grid;width:30px;height:30px;place-items:center;border:2px solid #ffffff;border-radius:50%;background:#000}.profile-avatar>span img{width:12px;height:12px}.profile-identity h1{margin:10px 0 2px;font-size:24px;font-weight:500}.profile-identity p{margin:0;color:#55554f;font-size:13px}.profile-taste-card{position:relative;overflow:hidden;padding:20px 16px;border-radius:22px;background:#fff;box-shadow:0 4px 20px #2e26200a}.profile-card-label{display:flex;align-items:center;gap:7px;color:#6f6f69;font-size:10px;letter-spacing:.7px}.profile-card-label img{width:18px;height:18px}.profile-taste-card h2{margin:8px 0;font-size:19px;font-weight:500}.profile-taste-card p{margin:0 0 15px;color:#55554f;font-size:12px;line-height:19px}.taste-meter{height:8px;overflow:hidden;border-radius:99px;background:#f8f8f8}.taste-meter span{display:block;width:78%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffdcbe,#6b4a2b)}.taste-meter-labels{display:flex;justify-content:space-between;padding-top:6px;color:#6f6f69;font-size:8px}.profile-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 20px}.profile-stat-card,.profile-purchase-card{min-width:0;border:0;border-radius:18px;background:#fff;box-shadow:0 4px 10px #2e26200a;cursor:pointer;text-align:left}.profile-stat-card{display:flex;height:136px;flex-direction:column;justify-content:space-between;padding:16px}.profile-stat-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#f7f3ec}.profile-stat-icon img{width:19px;height:19px}.profile-stat-label{color:#55554f;font-size:12px}.profile-stat-card strong{font-size:20px;font-weight:700}.profile-stat-card strong small{color:#6f6f69;font-size:12px;font-weight:400}.profile-purchase-card{grid-column:1 / -1;display:flex;height:76px;align-items:center;gap:12px;padding:14px}.profile-purchase-card>span:nth-child(2){display:flex;flex:1;flex-direction:column;gap:2px}.profile-purchase-card strong{font-size:16px;font-weight:500}.profile-purchase-card small{color:#6f6f69;font-size:9px;letter-spacing:.5px}.profile-purchase-card>img{width:9px;height:17px}.profile-settings{display:flex;flex-direction:column;gap:7px}.profile-settings>p{margin:4px 6px 2px;color:#6f6f69;font-size:10px;letter-spacing:.6px}.profile-settings button{display:flex;height:50px;align-items:center;gap:13px;padding:14px;border:0;border-radius:14px;background:#fff;color:#1c1c18;font:inherit;font-size:14px;text-align:left}.profile-settings button img:first-child{width:18px;height:20px}.profile-settings button img:last-child{width:8px;height:14px;margin-left:auto}.profile-message{margin:-4px 4px 0;color:#6f6f69;font-size:11px;text-align:center}.profile-logout{display:flex;flex-direction:column;align-items:center;gap:14px;padding:14px 0 0}.profile-logout button{padding:0;border:0;color:#6f6f69;background:transparent;cursor:pointer;font:inherit;font-size:13px;text-decoration:underline}.profile-logout span{color:#d4c3b7;font-size:9px;letter-spacing:.5px}.profile-bottom-nav{position:fixed;z-index:10;bottom:0;left:50%;display:flex;width:min(100%,390px);height:72px;align-items:center;justify-content:space-around;padding:5px 10px;border-radius:12px 12px 0 0;background:#fff;box-shadow:0 -4px 10px #2e26200a;transform:translate(-50%)}.profile-bottom-nav a{display:flex;width:52px;flex-direction:column;align-items:center;gap:3px;color:#55554f;font-size:9px}.profile-bottom-nav a img{width:20px;height:20px;object-fit:contain}.profile-bottom-nav a .profile-scan-icon{width:34px;height:42px;margin-top:-13px}.profile-bottom-nav a.active{color:#000;font-weight:700}.server-settings-screen{min-height:100svh;max-width:390px;margin:0 auto;padding:72px 16px 30px;background:#fff;color:#1c1c18}.server-settings-header{position:fixed;z-index:5;top:0;left:50%;display:flex;width:min(100%,390px);height:58px;align-items:center;justify-content:space-between;padding:6px 14px;background:#fff;transform:translate(-50%)}.server-settings-header button{width:40px;border:0;background:transparent;color:#000;font-size:32px;line-height:1;cursor:pointer}.server-settings-header div{display:flex;flex-direction:column;align-items:center;gap:2px}.server-settings-header strong{font-size:20px;line-height:24px}.server-settings-header span{color:#6f6f69;font-size:9px;letter-spacing:.6px}.server-settings-card{display:flex;flex-direction:column;gap:16px;padding:22px 18px;border-radius:22px;background:#fff;box-shadow:0 4px 20px #2e26200d}.server-settings-intro,.server-settings-help{margin:0;color:#55554f;font-size:12px;line-height:19px}.server-settings-card label{display:flex;flex-direction:column;gap:7px;color:#6f6f69;font-size:11px}.server-settings-card input{width:100%;box-sizing:border-box;padding:13px 12px;border:1px solid #e8ded3;border-radius:11px;outline:none;color:#1c1c18;font:inherit;font-size:13px}.server-settings-card input:focus{border-color:#000}.server-settings-message{margin:0;font-size:11px;line-height:17px}.server-settings-message.success{color:#64805e}.server-settings-message.error{color:#b45e4d}.server-settings-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.server-settings-actions button{padding:13px 8px;border:1px solid #000000;border-radius:11px;background:#fff;color:#000;font:inherit;font-size:13px;cursor:pointer}.server-settings-actions button[type=submit]{background:#000;color:#fff}.detail-bottom-nav{position:fixed}.checkout-screen{position:relative;width:100%;max-width:393px;min-height:852px;margin:0 auto;padding-bottom:129px;background:#fff}.checkout-header{position:relative;display:flex;height:94px;align-items:center;justify-content:center;text-align:center}.checkout-header>div{display:flex;flex-direction:column;gap:3px}.checkout-header strong{font-size:20px;line-height:24px}.checkout-header span{font-size:14px;line-height:24px}.checkout-product{display:flex;width:calc(100% - 40px);height:151px;align-items:center;margin:17px auto 27px;border-radius:15px;background:#fff}.checkout-product>div{display:grid;width:120px;height:120px;place-items:center;margin-left:21px;border-radius:15px;background:#fff}.checkout-product>div img{width:88%;height:88%;object-fit:contain}.checkout-product p{margin:0 0 0 31px;font-size:16px;line-height:24px}.checkout-product p small,.checkout-product p strong{display:block;font-size:12px;font-weight:400;line-height:24px}.checkout-product p strong{margin-top:10px;color:#000;font-size:18px;font-weight:500}.delivery-tabs{display:flex;width:291px;height:42px;align-items:center;margin:0 auto 13px;padding:4px 5px;border-radius:30px;background:#f0f0ee}.delivery-tabs button{height:33px;flex:1;border:0;border-radius:30px;background:transparent;cursor:pointer;font:inherit;font-size:14px}.delivery-tabs button.active{color:#fff;background:#000}.store-list{display:flex;flex-direction:column;gap:16px;padding:0 20px}.store-card{position:relative;display:flex;width:100%;height:125px;align-items:flex-start;padding:22px 29px;border:0;border-radius:15px;background:#fff;cursor:pointer;font:inherit;text-align:left}.store-card.selected{border:1.5px solid #6f6f69}.store-card>span{font-size:14px;line-height:24px}.store-card small{display:block;font-size:12px;line-height:24px}.store-card em{display:inline-flex;height:20px;align-items:center;margin-top:4px;padding:0 9px;border-radius:30px;color:#fff;background:#000;font-size:12px;font-style:normal;line-height:20px}.store-card i{margin-left:9px;color:#6f6f69;font-size:12px;font-style:normal}.store-card>img{position:absolute;top:22px;right:20px;width:15px;height:15px}.delivery-message{width:calc(100% - 40px);min-height:125px;margin:0 auto;padding:35px 28px;border-radius:15px;background:#fff;font-size:14px;line-height:24px}.payment-method{display:flex;width:calc(100% - 40px);height:71px;align-items:center;margin:16px auto 0;padding:0 18px;border:0;border-radius:15px;background:#fff;cursor:pointer;font:inherit;text-align:left}.payment-method>img:first-child{width:40px;height:40px;margin-right:14px}.payment-method span{flex:1;font-size:14px}.payment-method span small{display:block;margin-top:3px;color:#6f6f69;font-size:12px}.payment-method>img:last-child{width:39px;height:36px}.payment-method.chosen{box-shadow:0 0 0 1.5px #6f6f69 inset}.checkout-message{margin:8px 20px -4px;color:#6f6f69;font-size:12px;text-align:center}.checkout-total{position:fixed;z-index:5;bottom:0;left:50%;width:min(100%,393px);height:129px;padding:14px 20px 15px;border-radius:25px 25px 0 0;background:#fff;transform:translate(-50%)}.checkout-total p{display:flex;justify-content:space-between;margin:0 4px 8px;font-size:14px;line-height:24px}.checkout-total p strong{color:#6f6f69;font-size:18px;font-weight:500}.checkout-total button{display:flex;width:100%;height:65px;flex-direction:column;align-items:center;justify-content:center;border:0;border-radius:25px;color:#fff;background:#000;cursor:pointer;font:inherit;font-size:20px;font-weight:500;line-height:24px}.checkout-total button small{font-size:14px;font-weight:400;line-height:24px}.login-request-content{width:100%;max-width:393px;min-height:852px;margin:0 auto;padding-top:235px;text-align:center}.login-request-image{display:block;width:166px;height:166px;margin:0 auto;object-fit:contain}.login-request-copy{margin-top:26px;color:#000;font-size:25px;font-weight:500;line-height:35px;letter-spacing:-.04em}.login-request-copy p{margin:0}.mcm-wordmark{font-family:Hammersmith One,Pretendard,sans-serif;font-weight:400;letter-spacing:0}.login-request-button{display:flex;width:calc(100% - 40px);height:80px;flex-direction:column;align-items:center;justify-content:center;margin:35px auto 0;border-radius:25px;color:#fff;background:#000;font-size:20px;font-weight:500;line-height:24px}.login-request-button small{font-size:14px;font-weight:400;line-height:24px}.login-screen{min-height:100svh;background:#fff}.login-content{width:100%;max-width:393px;min-height:852px;margin:0 auto;padding-top:197px;text-align:center}.login-heading{color:#000;font-size:25px;font-weight:500;line-height:35px}.login-heading p{margin:0}.login-form{margin-top:54px}.login-form input{display:block;width:calc(100% - 40px);height:54px;margin:0 auto 12px;padding:0 21px;border:0;border-radius:15px;outline:0;color:#27231f;background:#fff;font:inherit;font-size:14px}.login-form input::placeholder{color:#6f6f69;opacity:1}.login-form input:focus{box-shadow:0 0 0 2px #6b4a2b59}.password-field{position:relative}.password-field input{padding-right:52px}.password-toggle{position:absolute;top:27px;right:34px;display:grid;width:32px;height:32px;place-items:center;padding:0;border:0;color:#6f6f69;background:transparent;cursor:pointer;transform:translateY(-50%)}.password-toggle:focus-visible{border-radius:50%;box-shadow:0 0 0 2px #6b4a2b59}.login-submit{display:flex;width:calc(100% - 40px);height:80px;flex-direction:column;align-items:center;justify-content:center;margin:32px auto 0;border:0;border-radius:25px;color:#fff;background:#000;cursor:pointer;font:inherit;font-size:20px;font-weight:500;line-height:24px}.login-submit:disabled{cursor:wait;opacity:.7}.login-submit small{font-size:14px;font-weight:400;line-height:24px}.login-error{width:calc(100% - 40px);margin:0 auto -20px;color:#b04636;font-size:12px;text-align:left}.signup-link{display:block;margin-top:14px;color:#6f6f69;font-size:14px;line-height:24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.signup-screen{min-height:100svh;background:#fff}.signup-content{width:100%;max-width:393px;min-height:852px;margin:0 auto;padding-top:197px;text-align:center}.signup-heading{color:#000;font-size:25px;font-weight:500;line-height:35px}.signup-heading p{margin:0}.signup-form{margin-top:54px}.signup-form input{display:block;width:calc(100% - 40px);height:54px;margin:0 auto 13px;padding:0 21px;border:0;border-radius:15px;outline:0;color:#27231f;background:#fff;font:inherit;font-size:14px}.signup-form input::placeholder{color:#6f6f69;opacity:1}.signup-form input:focus{box-shadow:0 0 0 2px #6b4a2b59}.signup-required-note{margin:9px 0 0 20px;color:#6f6f69;font-size:12px;line-height:24px;text-align:left}.signup-consent{display:block;margin:5px auto 0;padding:0;border:0;color:#6f6f69;background:transparent;cursor:pointer;font:inherit;font-size:12px;line-height:24px}.signup-error{margin:4px 20px -10px;color:#b04636;font-size:12px;text-align:left}.signup-social{margin-top:16px}.signup-submit{display:flex;width:calc(100% - 40px);height:80px;flex-direction:column;align-items:center;justify-content:center;margin:20px auto 0;border:0;border-radius:25px;color:#fff;background:#000;cursor:pointer;font:inherit;font-size:20px;font-weight:500;line-height:24px}.signup-submit:disabled{cursor:wait;opacity:.7}.signup-submit small{font-size:14px;font-weight:400;line-height:24px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;font-size:14px;font-weight:700;transition:transform .16s ease,opacity .16s ease}.button:hover{transform:translateY(-1px);opacity:.88}.button-primary{color:#fff;background:var(--color-brand)}.button-secondary{color:var(--color-brand);background:#eee9df}.page-shell{display:grid;min-height:100vh;place-items:center;padding:24px}.placeholder-card{width:min(100%,560px);padding:clamp(32px,8vw,72px);border:1px solid rgba(112,92,57,.14);border-radius:24px;background:var(--color-surface);box-shadow:0 20px 60px #372a1a14;text-align:center}.eyebrow{margin:0 0 20px;color:var(--color-brand);font-size:12px;font-weight:700;letter-spacing:.18em}h1{margin:0;font-size:clamp(32px,7vw,56px);line-height:1.12;letter-spacing:-.05em}.placeholder-card p:not(.eyebrow){margin:24px 0 0;color:var(--color-muted);line-height:1.7}.placeholder-card .button{margin-top:32px}.closet-add-complete-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;overflow:hidden;background:#fff}.closet-add-complete-content{position:absolute;top:202px;left:50%;width:277px;transform:translate(-50%);text-align:center}.closet-add-complete-image{display:block;width:168px;height:172px;margin:0 auto;object-fit:contain}.closet-add-complete-copy{margin-top:19px}.closet-add-complete-copy h1{margin:0;font-size:25px;font-weight:500;line-height:24px;white-space:nowrap}.closet-add-complete-english{margin:10px 0 0;font-size:14px;line-height:24px}.closet-add-complete-item{margin:8px 0 0;color:#6f6f69;font-size:14px;line-height:24px}.closet-add-complete-error{margin:10px 0 0;color:#b04636;font-size:12px;line-height:18px}.closet-add-complete-button{position:absolute;top:546px;left:50%;display:flex;width:353px;height:73px;flex-direction:column;align-items:center;justify-content:center;border:0;border-radius:25px;color:#fff;background:#6b4a2b;cursor:pointer;font:inherit;transform:translate(-50%)}.closet-add-complete-button span{font-size:20px;font-weight:500;line-height:24px}.closet-add-complete-button small{font-size:14px;line-height:24px}.closet-add-complete-nav{position:fixed}.mood-selection-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:100px;background:#fff}.mood-selection-header{position:relative;display:flex;height:96px;align-items:center;justify-content:center;text-align:center}.mood-selection-header>div{display:flex;flex-direction:column;gap:3px}.mood-selection-header strong{font-size:20px;line-height:24px}.mood-selection-header span{font-size:14px;line-height:24px}.mood-back-button{position:absolute;top:42px;left:28px;width:24px;height:28px;padding:0;border:0;background:transparent;cursor:pointer;transform:translateY(-50%)}.mood-back-button img{width:100%;height:100%}.mood-calendar{position:absolute;top:42px;right:30px;width:25px;height:25px;transform:translateY(-50%)}.mood-curator-message{position:relative;display:flex;width:calc(100% - 40px);height:53px;align-items:center;margin:24px auto 0;border-radius:15px;background:#d9d9d933;box-shadow:2px 2px 4px #50354b33;font-size:13px;font-weight:500}.mood-curator-message img{width:50px;height:50px;margin:0 12px 0 20px;object-fit:cover}.mood-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px 20px;padding:40px 20px 0}.mood-card{display:flex;height:185px;flex-direction:column;align-items:center;justify-content:flex-start;padding:26px 10px 18px;border:2px solid transparent;border-radius:15px;background:#fff;cursor:pointer;font:inherit}.mood-card.selected{border-color:#6f6f69}.mood-icon{display:grid;width:67px;height:67px;place-items:center;margin-bottom:21px;border-radius:50%;background:#f0f0ee}.mood-icon img{width:67px;height:67px}.mood-card strong{font-size:18px;font-weight:500;line-height:24px}.mood-card small{margin-top:2px;font-size:12px;line-height:24px}.mood-selection-error{min-height:18px;margin:8px 20px -2px;color:#b04636;font-size:12px;text-align:center}.mood-gate-notice{margin:10px 20px 0;padding:10px 16px;border-radius:12px;background:#f8f8f8;color:#55554f;font-size:13px;line-height:19px;text-align:center}.mood-see-looks-button{display:flex;width:calc(100% - 40px);flex-direction:column;align-items:center;justify-content:center;margin:22px 20px 0;border:0;color:#fff;background:#6b4a2b;cursor:pointer;font:inherit}.mood-see-looks-button:disabled{cursor:wait;opacity:.75}.mood-see-looks-button span{font-size:20px;font-weight:500;line-height:24px}.mood-see-looks-button small{font-size:14px;line-height:24px}.mood-selection-nav{position:fixed}.outfit-recommendation-screen{width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:30px;background:#fff}.simple-page-header{display:flex;height:96px;align-items:center;justify-content:center;position:relative;text-align:center}.simple-page-header button{position:absolute;left:24px;border:0;background:transparent;font-size:38px;cursor:pointer}.simple-page-header div{display:flex;flex-direction:column;gap:3px}.simple-page-header strong{font-size:20px;font-weight:500;line-height:24px}.simple-page-header span{font-size:14px;line-height:24px}.outfit-list{display:flex;flex-direction:column;gap:15px;padding:20px}.outfit-card{display:flex;min-height:180px;align-items:center;gap:18px;padding:15px;border-radius:15px;background:#fff}.outfit-card img{width:145px;height:145px;object-fit:contain}.outfit-card strong{font-size:18px;font-weight:500}.outfit-card p{color:#000;font-size:13px;line-height:22px}.empty-state{text-align:center}.outfit-recommendation-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:110px;background:#fff}.outfit-recommendation-header{position:relative;display:flex;height:96px;align-items:center;justify-content:center;text-align:center}.outfit-recommendation-header>div{display:flex;flex-direction:column;gap:3px}.outfit-recommendation-header strong{font-size:20px;font-weight:500;line-height:24px}.outfit-recommendation-header span{font-size:14px;line-height:24px}.outfit-recommendation-header button{position:absolute;top:0;left:0;width:73px;height:63px;padding:0;border:0;background:transparent;cursor:pointer}.outfit-recommendation-header button img{display:block;width:73px;height:63px}.outfit-recommendation-title{margin:14px 30px 0;color:#000}.outfit-recommendation-title h1{margin:0;font-size:25px;font-weight:500;line-height:24px;letter-spacing:-.04em}.outfit-recommendation-title p{margin:2px 0 0;font-size:14px;line-height:24px}.outfit-recommendation-list{display:flex;flex-direction:column;gap:15px;margin:22px 20px 0}.outfit-recommendation-card{position:relative;overflow:hidden;border-radius:15px;background:#fff}.outfit-recommendation-image{height:293px;overflow:hidden;border-radius:15px 15px 0 0;background:#f0f0ee}.outfit-recommendation-image img{display:block;width:100%;height:100%;object-fit:cover}.outfit-recommendation-copy{display:flex;min-height:96px;flex-direction:column;align-items:center;justify-content:flex-start;gap:3px;padding:17px 20px 14px;text-align:center}.outfit-recommendation-copy strong{color:#000;font-size:18px;font-weight:500;line-height:24px}.outfit-recommendation-copy p{margin:0;font-size:12px;line-height:24px}.outfit-recommendation-card.recorded .outfit-recommendation-image{opacity:.75}.look-recorded-badge{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:14px;background:#6b4a2b;color:#fff;font-size:11px}.look-cancel-button{position:absolute;top:8px;right:8px;display:grid;width:28px;height:28px;place-items:center;padding:0;border:0;border-radius:50%;background:#201b108c;color:#fff;cursor:pointer;font-size:15px;line-height:1}.outfit-detail-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:110px;background:#fff}.outfit-detail-header{position:relative;display:flex;height:96px;align-items:center;justify-content:center;text-align:center}.outfit-detail-header>div{display:flex;flex-direction:column;gap:3px}.outfit-detail-header strong{font-size:20px;font-weight:500;line-height:24px}.outfit-detail-header span{font-size:14px;line-height:24px}.outfit-detail-header button{position:absolute;top:0;left:0;width:73px;height:63px;padding:0;border:0;background:transparent;cursor:pointer}.outfit-detail-header button img{display:block;width:73px;height:63px}.outfit-detail-look-title{margin:14px 29px 0;color:#000;font-size:25px;font-weight:500;line-height:24px}.outfit-detail-image{display:block;width:calc(100% - 40px);height:393px;margin:14px auto 0;border-radius:15px;background:#f0f0ee;object-fit:cover}.outfit-detail-description{display:grid;width:calc(100% - 40px);box-sizing:border-box;place-items:center;margin:15px auto 0;padding:20px;border-radius:15px;background:#fff}.outfit-detail-description p{margin:0;font-size:14px;font-weight:500;line-height:24px}.outfit-detail-items{width:calc(100% - 40px);box-sizing:border-box;margin:15px auto 0;padding:16px 21px 18px;border-radius:15px;background:#fff}.outfit-detail-items h2{margin:0;font-size:18px;font-weight:500;line-height:24px}.outfit-detail-items>span{display:block;margin:0 0 4px 4px;font-size:12px;line-height:24px}.outfit-detail-actions{display:flex;width:calc(100% - 40px);margin:18px auto 0}.style-log-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:100px;background:#fff}.style-log-header{position:relative;display:flex;height:96px;align-items:center;justify-content:center;text-align:center}.style-log-header>div{display:flex;flex-direction:column;gap:3px}.style-log-header strong{font-size:20px;font-weight:500;line-height:24px}.style-log-header span{font-size:14px;line-height:24px}.style-log-header button{position:absolute;top:0;left:0;width:73px;height:63px;padding:0;border:0;background:transparent;cursor:pointer}.style-log-header button img{display:block;width:73px;height:63px}.style-log-upload-section{margin:14px 20px 0;color:#000}.style-log-upload-section h1{margin:0 0 0 11px;font-size:25px;font-weight:500;line-height:24px}.style-log-upload-section p{margin:2px 0 0 11px;font-size:14px;line-height:24px}.style-log-photo-box{display:grid;place-items:center;overflow:hidden;margin-top:14px;border-radius:15px;background:#cfb8a159}.style-log-photo-box>img{display:block;width:100%;height:auto;object-fit:contain}.style-log-note-card{box-sizing:border-box;margin:15px 20px 0;padding:20px;border-radius:15px;background:#fff}.style-log-note-card h2{margin:0;font-size:18px;font-weight:500;line-height:24px}.style-log-note-card>span{display:block;font-size:12px;line-height:24px}.style-log-note-card textarea{display:block;width:100%;height:150px;box-sizing:border-box;margin-top:14px;padding:14px;resize:none;border:0;border-radius:15px;outline:0;color:#000;background:#f0f0ee;font:inherit;font-size:14px;line-height:24px}.style-log-note-card textarea::placeholder{color:#6f6f69;opacity:1}.style-log-message{width:calc(100% - 40px);margin:10px auto 0;color:#6f6f69;font-size:12px;text-align:center}.style-log-submit:disabled{cursor:wait;opacity:.75}.style-log-detail-screen{position:relative;width:100%;max-width:393px;min-height:100svh;margin:0 auto;padding-bottom:110px;background:#fff}.style-log-detail-header{position:relative;display:flex;height:96px;align-items:center;justify-content:center;text-align:center}.style-log-detail-header>div{display:flex;flex-direction:column;gap:3px}.style-log-detail-header strong{font-size:20px;font-weight:500;line-height:24px}.style-log-detail-header span{font-size:14px;line-height:24px}.style-log-detail-header button{position:absolute;top:0;left:0;width:73px;height:63px;padding:0;border:0;background:transparent;cursor:pointer}.style-log-detail-header button img{display:block;width:73px;height:63px}.style-log-detail-image{display:block;width:calc(100% - 40px);height:441px;margin:0 auto;border-radius:15px;object-fit:cover}.style-log-detail-note{display:flex;width:calc(100% - 40px);flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;margin:15px auto 0;padding:18px 20px;border-radius:15px;background:#d9d9d933;color:#000;text-align:center}.style-log-detail-note strong{color:#000;font-size:16px;font-weight:500;line-height:24px}.style-log-detail-note p{margin:12px 0 0;font-size:14px;font-weight:500;line-height:24px}.style-log-detail-items{width:calc(100% - 40px);box-sizing:border-box;margin:15px auto 0;padding:15px 21px 18px;border-radius:15px;background:#fff}.style-log-detail-nav{position:fixed}.style-calendar-screen{position:relative;width:100%;max-width:393px;min-height:900px;margin:0 auto;padding-bottom:100px;overflow:hidden;background:#fff}.style-calendar-header{position:relative;display:flex;height:96px;align-items:center;justify-content:center;text-align:center}.style-calendar-header>div{display:flex;flex-direction:column;gap:3px}.style-calendar-header strong{font-size:20px;font-weight:500;line-height:24px}.style-calendar-header span{font-size:14px;line-height:24px}.style-calendar-header button{position:absolute;top:0;left:0;width:73px;height:63px;padding:0;border:0;background:transparent;cursor:pointer}.style-calendar-header button img{display:block;width:73px;height:63px}.style-calendar-message{display:flex;width:calc(100% - 40px);height:53px;align-items:center;margin:4px auto 10px;border-radius:15px;background:#d9d9d933;box-shadow:2px 2px 4px #50354b33;font-size:14px;font-weight:500}.style-calendar-message img{width:50px;height:50px;margin-left:38px;margin-right:12px;object-fit:cover}.calendar-card{width:calc(100% - 40px);min-height:429px;margin:14px auto 0;box-sizing:border-box;padding:25px 10px 12px;border-radius:15px;background:#fff}.calendar-weekdays{display:grid;width:333px;height:30px;grid-template-columns:repeat(7,1fr);place-items:center;border-radius:30px;background:#f0f0ee;color:#000;font-size:14px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:59px;place-items:center;padding-top:9px;color:#000;font-size:14px}.calendar-grid button{display:grid;width:30px;height:30px;place-items:center;padding:0;border:0;border-radius:50%;color:#000;background:transparent;cursor:pointer;font:inherit}.calendar-grid button:disabled{cursor:default}.calendar-grid button.marked{color:#000;background:#d69aaa}.calendar-filter{position:absolute;left:20px;display:flex;width:353px;height:71px;align-items:center;justify-content:space-between;box-sizing:border-box;padding:12px 20px;border-radius:15px;background:#fff;box-shadow:2px 2px 4px #50354b33}.calendar-recommended-filter{top:638px}.calendar-mine-filter{top:717px}.calendar-filter strong{display:block;font-size:14px;font-weight:500;line-height:24px}.calendar-filter p{margin:0;color:#6f6f69;font-size:12px;line-height:24px}.calendar-filter button{position:relative;width:52px;height:24px;padding:0;border:0;border-radius:30px;background:#f0f0ee;cursor:pointer}.calendar-filter button span{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .16s ease}.calendar-filter button.on{background:#000}.calendar-filter button.on span{left:30px}.style-calendar-nav{position:fixed}.outfit-recommendation-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:48px 24px;text-align:center;color:#6b6257}.outfit-recommendation-empty button{border:none;border-radius:24px;padding:12px 22px;background:#6b7b47;color:#fff;font-weight:600;cursor:pointer}.detail-image-panel{position:relative;display:block;padding:0}.detail-carousel{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.detail-carousel::-webkit-scrollbar{display:none}.detail-carousel img{flex:0 0 100%;width:100%;height:100%;object-fit:contain;scroll-snap-align:center;padding:24px 10%;box-sizing:border-box}.detail-carousel-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:6px}.detail-carousel-dots i{width:6px;height:6px;border-radius:50%;background:#c9c2b8;transition:background .2s}.detail-carousel-dots i.active{background:#6b5b45}.grid-status{grid-column:1 / -1;margin:34px 20px;color:#6f6f69;font-size:14px;line-height:22px;text-align:center}.closet-empty p{margin:0}.recognize-tags-hint{width:calc(100% - 40px);margin:16px auto -4px;padding-left:4px;color:#8a8a86;font-size:12px}.recognize-tags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;width:calc(100% - 40px);margin:14px auto 0}.recognize-tags label{display:flex;flex-direction:column;gap:4px}.recognize-tags span{font-size:11px;color:#6f6f69;padding-left:4px}.recognize-tags select{height:40px;padding:0 12px;border:1px solid #e3e3de;border-radius:12px;background:#fff;color:#3a3427;font:inherit;font-size:14px}.style-log-photo-empty{margin:0;padding:40px 20px;color:#6f6f69;font-size:13px;text-align:center}.closet-fab{position:fixed;z-index:9;bottom:96px;left:50%;display:grid;width:56px;height:56px;place-items:center;border-radius:50%;background:#000;color:#fff;font-size:30px;font-weight:300;line-height:0;padding-bottom:4px;box-sizing:border-box;transform:translate(calc(min(100vw,393px)/2 - 76px));box-shadow:0 4px 12px #302c1d47;border:0;cursor:pointer}.add-sheet-layer{position:fixed;z-index:40;inset:0;background:#201b1073}.add-sheet{position:absolute;right:0;bottom:0;left:0;max-width:393px;margin:0 auto;padding:26px 20px calc(24px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:#fff;animation:add-sheet-rise .26s ease}.add-sheet h2{margin:0;font-size:20px;font-weight:600;line-height:24px;text-align:center}.add-sheet p{margin:8px 0 20px;color:#77776f;font-size:13px;line-height:18px;text-align:center}.add-sheet-button{display:flex;height:52px;align-items:center;justify-content:center;gap:8px;border-radius:20px;cursor:pointer;font-size:16px;font-weight:500}.add-sheet-button+.add-sheet-button{margin-top:10px}.add-sheet-button svg{width:22px;height:22px}.add-sheet-button input{display:none}.add-sheet-primary{color:#fff;background:#000}.add-sheet-secondary{color:#000;border:1px solid #dcdcd6;background:#fff}@keyframes add-sheet-rise{0%{transform:translateY(24px);opacity:.4}to{transform:translateY(0);opacity:1}}.item-modal-layer{position:fixed;z-index:40;inset:0;display:grid;place-items:center;padding:24px;background:#201b1073}.item-modal{width:min(100%,320px);padding:20px 20px 16px;border-radius:20px;background:#fff;text-align:center}.item-modal-image{display:grid;height:210px;place-items:center;overflow:hidden;margin-bottom:12px}.item-modal-image img{width:auto;max-width:82%;height:100%;max-height:210px;object-fit:contain}.item-modal-title{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.item-modal-title strong{font-size:16px}.item-modal-title span{padding:2px 9px;border-radius:30px;background:#f0f0ee;font-size:10px}.item-modal-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-bottom:14px}.item-modal-chips span{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:14px;background:#f8f8f8;font-size:12px}.item-modal-chips small{color:#8a8a86;font-size:10px}.item-modal-close{width:100%;height:42px;border:0;border-radius:14px;background:#000;color:#fff;cursor:pointer;font:inherit}.used-item-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.used-item-thumb{position:relative;display:flex;width:86px;flex-direction:column;align-items:center;gap:4px;padding:8px 6px 7px;border:0;border-radius:14px;background:#fff;cursor:pointer;font:inherit}.used-item-thumb img{width:62px;height:62px;object-fit:contain}.used-item-thumb small{overflow:hidden;width:100%;font-size:10px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.used-item-thumb em{position:absolute;top:5px;left:5px;padding:1px 6px;border-radius:10px;background:#f0f0ee;font-size:8px;font-style:normal}.closet-actions{flex-direction:row;gap:10px}.closet-cancel-button{border:0;cursor:pointer;font:inherit;background:#b3b8a4}.fade-img{opacity:0;transition:opacity .35s ease}.fade-img.loaded{opacity:1}.loading-overlay{position:fixed;z-index:60;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#fff;text-align:center}.loading-gauge{position:relative;display:grid;width:250px;height:250px;place-items:center;margin-bottom:18px}.loading-gauge svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.loading-gauge-track{fill:none;stroke:#ece4d2;stroke-width:8}.loading-gauge-fill{fill:none;stroke:#6b4a2b;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .3s linear}.loading-overlay-puppy{width:132px;height:auto;animation:overlay-bob 1.6s ease-in-out infinite}.loading-slide{position:absolute;display:grid;width:88px;height:88px;place-items:center;animation:slide-cycle 3.2s ease-in-out both;filter:drop-shadow(0 6px 10px rgba(80,60,30,.18))}.loading-slide img{width:100%;height:100%;object-fit:contain}.loading-slide-pos0{right:-6px;bottom:18px}.loading-slide-pos1{left:-10px;top:16px}.loading-slide-pos2{right:-2px;top:12px}.loading-slide-pos3{left:-4px;bottom:24px}@keyframes slide-cycle{0%{opacity:0;transform:scale(.85) translateY(6px)}18%{opacity:1;transform:scale(1) translateY(0)}82%{opacity:1}to{opacity:0;transform:scale(.92) translateY(-4px)}}.loading-overlay-percent{margin-top:10px;color:#8a8a86;font-size:12px;letter-spacing:.06em}.loading-overlay strong{font-size:20px;line-height:28px}.loading-overlay p{margin:0;color:#6f6f69;font-size:13px;line-height:20px}.loading-overlay-dots{display:flex;gap:7px;margin-top:16px}.loading-overlay-dots i{width:8px;height:8px;border-radius:50%;background:#6f6f69;animation:overlay-dot 1.2s ease-in-out infinite}.loading-overlay-dots i:nth-child(2){animation-delay:.2s}.loading-overlay-dots i:nth-child(3){animation-delay:.4s}@keyframes overlay-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes overlay-dot{0%,to{opacity:.25;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.retry-button{display:block;margin:10px auto 0;padding:8px 22px;border:0;border-radius:18px;background:#000;color:#fff;cursor:pointer;font:inherit;font-size:13px}button:not(:disabled):active,.product-card-clickable:active,.closet-selectable-card:active,.recommendation-row:active,.outfit-recommendation-card:active,.bottom-nav a:active,.add-item-button:active,.login-request-button:active{filter:brightness(.94)}.recommendation-card-clickable{cursor:pointer}.recommendation-card-clickable:active{filter:brightness(.96)}@keyframes float-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.mood-curator-message img{animation:float-bob 2.6s ease-in-out infinite}:is(.mood-grid,.product-grid,.closet-grid,.outfit-recommendation-list,.recommendation-list)>*{animation:rise-in .45s ease-out both}:is(.mood-grid,.product-grid,.closet-grid,.outfit-recommendation-list,.recommendation-list)>*:nth-child(2){animation-delay:.05s}:is(.mood-grid,.product-grid,.closet-grid,.outfit-recommendation-list,.recommendation-list)>*:nth-child(3){animation-delay:.1s}:is(.mood-grid,.product-grid,.closet-grid,.outfit-recommendation-list,.recommendation-list)>*:nth-child(4){animation-delay:.15s}:is(.mood-grid,.product-grid,.closet-grid,.outfit-recommendation-list,.recommendation-list)>*:nth-child(5){animation-delay:.2s}:is(.mood-grid,.product-grid,.closet-grid,.outfit-recommendation-list,.recommendation-list)>*:nth-child(6){animation-delay:.25s}:is(.mood-grid,.product-grid,.closet-grid,.outfit-recommendation-list,.recommendation-list)>*:nth-child(7){animation-delay:.3s}:is(.mood-grid,.product-grid,.closet-grid,.outfit-recommendation-list,.recommendation-list)>*:nth-child(8){animation-delay:.35s}.item-modal{animation:rise-in .28s ease-out}.mood-card{transition:transform .25s ease,box-shadow .25s ease,border-color .2s ease}.mood-card.selected{transform:translateY(-4px);border-color:#6f6f69;box-shadow:0 12px 24px #7a5c3a29}.mood-card-photo{position:relative;overflow:hidden;padding:0}.mood-card-photo .mood-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.mood-card-photo.selected .mood-photo{transform:scale(1.07)}.mood-card-label{position:absolute;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;gap:1px;padding:36px 12px 13px;background:linear-gradient(to top,rgba(28,22,12,.72),transparent);color:#fff}.mood-card-label strong{font-size:17px;font-weight:600;line-height:22px}.mood-card-label small{font-size:10px;letter-spacing:.04em;opacity:.85}.mood-card-photo.selected:after{content:"✓";position:absolute;top:10px;right:10px;display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#6b4a2b;color:#fff;font-size:14px}@keyframes screen-fade{0%{opacity:0}to{opacity:1}}main{animation:screen-fade .2s ease-out}@keyframes stamp-pop{0%{opacity:0;transform:scale(.6)}60%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.recognize-status{animation:stamp-pop .45s ease-out both}.profile-avatar{position:relative;cursor:pointer}.profile-avatar input{display:none}.profile-avatar img{border-radius:50%;object-fit:cover}.profile-avatar-edit{position:absolute;right:2px;bottom:2px;display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#000;color:#fff;font-size:12px}.profile-name-edit{margin-left:7px;padding:0;border:0;background:transparent;color:#6f6f69;cursor:pointer;font-size:14px}.profile-name-form{display:flex;justify-content:center;gap:6px}.profile-name-form input{width:150px;height:36px;padding:0 12px;border:1px solid #e3e3de;border-radius:12px;font:inherit}.profile-name-form button{padding:0 12px;border:0;border-radius:12px;background:#000;color:#fff;cursor:pointer;font:inherit;font-size:13px}.profile-name-form button:last-child{background:#b3b8a4}.profile-dna-card{margin:16px 20px 0;padding:18px 16px 16px;border-radius:18px;background:#fff;text-align:center}.profile-dna-card .profile-card-label{margin-bottom:12px;color:#8a8a86;font-size:10px;letter-spacing:.14em}.profile-dna-card p{margin:10px 0 0;color:#44443f;font-size:13px;line-height:21px}.profile-stat-card{text-align:left}.style-log-detail-note{position:relative}.look-edit-button{position:absolute;top:10px;right:12px;padding:4px;border:0;background:transparent;color:#6f6f69;cursor:pointer;font-size:15px}.look-edit-form{display:flex;width:100%;flex-direction:column;gap:8px;margin-top:10px}.look-edit-form input[type=date]{height:38px;padding:0 12px;border:1px solid #e3e3de;border-radius:12px;background:#fff;font:inherit;font-size:13px}.look-edit-form textarea{height:110px;padding:12px;resize:none;border:0;border-radius:12px;outline:0;background:#fff;color:#000;font:inherit;font-size:13px;line-height:21px}.look-edit-actions{display:flex;gap:8px}.look-edit-actions button{flex:1;height:40px;border:0;border-radius:12px;background:#b3b8a4;color:#fff;cursor:pointer;font:inherit;font-size:14px}.look-edit-actions button:last-child{background:#000}.look-edit-error{margin:8px 0 0;color:#b04636;font-size:12px}.look-delete-button{display:block;margin:14px auto 0;padding:6px 14px;border:0;background:transparent;color:#b04636;cursor:pointer;font:inherit;font-size:13px;text-decoration:underline}.calendar-month-nav{display:flex;align-items:center;justify-content:center;gap:18px;margin:12px 0 0}.calendar-month-nav strong{min-width:90px;color:#000;font-size:16px;text-align:center}.calendar-month-nav button{display:grid;width:34px;height:34px;place-items:center;padding:0;border:0;border-radius:50%;background:#fff;color:#000;cursor:pointer;font-size:18px}.calendar-grid button{position:relative}.calendar-day-count{position:absolute;top:-4px;right:-6px;display:grid;min-width:16px;height:16px;place-items:center;border-radius:8px;background:#6b4a2b;color:#fff;font-size:9px;font-style:normal}.day-sheet-layer{position:fixed;z-index:45;inset:0;display:flex;align-items:flex-end;justify-content:center;background:#201b1073}.day-sheet{width:min(100%,393px);padding:20px 20px 26px;border-radius:22px 22px 0 0;background:#fff;animation:rise-in .3s ease-out}.day-sheet>strong{display:block;margin-bottom:12px;font-size:16px}.day-sheet-list{display:flex;gap:12px;overflow-x:auto}.day-sheet-list button{display:flex;width:110px;flex:0 0 110px;flex-direction:column;gap:6px;padding:0;border:0;background:transparent;cursor:pointer;font:inherit}.day-sheet-list img{width:110px;height:130px;border-radius:12px;object-fit:cover}.day-sheet-list span{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.detail-wish-button{position:absolute;top:24px;right:12px;display:grid;width:44px;height:44px;place-items:center;padding:0;border:0;background:transparent;cursor:pointer}.detail-wish-button img{width:22px;height:22px}.wishlist-list .recommendation-row{position:relative}.wishlist-remove{position:absolute;top:12px;right:12px;width:20px;height:20px;padding:0;border:0;background:transparent;cursor:pointer}.wishlist-remove img{width:100%;height:100%}.item-modal-actions{display:flex;gap:8px}.item-modal-actions .item-modal-close{flex:1}.item-modal-edit{flex:1;height:42px;border:1px solid #e3e3de;border-radius:14px;background:#fff;color:#000;cursor:pointer;font:inherit}.item-modal-name{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;text-align:left}.item-modal-name span{padding-left:4px;color:#6f6f69;font-size:11px}.item-modal-name input{height:40px;padding:0 12px;border:1px solid #e3e3de;border-radius:12px;font:inherit;font-size:14px}.item-modal-selects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-bottom:12px}.item-modal-selects label{display:flex;flex-direction:column;gap:4px;text-align:left}.item-modal-selects span{padding-left:4px;color:#6f6f69;font-size:11px}.item-modal-selects select{height:38px;padding:0 10px;border:1px solid #e3e3de;border-radius:12px;background:#fff;color:#3a3427;font:inherit;font-size:13px}.item-modal-error{margin:0 0 10px;color:#b04636;font-size:12px}.item-modal-delete{display:block;margin:10px auto 0;padding:4px 10px;border:0;background:transparent;color:#b04636;cursor:pointer;font:inherit;font-size:12px;text-decoration:underline}.item-modal-delete-confirm{background:#b04636}.save-celebration{position:fixed;z-index:70;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#fff;animation:screen-fade .2s ease-out}.save-celebration img{width:150px;height:auto;animation:overlay-bob 1.4s ease-in-out infinite}.save-celebration-check{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:#6b4a2b;color:#fff;font-size:22px;animation:stamp-pop .5s ease-out both}.save-celebration strong{font-size:20px;animation:rise-in .4s ease-out .15s both}@keyframes reveal-pop{0%{opacity:0;transform:scale(1.05) translateY(10px)}to{opacity:1;transform:none}}.outfit-recommendation-list>article:first-child{animation:reveal-pop .6s ease-out both}@keyframes chip-pop{0%{opacity:0;transform:scale(.7)}70%{opacity:1;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.dna-keywords{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.dna-keywords em{padding:6px 14px;border-radius:16px;background:#f8f8f8;color:#000;font-size:14px;font-style:normal;font-weight:600;animation:chip-pop .4s ease-out both}.dna-colors i{animation:chip-pop .4s ease-out both}.detail-carousel-bar{position:absolute;right:24%;bottom:12px;left:24%;height:3px;overflow:hidden;border-radius:2px;background:#0000001f}.detail-carousel-bar i{display:block;height:100%;border-radius:2px;background:#000;transition:width .25s ease}.back-chevron{position:absolute;top:24px;left:10px;z-index:2;display:grid;width:44px;height:44px;place-items:center;padding:0;border:0;background:transparent;color:#2b2318;cursor:pointer}.back-chevron svg{width:22px;height:22px}.home-heading span,.closet-heading span,.scan-heading span,.detail-header>div span,.recommendations-header>div>span,.mood-selection-header>div span,.outfit-recommendation-header span,.outfit-detail-header span,.style-log-header span,.style-log-detail-header span,.style-calendar-header span,.profile-header>div span,.recognize-header>div span{font-size:10px;letter-spacing:.14em;opacity:.45}.outfit-detail-description{display:block;text-align:left}.outfit-detail-description p{margin:0 0 8px}.outfit-detail-description p:last-child{margin-bottom:0}.outfit-detail-description mark,.style-log-detail-note mark{padding:0 3px;border-radius:4px;background:#f8f8f8;color:#000;font-weight:700}.style-log-detail-note p{text-align:left}.calendar-grid button.marked{width:40px;height:40px;border-radius:13px;background-color:#d69aaa;background-position:center;background-size:cover;color:#fff;font-weight:700;text-shadow:0 1px 4px rgba(20,12,4,.65)}.loading-overlay-copy{display:flex;flex-direction:column;align-items:center;gap:6px;animation:overlay-fade .5s ease}@keyframes overlay-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.style-log-submit{display:flex;width:calc(100% - 40px);align-items:center;justify-content:center;margin:14px auto 0;border:0;color:#fff;background:#000;cursor:pointer;font:inherit}.outfit-detail-upload{display:flex;flex:1;align-items:center;justify-content:center;border:0;color:#fff;background:#000;cursor:pointer;font:inherit}.outfit-detail-upload:disabled{cursor:default;opacity:.55}.mood-see-looks-button,.outfit-detail-upload,.style-log-submit,.closet-actions .add-item-button,.closet-add-complete-button,.closet-add-detail-button,.login-submit,.signup-submit,.login-request-button{height:52px;border-radius:16px}.mood-see-looks-button span,.outfit-detail-upload span,.style-log-submit span,.closet-actions .add-item-button span,.closet-add-complete-button span,.closet-add-detail-button span,.login-submit span,.signup-submit span,.login-request-button span{font-size:16px;font-weight:600;line-height:24px}.closet-actions .closet-cancel-button{background:#b3b8a4}.mood-calendar-button{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer}.mood-calendar-button small{font-size:10px;color:#6f6f69;font-weight:600}.mood-calendar-button input[type=date]{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}
