@font-face{font-family:GrandHotel;src:url('/assets/brand.ttf') format('truetype');font-display:swap}
:root{--bg:#fff;--text:#101010;--muted:#737373;--line:#dbdbdb;--hover:#f6f6f6;--blue:#0095f6;--surface:#fafafa;--nav:245px;color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Apple SD Gothic Neo","Noto Sans KR",sans-serif;font-size:16px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.5}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;border:0;background:none;padding:0;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:4px}button:hover{opacity:.8}img{display:block;width:100%;height:100%;object-fit:cover}[hidden]{display:none!important}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--nav);border-right:1px solid var(--line);padding:33px 12px 16px;display:flex;flex-direction:column;z-index:10;background:var(--bg)}.brand{font-family:GrandHotel,"Brush Script MT",cursive;font-size:39px;line-height:1.1;letter-spacing:-.6px;display:block;width:fit-content;margin:0 12px 38px}.brand-small{display:none}.nav-item{display:flex;align-items:center;gap:16px;width:100%;height:51px;padding:12px;margin-bottom:5px;text-align:left;border-radius:8px;transition:background .15s}.nav-item:hover{background:var(--hover);opacity:1}.nav-item .icon{transition:transform .15s}.nav-item:hover .icon{transform:scale(1.06)}.nav-item.active{font-weight:700}.nav-item.active [href="#home"]{fill:var(--text);stroke:var(--bg)}.nav-icon{display:flex;position:relative}.badge{position:absolute;top:-8px;right:-8px;color:#fff;background:#ff3040;border:2px solid var(--bg);border-radius:15px;font-size:11px;font-weight:600;line-height:17px;min-width:20px;text-align:center;font-style:normal}.nav-bottom{margin-top:auto}.demo-note{font-size:12px;color:var(--muted);padding-left:12px;margin:11px 0 0}main{margin-left:var(--nav);padding:28px 24px 60px;outline:none}.home-layout{max-width:1000px;display:grid;grid-template-columns:minmax(0,630px) 290px;gap:60px;margin:0 auto}.feed-column{min-width:0}.feed-tabs{display:flex;gap:20px;margin:0 0 21px;padding-bottom:16px;border-bottom:1px solid var(--line)}.feed-tabs button{font-size:16px;font-weight:650;white-space:nowrap;color:var(--muted)}.feed-tabs [aria-selected="true"]{color:var(--text)}.stories-wrap{position:relative;margin:0 -5px 29px}.stories{display:flex;gap:15px;overflow:auto;padding:0 5px 5px;scrollbar-width:none;scroll-behavior:smooth}.stories::-webkit-scrollbar{display:none}.story{flex:0 0 65px;max-width:65px;display:flex;flex-direction:column;align-items:center;gap:6px}.story-ring{width:65px;height:65px;padding:3px;background:linear-gradient(35deg,#ffd776 5%,#f56040 35%,#dd2a7b 65%,#8134af 95%);border-radius:50%}.story-ring.seen{background:var(--line)}.story-ring img{border:3px solid var(--bg);border-radius:50%;object-position:50% 45%}.story-name{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.stories-next{position:absolute;right:0;top:21px;width:24px;height:24px;border-radius:50%;background:#fff;color:#222;box-shadow:0 1px 6px #0004;display:grid;place-items:center}.stories-next .icon{width:16px;height:16px;stroke-width:3}.posts{max-width:470px;margin:auto}.post{border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:21px}.post-header{display:flex;align-items:center;gap:10px;padding:0 0 12px 3px}.avatar{display:block;flex:none;width:44px;height:44px;border-radius:50%;overflow:hidden;background:#eee}.avatar.small{width:25px;height:25px}.post-header .avatar{width:34px;height:34px}.self-avatar{background:linear-gradient(145deg,#242e38,#73818f);color:#fff;display:grid;place-items:center;font-size:20px;font-weight:500}.self-avatar.small{font-size:13px}.post-meta{flex:1;min-width:0;font-size:14px}.username{font-weight:600;font-size:14px;text-align:left}.post-meta .time{color:var(--muted);font-weight:400;margin-left:5px}.post-location{font-size:12px;line-height:1.4}.verified{display:inline-grid;place-items:center;background:var(--blue);color:#fff;clip-path:polygon(50% 0,63% 10%,80% 8%,86% 24%,100% 36%,94% 52%,99% 68%,82% 77%,74% 95%,56% 94%,41% 100%,29% 86%,12% 82%,10% 64%,0 50%,9% 34%,10% 17%,29% 12%);font-size:9px;width:14px;height:14px;margin-left:4px;vertical-align:middle}.post-visual{position:relative;background:#eee;border:1px solid #0001;border-radius:3px;overflow:hidden;aspect-ratio:4/5}.post-visual img{object-position:center}.post-visual img.coast{object-position:center 56%}.image-count{position:absolute;right:12px;top:12px;font-size:12px;border-radius:20px;background:#0009;color:#fff;padding:4px 10px}.big-heart{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;opacity:0}.big-heart .icon{width:95px;height:95px;fill:white;stroke:white;filter:drop-shadow(0 2px 4px #0003)}.big-heart.show{animation:heart-pop .8s ease-out}.post-actions{display:flex;align-items:center;gap:13px;padding:13px 0 10px}.post-actions button{display:flex}.post-actions .icon{width:25px;height:25px}.post-actions .save-button{margin-left:auto}.like-button[aria-pressed="true"]{color:#ff3040}.like-button[aria-pressed="true"] .icon,.save-button[aria-pressed="true"] .icon{fill:currentColor}.post-copy{font-size:14px;line-height:1.55}.post-copy p{margin:0 0 6px}.likes{font-weight:600}.caption .username{margin-right:5px}.comments-link{color:var(--muted);font-size:14px;display:block;margin:6px 0}.comment-form{display:flex;align-items:center;gap:8px}.comment-form input{background:none;border:0;color:var(--text);outline:none;padding:4px 0;width:100%;min-width:0;font-size:14px}.comment-form input::placeholder{color:var(--muted);opacity:1}.comment-form button[type="submit"]{font-size:14px;font-weight:600;color:var(--blue);white-space:nowrap}.comment-form button:disabled{display:none}.comment-form .icon{width:13px;height:13px;color:var(--muted)}.suggestions{padding-top:15px;font-size:14px}.account-row{display:flex;gap:12px;align-items:center;margin-bottom:16px}.account-row>div{flex:1;min-width:0}.account-row p{margin:0;color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-row.me{margin-bottom:26px}.account-row.me p{font-size:14px}.text-button{color:var(--blue);font-size:12px;font-weight:600;white-space:nowrap}.text-button.following{color:var(--muted)}.suggestion-heading{display:flex;justify-content:space-between;margin-bottom:18px;font-size:14px;font-weight:600;color:var(--muted)}.suggestion-heading button{color:var(--text);font-size:12px}.footer-links{font-size:12px;color:#a0a0a0;line-height:1.8;margin-top:30px}.copyright{font-size:12px;color:#a0a0a0;margin-top:18px}.feed-end{text-align:center;padding:25px 0 20px}.caught-up{display:grid;place-items:center;width:60px;height:60px;margin:auto;border:2px solid #d84290;border-radius:50%;color:#d84290}.caught-up .icon{width:30px;height:30px}.feed-end p{margin:14px 0 3px;font-size:18px}.feed-end>span:last-child{font-size:14px;color:var(--muted)}.mobile-header,.mobile-nav{display:none}.gallery-view{max-width:935px;margin:0 auto}.gallery-view h1{font-size:24px;margin:15px 0 28px;font-weight:600}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.gallery-tile{position:relative;aspect-ratio:1}.gallery-tile>span{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:#0005;opacity:0;font-weight:600}.gallery-tile:hover>span,.gallery-tile:focus-visible>span{opacity:1}.profile-header{display:flex;gap:70px;padding:25px 45px 45px;align-items:center}.profile-header>.avatar{width:140px;height:140px;font-size:60px}.profile-header h1{margin:0 0 20px;font-size:21px}.profile-stats{display:flex;gap:25px;font-size:14px}.profile-header p{font-size:14px;margin:18px 0 0}.profile-tabs{display:flex;justify-content:center;gap:55px;border-top:1px solid var(--line);padding:18px 0}.profile-tabs button{display:flex;gap:7px;align-items:center;font-size:12px;font-weight:600;color:var(--muted)}.profile-tabs .icon{width:14px;height:14px}.profile-tabs button.active{color:var(--text)}.empty-state{text-align:center;padding:55px 25px;color:var(--muted)}.empty-state>.icon{width:45px;height:45px;margin-bottom:12px}.empty-state h3{color:var(--text);font-size:21px;margin:0 0 8px}.empty-state p{font-size:14px}.panel-dialog{width:440px;max-width:calc(100% - 32px);padding:0;border:1px solid var(--line);border-radius:14px;background:var(--bg);color:var(--text);max-height:85dvh}.panel-dialog::backdrop{background:#0008}.dialog-heading{display:flex;align-items:center;padding:13px 18px;border-bottom:1px solid var(--line)}.dialog-heading h2{font-size:16px;font-weight:600;margin:0;flex:1}.dialog-heading .icon{width:21px;height:21px}#panel-body{padding:20px;overflow:auto}.search-input{width:100%;background:var(--hover);border:1px solid var(--line);border-radius:8px;padding:10px 12px;margin-bottom:24px;color:var(--text);font-size:14px}.search-result{display:flex;gap:14px;align-items:center;width:100%;text-align:left;margin:12px 0}.search-result small{display:block;color:var(--muted)}.search-result .avatar{width:48px;height:48px}.dialog-comment{display:flex;gap:12px;margin:0 0 22px;font-size:14px}.dialog-comment p{margin:0}.dialog-comment small{color:var(--muted);font-size:12px}.message-preview{display:flex;gap:12px;margin:5px 0 22px;text-align:left;width:100%}.message-preview>span:last-child{flex:1}.message-preview p{font-size:14px;margin:2px 0;color:var(--muted)}.message-preview small{color:var(--muted);font-size:12px}.notification-item{display:flex;gap:12px;align-items:center;font-size:14px;margin-bottom:20px}.notification-item>span{flex:1}.notification-item>img{width:42px;height:48px;border-radius:3px}.notification-item small{color:var(--muted)}.menu-option{width:100%;display:flex;align-items:center;gap:14px;padding:16px 8px;font-size:14px}.menu-option+.menu-option{border-top:1px solid var(--line)}.story-dialog{background:#111;border:0;border-radius:10px;padding:0;color:white;width:390px;max-width:calc(100% - 32px);height:min(740px,90dvh);overflow:visible}.story-dialog::backdrop{background:#181818f5}.story-close{position:absolute;right:-50px;top:0;z-index:3}.story-close .icon{width:30px;height:30px}#story-body{height:100%;border-radius:10px;overflow:hidden;position:relative}.story-photo{height:100%}.story-overlay{position:absolute;inset:0;background:linear-gradient(#0008,transparent 25%,transparent 60%,#0007);pointer-events:none}.story-progress{display:flex;position:absolute;left:10px;right:10px;top:12px;gap:4px}.story-progress span{height:2px;background:#ffffff50;flex:1}.story-progress .current{background:white}.story-owner{position:absolute;top:26px;left:14px;display:flex;gap:9px;align-items:center;font-size:14px}.story-owner .avatar{width:32px;height:32px}.story-caption{position:absolute;bottom:55px;left:28px;right:28px;text-align:center;font-size:20px;text-shadow:0 1px 6px #0008}.story-prev,.story-next{position:absolute;top:50%;width:30px;height:30px;border-radius:50%;background:#555;display:grid;place-items:center}.story-prev{left:-48px;transform:rotate(180deg)}.story-next{right:-48px}.story-prev .icon,.story-next .icon{width:18px;height:18px}#toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,15px);padding:12px 24px;border-radius:8px;background:#262626;color:#fff;font-size:14px;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:90vw;text-align:center}#toast.visible{opacity:1;transform:translate(-50%,0)}.primary-button{background:var(--blue);color:white;padding:9px 20px;border-radius:8px;font-weight:600;font-size:14px}.demo-caption{font-size:12px;color:var(--muted);text-align:center}.reel-preview{position:relative;aspect-ratio:9/14;border-radius:6px;overflow:hidden}.reel-preview p{position:absolute;left:20px;right:20px;bottom:20px;color:white;text-shadow:0 1px 4px #000;font-size:16px}.reel-preview .reel-label{position:absolute;top:14px;left:14px;background:#0008;color:white;font-size:12px;border-radius:12px;padding:4px 9px}.draft-text{width:100%;min-height:120px;resize:vertical;border:1px solid var(--line);border-radius:8px;background:var(--bg);padding:12px;color:var(--text);font-size:14px;margin:14px 0}.draft-preview{max-height:260px;width:100%;object-fit:cover;border-radius:4px}.photo-choice{display:flex;gap:8px;margin:12px 0}.photo-choice button{width:64px;height:64px;border:2px solid transparent;border-radius:4px;overflow:hidden}.photo-choice button.selected{border-color:var(--blue)}
body.dark{--bg:#000;--text:#f5f5f5;--muted:#a8a8a8;--line:#262626;--hover:#161616;--surface:#121212;color-scheme:dark}
.photo-status{max-width:470px;margin:0 auto 14px;color:var(--muted);font-size:14px;text-align:center}.photo-status:empty{display:none}.photo-status .photo-status{margin:0}.photo-status.error{padding:12px;background:var(--hover);border-radius:8px}.upload-zone{display:block;cursor:pointer;border:1px dashed var(--line);border-radius:8px;overflow:hidden;background:var(--surface)}.upload-empty{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px}.upload-empty>.icon{width:45px;height:45px}.upload-empty strong{font-size:16px;font-weight:500}.upload-empty>span{font-size:12px;color:var(--muted)}.upload-zone .draft-preview{height:260px;object-fit:contain}.photo-file{width:100%;font-size:12px;color:var(--muted);margin-top:12px}.photo-file::file-selector-button{background:var(--hover);color:var(--text);border:1px solid var(--line);border-radius:6px;padding:7px 12px;margin-right:10px;cursor:pointer}.upload-error{font-size:14px;color:#e3344f;margin:0 0 14px}.upload-error:empty{display:none}.primary-button:disabled,.danger-button:disabled{opacity:.45;cursor:default}.delete-preview{width:100%;max-height:260px;object-fit:contain;background:var(--hover);border-radius:6px}.delete-copy{font-size:14px;text-align:center;color:var(--muted);margin:20px 0}.delete-actions{display:flex;gap:10px;justify-content:flex-end}.secondary-button,.danger-button{padding:9px 22px;font-size:14px;font-weight:600;border-radius:8px}.secondary-button{background:var(--hover)}.danger-button{background:#ed4956;color:white}.danger{color:#ed4956;font-weight:600}
@keyframes heart-pop{0%{opacity:0;transform:scale(.5) rotate(-15deg)}20%{opacity:1;transform:scale(1.15) rotate(0)}65%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1.1)}}
@media(min-width:1600px){:root{--nav:300px}.home-layout{gap:75px}}
@media(max-width:1250px){:root{--nav:73px}.sidebar{padding:34px 12px 16px}.sidebar>.brand{font-size:0;margin:0 auto 36px}.brand-small{display:block}.brand-small .icon{width:29px;height:29px}.nav-item{padding:12px;justify-content:center}.nav-item>span:not(.avatar):not(.nav-icon),.demo-note{display:none}.home-layout{gap:40px;max-width:950px}}
@media(max-width:1050px){.suggestions{display:none}.home-layout{display:block;max-width:630px}main{padding:24px 30px 60px}.stories{gap:15px}}
@media(max-width:767px){:root{--nav:0px}.sidebar{display:none}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--line);height:61px;position:sticky;top:0;z-index:10;background:var(--bg)}.mobile-header .brand{font-size:34px;margin:0}.mobile-header>div{display:flex;gap:10px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(51px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);background:var(--bg);align-items:center;justify-content:space-around;z-index:10}.mobile-nav button{padding:10px 15px;display:grid;place-items:center}main{padding:0 0 70px}.feed-tabs{padding:16px;margin:0;border:0;gap:22px}.feed-tabs button{font-size:14px}.stories-wrap{margin:0 0 13px;padding:4px 11px 13px;border-bottom:1px solid var(--line)}.stories{gap:15px;padding-right:15px}.stories-next{display:none}.posts{max-width:470px}.post-header{padding:0 12px 10px}.post-visual{border-left:0;border-right:0;border-radius:0}.post-actions{padding:12px 12px 9px}.post-copy{padding:0 12px}.post{padding-bottom:14px;margin-bottom:15px}.gallery-view h1{margin:20px 16px}.profile-header{gap:24px;padding:24px 18px 30px}.profile-header>.avatar{width:80px;height:80px;font-size:36px}.profile-header h1{margin:0 0 12px}.profile-stats{gap:15px;flex-wrap:wrap;font-size:12px}.profile-header p{font-size:12px}.profile-tabs{gap:40px}#toast{bottom:75px;width:max-content;max-width:90vw}.story-close{right:8px;top:23px}.story-prev{left:5px;background:#0005}.story-next{right:5px;background:#0005}.story-dialog{max-width:100%;height:calc(100dvh - 20px);width:440px}.story-owner{max-width:75%}.story-caption{font-size:18px}.panel-dialog{max-height:85dvh}.gallery-tile>span{display:none}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.big-heart.show{opacity:1}}
.concept-bar{position:fixed;left:var(--nav);right:0;bottom:0;min-height:49px;display:flex;align-items:center;gap:10px;padding:7px 16px;background:var(--surface);border-top:1px solid var(--line);z-index:12}.concept-label{font-size:12px;color:var(--muted);padding-right:6px;flex:none}.concept-tabs{display:flex;align-items:center;gap:5px;min-width:0;overflow-x:auto;scrollbar-width:thin}.concept-tab{display:flex;align-items:center;flex:none;border:1px solid transparent;border-radius:6px;background:var(--hover);max-width:260px}.concept-tab.selected{background:var(--bg);border-color:var(--line);box-shadow:inset 0 -2px var(--blue)}.concept-tab>[role=tab]{padding:7px 5px 7px 12px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:35px}.concept-tab.selected>[role=tab]{font-weight:600}.rename-concept{width:28px;height:30px;display:grid;place-items:center;flex:none;color:var(--muted)}.rename-concept .icon{width:13px;height:13px}.add-concept{display:flex;align-items:center;gap:6px;flex:none;padding:6px 8px;color:var(--muted);font-size:12px;white-space:nowrap}.add-concept:disabled{opacity:.45;cursor:default}.add-concept .icon{width:20px;height:20px}.concept-loading{font-size:12px;color:var(--muted);white-space:nowrap}.rename-label{display:block;font-size:14px;margin:0 0 9px}main{padding-bottom:115px}#toast{bottom:72px}.gallery-view .photo-status{margin-top:15px}
@media(max-width:767px){.concept-bar{bottom:calc(51px + env(safe-area-inset-bottom));padding:6px 8px;gap:5px;min-height:44px}.concept-label{display:none}.concept-tab{max-width:190px}.concept-tab>[role=tab]{font-size:13px;padding:6px 2px 6px 10px}.add-concept>span{display:none}.add-concept{padding:6px}.concept-tabs{flex:1}main{padding-bottom:145px}#toast{bottom:120px}}

.delete-concept{width:32px;height:34px;display:grid;place-items:center;flex:none;color:var(--muted);border-radius:4px}.delete-concept .icon{width:15px;height:15px}.delete-concept:hover{color:#ed4956;background:var(--hover);opacity:1}.rename-concept{width:32px;height:34px}
.carousel-track{display:flex;overflow-x:auto;overflow-y:hidden;width:100%;height:100%;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;position:absolute;inset:0}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;position:relative;background:#000}.carousel-slide img,.carousel-slide video{width:100%;height:100%;object-fit:cover;display:block}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#fffdf0;color:#262626;box-shadow:0 1px 5px #0003;z-index:2}.carousel-arrow .icon{width:17px;height:17px;stroke-width:2.5}.carousel-arrow.previous{left:12px}.carousel-arrow.previous .icon{transform:rotate(180deg)}.carousel-arrow.next{right:12px}.carousel-arrow:disabled{visibility:hidden}.image-count{z-index:2;pointer-events:none}.carousel-dots{display:flex;justify-content:center;align-items:center;margin:5px 0 -9px;min-height:25px}.carousel-dots button{width:18px;height:25px;display:grid;place-items:center}.carousel-dots button span{width:6px;height:6px;border-radius:50%;background:var(--line);transition:background .15s,transform .15s}.carousel-dots button[aria-current=true] span{background:var(--blue);transform:scale(1.15)}.gallery-tile{position:relative}.gallery-tile video{width:100%;height:100%;object-fit:cover;pointer-events:none}.gallery-stack,.gallery-video{position:absolute;top:10px;right:10px;color:white;filter:drop-shadow(0 1px 3px #0007);font-style:normal}.gallery-stack .icon,.gallery-video .icon{width:21px;height:21px}.gallery-video~.gallery-stack{right:36px}.media-play-error{position:absolute;inset:30% 10% auto;color:white;text-align:center;font-size:14px;background:#000b;border-radius:8px;padding:16px}.delete-preview{height:230px;position:relative;overflow:hidden}.delete-preview img,.delete-preview video{height:100%;width:100%;object-fit:contain}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.composer-heading{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;margin:0 0 16px}.composer-preview{position:relative;background:#000;overflow:hidden;width:min(100%,350px,calc(480px * var(--media-ratio)));max-height:none;margin:0 auto;border-radius:3px}.composer-preview img,.composer-preview video{height:100%;width:100%;object-fit:cover;display:block}.caption-step .composer-preview{width:min(100%,240px,calc(300px * var(--media-ratio)));max-height:none}.composer-thumbnails{display:flex;gap:8px;overflow-x:auto;margin:15px 0 12px;padding:3px;align-items:center}.composer-thumb{width:64px;height:75px;flex:none;position:relative;overflow:hidden;border-radius:4px;border:2px solid transparent;opacity:.7}.composer-thumb.selected{border-color:var(--blue);opacity:1}.composer-thumb img,.composer-thumb video{width:100%;height:100%;object-fit:cover;pointer-events:none}.composer-thumb>span{position:absolute;top:3px;left:3px;background:#0009;color:white;font-size:12px;line-height:18px;min-width:18px;text-align:center;border-radius:50%}.composer-thumb>i{position:absolute;bottom:3px;right:3px;color:white}.composer-thumb .icon{width:15px;height:15px}.composer-add{width:52px;height:65px;display:grid;place-items:center;flex:none;border:1px solid var(--line);border-radius:5px;cursor:pointer}.composer-tools{display:flex;align-items:center;gap:8px;font-size:14px;margin:6px 0 12px}.composer-tools>span{color:var(--muted);margin-right:auto}.composer-tools button{padding:6px 10px;min-width:34px;border-radius:5px;background:var(--hover)}.composer-ratios{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 10px}.composer-ratios button{font-size:14px;padding:6px 12px;border:1px solid var(--line);border-radius:6px}.composer-ratios [aria-pressed=true]{color:var(--blue);border-color:var(--blue);background:var(--hover)}.composer-help{font-size:13px;color:var(--muted);text-align:center;line-height:1.6;margin:12px 0}.composer .primary-button{width:100%}.composer button:disabled{cursor:default;opacity:.45}.composer-account{display:flex;align-items:center;gap:10px;margin:18px 0 0;font-size:14px}.composer-account .avatar{height:32px;width:32px;font-size:16px}.composer textarea{width:100%;min-height:100px;resize:vertical}.caption-count{text-align:right;font-size:12px;color:var(--muted);margin:-8px 0 16px}.upload-progress{font-size:14px;text-align:center;margin-bottom:10px}.upload-progress:empty{display:none}.composer progress{width:100%;height:6px;accent-color:var(--blue);margin:0 0 12px}.composer .photo-file:not(.visually-hidden){font-size:14px;margin-bottom:12px}.composer .upload-empty>.primary-button{width:auto;font-size:14px;color:white;margin-top:4px}.composer .upload-empty>span{font-size:14px}
@media(max-width:767px){.carousel-arrow{width:28px;height:28px}.carousel-dots button{width:16px}.composer-preview{max-height:none;width:100%}.caption-step .composer-preview{max-width:220px}.composer-thumb{width:58px;height:69px}.composer-ratios button{padding:6px 10px}.composer .upload-empty{padding:24px 12px}.panel-dialog:has(.composer){width:calc(100% - 20px);max-height:90dvh}}
