.profile-dashboard-body{background:radial-gradient(circle at 10% 8%,rgba(255,184,0,.13),transparent 25%),radial-gradient(circle at 88% 14%,rgba(116,80,216,.11),transparent 28%),linear-gradient(145deg,#fffdf8,#fff 48%,#fff9ef);color:#171717}.profile-dashboard{width:min(1120px,calc(100% - 32px));margin:24px auto 64px}.profile-dashboard__top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.profile-dashboard__identity{display:flex;align-items:center;gap:14px}.profile-dashboard__avatar{width:68px;height:68px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(255,255,255,.55);box-shadow:0 10px 28px rgba(65,48,17,.08);backdrop-filter:blur(18px)}.profile-dashboard__avatar svg{width:58px;height:58px}.profile-dashboard__identity p{margin:0 0 3px;color:#9a6a00;font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.profile-dashboard__identity h1{margin:0;font-size:30px;line-height:1.1}.profile-dashboard__identity span{display:block;margin-top:4px;color:#737373;font-size:13px}.profile-dashboard__shell{padding:18px;border:1px solid rgba(255,255,255,.75);border-radius:28px;background:rgba(255,255,255,.42);box-shadow:0 24px 70px rgba(79,60,23,.08);backdrop-filter:blur(24px) saturate(1.08);-webkit-backdrop-filter:blur(24px) saturate(1.08)}.profile-dashboard__hero-card{display:flex;align-items:center;gap:14px;padding:15px 18px;margin-bottom:12px;border:1px solid rgba(255,255,255,.82);border-radius:19px;background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(255,244,213,.48));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 24px rgba(74,57,29,.05);text-decoration:none;color:inherit}.profile-dashboard__hero-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#ffb000,#f18b00);font-size:22px}.profile-dashboard__hero-card span:nth-child(2){display:flex;flex-direction:column}.profile-dashboard__hero-card strong{font-size:20px}.profile-dashboard__hero-card small{margin-top:2px;color:#777;font-size:12px}.profile-dashboard__hero-card>b{margin-left:auto;font-size:32px;font-weight:300;color:#8d8d8d}.profile-dashboard__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.profile-dashboard__card{position:relative;min-height:94px;display:flex;align-items:center;padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.8);overflow:hidden;text-decoration:none;color:#1c1c1c;background:linear-gradient(145deg,rgba(255,255,255,.68),rgba(255,255,255,.34));box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 8px 22px rgba(69,56,35,.045);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform .18s ease,box-shadow .18s ease}.profile-dashboard__card:before{content:"";position:absolute;inset:auto -12% -78% 20%;height:100px;border-radius:50%;filter:blur(18px);opacity:.5;background:var(--card-glow,rgba(255,190,50,.22))}.profile-dashboard__card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(69,56,35,.09)}.profile-dashboard__card span{position:relative;z-index:1;display:flex;flex-direction:column;max-width:82%}.profile-dashboard__card strong{font-size:19px;line-height:1.08}.profile-dashboard__card small{margin-top:5px;color:#6d6d6d;font-size:13px;line-height:1.25}.profile-dashboard__card>b{position:relative;z-index:1;margin-left:auto;align-self:center;font-size:30px;font-weight:300;color:#8f8f8f}.profile-dashboard__card i{position:absolute;right:26px;top:12px;z-index:2;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e93743;color:#fff;font-style:normal;font-size:14px}.profile-dashboard__card--gold{--card-glow:rgba(255,183,0,.28)}.profile-dashboard__card--blue{--card-glow:rgba(80,142,255,.2)}.profile-dashboard__card--rose{--card-glow:rgba(255,112,132,.2)}.profile-dashboard__card--violet{--card-glow:rgba(130,91,255,.2)}.profile-dashboard__card--orange{--card-glow:rgba(255,144,55,.22)}.profile-dashboard__card--pink{--card-glow:rgba(255,95,172,.18)}.profile-dashboard__card--lavender{--card-glow:rgba(150,112,255,.18)}.profile-dashboard__card--cyan{--card-glow:rgba(61,201,235,.18)}.profile-dashboard__card--mint{--card-glow:rgba(51,210,150,.18)}.profile-dashboard__card--peach{--card-glow:rgba(255,145,105,.18)}.profile-dashboard__logout{margin-top:16px;padding-top:17px;border-top:1px solid rgba(130,110,80,.13);text-align:center}.profile-dashboard__logout button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:238px;padding:13px 20px;border:1px solid rgba(255,255,255,.65);border-radius:14px;background:rgba(35,35,35,.93);box-shadow:0 9px 24px rgba(0,0,0,.12);color:#fff;font:inherit;font-weight:800;cursor:pointer}.profile-dashboard__logout small{display:block;margin-top:7px;color:#888;font-size:11px}@media(max-width:767px){.profile-dashboard{width:min(100% - 18px,620px);margin:12px auto 36px}.profile-dashboard__avatar{width:56px;height:56px}.profile-dashboard__avatar svg{width:48px;height:48px}.profile-dashboard__identity{gap:10px}.profile-dashboard__identity h1{font-size:23px}.profile-dashboard__identity span{font-size:11px}.profile-dashboard__shell{padding:10px;border-radius:22px}.profile-dashboard__hero-card{padding:13px 14px;border-radius:17px}.profile-dashboard__hero-icon{width:38px;height:38px}.profile-dashboard__hero-card strong{font-size:17px}.profile-dashboard__hero-card small{font-size:11px}.profile-dashboard__grid{gap:8px}.profile-dashboard__card{min-height:82px;padding:13px 14px;border-radius:16px}.profile-dashboard__card strong{font-size:16px}.profile-dashboard__card small{font-size:11px;margin-top:4px}.profile-dashboard__card>b{font-size:26px}.profile-dashboard__card i{right:20px;top:10px;width:27px;height:27px;font-size:12px}.profile-dashboard__logout button{width:100%;min-width:0}}@media(max-width:430px){.profile-dashboard__grid{grid-template-columns:1fr 1fr}.profile-dashboard__card{min-height:88px}.profile-dashboard__card span{max-width:82%}}

.profile-messages-wrap{position:relative}.profile-messages-toggle{width:100%;text-align:left;border:1px solid rgba(255,255,255,.8);font:inherit}.profile-messages-menu{position:absolute;z-index:40;left:12px;right:12px;top:calc(100% + 8px);padding:8px;border:1px solid rgba(220,224,230,.9);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(34,40,52,.14);backdrop-filter:blur(18px)}.profile-messages-menu a{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border-radius:11px;color:#252a31;text-decoration:none;font-weight:650}.profile-messages-menu a:hover{background:#f5f6f8}.profile-messages-menu i{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:999px;background:#e53640;color:#fff;font-style:normal;font-size:11px;font-weight:850}.profile-messages-toggle>b{transition:transform .2s ease}.profile-messages-wrap:has(.profile-messages-menu:not([hidden])) .profile-messages-toggle>b{transform:rotate(90deg)}

/* KLONDAIK_PROFILE_VERIFICATION_V1.2 */
.profile-dashboard__avatar{overflow:hidden}.profile-dashboard__avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile-verify-button{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 20px;border:1px solid rgba(255,255,255,.58);border-radius:999px;font:inherit;font-size:14px;font-weight:850;letter-spacing:-.01em;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 10px 28px rgba(0,0,0,.09);backdrop-filter:blur(16px) saturate(1.08);-webkit-backdrop-filter:blur(16px) saturate(1.08);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.profile-verify-button:hover{transform:translateY(-1px);filter:saturate(1.04);box-shadow:inset 0 1px 0 rgba(255,255,255,.62),0 14px 32px rgba(0,0,0,.12)}.profile-verify-button.is-unverified{background:linear-gradient(135deg,rgba(238,44,66,.93),rgba(194,0,37,.91));color:#fff}.profile-verify-button.is-verified{background:linear-gradient(135deg,rgba(47,183,107,.90),rgba(19,131,69,.91));color:#fff;border-color:rgba(255,255,255,.48);box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 10px 28px rgba(19,131,69,.18)}.profile-verify-modal[hidden]{display:none!important}.profile-verify-modal{position:fixed;inset:0;z-index:2147482000;display:grid;place-items:center;padding:18px}.profile-verify-modal__backdrop{position:absolute;inset:0;background:rgba(18,22,29,.58);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.profile-verify-modal__dialog{position:relative;width:min(680px,calc(100vw - 28px));max-height:calc(100vh - 32px);overflow:auto;border:1px solid rgba(255,255,255,.7);border-radius:28px;padding:28px;background:rgba(255,255,255,.98);box-shadow:0 32px 90px rgba(0,0,0,.28)}.profile-verify-modal__close{position:absolute;right:18px;top:16px;width:40px;height:40px;border:1px solid #e4e7eb;border-radius:14px;background:#fff;font-size:25px;line-height:1;cursor:pointer}.profile-verify-modal__icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#ffcf48,#f0a400);display:grid;place-items:center;font-size:28px;font-weight:900;margin-bottom:16px;box-shadow:0 12px 30px rgba(240,164,0,.2)}.profile-verify-modal h2{margin:0;font-size:28px}.profile-verify-modal__lead{margin:8px 0 18px;color:#68707c;line-height:1.5}.profile-verify-pending{margin:0 0 14px;padding:11px 13px;border-radius:13px;background:#fff6d8;color:#7d5a00;font-weight:750}.profile-verify-error{margin:0 0 14px;padding:11px 13px;border-radius:13px;background:#fff0f0;color:#a92222}.profile-verify-form{display:grid;gap:14px}.profile-verify-type{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-verify-type label{position:relative}.profile-verify-type input{position:absolute;opacity:0;pointer-events:none}.profile-verify-type span{display:block;height:100%;padding:15px;border:1px solid #e1e5ea;border-radius:16px;background:#fff;cursor:pointer;box-sizing:border-box}.profile-verify-type b{display:block;margin-bottom:5px}.profile-verify-type small{display:block;color:#7a828e;line-height:1.35}.profile-verify-type input:checked+span{border-color:#e7b331;background:#fff9df;box-shadow:0 0 0 3px rgba(231,179,49,.12)}.profile-verify-upload{position:relative;display:grid;place-items:center;text-align:center;padding:21px;border:1.5px dashed #ccd2db;border-radius:16px;background:#fafbfc;cursor:pointer}.profile-verify-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.profile-verify-upload b{font-size:15px}.profile-verify-upload small{margin-top:4px;color:#858d98}.profile-verify-note{display:grid;gap:7px;color:#4e5661;font-size:13px;font-weight:750}.profile-verify-note textarea{min-height:86px;border:1px solid #dce1e7;border-radius:14px;padding:12px;font:inherit;resize:vertical}.profile-verify-security{display:grid;gap:5px;padding:13px 15px;border-radius:15px;background:#f5f7f9;border:1px solid #eaedf1}.profile-verify-security b{font-size:13px}.profile-verify-security span{font-size:12px;color:#727b87;line-height:1.45}.profile-verify-submit{height:48px;border:0;border-radius:14px;background:linear-gradient(135deg,#1f2329,#3b4048);color:#fff;font:inherit;font-weight:850;cursor:pointer}.profile-verify-open{overflow:hidden}@media(max-width:767px){.profile-dashboard__top{align-items:flex-start}.profile-verify-button{padding:11px 13px;font-size:12px}.profile-verify-modal{padding:0;place-items:end center}.profile-verify-modal__dialog{width:100%;max-height:94vh;border-radius:25px 25px 0 0;padding:22px}.profile-verify-type{grid-template-columns:1fr}}
