:root{--tkm-account-green:#009b50;--tkm-account-dark:#0b3a2d;--tkm-account-red:#e5232c;--tkm-account-ink:#0d251d;--tkm-account-muted:#6f837b;--tkm-account-line:#dbe8e1;--tkm-account-soft:#f4f9f6}
.tkm-account-app{width:100%;max-width:1500px;margin:0 auto;padding:24px;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--tkm-account-ink);background:#fff}
.tkm-account-app *{box-sizing:border-box}.tkm-account-app svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tkm-account-app button,.tkm-account-app input,.tkm-account-app select,.tkm-account-app textarea{font:inherit}.tkm-account-app :is(h1,h2,h3,h4,strong,b,button){font-weight:500}.tkm-account-app a{text-decoration:none}.tkm-account-app img{max-width:100%}
.tkm-account-notice{display:flex;align-items:flex-start;gap:11px;margin:0 auto 16px;max-width:1500px;padding:13px 15px;border:1px solid;border-radius:15px;font-size:13px;line-height:1.55}.tkm-account-notice__icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:9px}.tkm-account-notice__icon svg{width:15px;height:15px}.tkm-account-notice.is-success{background:#effaf4;border-color:#bfe8cf;color:#17623e}.tkm-account-notice.is-success .tkm-account-notice__icon{background:#d9f4e4}.tkm-account-notice.is-error{background:#fff4f4;border-color:#f1cdcd;color:#8a3030}.tkm-account-notice.is-error .tkm-account-notice__icon{background:#ffe3e3}.tkm-account-notice.is-warning{background:#fff9ed;border-color:#f2dfb4;color:#7b5a16}.tkm-account-notice.is-warning .tkm-account-notice__icon{background:#fff0c9}
/* Auth */
.tkm-auth-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);min-height:720px;border:1px solid var(--tkm-account-line);border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 28px 80px rgba(8,50,35,.09)}
.tkm-auth-visual{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;padding:48px;min-width:0;color:#fff;background:linear-gradient(145deg,#052f25 0%,#0b4936 65%,#0e6343 100%);overflow:hidden}.tkm-auth-visual:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 15% 18%,rgba(0,195,103,.18),transparent 30%),radial-gradient(circle at 88% 74%,rgba(229,35,44,.11),transparent 28%),linear-gradient(135deg,transparent 0 46%,rgba(255,255,255,.035) 46% 47%,transparent 47% 100%);background-size:auto,auto,74px 74px}.tkm-auth-visual__glow{position:absolute;width:420px;height:420px;border-radius:50%;right:-200px;top:-130px;background:rgba(0,211,111,.14);filter:blur(6px);z-index:-1}.tkm-auth-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(16px);font-size:11px;letter-spacing:.1em}.tkm-auth-badge svg{width:14px;color:#71efae}.tkm-auth-visual__copy{max-width:680px;margin:70px 0 50px}.tkm-auth-kicker{display:block;margin-bottom:14px;color:#77efb2;font-size:11px;letter-spacing:.14em}.tkm-auth-visual__copy h1{margin:0 0 18px;font-size:clamp(44px,4.5vw,68px);line-height:1.02;color:#fff}.tkm-auth-visual__copy p{margin:0;max-width:600px;font-size:15px;line-height:1.75;color:rgba(255,255,255,.72)}.tkm-auth-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tkm-auth-benefits>div{display:flex;flex-direction:column;min-height:118px;padding:15px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.075);backdrop-filter:blur(15px)}.tkm-auth-benefits>div>span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:13px;border-radius:11px;background:rgba(107,239,171,.12);color:#79efb3}.tkm-auth-benefits svg{width:18px}.tkm-auth-benefits strong{font-size:13px;color:#fff}.tkm-auth-benefits small{margin-top:6px;font-size:11px;line-height:1.5;color:rgba(255,255,255,.6)}
.tkm-auth-panel{padding:42px;background:linear-gradient(180deg,#fff,#fbfdfc);overflow:auto}.tkm-auth-panel__brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.tkm-auth-panel__mark{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#eaf7f0;color:var(--tkm-account-green)}.tkm-auth-panel__mark svg{width:22px}.tkm-auth-panel__brand div{display:flex;flex-direction:column}.tkm-auth-panel__brand div span{font-size:11px;letter-spacing:.14em;color:#7b9087}.tkm-auth-panel__brand div strong{font-size:15px}.tkm-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:28px;padding:5px;border:1px solid var(--tkm-account-line);border-radius:15px;background:#f2f7f4}.tkm-auth-tabs button{min-height:44px;border:0;border-radius:11px;background:transparent;color:#687b74;cursor:pointer;font-size:12px}.tkm-auth-tabs button.is-active{background:#fff;color:var(--tkm-account-dark);box-shadow:0 8px 20px rgba(8,50,35,.06)}.tkm-auth-pane{display:none}.tkm-auth-pane.is-active{display:block}.tkm-auth-heading{margin-bottom:22px}.tkm-auth-heading>span{display:block;margin-bottom:8px;color:var(--tkm-account-green);font-size:11px;letter-spacing:.13em}.tkm-auth-heading h2{margin:0 0 8px;font-size:31px;line-height:1.15}.tkm-auth-heading p{margin:0;color:var(--tkm-account-muted);font-size:12px;line-height:1.65}.tkm-account-form{display:grid;gap:14px}.tkm-account-form>label,.tkm-form-grid>label,.tkm-password-card>label{display:grid;gap:7px;color:#294239;font-size:11px}.tkm-account-form input,.tkm-account-form select,.tkm-account-form textarea,.tkm-profile-form input,.tkm-profile-form select,.tkm-profile-form textarea,.tkm-password-card input{width:100%;min-height:49px;border:1px solid #cfe0d7;border-radius:13px;background:#fbfdfc;color:#19382d;outline:0;padding:0 14px;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.tkm-account-form textarea,.tkm-profile-form textarea{padding:13px 14px}.tkm-account-form input:focus,.tkm-account-form select:focus,.tkm-profile-form input:focus,.tkm-profile-form select:focus,.tkm-profile-form textarea:focus,.tkm-password-card input:focus{border-color:rgba(0,155,80,.58);background:#fff;box-shadow:0 0 0 4px rgba(0,155,80,.08)}.tkm-input-icon,.tkm-password-input{position:relative}.tkm-input-icon>svg,.tkm-password-input>svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:17px;color:#7f938b}.tkm-input-icon input,.tkm-password-input:not(.plain) input{padding-left:43px}.tkm-password-input input{padding-right:52px}.tkm-password-input button{position:absolute;right:7px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:10px;background:#eef6f2;color:#467063;cursor:pointer}.tkm-password-input button svg{width:17px}.tkm-form-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:11px}.tkm-form-row>a{color:var(--tkm-account-green)}.tkm-check{display:flex!important;align-items:flex-start;grid-template-columns:auto 1fr!important;gap:9px!important;cursor:pointer}.tkm-check input{width:16px!important;height:16px!important;min-height:0!important;margin-top:1px;accent-color:var(--tkm-account-green)}.tkm-check span{color:#657a72;line-height:1.45}.tkm-auth-submit,.tkm-primary-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 18px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--tkm-account-green),#12b96a);color:#fff!important;cursor:pointer;font-size:12px;box-shadow:0 12px 26px rgba(0,155,80,.16)}.tkm-auth-submit svg,.tkm-primary-action svg{width:16px}.tkm-auth-submit:hover,.tkm-primary-action:hover{filter:brightness(1.03)}.tkm-verify-resend{margin-top:16px;border-top:1px solid #edf2ef;padding-top:14px;color:#657970;font-size:11px}.tkm-verify-resend summary{cursor:pointer;color:var(--tkm-account-green)}.tkm-verify-resend form{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:10px}.tkm-verify-resend input{min-height:42px;border:1px solid #d5e4dc;border-radius:11px;padding:0 12px}.tkm-verify-resend button{border:0;border-radius:11px;padding:0 14px;background:#e9f6ef;color:#087345;cursor:pointer}.tkm-role-picker{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-bottom:2px}.tkm-role-picker label{cursor:pointer}.tkm-role-picker input{position:absolute;opacity:0;pointer-events:none}.tkm-role-picker label>span{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:76px;padding:8px;border:1px solid #d9e6e0;border-radius:13px;background:#fbfdfc;color:#657a72;text-align:center}.tkm-role-picker svg{width:18px}.tkm-role-picker b{font-size:11px}.tkm-role-picker input:checked+span{border-color:rgba(0,155,80,.38);background:#eef9f3;color:#087345;box-shadow:0 0 0 3px rgba(0,155,80,.06)}.tkm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tkm-col-2{grid-column:1/-1}.tkm-form-grid .is-hidden{display:none}.tkm-terms{margin-top:3px}.tkm-honeypot{position:absolute!important;left:-99999px!important;top:auto!important;width:1px!important;height:1px!important;opacity:0!important}
/* Dashboard */
.tkm-dashboard-shell{display:grid;gap:18px}.tkm-dashboard-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;padding:30px;border-radius:28px;background:linear-gradient(135deg,#073427,#0b4b37 64%,#0a5e3e);color:#fff;box-shadow:0 22px 58px rgba(7,52,39,.12);overflow:hidden;position:relative}.tkm-dashboard-hero:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-140px;top:-180px;background:rgba(0,190,98,.13)}.tkm-dashboard-avatar{position:relative;width:88px;height:88px;z-index:1}.tkm-dashboard-avatar img{width:100%;height:100%;object-fit:cover;border-radius:24px;border:3px solid rgba(255,255,255,.8);box-shadow:0 10px 25px rgba(0,0,0,.18)}.tkm-online-dot{position:absolute;right:-2px;bottom:5px;width:16px;height:16px;border:3px solid #0b4936;border-radius:50%;background:#24d376}.tkm-dashboard-hero__copy{z-index:1}.tkm-dashboard-kicker{display:flex;align-items:center;gap:8px;margin-bottom:6px;color:#78efb2;font-size:11px;letter-spacing:.13em}.tkm-dashboard-kicker i{width:7px;height:7px;border-radius:50%;background:#20ce70;box-shadow:0 0 0 6px rgba(32,206,112,.09)}.tkm-dashboard-hero h1{margin:0 0 7px;color:#fff;font-size:32px}.tkm-dashboard-hero p{margin:0;color:rgba(255,255,255,.68);font-size:12px}.tkm-dashboard-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.tkm-dashboard-badges span{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.07);font-size:11px;color:rgba(255,255,255,.78)}.tkm-dashboard-badges svg{width:12px}.tkm-dashboard-badges .is-verified{color:#8af4bd}.tkm-dashboard-hero__actions{display:flex;gap:8px;z-index:1}.tkm-soft-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 17px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.08);color:#fff!important;font-size:11px}.tkm-soft-action svg{width:15px}.tkm-dashboard-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.tkm-dashboard-sidebar{position:sticky;top:20px;padding:14px;border:1px solid var(--tkm-account-line);border-radius:23px;background:#fff;box-shadow:0 15px 40px rgba(8,50,35,.05)}.tkm-dashboard-user-card{display:flex;align-items:center;gap:10px;padding:8px 7px 14px;border-bottom:1px solid #e9f0ec}.tkm-dashboard-user-card img{width:46px;height:46px;object-fit:cover;border-radius:14px}.tkm-dashboard-user-card div{min-width:0;display:flex;flex-direction:column}.tkm-dashboard-user-card strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tkm-dashboard-user-card span{margin-top:3px;color:#8a9a94;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tkm-dashboard-nav{display:grid;gap:5px;padding:12px 0}.tkm-dashboard-nav a{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:44px;padding:0 11px;border-radius:12px;color:#62776f;font-size:11px}.tkm-dashboard-nav a svg{width:16px}.tkm-dashboard-nav a b{display:grid;place-items:center;min-width:25px;height:25px;padding:0 6px;border:1px solid #d8e5df;border-radius:999px;background:#fff;color:#7b8e87;font-size:11px}.tkm-dashboard-nav a:hover,.tkm-dashboard-nav a.is-active{background:#eaf7f0;color:#087345}.tkm-dashboard-logout{display:flex;align-items:center;gap:9px;padding:12px 10px 4px;color:#8b5d5d!important;font-size:11px;border-top:1px solid #e9f0ec}.tkm-dashboard-logout svg{width:16px}.tkm-dashboard-main{min-width:0}.tkm-dashboard-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:8px 0 18px}.tkm-dashboard-section-head>div>span,.tkm-card-head>div>span{display:block;margin-bottom:6px;color:#087345;font-size:11px;letter-spacing:.14em}.tkm-dashboard-section-head h2{margin:0 0 7px;font-size:29px;line-height:1.12}.tkm-dashboard-section-head p{margin:0;max-width:720px;color:var(--tkm-account-muted);font-size:11px;line-height:1.65}.tkm-stat-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.tkm-stat-card{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;column-gap:10px;min-height:144px;padding:18px;border:1px solid var(--tkm-account-line);border-radius:20px;background:linear-gradient(145deg,#fff,#f8fcfa);box-shadow:0 12px 30px rgba(8,50,35,.035)}.tkm-stat-card:after{content:"";position:absolute;width:88px;height:88px;right:-28px;bottom:-32px;border-radius:50%;background:#eff7f3}.tkm-stat-card__icon{grid-column:2;grid-row:1/3;display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:#eaf7f0;color:#079750;z-index:1}.tkm-stat-card__icon svg{width:18px}.tkm-stat-card>span{grid-column:1;grid-row:1;color:#72867e;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.tkm-stat-card>strong{grid-column:1;grid-row:2;margin-top:7px;font-size:27px;line-height:1}.tkm-stat-card>small{grid-column:1/-1;grid-row:3;align-self:end;margin-top:14px;color:#8b9b95;font-size:11px;z-index:1}.tkm-overview-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:14px;margin-bottom:14px}.tkm-dashboard-card{border:1px solid var(--tkm-account-line);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(8,50,35,.045)}.tkm-profile-progress-card,.tkm-quick-actions,.tkm-security-status,.tkm-password-card,.tkm-preferences-card,.tkm-session-card{padding:20px}.tkm-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.tkm-card-head h3{margin:0;font-size:18px}.tkm-card-head>a{display:inline-flex;align-items:center;gap:6px;color:#087345;font-size:11px}.tkm-card-head>a svg{width:13px}.tkm-profile-progress-card>p{margin:16px 0;color:#70837c;font-size:11px;line-height:1.6}.tkm-progress-ring{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:conic-gradient(var(--tkm-account-green) calc(var(--value)*1%),#eaf1ed 0);position:relative}.tkm-progress-ring:before{content:"";position:absolute;inset:6px;border-radius:50%;background:#fff}.tkm-progress-ring strong{z-index:1;font-size:13px}.tkm-progress-bar{height:7px;border-radius:999px;background:#edf3f0;overflow:hidden}.tkm-progress-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#00a456,#25d47d)}.tkm-profile-progress-card>a{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:#087345;font-size:11px}.tkm-profile-progress-card>a svg{width:13px}.tkm-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.tkm-quick-grid a{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:9px;padding:12px;border:1px solid #e2ebe6;border-radius:15px;color:#17362b;background:#fbfdfc}.tkm-quick-grid a>svg{grid-row:1/3;width:18px;align-self:center;color:#079950}.tkm-quick-grid strong{font-size:11px}.tkm-quick-grid small{margin-top:3px;color:#879890;font-size:11px}.tkm-recent-ads{padding:20px}.tkm-recent-list{display:grid;gap:0;margin-top:14px}.tkm-dashboard-ad-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto 34px;align-items:center;gap:11px;padding:11px 0;border-top:1px solid #edf2ef}.tkm-dashboard-ad-row:first-child{border-top:0}.tkm-dashboard-ad-row>img{width:58px;height:50px;object-fit:cover;border-radius:12px;background:#eef4f1}.tkm-dashboard-ad-copy{min-width:0}.tkm-dashboard-ad-copy>span{color:#08964f;font-size:11px;text-transform:uppercase;letter-spacing:.09em}.tkm-dashboard-ad-copy h4{margin:3px 0;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tkm-dashboard-ad-copy small{color:#93a19c;font-size:11px}.tkm-dashboard-ad-price{font-size:11px;color:#244137}.tkm-status{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:11px;white-space:nowrap;background:#eef4f1;color:#647a72}.tkm-status.is-publish{background:#e7f8ef;color:#087345}.tkm-status.is-pending{background:#fff5dc;color:#8e6815}.tkm-status.is-draft{background:#f1f3f2;color:#687b74}.tkm-status.is-tkm_paused{background:#edf1ff;color:#4b5da0}.tkm-status.is-tkm_sold,.tkm-status.is-tkm_rented{background:#ecf7ff;color:#256887}.tkm-status.is-tkm_rejected{background:#fff0f0;color:#a13f3f}.tkm-round-link{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e9f7ef;color:#078d4a}.tkm-round-link svg{width:14px}.tkm-dashboard-empty{text-align:center;padding:38px 18px}.tkm-dashboard-empty>span{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 12px;border-radius:16px;background:#eaf7f0;color:#078f4b}.tkm-dashboard-empty>span svg{width:23px}.tkm-dashboard-empty h4{margin:0 0 6px;font-size:16px}.tkm-dashboard-empty p{margin:0 auto 16px;max-width:420px;color:#7c8e87;font-size:11px}
/* My ads */
.tkm-ad-filters{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.tkm-ad-filters a{padding:8px 11px;border:1px solid var(--tkm-account-line);border-radius:999px;color:#657970;background:#fff;font-size:11px}.tkm-ad-filters a.is-active{border-color:#bfe3cf;background:#eaf7f0;color:#087345}.tkm-my-ads-card{padding:14px}.tkm-my-ads-list{display:grid;gap:9px}.tkm-manage-ad{display:grid;grid-template-columns:116px minmax(0,1fr) auto;align-items:center;gap:15px;padding:10px;border:1px solid #e5ede9;border-radius:17px;background:#fcfefd}.tkm-manage-ad__media{position:relative}.tkm-manage-ad__media img{display:block;width:116px;height:86px;object-fit:cover;border-radius:13px}.tkm-manage-ad__media .tkm-status{position:absolute;left:7px;bottom:7px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px)}.tkm-manage-ad__body{min-width:0;display:flex;flex-direction:column}.tkm-manage-ad__body>span{color:#07934d;font-size:11px;text-transform:uppercase;letter-spacing:.09em}.tkm-manage-ad__body h3{margin:4px 0 7px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tkm-manage-ad__body strong{font-size:11px}.tkm-manage-ad__body small{margin-top:5px;color:#8d9c96;font-size:11px}.tkm-manage-ad__actions{display:flex;align-items:center;gap:6px}.tkm-manage-ad__actions>a{display:inline-flex;align-items:center;gap:5px;min-height:36px;padding:0 10px;border:1px solid #dbe7e1;border-radius:10px;color:#557169;font-size:11px;background:#fff}.tkm-manage-ad__actions>a svg{width:13px}.tkm-ad-action-form{display:grid;grid-template-columns:auto 34px;gap:4px}.tkm-ad-action-form select{max-width:110px;min-height:36px;border:1px solid #dbe7e1;border-radius:10px;background:#fff;padding:0 7px;font-size:11px;color:#657970}.tkm-ad-action-form button{display:grid;place-items:center;width:34px;height:36px;border:1px solid #dbe7e1;border-radius:10px;background:#fff;color:#687e75;cursor:pointer}.tkm-ad-action-form button svg{width:15px}
/* Profile */
.tkm-profile-form{overflow:hidden}.tkm-profile-photo-row{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:22px;padding:22px;border-bottom:1px solid #e8efeb;background:linear-gradient(120deg,#fbfdfc,#f4faf7)}.tkm-profile-photo-row>img{width:120px;height:120px;object-fit:cover;border-radius:28px;border:1px solid #d8e6df;background:#edf4f1}.tkm-profile-photo-row>div>span{display:block;margin-bottom:5px;color:#087345;font-size:11px;letter-spacing:.13em}.tkm-profile-photo-row h3{margin:0 0 6px;font-size:18px}.tkm-profile-photo-row p{margin:0 0 12px;color:#7c8f87;font-size:11px}.tkm-upload-button{display:inline-flex;align-items:center;gap:7px;min-height:39px;padding:0 12px;border:1px solid #cfe1d7;border-radius:11px;background:#fff;color:#1d4738;cursor:pointer;font-size:11px}.tkm-upload-button svg{width:14px}.tkm-upload-button input{display:none}.tkm-profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:22px}.tkm-profile-fields label{display:grid;gap:7px;font-size:11px}.tkm-profile-fields textarea{min-height:120px;resize:vertical}.tkm-profile-form__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 22px;border-top:1px solid #e8efeb;background:#fbfdfc}.tkm-profile-form__foot>span{display:flex;align-items:center;gap:6px;color:#81928c;font-size:11px}.tkm-profile-form__foot>span svg{width:14px;color:#07964e}
/* Security */
.tkm-security-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tkm-security-line{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #edf2ef}.tkm-security-line:first-of-type{margin-top:12px}.tkm-security-line>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf7f0;color:#078f4a}.tkm-security-line>span svg{width:17px}.tkm-security-line>div{display:flex;flex-direction:column}.tkm-security-line strong{font-size:11px}.tkm-security-line small{margin-top:3px;color:#899991;font-size:11px}.tkm-security-line>b{padding:6px 8px;border-radius:999px;font-size:11px;background:#f0f3f1;color:#74867f}.tkm-security-line>b.is-ok{background:#e7f8ef;color:#087345}.tkm-security-line>b.is-warn{background:#fff5dc;color:#8e6815}.tkm-password-card{display:grid;gap:11px}.tkm-password-card .tkm-card-head{margin-bottom:2px}.tkm-password-card .tkm-primary-action{justify-self:start;min-height:43px;margin-top:4px}.tkm-preferences-card{grid-column:1/-1}.tkm-pref-toggle{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;border-top:1px solid #edf2ef;cursor:pointer}.tkm-pref-toggle:first-of-type{margin-top:10px}.tkm-pref-toggle>span{display:flex;flex-direction:column}.tkm-pref-toggle strong{font-size:11px}.tkm-pref-toggle small{margin-top:3px;color:#899991;font-size:11px}.tkm-pref-toggle input{position:absolute;opacity:0}.tkm-pref-toggle i{position:relative;width:39px;height:23px;border-radius:999px;background:#d8e2dd;transition:.2s}.tkm-pref-toggle i:after{content:"";position:absolute;width:17px;height:17px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.12);transition:.2s}.tkm-pref-toggle input:checked+i{background:#00a456}.tkm-pref-toggle input:checked+i:after{transform:translateX(16px)}.tkm-soft-save{min-height:39px;justify-self:start;margin-top:10px;padding:0 13px;border:1px solid #cfe0d7;border-radius:11px;background:#eef8f3;color:#087345;cursor:pointer;font-size:11px}.tkm-session-card{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:14px}.tkm-session-card .tkm-card-head{margin-right:auto}.tkm-session-card>p{margin:0;color:#758981;font-size:11px}.tkm-danger-soft{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;border:1px solid #efd0d0;border-radius:11px;background:#fff6f6;color:#9b4141!important;font-size:11px}.tkm-danger-soft svg{width:14px}
/* Astra/Elementor friendliness */
.tkm-account-page .site-content>.ast-container,.tkm-account-page #primary,.tkm-account-page .site-main,.tkm-account-page article,.tkm-account-page .entry-content{max-width:none!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.tkm-account-page .entry-content>.tkm-account-app{margin-left:auto!important;margin-right:auto!important}
@media(max-width:1180px){.tkm-auth-shell{grid-template-columns:1fr 1fr}.tkm-auth-visual{padding:34px}.tkm-auth-panel{padding:32px}.tkm-role-picker{grid-template-columns:repeat(3,minmax(0,1fr))}.tkm-dashboard-layout{grid-template-columns:220px minmax(0,1fr)}.tkm-dashboard-hero{grid-template-columns:auto 1fr}.tkm-dashboard-hero__actions{grid-column:1/-1}.tkm-stat-cards{grid-template-columns:1fr 1fr}.tkm-overview-grid{grid-template-columns:1fr}.tkm-manage-ad{grid-template-columns:100px minmax(0,1fr)}.tkm-manage-ad__actions{grid-column:1/-1;padding:0 4px 4px}.tkm-manage-ad__media img{width:100px}}
@media(max-width:900px){.tkm-account-app{padding:18px}.tkm-auth-shell{grid-template-columns:1fr}.tkm-auth-panel{order:1}.tkm-auth-visual{order:2;min-height:520px}.tkm-auth-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}.tkm-dashboard-hero{grid-template-columns:auto 1fr;align-items:start}.tkm-dashboard-layout{grid-template-columns:1fr}.tkm-dashboard-sidebar{position:static;padding:10px;overflow:hidden}.tkm-dashboard-user-card{display:none}.tkm-dashboard-nav{display:flex;overflow-x:auto;gap:6px;padding:0 0 4px;scrollbar-width:none}.tkm-dashboard-nav::-webkit-scrollbar{display:none}.tkm-dashboard-nav a{flex:0 0 auto;grid-template-columns:18px auto auto;min-height:40px}.tkm-dashboard-logout{display:none}.tkm-dashboard-section-head{margin-top:2px}.tkm-security-grid{grid-template-columns:1fr}.tkm-preferences-card,.tkm-session-card{grid-column:auto}.tkm-profile-fields{grid-template-columns:1fr 1fr}.tkm-dashboard-ad-row{grid-template-columns:54px minmax(0,1fr) auto 32px}.tkm-dashboard-ad-price{display:none}.tkm-dashboard-ad-row>.tkm-status{display:none}}
@media(max-width:640px){.tkm-account-app{padding:15px}.tkm-auth-shell{border-radius:22px}.tkm-auth-panel{padding:22px 16px}.tkm-auth-panel__brand{margin-bottom:20px}.tkm-auth-heading h2{font-size:25px}.tkm-auth-tabs{margin-bottom:20px}.tkm-form-grid{grid-template-columns:1fr}.tkm-col-2{grid-column:auto}.tkm-role-picker{grid-template-columns:1fr 1fr}.tkm-role-picker label>span{min-height:68px}.tkm-auth-visual{padding:26px 18px;min-height:500px}.tkm-auth-visual__copy{margin:45px 0 30px}.tkm-auth-visual__copy h1{font-size:34px}.tkm-auth-benefits{grid-template-columns:1fr;gap:8px}.tkm-auth-benefits>div{min-height:0}.tkm-dashboard-hero{grid-template-columns:66px minmax(0,1fr);gap:14px;padding:20px 17px;border-radius:22px}.tkm-dashboard-avatar{width:66px;height:66px}.tkm-dashboard-avatar img{border-radius:19px}.tkm-dashboard-hero h1{font-size:25px}.tkm-dashboard-hero__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.tkm-dashboard-hero__actions a{padding:0 10px}.tkm-dashboard-badges{grid-column:1/-1}.tkm-dashboard-section-head{align-items:flex-start;flex-direction:column}.tkm-dashboard-section-head h2{font-size:24px}.tkm-dashboard-section-head .tkm-primary-action{width:100%}.tkm-stat-cards{grid-template-columns:1fr 1fr;gap:9px}.tkm-stat-card{min-height:128px;padding:14px}.tkm-stat-card>strong{font-size:24px}.tkm-stat-card__icon{width:34px;height:34px}.tkm-quick-grid{grid-template-columns:1fr}.tkm-profile-progress-card,.tkm-quick-actions,.tkm-recent-ads,.tkm-security-status,.tkm-password-card,.tkm-preferences-card,.tkm-session-card{padding:16px}.tkm-dashboard-ad-row{grid-template-columns:48px minmax(0,1fr) 30px;gap:8px}.tkm-dashboard-ad-row>img{width:48px;height:44px}.tkm-dashboard-ad-price,.tkm-dashboard-ad-row>.tkm-status{display:none}.tkm-round-link{width:30px;height:30px}.tkm-manage-ad{grid-template-columns:82px minmax(0,1fr);gap:10px;padding:8px}.tkm-manage-ad__media img{width:82px;height:72px}.tkm-manage-ad__actions{display:grid;grid-template-columns:1fr 1fr}.tkm-manage-ad__actions>a{justify-content:center}.tkm-ad-action-form{grid-column:1/-1;grid-template-columns:1fr 38px}.tkm-ad-action-form select{max-width:none}.tkm-profile-photo-row{grid-template-columns:82px 1fr;gap:15px;padding:17px}.tkm-profile-photo-row>img{width:82px;height:82px;border-radius:20px}.tkm-profile-fields{grid-template-columns:1fr;padding:17px}.tkm-profile-form__foot{align-items:stretch;flex-direction:column;padding:14px 17px}.tkm-profile-form__foot .tkm-primary-action{width:100%}.tkm-security-line{grid-template-columns:34px minmax(0,1fr);align-items:start}.tkm-security-line>b{grid-column:2;justify-self:start}.tkm-session-card{align-items:flex-start;flex-direction:column}.tkm-session-card .tkm-card-head{margin-right:0}.tkm-auth-submit{width:100%}}
@media(max-width:420px){.tkm-stat-cards{grid-template-columns:1fr}.tkm-dashboard-hero__actions{grid-template-columns:1fr}.tkm-role-picker{grid-template-columns:1fr 1fr}.tkm-form-row{align-items:flex-start;flex-direction:column}.tkm-verify-resend form{grid-template-columns:1fr}.tkm-manage-ad__actions{grid-template-columns:1fr}.tkm-ad-action-form{grid-column:auto}.tkm-auth-benefits>div{padding:12px}.tkm-dashboard-nav a{padding:0 9px}}
.tkm-turnstile-wrap{display:flex;justify-content:flex-start;min-height:65px;padding:2px 0;overflow:hidden}
@media(max-width:380px){.tkm-turnstile-wrap{transform:scale(.88);transform-origin:left top;margin-bottom:-7px}}

/* ========================================================================
   Phase 03.1 — Advanced account/dashboard refinement
   ======================================================================== */
.tkm-account-app{
  --tkm-ui-min-font:11px;
}

/* Reduce the oversized account hero title while keeping clear hierarchy. */
.tkm-auth-visual__copy h1{
  font-size:clamp(38px,3.8vw,54px);
  line-height:1.04;
  letter-spacing:-.025em;
  max-width:620px;
}
.tkm-auth-heading h2{font-size:28px;letter-spacing:-.015em}
.tkm-dashboard-section-head h2{font-size:27px;letter-spacing:-.015em}

/* All plugin-created frontend microcopy is kept at 11px or larger. */
.tkm-account-app :is(
  .tkm-auth-badge,.tkm-auth-kicker,.tkm-auth-benefits small,
  .tkm-auth-panel__brand div span,.tkm-account-form>label,.tkm-form-grid>label,
  .tkm-password-card>label,.tkm-form-row,.tkm-verify-resend,.tkm-role-picker b,
  .tkm-dashboard-kicker,.tkm-dashboard-badges span,.tkm-dashboard-user-card span,
  .tkm-dashboard-nav a,.tkm-dashboard-nav a b,.tkm-dashboard-logout,
  .tkm-dashboard-section-head>div>span,.tkm-card-head>div>span,
  .tkm-stat-card>span,.tkm-stat-card>small,.tkm-card-head>a,
  .tkm-profile-progress-card>p,.tkm-profile-progress-card>a,
  .tkm-quick-grid strong,.tkm-quick-grid small,.tkm-dashboard-ad-copy>span,
  .tkm-dashboard-ad-copy small,.tkm-dashboard-ad-price,.tkm-status,
  .tkm-dashboard-empty p,.tkm-ad-filters a,.tkm-manage-ad__body>span,
  .tkm-manage-ad__body strong,.tkm-manage-ad__body small,
  .tkm-manage-ad__actions>a,.tkm-ad-action-form select,
  .tkm-profile-photo-row>div>span,.tkm-profile-photo-row p,.tkm-upload-button,
  .tkm-profile-fields label,.tkm-profile-form__foot>span,.tkm-security-line strong,
  .tkm-security-line small,.tkm-security-line>b,.tkm-pref-toggle strong,
  .tkm-pref-toggle small,.tkm-soft-save,.tkm-session-card>p,.tkm-danger-soft
){font-size:11px!important}

/* Maintain a clean, medium-weight visual language throughout Phase 03. */
.tkm-account-app :is(h1,h2,h3,h4,h5,h6,strong,b,label,a,button,input,select,textarea,span,small,p){font-weight:inherit}
.tkm-account-app :is(h1,h2,h3,h4,h5,h6,strong,b,button,.tkm-primary-action,.tkm-auth-submit){font-weight:500!important}

/* More premium cards and cleaner dashboard rhythm. */
.tkm-dashboard-shell{gap:20px}
.tkm-dashboard-hero{border:1px solid rgba(255,255,255,.10);box-shadow:0 24px 64px rgba(7,52,39,.14)}
.tkm-dashboard-sidebar,.tkm-dashboard-card{box-shadow:0 16px 44px rgba(8,50,35,.055)}
.tkm-stat-card{min-height:150px;padding:19px}
.tkm-stat-card>strong{font-size:26px}
.tkm-dashboard-nav a{transition:background .2s ease,color .2s ease,transform .2s ease}
.tkm-dashboard-nav a:hover{transform:translateX(2px)}

@media(max-width:900px){
  .tkm-auth-visual__copy h1{font-size:36px}
  .tkm-dashboard-section-head h2{font-size:24px}
  .tkm-dashboard-nav a:hover{transform:none}
}
@media(max-width:640px){
  .tkm-auth-visual__copy h1{font-size:30px;line-height:1.08}
  .tkm-auth-heading h2{font-size:23px}
  .tkm-dashboard-section-head h2{font-size:22px}
  .tkm-dashboard-hero h1{font-size:23px}
  .tkm-dashboard-hero p{line-height:1.6}
}

/* Phase 04 requested account refinements */
.tkm-auth-visual__copy h1{font-size:clamp(32px,3.35vw,46px)!important;line-height:1.06!important}
@media(max-width:640px){.tkm-auth-visual__copy h1{font-size:28px!important}}

/* Phase 05 dashboard action-menu repair */
.tkm-manage-ad{overflow:visible}.tkm-manage-ad__actions{position:relative;flex-wrap:nowrap;justify-content:flex-end;min-width:0}.tkm-ad-more-menu{position:relative;flex:0 0 auto}.tkm-ad-more-menu>summary{list-style:none;display:grid;place-items:center;width:38px;height:38px;border:1px solid #dbe7e1;border-radius:11px;background:#fff;color:#687e75;cursor:pointer}.tkm-ad-more-menu>summary::-webkit-details-marker{display:none}.tkm-ad-more-menu>summary svg{width:16px}.tkm-ad-more-menu[open]>summary{border-color:#9fd3b7;background:#edf8f2;color:#078b49}.tkm-ad-more-menu__panel{position:absolute;z-index:50;right:0;top:44px;width:168px;padding:7px;border:1px solid #dce8e2;border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(5,47,35,.15)}.tkm-ad-action-form{display:block!important}.tkm-ad-action-form button{display:flex!important;align-items:center;justify-content:flex-start;width:100%!important;height:auto!important;min-height:38px;padding:0 11px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#385a4d!important;font-size:11px!important;white-space:nowrap}.tkm-ad-action-form button:hover{background:#eff8f3!important;color:#087344!important}.tkm-ad-action-form button.is-danger{color:#a24141!important}.tkm-ad-action-form button.is-danger:hover{background:#fff1f1!important;color:#a24141!important}
@media(max-width:760px){.tkm-manage-ad{grid-template-columns:88px minmax(0,1fr);align-items:start}.tkm-manage-ad__media img{width:88px;height:78px}.tkm-manage-ad__actions{grid-column:1/-1;width:100%;justify-content:flex-start;padding-top:3px}.tkm-manage-ad__actions>a{flex:1 1 auto;justify-content:center}.tkm-ad-more-menu{margin-left:auto}.tkm-ad-more-menu__panel{right:0}}

/* Phase 06 robust My Ads overflow menu */
.tkm-manage-ad{position:relative;overflow:visible!important;padding-right:12px}.tkm-manage-ad__actions{min-width:max-content;overflow:visible!important}.tkm-ad-more-menu{position:relative;flex:0 0 40px;z-index:12}.tkm-ad-more-trigger{display:grid!important;place-items:center!important;width:40px!important;height:38px!important;min-width:40px!important;min-height:38px!important;padding:0!important;border:1px solid #dbe7e1!important;border-radius:10px!important;background:#fff!important;color:#687e75!important;cursor:pointer}.tkm-ad-more-trigger svg{width:16px!important}.tkm-ad-more-trigger[aria-expanded="true"]{border-color:#9fd3b7!important;background:#edf8f2!important;color:#078b49!important}.tkm-ad-more-menu__panel[hidden]{display:none!important}.tkm-ad-more-menu__panel.is-open{display:block!important}.tkm-ad-more-menu__panel{right:0!important;top:44px!important;min-width:180px!important;width:180px!important;max-width:min(180px,calc(100vw - 30px));overflow:hidden}.tkm-my-ads-card{overflow:visible!important}.tkm-my-ads-list{overflow:visible!important}
@media(max-width:900px){.tkm-manage-ad{grid-template-columns:104px minmax(0,1fr);gap:12px}.tkm-manage-ad__media img{width:104px;height:82px}.tkm-manage-ad__actions{grid-column:1/-1;width:100%;min-width:0;justify-content:flex-start;flex-wrap:wrap}.tkm-manage-ad__actions>a{flex:1 1 110px}.tkm-ad-more-menu{margin-left:auto;flex:0 0 40px}}
