.profile_container__iOOo5{max-width:800px}.profile_header__eeAAU{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.profile_headerContent__34_gz{flex:1 1 300px;min-width:0}.profile_title__z44Sd{font-size:2.5rem;margin-bottom:.25rem;color:var(--primary-color);word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.2}.profile_subtitle__rXay2{font-size:1rem;color:var(--timestamp-color);margin:0 0 .5rem;font-weight:400;word-wrap:break-word}.profile_description__H88J9{font-size:1rem;color:var(--text-color);margin:0;line-height:1.5;word-wrap:break-word;white-space:pre-wrap;overflow-wrap:break-word}.profile_profileHeader__oIQnf{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--tile-border)}.profile_profileInfo__5b4Lh{display:flex;flex-direction:column;gap:.8rem}.profile_profileTitle__7nIX2{font-size:1.8rem;margin:0;color:var(--title-color);line-height:1.2}.profile_profileHandle__OiszG{font-size:1.1rem;margin:-.4rem 0 0;color:var(--primary-color);font-weight:500;line-height:1.2}.profile_profileStats__YPYjP{font-size:1.1rem;color:var(--text-color);margin:0}.profile_viewOnBluesky__0UKr3{display:inline-block;color:var(--primary-color);text-decoration:none;font-weight:500;margin-top:.5rem;transition:all .2s}.profile_viewOnBluesky__0UKr3:hover{text-decoration:underline}.profile_statsSection__nLPlE{background-color:var(--card-background);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid var(--tile-border)}.profile_statsHeader__d7Sm0{font-size:1.5rem;font-weight:500;color:var(--title-color)}.profile_statDetails___SUpa{font-size:1.1rem;color:var(--text-color)}.profile_chartContainer__DVkCN{height:150px;display:flex;align-items:flex-end;gap:2px;border-bottom:1px solid var(--tile-border);margin-top:1rem;padding-top:1rem;position:relative}.profile_chartBar__SK0z0{background-color:var(--primary-color);flex:1 1;min-width:2px;border-radius:2px 2px 0 0;transition:height .3s ease}.profile_chartAxis__CXe0l{color:var(--timestamp-color);font-size:.8rem}.profile_chartAxis__CXe0l,.profile_chartLegend__r99k_{display:flex;justify-content:space-between;margin-top:.5rem}.profile_chartLegendItem__ICt7Y{font-size:.75rem;color:var(--timestamp-color)}.profile_shareStatsButton__yNkbH{display:block;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:1.5rem;transition:all .2s;padding:1rem 1.2rem .8rem}.profile_shareStatsButton__yNkbH:hover{background-color:var(--secondary-color)}.profile_noDataMessage__Bha1R{color:var(--timestamp-color);text-align:center;padding:2rem 0;font-style:italic}.profile_emojiStatsSection__CmnSL{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--tile-border)}.profile_emojiStatsHeader__aW2O1{font-size:1.1rem;font-weight:500;margin:0 0 1rem;color:var(--title-color)}.profile_emojiGrid__wV9fi{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem}.profile_emojiCard__wDw6b{display:flex;flex-direction:column;align-items:center;background-color:var(--input-background);border-radius:8px;padding:.75rem .5rem;border:1px solid var(--tile-border)}.profile_emojiDisplay__72wIr{font-size:1.5rem;margin-bottom:.5rem}.profile_emojiCount__Ffn4w{font-weight:700;color:var(--primary-color);font-size:.9rem}@media (max-width:600px){.profile_emojiGrid__wV9fi{grid-template-columns:repeat(3,1fr);gap:.5rem}.profile_emojiDisplay__72wIr{font-size:1.3rem}.profile_emojiCount__Ffn4w{font-size:.85rem}}.profile_headerActions__01zcW{display:flex;gap:1rem}@media (max-width:600px){.profile_header__eeAAU{flex-direction:column;align-items:flex-start}.profile_headerContent__34_gz{flex:1 1 100%;text-align:left}.profile_headerActions__01zcW{width:100%;justify-content:flex-start}.profile_title__z44Sd{font-size:2rem}.profile_profileHeader__oIQnf{text-align:left}.profile_profileInfo__5b4Lh{align-items:flex-start}.profile_profileText__n_Rl_{margin-left:0}.profile_contentLeft__Bt28t{align-items:center;display:block}}.profile_backButton__wBmv3{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.6rem 1.2rem;border-radius:4px;font-size:1rem;font-weight:500;transition:all .2s ease;text-decoration:none}.profile_backButton__wBmv3:hover{background-color:var(--secondary-color)}.profile_error__HGDWE{background-color:var(--error-background);color:var(--error-color);padding:1rem;border-radius:4px;margin-bottom:1rem}.profile_loadingContainer__8fv8L{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.profile_loader__prsak{border-top:4px solid var(--input-background);border:4px solid var(--input-background);border-top-color:var(--primary-color);border-radius:50%;width:24px;height:24px;animation:profile_spin__Vk3bp 1s linear infinite;margin-bottom:1rem}.profile_smallLoader__9Wft_{border-top:3px solid var(--input-background);border:3px solid var(--input-background);border-top-color:var(--primary-color);border-radius:50%;width:18px;height:18px;animation:profile_spin__Vk3bp 1s linear infinite;margin-top:.5rem;display:inline-block}.profile_profileLoading__Wvjt4{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.profile_smallError__vLLIg{color:var(--timestamp-color);font-size:.9rem;font-style:italic;margin-top:.3rem}@keyframes profile_spin__Vk3bp{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile_feedList__L3gy7{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.profile_feedItem__utlSU{background-color:var(--card-background);border:1px solid var(--tile-border);border-radius:8px;padding:1rem;transition:transform .2s,box-shadow .2s}@media (max-width:600px){.profile_feedItem__utlSU{padding:.75rem;margin-bottom:.5rem;border-radius:6px}.profile_feedList__L3gy7{gap:.5rem}.profile_feedItem__utlSU:hover{transform:none}.profile_content__dPXiW{flex-direction:column;gap:.25rem;align-items:flex-start}.profile_contentLeft__Bt28t{display:block;width:100%}.profile_emoji__j0EiN{display:inline-block;font-size:1.3rem;vertical-align:middle;margin-right:.5rem}.profile_author__kjwaN{display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.profile_text__bZmgK{display:block;font-size:.95rem;line-height:1.3;margin-top:.3rem;margin-left:.5rem;padding-bottom:.2rem}.profile_timestamp__aoZ0B{display:block;width:100%;text-align:left;font-size:.8rem;color:#888;padding-left:.5rem}}.profile_content__dPXiW{display:flex;align-items:flex-start;gap:.75rem;justify-content:space-between;width:100%;flex-wrap:wrap}.profile_contentLeft__Bt28t{flex:1 1;min-width:0}.profile_contentLeft__Bt28t,.profile_contentRight__c9RBF{display:flex;align-items:center;gap:.75rem}.profile_editButton__8fC1f{background:none;border:1px solid var(--border);color:var(--foreground);padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;width:32px;height:32px}.profile_editButton__8fC1f svg{width:16px;height:16px}.profile_editButton__8fC1f:hover{border-color:var(--primary-color);color:var(--primary-color);background:rgba(var(--primary-rgb),.05)}.profile_actionError__B8Lpy{background:#fee;border:1px solid #fcc;color:#c33;padding:12px;margin-bottom:16px;font-size:.9rem}.profile_actionSuccess__zQBcn{background:#efe;border:1px solid #cfc;color:#363;padding:12px;margin-bottom:16px;font-size:.9rem}.profile_userLine__NPztf{display:flex;align-items:center;gap:.75rem}.profile_emoji__j0EiN{font-size:1.5rem;flex-shrink:0;line-height:1;display:flex;align-items:center}.profile_author__kjwaN{color:var(--primary-color);font-weight:600;text-decoration:none;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.profile_text__bZmgK{font-size:1.1rem;line-height:1.4;color:var(--text-color);flex:1 1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.profile_timestamp__aoZ0B{font-size:.85rem;color:var(--timestamp-color);margin-left:auto;white-space:nowrap}@media (max-width:600px){.profile_content__dPXiW{flex-direction:column;gap:.25rem;align-items:flex-start}.profile_contentLeft__Bt28t{width:100%;flex-direction:row;flex-wrap:nowrap;gap:.5rem;margin-bottom:0}.profile_timestamp__aoZ0B{width:100%;text-align:left;margin-top:0;padding-left:0;font-size:.8rem;color:var(--timestamp-color)}.profile_emoji__j0EiN{font-size:1.3rem;display:inline}.profile_text__bZmgK{font-size:.95rem;line-height:1.3}}.profile_emptyState__s3xIX{text-align:center;padding:2rem;background-color:var(--background-color);border-radius:8px;border:1px dashed var(--tile-border)}.profile_wrappedSection__OInc7{background-color:var(--card-background);border-radius:8px;padding:2rem;margin-bottom:1.5rem;border:1px solid var(--tile-border)}.profile_wrappedHeader__2fbCF{font-size:1.5rem;font-weight:500;color:var(--title-color);text-align:left}.profile_wrappedSubtitle__zjn5r{font-size:1.1rem;color:var(--text-color);text-align:left;margin:0 0 1rem}.profile_wrappedGrid__igsZY{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.profile_wrappedCard__ma5eS{background-color:var(--card-background);border-radius:8px;padding:1.25rem 1rem;text-align:center;border:1px solid var(--tile-border);transition:all .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px}.profile_wrappedCard__ma5eS:hover{border-color:var(--primary-color)}.profile_wrappedValue__j3hMJ{font-size:1.8rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;line-height:1.2;word-wrap:break-word;text-align:center}.profile_wrappedEmoji__wxcJ_{font-size:2rem;margin-bottom:.5rem;line-height:1}.profile_wrappedLabel__4M14m{font-size:.9rem;color:var(--text-color);font-weight:500;line-height:1.3;text-align:center}.profile_shareWrappedButton__F5nKU{display:block;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:1.5rem;transition:all .2s;padding:1rem 1.2rem .8rem}.profile_shareWrappedButton__F5nKU:hover{background-color:var(--secondary-color)}@media (max-width:768px){.profile_wrappedGrid__igsZY{grid-template-columns:repeat(2,1fr)}.profile_wrappedHeader__2fbCF,.profile_wrappedValue__j3hMJ{font-size:1.5rem}.profile_wrappedEmoji__wxcJ_{font-size:2rem}}@media (max-width:480px){.profile_wrappedSection__OInc7{padding:1.5rem}.profile_wrappedGrid__igsZY{grid-template-columns:1fr;gap:.75rem}.profile_wrappedCard__ma5eS{padding:1rem .75rem}}