:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#f5f5f5;--app-shell-max: min(34rem, calc(100vw - 2rem) );--app-content-max-width: var(--app-shell-max);--editor-max-width: var(--app-shell-max);--editor-image-workbench-max: min(100%, 26rem);--editor-radius-sm: 8px;--editor-radius-md: 12px;--editor-space-xs: .5rem;--editor-space-sm: .75rem;--editor-space-md: 1rem;--editor-space-lg: 1.5rem;--editor-preview-height: 220px;--editor-preview-height-video: 320px;--editor-status-color-muted: #666666;--editor-status-color-error: #ff3b30;--editor-status-color-info: #2f6feb;--app-bottom-nav-height: 84px}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}.app-container{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;padding:2rem 1rem 1.25rem;background-color:#f5f5f5;gap:1rem}.app-header{text-align:center;margin-bottom:1.25rem}.app-title{font-size:2.5rem;margin:0}.app-header--nav{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:var(--app-content-max-width)}.app-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}.app-nav-link{font:inherit;cursor:pointer;padding:.4rem .85rem;border-radius:8px;border:1px solid #c9c9c9;background:#fff;color:#333}.app-nav-link:hover{background:#f0f0f0}.app-nav-link--active{border-color:#646cff;color:#424bd4;font-weight:600}.app-view[hidden]{display:none!important}.app-main{width:100%;max-width:var(--app-content-max-width);display:flex;justify-content:center;padding-bottom:calc(.75rem + var(--app-bottom-nav-height) + env(safe-area-inset-bottom));box-sizing:border-box}.app-bottom-nav-shell{position:fixed;left:0;right:0;bottom:0;z-index:40;border-top:1px solid #dbdbdb;background-color:#f5f5f5f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 -8px 20px #0000000f;padding:.55rem .85rem calc(.55rem + env(safe-area-inset-bottom))}.app-bottom-nav{width:100%;max-width:460px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:.3rem}.app-nav-button{appearance:none;-webkit-appearance:none;min-width:0;border:0;border-radius:10px;background:transparent;box-shadow:none;padding:.74rem .55rem;min-height:48px;margin:0;position:relative;font-size:1.02rem;font-weight:550;letter-spacing:.01em;color:#444;transition:background-color .16s ease,color .16s ease,transform .12s ease;cursor:pointer}.app-bottom-nav .app-nav-button:hover{background-color:#646cff14;color:#2c2c2c}.app-bottom-nav .app-nav-button:focus-visible{outline:2px solid rgba(100,108,255,.35);outline-offset:2px}.app-bottom-nav .app-nav-button.active{background-color:#646cff29;color:#3e47cf;font-weight:650}.card{width:100%;max-width:var(--editor-max-width);padding:2rem;border-radius:12px;border:1px solid #e0e0e0;background-color:#fff;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.card-actions{display:flex;justify-content:space-between;margin-top:1rem;padding:0 1rem;width:100%;max-width:var(--editor-max-width)}.error-text{display:block;color:red;font-size:.85rem;margin-top:3rem}.card h2{font-size:1.5rem;margin:0 0 1.5rem;text-align:center}.card--stretch{align-items:stretch}.card--compact{max-width:min(100%,34rem);padding:1.35rem}.editor-actions{display:flex;gap:var(--editor-space-xs);justify-content:center}.editor-actions--spaced{margin-top:1.25rem}.editor-actions--inline{flex-direction:row;align-items:center;flex-wrap:wrap}.editor-actions--wrap{flex-wrap:wrap}.editor-actions--stack,.editor-tool-list{align-items:stretch;flex-direction:column;gap:var(--editor-space-sm)}.editor-actions--stack .btn-primary,.editor-actions--stack .btn-secondary,.editor-tool-list .btn-primary,.editor-tool-list .btn-secondary{width:100%;display:block;text-align:center}.editor-shell{width:100%;max-width:var(--editor-max-width);display:flex;flex-direction:column;align-items:center}.editor-shell-title{font-size:1.25rem;margin:0 0 var(--editor-space-md) 0;text-align:center}.editor-tool-list{align-items:stretch;gap:var(--editor-space-sm)}.editor-tool-list .btn-primary{width:100%;display:block;text-align:center}.editor-shell-actions{width:100%;max-width:var(--editor-max-width);display:flex;align-items:center;justify-content:center;gap:var(--editor-space-xs)}.editor-tool-screen{width:100%;max-width:var(--editor-max-width);margin:0 auto;display:flex;flex-direction:column;align-items:stretch;gap:var(--editor-space-sm);box-sizing:border-box}.editor-status{margin:0;color:var(--editor-status-color-muted);font-size:.9rem}.editor-status--error{color:var(--editor-status-color-error)}.editor-status--info{color:var(--editor-status-color-info)}.editor-status--loading{color:var(--editor-status-color-muted)}.editor-status--centered{text-align:center}.editor-status--spaced{margin-top:var(--editor-space-sm)}.home-shell,.profile-page,.profile-guest,.my-creations{width:100%;max-width:var(--app-content-max-width);box-sizing:border-box}.my-creations-card{align-items:stretch;text-align:left}.my-creations-empty-state{margin-top:0;color:#444;line-height:1.4}.home-shell{display:flex;flex-direction:column;align-items:center;gap:1rem}.home-card{align-items:stretch;padding:1.35rem}.home-card h2{font-size:1rem;font-weight:650;text-align:left;margin:0 0 .85rem;color:#111}.home-card .editor-status{margin-top:.5rem}.home-search-row{display:flex;gap:.5rem;width:100%}.home-search-input{flex:1;min-width:0}.home-search-btn{flex-shrink:0;min-width:72px;padding:.6rem 1rem}.home-user-list{margin-top:.25rem}.home-user-bio{font-size:.75rem;color:#999;margin-top:.08rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-user-avatar-btn{all:unset;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.home-user-avatar-img{width:34px;height:34px;border-radius:50%;object-fit:cover;display:block}.home-user-info-btn{all:unset;flex:1;min-width:0;display:flex;flex-direction:column;gap:.08rem;cursor:pointer;text-align:left}.home-user-info-btn:focus-visible{outline:2px solid rgba(100,108,255,.35);outline-offset:2px;border-radius:4px}.profile-friend-btn--following{background:#f0f0f5;border-color:#d0d0da;color:#555}.profile-friend-btn--following:hover:not(:disabled){background:#e4e4ee}.home-search-hint{margin-top:.5rem;font-size:.85rem;color:#888}.home-connections-link{all:unset;cursor:pointer;color:#646cff;font-size:.85rem;text-decoration:underline;text-underline-offset:2px}.home-connections-link:hover{color:#4a50cc}.public-profile-shell{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:var(--app-content-max-width);box-sizing:border-box}.public-profile-back{all:unset;cursor:pointer;align-self:flex-start;font-size:.88rem;color:#646cff;display:flex;align-items:center;gap:.3rem;padding:.25rem 0}.public-profile-back:hover{text-decoration:underline}.public-profile-back:focus-visible{outline:2px solid rgba(100,108,255,.35);border-radius:4px}.public-profile-follow-row{display:flex;justify-content:center;margin-top:.75rem}.public-profile-creations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;list-style:none;padding:0;margin:0}.public-profile-creation-item{display:flex;flex-direction:column;gap:.5rem;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #e0e0e0;transition:transform .2s,box-shadow .2s}.public-profile-creation-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.public-profile-creation-preview{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#e4e4ee;display:flex;align-items:center;justify-content:center}.public-profile-creation-image{width:100%;height:100%;object-fit:cover}.public-profile-creation-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#999;text-align:center;padding:.5rem}.public-profile-creation-title{padding:.5rem;font-size:.85rem;font-weight:500;color:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0}.card.create-new,.create-new-card{max-width:min(100%,34rem);align-items:stretch;margin-left:auto;margin-right:auto;padding:1.35rem;gap:.85rem}.create-new-header{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.create-new-header h2{margin:0;text-align:left}.create-new-subtitle{margin:0;font-size:.95rem;line-height:1.45;color:#666}.create-new-actions{display:flex;flex-direction:column;gap:.75rem}.create-action-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.9rem;border:1px solid #e2e2e8;border-radius:12px;background:#fff;padding:.9rem 1rem;box-sizing:border-box;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.create-action-row:hover{background:#fafafe;border-color:#d3d6f7;box-shadow:0 2px 8px #646cff14}.create-action-row:focus-within{outline:2px solid rgba(100,108,255,.28);outline-offset:2px}.create-action-row--button{font:inherit;text-align:left;border:1px solid #e2e2e8;background:#fff}.create-action-row--button:disabled,.create-action-row--disabled{opacity:.58;cursor:not-allowed}.create-action-row__content{display:flex;flex-direction:column;gap:.18rem;min-width:0;flex:1}.create-action-row__title{font-size:1rem;font-weight:650;color:#1a1a1a}.create-action-row__subtitle{font-size:.88rem;line-height:1.4;color:#6f6f78}.create-action-row__chevron{flex-shrink:0;font-size:1.4rem;line-height:1;color:#8d8d96}.create-action-row input[type=file]{display:none}.create-new-statuses{display:flex;flex-direction:column;gap:.5rem;margin-top:.2rem}.create-new-secondary-card{max-width:min(100%,34rem);align-items:stretch;padding:1.15rem 1.35rem;margin-left:auto;margin-right:auto}.create-new-secondary-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.create-new-secondary-card__title{margin:0;font-size:1.1rem;font-weight:650;color:#1a1a1a}.create-new-secondary-card__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:110px;text-align:center;padding:.5rem 0}.create-new-secondary-card__empty-title{margin:0 0 .3rem;font-size:1rem;font-weight:650;color:#222}.create-new-secondary-card__empty-text{margin:0;max-width:28rem;font-size:.92rem;line-height:1.5;color:#777}@media(min-width:640px){.card.create-new,.create-new-card,.create-new-secondary-card{padding:1.5rem}}.upload-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0006;box-sizing:border-box}.upload-modal{width:100%;max-width:22.5rem;background:#fff;border-radius:12px;border:1px solid #e0e0e8;box-shadow:0 12px 36px #0000002e;padding:1.5rem;text-align:center}.upload-modal__title{margin:0 0 .85rem;font-size:1.1rem;font-weight:700;color:#1a1a1a}.upload-modal__title--error{color:#b42318}.upload-modal__text{margin:0 0 1.25rem;font-size:.95rem;line-height:1.5;color:#333}.upload-modal__actions{display:flex;justify-content:center}.btn-primary,.btn-secondary{min-width:90px;min-height:44px;padding:.6rem 1.2rem;border-radius:8px;border:1px solid #000000;background-color:#fff;color:#000;font-size:.95rem;text-align:center;cursor:pointer;transition:background-color .15s ease,color .15s ease}.btn-primary{background-color:#000;color:#fff}.btn-primary:disabled,.btn-secondary:disabled{opacity:.55;cursor:not-allowed}.btn-primary:focus-visible,.btn-secondary:focus-visible{outline:3px solid rgba(100,108,255,.35);outline-offset:2px}.btn-primary:active,.btn-secondary:active{transform:translateY(1px)}.btn-primary:hover{background-color:#222}.btn-primary.btn-danger{background-color:#ff3b30;border-color:#ff3b30}.btn-primary.btn-danger:hover{background-color:#e43329}.btn-secondary:hover{background-color:#f0f0f0}.btn-secondary.active{background-color:#000;color:#fff}.text-input{width:100%;max-width:280px;padding:.5rem;margin-bottom:.5rem;border:1px solid #1a1a1a;border-radius:4px;font-family:inherit}.editor-number-input{width:100%;max-width:100%;margin-bottom:0;box-sizing:border-box}.form-group{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.form-select{padding:.25rem;border:1px solid #1a1a1a;border-radius:4px;font-family:inherit}.form-group .btn-secondary{text-transform:capitalize;margin:.1rem}.add-text-form{width:100%;display:flex;flex-direction:column;gap:.9rem;box-sizing:border-box}.add-text-form .add-text-field,.add-text-form .add-text-field>*:last-child,.add-text-form .editor-status{width:100%}.add-text-field--stack{display:flex;flex-direction:column;gap:.4rem}.add-text-field--grid{display:grid;grid-template-columns:5.5rem 1fr;align-items:center;gap:.5rem .75rem}.add-text-label{font-size:.9rem;font-weight:600;color:#1a1a1a}.add-text-input{max-width:none;width:100%;margin-bottom:0;border-radius:8px;box-sizing:border-box}.add-text-select{width:100%;max-width:100%;padding:.45rem .5rem;box-sizing:border-box}.add-text-color-controls{display:flex;align-items:center;gap:.5rem}.add-text-color-input{width:2.4rem;height:2rem;border:1px solid #b8b8b8;border-radius:6px;padding:0;background:transparent}.add-text-color-value{font-size:.78rem;color:#555;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.add-text-size-input{width:100%;max-width:100%;margin-bottom:0}.add-text-size-controls{display:flex;flex-direction:column;gap:.35rem}.add-text-size-slider{width:100%}.add-text-size-help{margin:0;font-size:.78rem;color:#666}.add-text-placement-hint{margin:0;font-size:.8rem;color:#666}.add-text-placement-hint--top{line-height:1.35}.add-text-placement-marker{position:absolute;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;pointer-events:none}.add-text-placement-marker-box{display:inline-block;max-width:95%;padding:4px 8px;border:1px dashed rgba(26,26,26,.42);border-radius:4px;background:transparent;white-space:pre;text-align:center;line-height:1.2;font-weight:400}.add-text-overlay-image-frame{position:absolute}.screen-header{width:100%;max-width:var(--editor-max-width);display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.app-logo{font-weight:600;font-size:1rem}.screen-title{font-size:1.25rem;margin:0}.screen-header-column{flex-direction:column;align-items:flex-start;gap:.5rem}.screen-subtitle{font-size:.85rem;color:#666;margin:0}.editor-preview{width:100%;max-width:var(--editor-max-width);height:var(--editor-preview-height);border-radius:var(--editor-radius-md);border:1px solid #1a1a1a;background-color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:var(--editor-space-md);box-sizing:border-box;overflow:hidden}.editor-preview--interactive{position:relative;overflow:hidden;touch-action:none;cursor:crosshair}.filter-screen-preview-overlay{position:absolute;inset:0;pointer-events:none}.editor-preview-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.editor-preview-overlay--loading{background:#00000080}.editor-preview-overlay--loading.editor-preview-overlay--nonblocking{background:#ffffff85}.editor-preview-overlay--nonblocking .editor-preview-overlay__status{color:#222;font-weight:500;font-size:.9rem}.editor-preview-overlay__status{color:#fff;font-size:1rem;font-weight:600}.editor-preview--checkered{background-color:#d9d9d9;background-image:repeating-conic-gradient(#ededed 0% 25%,#d9d9d9 0% 50%);background-size:20px 20px}.editor-preview.editor-preview--video{height:var(--editor-preview-height-video)}.editor-preview.editor-preview--resize{height:auto;padding:.75rem}.editor-preview-media{width:100%;height:100%;object-fit:contain}.filter-main-buttons{width:100%;flex-direction:column;align-items:stretch;gap:var(--editor-space-sm)}.filter-main-buttons .btn-primary,.filter-main-buttons .btn-secondary{width:100%;display:block;text-align:center}.editor-tool-screen-actions{margin-top:1.5rem}.editor-tool-screen .screen-header-column{align-items:center}.editor-tool-screen .screen-title{width:100%;text-align:center}.editor-tool-screen>.card{align-self:stretch;width:100%;min-width:0;box-sizing:border-box}.editor-tool-cancel{margin-top:1rem;width:100%;box-sizing:border-box}.preset-letterbox{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem}.resize-border-controls{padding:.75rem 0 0}.preset-letterbox-label{margin:0;font-size:.85rem;font-weight:600;color:#1a1a1a}.preset-letterbox-hint{margin:0 0 .35rem;font-size:.78rem;line-height:1.35;color:#555}.preset-letterbox-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.preset-letterbox-row .btn-primary,.preset-letterbox-row .btn-secondary{flex:1 1 auto;min-width:5rem}.preset-letterbox-custom{display:inline-flex;align-items:center;gap:.35rem;flex:1 1 100%;margin-top:.25rem}.preset-letterbox-custom-label{font-size:.8rem;color:#444}.preset-letterbox-color-input{width:2.5rem;height:2rem;padding:0;border:1px solid #1a1a1a;border-radius:6px;cursor:pointer;box-sizing:border-box}input[type=range]{-webkit-appearance:none;appearance:none;height:4px;border-radius:999px;background-color:#ccc;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background-color:#000;cursor:pointer}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background-color:#000;cursor:pointer;border:none}.slider-wrapper{width:100%;max-width:280px;margin:.5rem auto}.editor-slider{width:100%;max-width:100%;margin:0;display:block;accent-color:#000000}.editor-range-field{display:flex;flex-direction:column;gap:.35rem;width:100%}.color-filters-panel{width:100%;display:flex;flex-direction:column;gap:1.35rem;box-sizing:border-box;align-items:center}.color-filters-panel>div{width:100%;display:flex;justify-content:center}.color-filters-panel>div>label{display:flex;flex-direction:column;align-items:center;gap:.45rem;width:100%;max-width:320px;font-weight:600;font-size:.95rem}.color-filters-panel .slider-wrapper{width:100%;max-width:220px;margin:0;box-sizing:border-box;display:block}.preset-filters-button{text-transform:capitalize}.image-editor-container,.video-editor-container{width:100%;max-width:var(--editor-max-width);display:flex;flex-direction:column;align-items:center}.image-editor-container .editor-preview,.image-editor-container .image-cropper{max-width:var(--editor-image-workbench-max);width:100%;box-sizing:border-box}.session-notice{margin-top:.5rem;color:#2f6feb;font-size:.9rem}.camera-recording-status{margin:0;margin-top:.5rem;text-align:center;font-size:.86rem;color:#8e8e93}.gif-preview-frame{width:100%;border-radius:8px;overflow:hidden;border:1px solid #1a1a1a;background-color:#fff;position:relative}.gif-preview-frame--square{max-width:300px;aspect-ratio:1 / 1}.gif-preview-frame--landscape{aspect-ratio:16 / 9}.gif-preview-frame--portrait{width:60%;max-width:220px;aspect-ratio:9 / 16}.gif-preview-video{width:100%;height:100%;object-fit:contain}.gif-text-overlay-preview{position:absolute;inset:0;pointer-events:none}.gif-text-overlay-preview-content{position:absolute;transform:translate(-50%,-50%);white-space:pre-wrap;text-align:center;line-height:1.15;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.7);max-width:95%}.gif-resize-preview-card{min-height:220px;display:flex;align-items:center;justify-content:center;padding:.75rem}.gif-resize-preview-card .gif-preview-frame{max-width:100%}.image-resize-preview-frame{width:100%;max-width:300px;border-radius:8px;overflow:hidden;border:1px solid #1a1a1a;position:relative;display:flex;align-items:center;justify-content:center}.image-resize-preview-media{width:100%;height:100%;object-fit:contain}.gif-preset-option{position:relative;transition:border-color .15s ease,box-shadow .15s ease,transform .12s ease}.gif-preset-option.is-selected{border-color:#646cff;box-shadow:0 0 0 2px #646cff40}.image-cropper{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.cropper-container{position:relative;width:fit-content;height:auto;max-width:100%;border:1px solid #ccc;border-radius:4px;overflow:visible;background-color:transparent;line-height:0;touch-action:none}.cropper-image{display:block;max-width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.crop-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.crop-box{position:absolute;border:2px solid #646cff;background-color:#646cff1a;cursor:move;pointer-events:auto;touch-action:none}.crop-handle{position:absolute;width:12px;height:12px;background-color:#646cff;border:2px solid white;border-radius:50%;pointer-events:auto;touch-action:none}.crop-handle[data-handle=nw]{cursor:nwse-resize;transform:translate(-50%,-50%)}.crop-handle[data-handle=ne]{cursor:nesw-resize;transform:translate(50%,-50%)}.crop-handle[data-handle=sw]{cursor:nesw-resize;transform:translate(-50%,50%)}.crop-handle[data-handle=se]{cursor:nwse-resize;transform:translate(50%,50%)}.cropper-info{text-align:center;font-size:.9rem;color:#666}.my-creations-subtitle{margin:0 0 1rem;text-align:center;font-size:.9rem;color:#555}.my-creations--empty{text-align:center}.my-creations-empty-hint{margin:0;line-height:1.5;color:#444}.my-creations-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.my-creations-item{display:flex;align-items:flex-start;gap:1rem;border:1px solid #e0e0e0;border-radius:10px;background:#fff;padding:.85rem 1rem;box-shadow:0 1px 4px #0000000f}.my-creations-thumb-wrap{flex-shrink:0;width:4.5rem;height:4.5rem;border-radius:10px;overflow:hidden;background:#e8e8ef;border:1px solid #dcdce5}.my-creations-thumb-wrap--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#eceef5,#dfe3ec)}.my-creations-thumb-placeholder-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#5a5f70}.my-creations-thumb{width:100%;height:100%;object-fit:cover;display:block}.my-creations-item-body{flex:1;min-width:0}.my-creations-item-main{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.my-creations-item-title{font-weight:600;color:#222;word-break:break-word;flex:1;min-width:0}.my-creations-item-meta{font-size:.85rem;color:#666}.my-creations-badge{flex-shrink:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:6px}.my-creations-badge--draft{background:#e8e8ef;color:#444}.my-creations-badge--exported{background:#e6f0ff;color:#1a4a8a}.my-creations-item-title--link{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:var(--color-link, #0057cc);text-decoration:underline;text-align:left}.my-creations-item-title--link:hover{color:var(--color-link-hover, #003d99)}.my-creations-item-row2{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.35rem;flex-wrap:wrap}.my-creations-item-row2 .my-creations-item-meta{margin-top:0;flex:1;min-width:0}.my-creations-item-actions{display:flex;gap:.5rem;flex-shrink:0}.my-creations-publish,.my-creations-unpublish,.my-creations-delete{flex-shrink:0;font:inherit;font-size:.85rem;font-weight:600;padding:.35rem .65rem;border-radius:8px;border:1px solid #c4c4d0;background:#fff;cursor:pointer}.my-creations-publish{color:#0057cc}.my-creations-publish:hover{background:#f0f6ff;border-color:#80b3ff}.my-creations-unpublish{color:#8a1a1a}.my-creations-unpublish:hover{background:#fff5f5;border-color:#c08080}.my-creations-delete{color:#8a1a1a}.my-creations-delete:hover{background:#fff5f5;border-color:#c08080}.my-creations-publish:focus,.my-creations-unpublish:focus,.my-creations-delete:focus{outline:2px solid #0057cc;outline-offset:1px}.my-creations-badge--published{background:#e7f3ff;color:#0057cc}.my-creations-modal-backdrop{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000073;box-sizing:border-box}.my-creations-modal{width:100%;max-width:22rem;background:#fff;border-radius:12px;padding:1.25rem 1.25rem 1.1rem;box-shadow:0 12px 40px #0003;border:1px solid #e0e0e8}.my-creations-modal-title{margin:0 0 .65rem;font-size:1.1rem;font-weight:700;color:#1a1a1a}.my-creations-modal-text{margin:0 0 1rem;line-height:1.45;font-size:.95rem;color:#333}.my-creations-modal-quot{font-weight:600;color:#222;word-break:break-word}.my-creations-modal-error{margin:0 0 .9rem;font-size:.9rem;color:#9a1a1a}.my-creations-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.my-creations-modal-btn{font:inherit;font-size:.95rem;font-weight:600;padding:.45rem 1rem;border-radius:8px;border:1px solid #c4c4d0;background:#fff;color:#222;cursor:pointer;min-width:5.5rem}.my-creations-modal-btn:hover:not(:disabled){background:#f3f3f6}.my-creations-modal-btn:disabled{opacity:.6;cursor:not-allowed}.my-creations-modal-btn--danger{background:#8a1a1a;border-color:#6f1515;color:#fff}.my-creations-modal-btn--danger:hover:not(:disabled){background:#a32222}.auth-screen{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5f5f5;padding:2rem 1rem;box-sizing:border-box}.auth-landing-brand{text-align:center;margin-bottom:3rem}.auth-landing-title{font-size:2.5rem;margin:0 0 .5rem}.auth-landing-tagline{font-size:1.05rem;color:#666;margin:0}.auth-landing-actions{display:flex;flex-direction:column;align-items:center;gap:.85rem;width:100%;max-width:280px}.auth-action-btn{width:100%;padding:.75rem 1.2rem;font-size:1rem}.auth-guest-btn{background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;padding:.5rem;text-decoration:underline;text-underline-offset:2px;font-family:inherit}.auth-guest-btn:hover{color:#333}.auth-guest-btn:focus-visible{outline:2px solid rgba(100,108,255,.35);outline-offset:2px;border-radius:4px}.auth-card{width:100%;max-width:360px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000001a}.auth-back-btn{background:none;border:none;color:#555;font-size:.9rem;cursor:pointer;padding:0;font-family:inherit;align-self:flex-start}.auth-back-btn:hover{color:#000}.auth-card-title{font-size:1.5rem;margin:0;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.35rem}.auth-label{font-size:.9rem;font-weight:500;color:#333}.auth-input{width:100%;padding:.6rem .75rem;border:1px solid #c0c0c0;border-radius:6px;font-size:.95rem;font-family:inherit;box-sizing:border-box;background:#fff}.auth-input:focus{outline:2px solid rgba(100,108,255,.4);outline-offset:0;border-color:#646cff}.auth-switch-text{font-size:.88rem;color:#666;text-align:center;margin:0}.auth-switch-link{background:none;border:none;color:#646cff;font-size:inherit;cursor:pointer;padding:0;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.auth-switch-link:hover{color:#3e47cf}.auth-switch-link:focus-visible{outline:2px solid rgba(100,108,255,.35);outline-offset:2px;border-radius:4px}.profile-page{display:flex;flex-direction:column;gap:.9rem}.profile-header{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.35rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.55rem}.profile-avatar{width:72px;height:72px;border-radius:50%;background-color:#e4e4ee;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-avatar-initials{font-size:1.4rem;font-weight:650;color:#646cff;letter-spacing:.03em}.profile-name{font-size:1.1rem;font-weight:650;margin:0;color:#111}.profile-bio{font-size:.88rem;color:#777;margin:0;text-align:center}.profile-socials{display:flex;gap:.75rem;align-items:center;margin-top:.1rem}.profile-social-link{font-size:.82rem;color:#646cff;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.profile-social-link:hover{color:#3e47cf}.profile-section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.profile-section-header{display:flex;align-items:center;justify-content:space-between;padding:.82rem 1.05rem;border-bottom:1px solid #f0f0f0}.profile-section-title{font-size:.95rem;font-weight:650;margin:0;color:#111}.profile-section-count{font-size:.82rem;color:#999}.profile-section-body{padding:0}.profile-section-empty{padding:1rem 1.05rem;font-size:.88rem;color:#999;margin:0}.profile-section-empty--compact{padding:.8rem 0;font-size:.84rem}.profile-drafts-list,.profile-exported-list{padding:.75rem 1.05rem}.profile-connections{display:flex;flex-direction:column}.profile-connections-block+.profile-connections-block{border-top:1px solid #f0f0f0}.profile-connections-subheader{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.05rem .45rem}.profile-connections-subtitle{margin:0;font-size:.84rem;font-weight:650;color:#444}.profile-connections-subcount{font-size:.78rem;color:#aaa}.profile-friend-list{list-style:none;margin:0;padding:.1rem 0 .45rem}.profile-friend-item{display:flex;align-items:center;gap:.75rem;padding:.62rem 1.05rem;border-top:1px solid #f5f5f5}.profile-friend-item:first-child{border-top:none}.profile-friend-avatar{flex-shrink:0;width:34px;height:34px;border-radius:50%;background-color:#e4e4ee;display:flex;align-items:center;justify-content:center;font-size:.92rem;font-weight:650;color:#646cff}.profile-friend-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.08rem}.profile-friend-name{font-size:.89rem;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-friend-handle{font-size:.77rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-friend-actions{display:flex;gap:.4rem;flex-shrink:0}.profile-friend-btn{font:inherit;font-size:.8rem;font-weight:600;padding:.28rem .62rem;border-radius:7px;cursor:pointer;border:1px solid #c4c4d0;background:#fff;color:#222;min-height:31px}.profile-friend-btn:focus-visible{outline:2px solid rgba(100,108,255,.35);outline-offset:2px}.profile-friend-btn--accept{background:#000;border-color:#000;color:#fff}.profile-friend-btn--accept:hover{background:#222}.profile-friend-btn--decline:hover{background:#f8f8f8}.profile-friend-btn--like{background:#fff;border-color:#c4c4d0;color:#222}.profile-friend-btn--like:hover:not(:disabled){background:#fffbf0;border-color:#e8b8a0}.profile-friend-btn--liked{background:#fff5f0;border-color:#e8b8a0;color:#d84a32}.profile-friend-btn--following{background:#e7e7ee;border-color:#c4c4d0;color:#222}.profile-friend-btn--following:hover:not(:disabled){background:#d4d4e0}.home-feed-item{display:flex;align-items:stretch;padding:0;border-radius:8px;border:1px solid #e0e0e0;background:#fff}.home-feed-item--with-actions:hover,.home-feed-item--with-actions:focus-within{box-shadow:0 2px 8px #00000014}.home-feed-item-body{display:flex;align-items:stretch;gap:1rem;width:100%;padding:1rem;box-sizing:border-box}.home-feed-item-col{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.75rem}.home-feed-item-preview{width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#e4e4ee;display:flex;align-items:center;justify-content:center}.home-feed-item-image{width:100%;height:100%;object-fit:cover}.home-feed-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#999;text-align:center;padding:.5rem}.home-feed-item-placeholder-text{font-size:.75rem}.home-feed-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.12rem}.home-feed-item-title{display:block;font-weight:600;font-size:1rem;color:#222;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-feed-item-creator{display:block;font-size:.85rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-feed-item-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.home-feed-item-btn{flex:1 1 auto;min-width:6.5rem;padding:.45rem .75rem;font-size:.88rem}.home-feed-list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin:0}.feed-sticker-modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.feed-sticker-modal-backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:#00000073;cursor:pointer}.feed-sticker-modal-card{position:relative;z-index:1;width:100%;max-width:min(92vw,420px);max-height:90vh;overflow:auto;background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 12px 40px #0000002e}.feed-sticker-modal-title{margin:0 0 .25rem;font-size:1.1rem;font-weight:650;color:#111}.feed-sticker-modal-sub{margin:0 0 1rem;font-size:.88rem;color:#666}.feed-sticker-modal-image-wrap{border-radius:8px;overflow:hidden;background:#e4e4ee;margin-bottom:1rem}.feed-sticker-modal-image{display:block;width:100%;height:auto;max-height:min(58vh,520px);object-fit:contain}.feed-sticker-modal-image--bitmap{image-rendering:auto}.feed-sticker-modal-footer{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;align-items:center;margin-top:.75rem}.feed-sticker-modal-footer .feed-sticker-modal-close{width:auto;min-width:5.5rem}.feed-sticker-modal-footer .btn-primary{min-width:7.5rem}.profile-activity-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.profile-activity-card{padding:.95rem 1.05rem 1rem}.profile-activity-card+.profile-activity-card{border-left:1px solid #f0f0f0}.profile-activity-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.45rem}.profile-activity-card-title{margin:0;font-size:.84rem;font-weight:650;color:#444}.profile-activity-card-count{font-size:.78rem;color:#aaa}.profile-account{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.profile-account-title{font-size:.75rem;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.07em;padding:.82rem 1.05rem .38rem;margin:0}.profile-account-actions{display:flex;flex-direction:column}.profile-account-action{display:flex;align-items:center;justify-content:space-between;padding:.82rem 1.05rem;background:none;border:none;border-top:1px solid #f0f0f0;width:100%;text-align:left;font-family:inherit;font-size:.95rem;color:#222;cursor:pointer}.profile-account-action:hover{background-color:#f8f8f8}.profile-account-action--danger{color:#ff3b30}.profile-account-action--danger:hover{background-color:#fff5f5}.profile-account-action-arrow{color:#ccc;font-size:.9rem}.profile-guest{display:flex;flex-direction:column;align-items:center;padding-top:2rem}.profile-guest-card{width:100%;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #00000014}.profile-guest-icon{width:56px;height:56px;border-radius:50%;background-color:#e8e8ee;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.profile-guest-icon-svg{width:30px;height:30px;display:block;color:#7a7a8a}.profile-guest-title{font-size:1.05rem;font-weight:650;margin:0;color:#222}.profile-guest-subtitle{font-size:.88rem;color:#888;margin:0;line-height:1.5}.profile-guest-actions{display:flex;flex-direction:column;gap:.6rem;width:100%;max-width:220px;margin-top:.5rem}.profile-guest-actions .btn-primary,.profile-guest-actions .btn-secondary{width:100%;padding:.7rem 1.2rem}.edit-profile-screen{width:100%;display:flex;flex-direction:column;align-items:center}.edit-profile-card{max-width:420px;gap:1.15rem;align-items:stretch}.edit-profile-header{display:flex;flex-direction:column;gap:.4rem;width:100%}.edit-profile-header .auth-card-title{text-align:left;margin:0}.edit-profile-avatar-preview{width:64px;height:64px;border-radius:50%;object-fit:cover;border:1px solid #e0e0e0}.edit-profile-upload-btn{align-self:flex-start;cursor:pointer;font-size:.88rem;padding:.45rem .9rem;min-height:unset}.edit-profile-bio{resize:vertical;min-height:80px;line-height:1.45}.edit-profile-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.25rem}.edit-profile-actions .btn-primary,.edit-profile-actions .btn-secondary{flex:1}.profile-form-field{display:flex;flex-direction:column;gap:.32rem;width:100%}.profile-form-required{color:#c0392b;margin-left:1px}.profile-form-error{font-size:.82rem;color:#c0392b;margin:0}.profile-form-alert{font-size:.88rem;color:#9a1a1a;background:#fff5f5;border:1px solid #f0c0c0;border-radius:6px;padding:.55rem .85rem;margin:0;width:100%;box-sizing:border-box}.profile-form-success{font-size:.88rem;color:#1a6a38;background:#f0faf5;border:1px solid #a3d9b8;border-radius:6px;padding:.55rem .85rem;margin:0}.auth-input--error{border-color:#c0392b}.auth-input--error:focus{outline-color:#c0392b66;border-color:#c0392b}.hidden-file-input{display:none}.profile-username{font-size:.9rem;color:#888;margin:0}.profile-name--incomplete{color:#888;font-weight:400;font-size:.95rem}.profile-setup-link{background:none;border:none;color:#646cff;font-size:inherit;cursor:pointer;padding:0;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.profile-setup-link:hover{color:#3e47cf}.account-modal{max-width:26rem;width:100%}.account-modal-form{display:flex;flex-direction:column;gap:1rem;width:100%}.account-modal-password-row{display:flex;align-items:flex-start;gap:.5rem;width:100%}.account-modal-password-input-wrap{position:relative;flex:1;min-width:0}.account-modal-password-input-wrap--full{width:100%}.account-modal-password-row-input{width:100%;box-sizing:border-box}.auth-input--with-visibility-toggle{padding-right:2.75rem}.account-modal-password-visibility-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:2px;border:none;background:transparent;color:#666;cursor:pointer;border-radius:4px;line-height:0}.account-modal-password-visibility-btn:hover:not(:disabled){color:#111;background:#0000000a}.account-modal-password-visibility-btn:disabled{opacity:.45;cursor:not-allowed}.account-modal-verify-btn{flex-shrink:0;white-space:nowrap;margin-top:0}.my-creations-modal-btn--confirm{background:#000;border-color:#000;color:#fff}.my-creations-modal-btn--confirm:hover:not(:disabled){background:#222}.draft-loading-host{position:relative;width:100%}.draft-restore-overlay{position:fixed;inset:0;z-index:200;background:#0000008c;display:flex;align-items:center;justify-content:center}.draft-restore-banner{background:#fff;border-radius:16px;padding:2rem 2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:min(90vw,22rem);box-shadow:0 8px 32px #0003}.draft-restore-banner__spinner{display:block;width:36px;height:36px;border:3px solid #e0e0e0;border-top-color:#646cff;border-radius:50%;animation:draft-spin .8s linear infinite}@keyframes draft-spin{to{transform:rotate(360deg)}}.draft-restore-banner__text{margin:0;font-size:1.05rem;font-weight:600;color:#1a1a1a;text-align:center}.draft-restore-banner__cancel{appearance:none;border:1px solid #d0d0d0;border-radius:8px;background:transparent;padding:.45rem 1.25rem;font:inherit;font-size:.9rem;color:#555;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.draft-restore-banner__cancel:hover{background:#f5f5f5;border-color:#b0b0b0}.save-draft-modal{max-width:24rem;width:100%}.save-draft-modal-field{display:flex;flex-direction:column;gap:.35rem;width:100%}.save-draft-modal-label{font-size:.9rem;font-weight:600;color:#333}@media(max-width:640px){.profile-header{padding:1.2rem 1rem}.profile-section-header,.profile-account-title,.profile-account-action,.profile-drafts-list,.profile-exported-list,.profile-connections-subheader,.profile-friend-item,.profile-activity-card,.profile-section-empty{padding-left:.95rem;padding-right:.95rem}.profile-activity-grid{grid-template-columns:1fr}.profile-activity-card+.profile-activity-card{border-left:none;border-top:1px solid #f0f0f0}.profile-friend-item{align-items:flex-start}.profile-friend-actions{flex-wrap:wrap;justify-content:flex-end}}
