/* Tachnov Friends v0.3.5 - polished, mobile-first private community directory */
body.tachnov-directory-page{background:#f4f7fb}
body.tachnov-directory-page header.wp-block-template-part,
body.tachnov-directory-page footer.wp-block-template-part,
body.tachnov-directory-page .wp-site-blocks > header,
body.tachnov-directory-page .wp-site-blocks > footer,
body.tachnov-directory-page #masthead,
body.tachnov-directory-page #site-header,
body.tachnov-directory-page .site-header,
body.tachnov-directory-page .site-footer,
body.tachnov-directory-page .site-branding,
body.tachnov-directory-page .wp-block-post-title,
body.tachnov-directory-page .entry-title{display:none!important}
body.tachnov-directory-page .wp-site-blocks{padding-top:0!important;padding-bottom:0!important}
body.tachnov-directory-page main,
body.tachnov-directory-page .site-main,
body.tachnov-directory-page .content-area{margin-top:0!important;padding-top:0!important}

.tachnov-wrap{
  --t-bg:#f4f7fb;
  --t-card:#ffffff;
  --t-text:#0f172a;
  --t-muted:#667085;
  --t-border:#e4e9f1;
  --t-blue:#2563eb;
  --t-blue-dark:#1d4ed8;
  --t-navy:#0b1220;
  --t-green:#16a34a;
  --t-green-dark:#12823c;
  --t-soft:#eef4ff;
  direction:rtl;
  color:var(--t-text);
  font-family:inherit;
  width:100vw;
  max-width:none;
  margin-inline:calc(50% - 50vw);
  background:var(--t-bg);
  padding:38px 18px 72px;
  min-height:100vh;
}
.tachnov-wrap *{box-sizing:border-box}
.tachnov-shell{width:min(1180px,100%);margin:0 auto}
.tachnov-wrap button,.tachnov-wrap input,.tachnov-wrap select,.tachnov-wrap textarea{font-family:inherit}

.tachnov-site-head{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:128px;
  padding:26px 28px;
  margin:0 0 22px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--t-border);
  box-shadow:0 8px 28px rgba(15,23,42,.05);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.tachnov-site-head-inner{width:min(820px,100%);margin:0 auto}
.tachnov-site-logo-wrap{display:flex;justify-content:center;align-items:center;margin:0 auto 14px}
.tachnov-site-logo{display:block;width:auto;max-width:min(240px,70vw);height:auto;max-height:92px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(15,23,42,.10))}
.tachnov-site-title{margin:0;color:#d02f63;font-size:clamp(30px,4vw,48px);font-weight:900;line-height:1.08;letter-spacing:-.025em}
.tachnov-site-subtitle{margin-top:9px;color:#475467;font-size:15px;line-height:1.5}
.tachnov-site-head.has-bg{min-height:220px;border:0;box-shadow:0 16px 42px rgba(15,23,42,.14)}
.tachnov-site-head.has-bg .tachnov-site-logo{filter:drop-shadow(0 4px 14px rgba(0,0,0,.28))}
.tachnov-site-head.has-bg .tachnov-site-title{color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.28)}
.tachnov-site-head.has-bg .tachnov-site-subtitle{color:rgba(255,255,255,.92);font-size:16px;text-shadow:0 1px 10px rgba(0,0,0,.28)}

.tachnov-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);
  gap:34px;
  align-items:center;
  padding:42px;
  border-radius:28px;
  background:
    radial-gradient(circle at 8% 20%,rgba(37,99,235,.34),transparent 32%),
    radial-gradient(circle at 78% 95%,rgba(22,163,74,.16),transparent 30%),
    linear-gradient(135deg,#0b1220 0%,#111c31 100%);
  color:#fff;
  box-shadow:0 22px 55px rgba(15,23,42,.16);
  margin-bottom:28px;
}
.tachnov-hero:after{content:"";position:absolute;inset:auto -70px -100px auto;width:260px;height:260px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.tachnov-hero-copy,.tachnov-hero-actions{position:relative;z-index:1}
.tachnov-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:800;letter-spacing:.04em;color:#a9c6ff;margin-bottom:11px}
.tachnov-eyebrow:before{content:"";width:22px;height:2px;border-radius:99px;background:currentColor}
.tachnov-eyebrow-dark{color:var(--t-blue);margin-bottom:7px}
.tachnov-hero h1{margin:0;font-size:clamp(34px,4.7vw,62px);line-height:1.02;letter-spacing:-.035em;color:#fff;font-weight:900}
.tachnov-hero h1 span{color:#b9cdfb}
.tachnov-hero p{margin:18px 0 0;max-width:650px;color:#d0d7e5;font-size:18px;line-height:1.7}
.tachnov-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.tachnov-stats span{display:flex;align-items:baseline;gap:6px;padding:8px 12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:999px;color:#dbe4f5;font-size:13px}
.tachnov-stats strong{font-size:17px;color:#fff}
.tachnov-hero-actions{display:flex;flex-direction:column;gap:10px}

.tachnov-btn,.tachnov-card-btn,.tachnov-chip,.tachnov-share-main{
  appearance:none;
  border:1px solid var(--t-border);
  border-radius:13px;
  font:inherit;
  font-weight:800;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.tachnov-btn{padding:13px 17px;background:#fff;color:var(--t-text)}
.tachnov-btn:hover,.tachnov-card-btn:hover,.tachnov-chip:hover,.tachnov-share-main:hover{transform:translateY(-1px)}
.tachnov-btn-lg{padding:15px 18px;font-size:16px}
.tachnov-btn-primary{background:var(--t-blue);border-color:var(--t-blue);color:#fff;box-shadow:0 8px 22px rgba(37,99,235,.26)}
.tachnov-btn-primary:hover{background:var(--t-blue-dark);color:#fff}
.tachnov-btn-light{background:#fff;color:var(--t-navy);border-color:#fff}
.tachnov-btn-light:hover{color:var(--t-navy)}
.tachnov-btn-ghost{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.16);color:#fff}
.tachnov-btn-ghost:hover{background:rgba(255,255,255,.12);color:#fff}

.tachnov-collapsible{display:none;margin:0 0 24px;scroll-margin-top:20px}
.tachnov-collapsible.is-open{display:block;animation:tachnovSlide .22s ease-out}
@keyframes tachnovSlide{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}

.tachnov-form{background:var(--t-card);border:1px solid var(--t-border);border-radius:22px;padding:28px;margin:0;box-shadow:0 10px 32px rgba(15,23,42,.06)}
.tachnov-form-head{padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid var(--t-border)}
.tachnov-form-head h3{margin:0 0 6px;font-size:26px;color:var(--t-text)}
.tachnov-form-head p{margin:0;color:var(--t-muted);line-height:1.6}
.tachnov-radio-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.tachnov-radio-row label,.tachnov-check-grid label{display:flex;align-items:center;gap:8px;border:1px solid var(--t-border);border-radius:12px;padding:10px 12px;background:#fbfcfe;cursor:pointer}
.tachnov-radio-row label:hover,.tachnov-check-grid label:hover{border-color:#cbd5e1;background:#fff}
.tachnov-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tachnov-field-full{grid-column:1/-1}
.tachnov-field label,.tachnov-label{display:block;font-weight:800;color:#27344a}
.tachnov-field input,.tachnov-field select,.tachnov-field textarea{
  width:100%;margin-top:7px;border:1px solid #d7deea;border-radius:12px;background:#fff;padding:12px 13px;font:inherit;color:var(--t-text);outline:none;transition:.15s ease
}
.tachnov-field input:focus,.tachnov-field select:focus,.tachnov-field textarea:focus{border-color:var(--t-blue);box-shadow:0 0 0 4px rgba(37,99,235,.10)}
.tachnov-field small{display:block;color:var(--t-muted);margin-top:6px;font-size:12px}
.tachnov-check-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.tachnov-check-grid label{font-weight:600;padding:8px 10px;border-radius:999px}
.tachnov-consent{display:flex;align-items:flex-start;gap:8px;margin:20px 0;color:#475467}
.tachnov-hp{position:absolute!important;left:-99999px!important;opacity:0!important;width:1px!important;height:1px!important}
.tachnov-notice{padding:14px 16px;border-radius:13px;margin:0 0 18px;font-weight:800;box-shadow:0 5px 16px rgba(15,23,42,.04)}
.tachnov-notice-success{background:#ecfdf3;border:1px solid #bbf7d0;color:#166534}
.tachnov-notice-error{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}

.tachnov-directory{margin-top:12px}
.tachnov-directory-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin:0 0 14px;padding:4px 2px}
.tachnov-directory-head h2{margin:0;color:var(--t-text);font-size:clamp(27px,3vw,38px);line-height:1.1}
.tachnov-directory-head p{margin:8px 0 0;color:var(--t-muted);font-size:15px}
.tachnov-live-count{flex:0 0 auto;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--t-border);border-radius:16px;padding:10px 13px;box-shadow:0 5px 18px rgba(15,23,42,.04)}
.tachnov-live-count strong{font-size:22px;color:var(--t-blue);line-height:1}
.tachnov-live-count span{font-size:12px;color:var(--t-muted);max-width:52px;line-height:1.2}

.tachnov-toolbar{position:sticky;top:12px;z-index:8;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border:1px solid var(--t-border);border-radius:20px;padding:14px;margin-bottom:18px;box-shadow:0 9px 26px rgba(15,23,42,.06)}
.admin-bar .tachnov-toolbar{top:44px}
.tachnov-search{display:block;position:relative}
.tachnov-search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:26px;color:#758196;pointer-events:none;line-height:1}
.tachnov-search input{width:100%;height:54px;border:1px solid #d8deea;border-radius:14px;background:#f8fafc;padding:0 50px 0 16px;font:inherit;font-size:16px;color:var(--t-text);outline:none;transition:.15s ease}
.tachnov-search input:focus{background:#fff;border-color:var(--t-blue);box-shadow:0 0 0 4px rgba(37,99,235,.10)}
.tachnov-categories{display:flex;gap:8px;overflow:auto;padding-top:11px;scrollbar-width:thin}
.tachnov-chip{white-space:nowrap;padding:8px 12px;background:#fff;color:#44516a;font-size:13px;font-weight:700}
.tachnov-chip.is-active{background:var(--t-navy);border-color:var(--t-navy);color:#fff;box-shadow:0 5px 14px rgba(15,23,42,.12)}

.tachnov-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.tachnov-card{position:relative;overflow:hidden;background:var(--t-card);border:1px solid var(--t-border);border-radius:20px;padding:18px;display:flex;flex-direction:column;gap:12px;min-width:0;box-shadow:0 7px 24px rgba(15,23,42,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.tachnov-card:hover{transform:translateY(-2px);border-color:#d3dae6;box-shadow:0 14px 34px rgba(15,23,42,.08)}
.tachnov-card[hidden]{display:none!important}
.tachnov-card-accent{position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--t-blue),#60a5fa,var(--t-green));opacity:.9}
.tachnov-card-top{display:flex;gap:13px;align-items:center;padding-top:3px}
.tachnov-card-media{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.tachnov-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;flex:0 0 auto;border:2px solid #fff;box-shadow:0 4px 13px rgba(15,23,42,.12)}
.tachnov-logo{width:66px;height:46px;border-radius:10px;object-fit:contain;flex:0 0 auto;border:1px solid var(--t-border);background:#fff;padding:4px;box-shadow:0 4px 12px rgba(15,23,42,.06)}
.tachnov-card-heading{min-width:0;flex:1}
.tachnov-name-row{display:flex;gap:8px;align-items:center;justify-content:space-between}
.tachnov-card h3{font-size:20px;line-height:1.25;margin:0;color:var(--t-text);overflow-wrap:anywhere}
.tachnov-kind-badge{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:800}
.tachnov-headline{font-weight:800;color:#27344a;margin-top:4px}
.tachnov-role,.tachnov-area{color:var(--t-muted);font-size:13px;margin-top:2px}
.tachnov-card-tags{display:flex;gap:6px;flex-wrap:wrap}
.tachnov-card-tags span{background:#edf3ff;color:#315aa5;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:750}
.tachnov-description{margin:0;color:#3f4c63;line-height:1.6;font-size:14px}
.tachnov-can-help{background:#f8fafc;border:1px solid #e7ecf3;border-radius:13px;padding:11px 12px;line-height:1.5}
.tachnov-can-help span{display:block;font-size:11px;font-weight:800;color:var(--t-blue);margin-bottom:3px}
.tachnov-can-help strong{display:block;font-size:13px;color:#25334b;font-weight:750}
.tachnov-share-main{display:flex;align-items:center;justify-content:center;gap:7px;background:var(--t-green);border-color:var(--t-green);color:#fff!important;padding:11px 13px;margin-top:auto;box-shadow:0 7px 17px rgba(22,163,74,.16)}
.tachnov-share-main:hover{background:var(--t-green-dark);color:#fff!important}
.tachnov-card-actions{display:flex;flex-wrap:wrap;gap:7px}
.tachnov-card-btn{padding:7px 10px;font-size:12px;background:#fff;color:#44516a!important;border-color:#dfe5ee}
.tachnov-card-btn-wa{color:#137a37!important}
.tachnov-rec-line{display:flex;gap:8px;align-items:flex-start;border-top:1px solid var(--t-border);padding-top:11px;color:#7a8495;font-size:12px;line-height:1.45}
.tachnov-rec-line strong{color:#526075}.tachnov-rec-line b{color:var(--t-text);font-size:13px}.tachnov-rec-icon{flex:0 0 auto}

.tachnov-empty,.tachnov-no-results{padding:48px 24px;text-align:center;border:1px dashed #cbd5e1;border-radius:20px;color:var(--t-muted);background:#fff}
.tachnov-empty-icon{font-size:34px;margin-bottom:8px}.tachnov-empty h3,.tachnov-no-results h3{margin:0 0 5px;color:var(--t-text);font-size:20px}.tachnov-empty p,.tachnov-no-results p{margin:0}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:900px){
  .tachnov-wrap{padding-top:20px}
  .tachnov-hero{grid-template-columns:1fr;padding:30px;border-radius:23px}
  .tachnov-hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .tachnov-hero-actions .tachnov-btn:first-child{grid-column:1/-1}
  .tachnov-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tachnov-form-grid{grid-template-columns:1fr}.tachnov-field-full{grid-column:auto}
}
@media(max-width:650px){
  .tachnov-wrap{padding:12px 10px 60px}
  .tachnov-site-head{min-height:104px;padding:20px 16px;margin-bottom:14px;border-radius:18px}
  .tachnov-site-head.has-bg{min-height:170px}
  .tachnov-site-logo{max-width:min(190px,68vw);max-height:68px}
  .tachnov-site-title{font-size:30px}
  .tachnov-site-subtitle{font-size:13px}
  .tachnov-hero{padding:24px 20px;margin-bottom:22px;border-radius:20px;gap:24px}
  .tachnov-hero h1{font-size:38px}
  .tachnov-hero p{font-size:15px;margin-top:14px}
  .tachnov-stats{margin-top:18px}
  .tachnov-hero-actions{grid-template-columns:1fr}
  .tachnov-hero-actions .tachnov-btn:first-child{grid-column:auto}
  .tachnov-directory-head{align-items:center}
  .tachnov-directory-head p{display:none}
  .tachnov-live-count{padding:8px 10px;border-radius:13px}.tachnov-live-count span{display:none}
  .tachnov-toolbar{top:8px;border-radius:16px;padding:10px}.admin-bar .tachnov-toolbar{top:52px}
  .tachnov-search input{height:50px}
  .tachnov-grid{grid-template-columns:1fr;gap:12px}
  .tachnov-card{border-radius:17px;padding:16px}
  .tachnov-form{border-radius:18px;padding:20px 16px}
  .tachnov-radio-row{flex-direction:column;gap:8px}
}

@media(max-width:420px){.tachnov-card-media{gap:6px}.tachnov-avatar{width:48px;height:48px}.tachnov-logo{width:58px;height:42px}}


/* Floating site feedback button */
.tachnov-feedback-fab{
  position:fixed;left:18px;bottom:20px;z-index:60;
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid rgba(15,23,42,.10);border-radius:999px;
  background:#fff;color:var(--t-navy);padding:10px 14px;
  font:inherit;font-size:13px;font-weight:850;cursor:pointer;
  box-shadow:0 10px 30px rgba(15,23,42,.16);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.tachnov-feedback-fab:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(15,23,42,.20);background:#fffdf6}
.tachnov-feedback-fab-icon{font-size:18px;line-height:1}
.tachnov-feedback-overlay[hidden]{display:none!important}
.tachnov-feedback-overlay{
  position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;
  padding:18px;background:rgba(7,15,30,.56);backdrop-filter:blur(5px)
}
.tachnov-feedback-dialog{position:relative;width:min(560px,100%);max-height:min(760px,92vh);overflow:auto;border-radius:24px;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.tachnov-feedback-dialog .tachnov-form{margin:0;border:0;border-radius:24px;padding:26px}
.tachnov-feedback-dialog .tachnov-form-head h3{padding-left:38px}
.tachnov-feedback-close{
  position:absolute;left:14px;top:14px;z-index:2;width:36px;height:36px;border-radius:50%;
  border:1px solid var(--t-border);background:#fff;color:#475467;font:inherit;font-size:25px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(15,23,42,.06)
}
.tachnov-feedback-close:hover{background:#f8fafc;color:#111827}
.tachnov-optional{font-size:11px;font-weight:600;color:var(--t-muted)}
body.tachnov-feedback-open{overflow:hidden}

@media(max-width:650px){
  .tachnov-feedback-fab{left:10px;bottom:10px;padding:9px 11px;font-size:12px}
  .tachnov-feedback-overlay{align-items:flex-end;padding:10px}
  .tachnov-feedback-dialog{width:100%;max-height:88vh;border-radius:22px 22px 14px 14px}
  .tachnov-feedback-dialog .tachnov-form{padding:22px 16px;border-radius:22px 22px 14px 14px}
}

/* v0.3.6 - modal forms + mobile overflow hardening */
html.tachnov-modal-open,
body.tachnov-modal-open,
html.tachnov-feedback-open,
body.tachnov-feedback-open{overflow:hidden!important;overscroll-behavior:none}

body.tachnov-directory-page{max-width:100%!important;overflow-x:clip!important}
body.tachnov-directory-page main,
body.tachnov-directory-page .site-main,
body.tachnov-directory-page .content-area,
body.tachnov-directory-page .site-content,
body.tachnov-directory-page .entry-content,
body.tachnov-directory-page .wp-block-post-content,
body.tachnov-directory-page article{
  width:100%!important;max-width:none!important;margin-inline:0!important;padding-inline:0!important;
}
.tachnov-wrap,.tachnov-shell,.tachnov-hero,.tachnov-directory,.tachnov-toolbar,.tachnov-form,.tachnov-form-grid,.tachnov-field{min-width:0}
.tachnov-field input[type="file"]{max-width:100%;min-width:0;overflow:hidden}

.tachnov-modal-overlay[hidden]{display:none!important}
.tachnov-modal-overlay{
  position:fixed!important;inset:0!important;z-index:99999!important;
  width:100vw!important;height:100dvh!important;max-width:100vw!important;
  display:flex;align-items:center;justify-content:center;
  padding:16px;background:rgba(7,15,30,.62);backdrop-filter:blur(5px);
  overflow:hidden;overscroll-behavior:contain;
}
.tachnov-modal-dialog{
  position:relative;width:min(720px,calc(100vw - 32px));max-width:calc(100vw - 32px);
  max-height:calc(100dvh - 32px);background:#fff;border-radius:24px;
  box-shadow:0 28px 80px rgba(0,0,0,.30);overflow:hidden;min-width:0;
}
.tachnov-modal-dialog-wide{width:min(900px,calc(100vw - 32px))}
.tachnov-modal-dialog-small{width:min(650px,calc(100vw - 32px))}
.tachnov-modal-scroll{max-height:calc(100dvh - 32px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.tachnov-modal-dialog .tachnov-form{margin:0;border:0;border-radius:24px;padding-top:58px;box-shadow:none}
.tachnov-modal-close{
  position:absolute;left:14px;top:14px;z-index:20;width:38px;height:38px;border-radius:50%;
  border:1px solid #dfe5ee;background:#fff;color:#344054;font:inherit;font-size:27px;line-height:1;
  display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 16px rgba(15,23,42,.10)
}
.tachnov-modal-close:hover{background:#f8fafc;color:#111827}

@media(max-width:650px){
  body.tachnov-directory-page{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  .tachnov-wrap{
    width:100%!important;max-width:100%!important;margin:0!important;
    padding:12px 10px 60px!important;overflow-x:hidden!important;
  }
  .tachnov-shell{width:100%!important;max-width:100%!important;margin:0 auto!important}

  .tachnov-categories{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;overflow:visible!important;padding-top:10px;
  }
  .tachnov-categories .tachnov-chip{
    width:100%;min-width:0;white-space:normal;text-align:center;line-height:1.25;padding:9px 7px;
  }
  .tachnov-categories .tachnov-chip:first-child{grid-column:1/-1}

  .tachnov-check-grid{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%;
  }
  .tachnov-check-grid label{
    width:100%;min-width:0;margin:0;justify-content:flex-start;border-radius:12px!important;
    padding:9px 8px!important;font-size:12px;line-height:1.25;overflow-wrap:anywhere;
  }

  .tachnov-modal-overlay{
    inset:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;
    padding:0!important;align-items:stretch!important;justify-content:stretch!important;
  }
  .tachnov-modal-dialog,
  .tachnov-modal-dialog-wide,
  .tachnov-modal-dialog-small{
    width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;
    margin:0!important;border-radius:0!important;transform:none!important;
  }
  .tachnov-modal-scroll{width:100%;height:100dvh;max-height:100dvh;overflow-y:auto;overflow-x:hidden}
  .tachnov-modal-dialog .tachnov-form{
    width:100%;max-width:100%;min-height:100%;border-radius:0!important;padding:62px 16px 28px!important;
  }
  .tachnov-modal-close{
    position:absolute;left:12px;top:max(12px,env(safe-area-inset-top));width:40px;height:40px;z-index:30;
  }
  .tachnov-form-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%;max-width:100%}
  .tachnov-field-full{grid-column:auto!important}
  .tachnov-field input,.tachnov-field select,.tachnov-field textarea{max-width:100%;min-width:0}

  .tachnov-feedback-overlay{inset:0!important;width:100vw!important;height:100dvh!important;max-width:100vw!important;padding:0!important;align-items:stretch!important}
  .tachnov-feedback-dialog{width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;margin:0!important}
  .tachnov-feedback-dialog .tachnov-form{min-height:100%;border-radius:0!important;padding:62px 16px 28px!important}
  .tachnov-feedback-close{left:12px;top:max(12px,env(safe-area-inset-top));width:40px;height:40px}
}
