*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Roboto Mono,monospace;background:#fff;color:#171216;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Roboto Mono,monospace}img{max-width:100%;display:block}.screen{width:375px;margin:0 auto;background:#fff;min-height:100vh;position:relative;display:flex;flex-direction:column}.screen>.footer{margin-top:auto}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;width:100%;height:178px;border-bottom:1px solid #d9d9d9;background:#fff;justify-content:space-between;padding:20px 10px}.header,.icon-btn{display:flex;align-items:center}.icon-btn{width:40px;height:40px;padding:10px;justify-content:center;border-radius:48px;background:#f5f4ea;border:none;cursor:pointer;flex-shrink:0}.card-form{padding:16px;align-items:flex-start;gap:20px;border-radius:14px;background:#f5f4ea;margin:20px 10px 0}.card-form,.photo-zone{display:flex;flex-direction:column}.photo-zone{height:155px;justify-content:center;align-items:center;gap:15px;align-self:stretch;cursor:pointer}.photo-zone.has-photo{height:auto;justify-content:flex-start}.photo-zone img{width:100%;height:auto;border-radius:8px}.text-field{display:flex;width:323px;flex-direction:column;gap:10px}.text-input-row{display:flex;padding-bottom:5px;align-self:stretch;border-bottom:2px solid #171216}.text-input{flex:1 1;color:#171216;font-family:Roboto Mono,monospace;font-size:22px;font-weight:400;line-height:120%;border:none;background:transparent;outline:none;resize:none;overflow:hidden;width:100%}.text-input::placeholder{color:#8f8f8f}.counter{color:#8f8f8f;font-size:14px;line-height:120%}.link-row{display:flex;width:323px;padding-bottom:5px;border-bottom:2px solid #171216}.link-input{flex:1 1;color:#171216;font-family:Roboto Mono,monospace;font-size:14px;border:none;background:transparent;outline:none}.link-input::placeholder{color:#8f8f8f}.publish-btn{display:flex;width:323px;height:62px;padding:16px 14px;justify-content:center;align-items:center;border-radius:60px;background:#d9d9d9;border:none;cursor:not-allowed;font-family:Roboto Mono,monospace;font-size:14px;font-weight:500;text-transform:uppercase;color:#8f8f8f;transition:background .2s,color .2s}.publish-btn.active{background:#171216;color:#f5f4ea;cursor:pointer}.profile-card{display:flex;padding:10px;flex-direction:column;gap:12px;border-radius:14px;background:#f5f4ea}.profile-card img{width:100%;height:auto;border-radius:8px}.card-divider{height:1px;opacity:.4;background:#d9d9d7}.card-footer{display:flex;justify-content:space-between;align-items:center;position:relative}.pill-btn{display:inline-flex;padding:10px 14px;gap:8px;border-radius:9999px;background:#e5e4d7;font-family:Roboto Mono,monospace;font-size:12px;font-weight:500;text-transform:uppercase;color:#171216;text-decoration:none}.more-btn,.pill-btn{align-items:center;border:none;cursor:pointer}.more-btn{display:flex;gap:2px;padding:4px;background:none;position:relative}.more-dot{width:4px;height:4px;border-radius:9999px;background:#171216}.ctx-menu{position:absolute;right:0;bottom:32px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.12);overflow:hidden;z-index:100;min-width:130px;display:none}.ctx-menu.open{display:block}.ctx-item{display:flex;align-items:center;padding:12px 16px;font-family:Roboto Mono,monospace;font-size:13px;cursor:pointer;color:#171216;gap:8px;border:none;background:none;width:100%;text-align:left}.ctx-item:hover{background:#f5f4ea}.ctx-item.danger{color:#e03f3f}.footer{width:100%;display:flex;padding:20px;justify-content:space-between;align-items:center;margin-top:20px}.footer a{color:#8f8f8f;font-size:12px;font-weight:400;line-height:120%;text-transform:uppercase}.footer a:first-child{text-decoration:underline}body:before{content:"";display:block;height:env(safe-area-inset-top);background:#fff;position:fixed;top:0;left:0;right:0;z-index:9999}