.story-live{border:0;background:transparent;font:inherit;color:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:76px}.story-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#e7f0ff;border:3px solid #1877f2;overflow:hidden;font-weight:800}.story-avatar img{width:100%;height:100%;object-fit:cover}.feature-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:flex;align-items:flex-end;justify-content:center}.feature-modal[hidden]{display:none}.feature-sheet{width:min(560px,100%);max-height:92vh;overflow:auto;background:var(--card,#fff);color:var(--text,#111827);border-radius:22px 22px 0 0;padding:22px;position:relative;box-shadow:0 -10px 40px rgba(0,0,0,.25)}.feature-close{position:absolute;left:14px;top:10px;border:0;background:#eef1f5;width:36px;height:36px;border-radius:50%;font-size:25px;cursor:pointer}.feature-sheet h2{margin:0 40px 18px 0}.story-create{text-align:center}.story-drop{border:2px dashed #cbd5e1;border-radius:18px;padding:30px 16px;display:flex;flex-direction:column;align-items:center;gap:10px;font-size:30px}.story-drop b{font-size:18px}.story-drop small,.feature-hint{font-size:13px;color:#64748b}.story-drop button{margin-top:8px}.story-drop.dragging{border-color:#1877f2;background:#eef6ff}.story-preview{text-align:center}.story-preview img{width:100%;max-height:65vh;object-fit:contain;border-radius:16px;background:#111}.story-preview button{margin-top:12px}.story-preview p,#profileMsg{color:#b42318;min-height:20px}.wide{width:100%}.secondary,.danger{width:100%;margin-top:10px;padding:11px 14px;border-radius:10px;border:0;cursor:pointer}.secondary{background:#eef1f5}.danger{background:#b42318;color:#fff}.story-viewer{text-align:center}.story-viewer img{width:100%;max-height:68vh;object-fit:contain;border-radius:16px;background:#111}.story-meta{margin:8px;color:#64748b;font-size:13px}.story-nav{display:flex;gap:8px}.story-nav button{flex:1;padding:10px;border:0;border-radius:10px;background:#eef1f5;cursor:pointer}.edit-profile-form{display:flex;flex-direction:column;gap:13px}.edit-profile-form label{display:flex;flex-direction:column;gap:7px;font-weight:700}.edit-profile-form input,.edit-profile-form textarea{font:inherit;padding:11px 12px;border:1px solid #d7dce4;border-radius:10px;background:transparent;color:inherit}.edit-profile-form textarea{min-height:90px;resize:vertical}.edit-profile-form small{font-weight:400;color:#64748b}.image-pickers{display:grid;grid-template-columns:1fr 1fr;gap:10px}.image-pickers label{padding:12px;border:1px solid #d7dce4;border-radius:12px;font-size:13px}.image-pickers input{border:0;padding:0}.mada-toast{position:fixed;bottom:88px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#111827;color:#fff;padding:11px 16px;border-radius:12px;z-index:10000;transition:.2s}.mada-toast.show{opacity:1;transform:translate(-50%,0)}.mada-toast.ok{background:#16794a}.modal-open{overflow:hidden}@media(max-width:560px){.feature-sheet{padding:18px 14px}.image-pickers{grid-template-columns:1fr}.story-avatar{width:54px;height:54px}}