:root{
  --doen-bg:#D55C96;
  --doen-bg-2:#ffffff;
  --doen-card:#ffffff;
  --doen-soft:#f1f1f8;
  --doen-soft-2:#f8f1ff;
  --doen-text:#171723;
  --doen-muted:#70738b;
  --doen-border:rgba(23,23,35,.08);
  --doen-shadow:0 20px 50px rgba(34,25,75,.10);
  --doen-shadow-soft:0 10px 30px rgba(34,25,75,.08);
  --doen-radius:28px;
  --doen-radius-sm:18px;
  --doen-gradient:linear-gradient(135deg,#6c47ff 0%, #8b5cf6 52%, #ff7a59 100%);
  --doen-gradient-soft:linear-gradient(135deg,rgba(108,71,255,.12), rgba(255,122,89,.12));
  --doen-green:#e8fbef;
  --doen-green-text:#22643d;
  --doen-danger:#ffe8e4;
  --doen-info:#eef2ff;
  --doen-max:760px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.doen-app-body{margin:0;background:#D55C96;color:var(--doen-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}
img{max-width:100%;height:auto}

.doen-app-shell{width:min(100%,var(--doen-max));margin:0 auto;padding:10px 0 98px}
.doen-main{padding:0 14px}

.doen-topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px 16px}
.doen-brand,.doen-back{display:inline-flex;align-items:center;justify-content:center;gap:3px;color:var(--doen-text);text-decoration:none;font-weight:900;letter-spacing:-.04em}
.doen-brand{font-size:29px}
.doen-brand span{color:#7a4dff}
.doen-back{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.72);box-shadow:var(--doen-shadow-soft);font-size:20px}
.doen-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.72);box-shadow:var(--doen-shadow-soft);text-decoration:none;color:var(--doen-text);font-size:20px;overflow:hidden}
.doen-avatar img,.doen-user-avatar{width:100%;height:100%;object-fit:cover;border-radius:inherit}

.doen-badge-soft,.doen-section-kicker,.doen-card-kicker,.doen-step,.doen-preview-kicker{display:inline-flex;align-items:center;gap:6px;font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#6f59d9}
.doen-badge-soft{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.85);backdrop-filter:blur(16px);box-shadow:0 6px 18px rgba(34,25,75,.08)}

.doen-hero-card,.doen-auth-hero,.doen-empty,.doen-auth-card,.doen-panel,.doen-wizard-step,.doen-detail,.doen-earn-banner,.doen-final-cta,.doen-create-head,.doen-dashboard-hero{background:var(--doen-bg-2);border:1px solid var(--doen-border);border-radius:30px;box-shadow:var(--doen-shadow)}

.doen-hero-card{position:relative;overflow:hidden;padding:26px;display:grid;gap:22px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.98))}
.doen-hero-card:before{content:"";position:absolute;inset:auto -20% -35% auto;width:280px;height:280px;background:radial-gradient(circle, rgba(108,71,255,.18), transparent 60%);pointer-events:none}
.doen-hero-card:after{content:"";position:absolute;inset:-25% auto auto -15%;width:260px;height:260px;background:radial-gradient(circle, rgba(255,122,89,.12), transparent 60%);pointer-events:none}
.doen-hero-copy,.doen-hero-preview{position:relative;z-index:1}
.doen-hero-copy h1,.doen-feed-intro h1,.doen-empty h2,.doen-auth-copy h1,.doen-auth-card h1,.doen-auth-card h2,.doen-wizard-step h1,.doen-detail h1,.doen-create-head h1,.doen-final-cta h2,.doen-dashboard-hero h1{margin:0;font-size:38px;line-height:.98;letter-spacing:-.055em}
.doen-hero-copy p,.doen-auth-copy p,.doen-auth-card p,.doen-create-head p,.doen-final-cta p,.doen-wizard-step>p{margin:12px 0 0;color:var(--doen-muted);font-size:15px;line-height:1.6}
.doen-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.doen-hero-actions .doen-primary,.doen-hero-actions .doen-secondary{width:auto;min-width:0;flex:1}
.doen-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.doen-hero-stats div,.doen-stat-card,.doen-step-card,.doen-quote-card,.doen-preview-card,.doen-preview-bubble{background:var(--doen-soft);border:1px solid rgba(23,23,35,.04);border-radius:20px}
.doen-hero-stats div{padding:14px}
.doen-hero-stats strong,.doen-stat-card strong{display:block;font-size:18px;font-weight:900;letter-spacing:-.03em;color:var(--doen-text)}
.doen-hero-stats span,.doen-stat-card span{display:block;font-size:12px;line-height:1.4;color:var(--doen-muted);margin-top:4px}

.doen-hero-preview{display:grid;gap:12px}
.doen-preview-card{padding:16px 18px}
.doen-preview-card strong{display:block;font-size:21px;line-height:1.05;letter-spacing:-.04em}
.doen-preview-card span{display:block;color:var(--doen-muted);font-size:13px;line-height:1.45;margin-top:5px}
.doen-preview-card.is-main{background:var(--doen-gradient);color:#fff}
.doen-preview-card.is-main .doen-preview-kicker,.doen-preview-card.is-main span{color:rgba(255,255,255,.9)}
.doen-preview-card.is-accent{background:var(--doen-gradient-soft)}
.doen-preview-bubble{padding:14px 16px;font-size:14px;font-weight:800;color:#5c44d1;background:#fff}

.doen-home-section{margin-top:18px}
.doen-section-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin:0 4px 12px}
.doen-section-head h2{margin:6px 0 0;font-size:28px;line-height:1;letter-spacing:-.045em}
.doen-section-head.compact{margin-bottom:10px}
.doen-inline-link{font-weight:800;text-decoration:none;color:#6549ff;white-space:nowrap}

/* v0.6.28: homepage section headers/links and footer links white on the pink page background. */
.doen-home-section .doen-section-kicker{color:rgba(255,255,255,.78)}
.doen-home-section .doen-section-head h2{color:#fff}
.doen-home-section .doen-inline-link{color:#fff}
.doen-legal-footer,.doen-legal-footer>a,.doen-legal-footer small,.doen-legal-footer small a{color:#fff}
.doen-legal-footer{opacity:.96}

.doen-chip-section{padding:4px 0 2px}
.doen-chip-grid{display:flex;flex-wrap:wrap;gap:10px}
.doen-chip{display:inline-flex;align-items:center;gap:8px;padding:12px 14px;border-radius:999px;background:#fff;border:1px solid var(--doen-border);text-decoration:none;font-weight:800;box-shadow:var(--doen-shadow-soft)}
.doen-chip span{font-size:16px}

.doen-feed{display:grid;gap:16px}
.doen-feed-featured{gap:18px}
.doen-feed.is-compact .doen-card-excerpt{display:none}
.doen-card{overflow:hidden;border-radius:28px;background:var(--doen-card);border:1px solid var(--doen-border);box-shadow:var(--doen-shadow-soft)}
.doen-cover{position:relative;display:block;aspect-ratio:4/5;text-decoration:none;overflow:hidden;background:#dedee8}
.doen-cover img{width:100%;height:100%;object-fit:cover;display:block}
.doen-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 25%, rgba(18,16,32,.20) 100%);pointer-events:none}
.doen-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(140deg,#7f5cff,#c58dff 50%, #ff8e70)}
.doen-placeholder span{font-size:42px;font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.95)}
.doen-cover-badges{position:absolute;left:14px;right:14px;bottom:14px;display:flex;justify-content:space-between;align-items:center;gap:8px;z-index:2}
.doen-cover-badges span,.doen-cover-badges strong{display:inline-flex;align-items:center;max-width:65%;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);font-size:12px;font-weight:900;color:var(--doen-text)}
.doen-cover-badges strong{margin-left:auto}
.doen-card-body{padding:18px}
.doen-card h2{font-size:27px;line-height:1.03;margin:7px 0 8px;letter-spacing:-.045em}
.doen-card h2 a{color:inherit;text-decoration:none}
.doen-meta,.doen-detail-time{font-size:15px;color:var(--doen-muted)}
.doen-card-excerpt{margin:11px 0 0;color:#50536a;font-size:14px;line-height:1.55}
.doen-host-mini{display:flex;gap:8px;align-items:center;margin-top:14px;color:#555a72;font-size:13px}
.doen-host-mini img{width:30px;height:30px;border-radius:50%}
.doen-card-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:17px;padding-top:16px;border-top:1px solid rgba(23,23,35,.07);font-size:14px}
.doen-card-footer span{color:var(--doen-muted)}
.doen-card-footer a{font-weight:900;color:#6549ff;text-decoration:none}

.doen-filterbar{display:flex;gap:8px;overflow:auto;padding:3px 0 6px;scrollbar-width:none}
.doen-filterbar::-webkit-scrollbar{display:none}
.doen-filterbar button{white-space:nowrap;border:1px solid var(--doen-border);border-radius:999px;padding:10px 14px;background:#fff;font-weight:850;color:#53556e;box-shadow:var(--doen-shadow-soft)}
.doen-filterbar button.active{background:var(--doen-gradient);border-color:transparent;color:#fff}

.doen-earn-banner,.doen-final-cta,.doen-create-head,.doen-auth-card,.doen-empty,.doen-panel,.doen-wizard-step,.doen-detail{padding:24px}
.doen-earn-banner{margin-top:20px;background:linear-gradient(180deg,#ffffff,#fcf7ff)}
.doen-earn-copy h2,.doen-final-cta h2{margin:6px 0 0;font-size:31px;line-height:1.02;letter-spacing:-.05em}
.doen-earn-copy p{margin:10px 0 0;color:var(--doen-muted);line-height:1.6}
.doen-earn-steps,.doen-quote-grid,.doen-stat-grid{display:grid;gap:12px;margin-top:18px}
.doen-step-card{display:flex;gap:12px;align-items:center;padding:14px 16px;background:var(--doen-soft-2)}
.doen-step-card strong{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--doen-gradient);color:#fff;font-size:15px;flex:0 0 auto}
.doen-step-card span{font-weight:800;line-height:1.3}
.doen-quote-card{padding:18px;background:#fff}
.doen-quote-card p{margin:0;color:var(--doen-text);font-size:15px;line-height:1.6}
.doen-quote-card span{display:block;margin-top:10px;font-size:13px;font-weight:700;color:var(--doen-muted)}
.doen-final-cta{margin-top:20px;background:linear-gradient(180deg,#ffffff,#fff8f4)}

.doen-empty{text-align:center;padding:44px 24px}
.doen-empty-icon,.doen-auth-icon{width:60px;height:60px;margin:0 auto 18px;border-radius:22px;background:var(--doen-gradient);color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 12px 30px rgba(108,71,255,.25)}
.doen-empty p{color:var(--doen-muted);line-height:1.6}

.doen-auth-hero{display:grid;gap:16px;padding:20px;background:linear-gradient(180deg,#ffffff,#fcf7ff)}
.doen-auth-copy{padding:6px 4px}
.doen-auth-points{display:grid;gap:10px;margin-top:18px}
.doen-auth-points div{padding:12px 14px;border-radius:16px;background:#fff;border:1px solid var(--doen-border);font-weight:800;box-shadow:var(--doen-shadow-soft)}
.doen-auth-points.compact{margin:14px 0 18px}
.doen-auth-card h2{font-size:30px;line-height:1.02;letter-spacing:-.05em;margin:0 0 8px}
.doen-textlink{display:block;text-align:center;color:#6549ff;font-weight:850;text-decoration:none;margin-top:16px}

.doen-form{display:grid;gap:14px;margin-top:18px}
.doen-form label,.doen-wizard label{display:grid;gap:8px;font-size:13px;font-weight:800;color:#34364b}
.doen-form input,.doen-form textarea,.doen-wizard input,.doen-wizard textarea,.doen-wizard select{width:100%;border:1px solid rgba(23,23,35,.12);background:#fff;border-radius:16px;padding:14px 15px;font:inherit;color:var(--doen-text);outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.doen-form input:focus,.doen-form textarea:focus,.doen-wizard input:focus,.doen-wizard textarea:focus,.doen-wizard select:focus{border-color:#7a4dff;box-shadow:0 0 0 4px rgba(122,77,255,.10)}
.doen-form textarea,.doen-wizard textarea{min-height:120px;resize:vertical}
.doen-form small{color:var(--doen-muted);font-weight:600}
.doen-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.doen-check{display:flex!important;gap:10px;align-items:center!important;background:#fff;border:1px solid var(--doen-border);border-radius:16px;padding:13px 14px}
.doen-check input{width:auto!important;margin:0}
.doen-file input{padding:11px}

.doen-create-head{margin-bottom:14px;background:linear-gradient(180deg,#ffffff,#fff8f4)}
.doen-create-head h1{font-size:36px;line-height:1;letter-spacing:-.055em;margin:10px 0 0}
.doen-wizard-progress{height:7px;background:#e8e8f1;border-radius:999px;overflow:hidden;margin:8px 4px 14px}
.doen-wizard-progress span{display:block;height:100%;width:20%;background:var(--doen-gradient);transition:width .25s}
.doen-wizard-step{display:none;margin-top:0}
.doen-wizard-step.is-active{display:block}
.doen-wizard-step h1{font-size:34px;margin-top:6px}
.doen-wizard-step label{margin-top:15px}
.doen-wizard-buttons{display:grid;grid-template-columns:1fr 1.6fr;gap:10px;margin-top:24px}
.doen-price-choice{border:1px solid var(--doen-border);background:#fff;border-radius:20px;padding:18px 17px;margin-top:14px;display:grid;gap:5px}
.doen-price-choice.selected{border-color:rgba(108,71,255,.18);background:var(--doen-gradient-soft)}
.doen-price-choice strong{font-size:20px;letter-spacing:-.02em}
.doen-price-choice span{color:var(--doen-muted);font-size:14px;line-height:1.5}
.doen-price-choice.disabled{opacity:.55}
.doen-publish-box{background:#faf6ff;border:1px solid rgba(122,77,255,.12);border-radius:20px;padding:16px;display:grid;gap:10px;margin:18px 0}
.doen-muted{color:var(--doen-muted)}

.doen-primary,.doen-secondary{display:inline-flex;align-items:center;justify-content:center;width:100%;border:0;border-radius:18px;text-decoration:none;font-weight:900;padding:15px 18px;font-size:16px;line-height:1.2;cursor:pointer;transition:transform .15s ease, box-shadow .15s ease}
.doen-primary:hover,.doen-secondary:hover{transform:translateY(-1px)}
.doen-primary{background:#161723;color:#fff;box-shadow:0 14px 26px rgba(22,23,35,.16)}
.doen-primary-gradient{background:var(--doen-gradient);box-shadow:0 16px 28px rgba(108,71,255,.28)}
.doen-primary[disabled]{opacity:.45;cursor:not-allowed}
.doen-secondary{background:#fff;color:var(--doen-text);border:1px solid var(--doen-border);box-shadow:var(--doen-shadow-soft)}

.doen-notice{border-radius:18px;padding:13px 15px;margin:2px 0 12px;font-size:14px;font-weight:800;border:1px solid transparent}
.doen-notice-success{background:var(--doen-green);color:var(--doen-green-text)}
.doen-notice-error{background:var(--doen-danger);color:#8b2f2f}
.doen-notice-info{background:var(--doen-info);color:#3244a8}

.doen-dashboard-hero{display:flex;flex-direction:column;gap:16px;padding:20px;background:linear-gradient(180deg,#ffffff,#f8f4ff)}
.doen-profile-head{display:flex;gap:15px;align-items:center}
.doen-profile-head img{width:82px;height:82px;border-radius:24px}
.doen-profile-head h1{font-size:31px;line-height:1;margin:8px 0 6px;letter-spacing:-.05em}
.doen-profile-head p{margin:0;color:var(--doen-muted)}
.doen-stat-grid{grid-template-columns:repeat(3,1fr)}
.doen-stat-card{padding:16px;border:1px solid var(--doen-border);box-shadow:var(--doen-shadow-soft);background:#fff}
.doen-tabs{display:grid;grid-template-columns:1fr 1fr;background:#ececf6;border-radius:18px;padding:4px;margin:16px 0 10px}
.doen-tabs a{text-align:center;padding:12px 10px;text-decoration:none;color:#666a84;font-weight:850;border-radius:14px}
.doen-tabs a.active{background:#fff;color:#181824;box-shadow:var(--doen-shadow-soft)}
.doen-panel{margin-top:14px}
.doen-panel h2{margin:0;font-size:23px;line-height:1.05;letter-spacing:-.04em}
.doen-panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.doen-panel-title span{display:inline-flex;align-items:center;justify-content:center;min-width:32px;padding:5px 9px;border-radius:999px;background:#efe9ff;color:#6745ff;font-weight:900}
.doen-list-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:15px 0;border-top:1px solid rgba(23,23,35,.08)}
.doen-list-item:first-of-type{border-top:0}
.doen-list-item>div{display:grid;gap:5px}
.doen-list-item strong a{color:var(--doen-text);text-decoration:none}
.doen-list-item span{font-size:13px;color:var(--doen-muted)}
.doen-mini-button{border:1px solid var(--doen-border);background:#fff;border-radius:12px;padding:9px 11px;font-weight:800;cursor:pointer}
.doen-status{display:inline-flex;align-items:center;justify-content:center;background:var(--doen-green)!important;color:var(--doen-green-text)!important;border-radius:999px;padding:7px 10px;font-weight:900}
.doen-small-empty{padding:10px 0 5px;color:var(--doen-muted)}
.doen-small-empty a{color:#6549ff;font-weight:900;text-decoration:none}
.doen-logout{text-align:center;margin:22px 0 0}
.doen-logout button{border:0;background:transparent;text-decoration:underline;color:#7a7f95;font-weight:700;cursor:pointer}

.doen-detail-cover{aspect-ratio:4/5;border-radius:28px;overflow:hidden;background:#ddd;margin-top:2px;border:1px solid var(--doen-border);box-shadow:var(--doen-shadow)}
.doen-detail{margin-top:14px}
.doen-detail h1{font-size:38px;line-height:.98;margin:8px 0 10px;letter-spacing:-.055em}
.doen-host-card{display:flex;gap:12px;align-items:center;border-top:1px solid rgba(23,23,35,.08);border-bottom:1px solid rgba(23,23,35,.08);padding:16px 0;margin:18px 0}
.doen-host-card img{width:52px;height:52px;border-radius:18px}
.doen-host-card div{display:grid}
.doen-host-card small{color:var(--doen-muted)}
.doen-description{line-height:1.65;color:#3e4259}
.doen-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}
.doen-info-grid>div{background:#f7f7fc;border:1px solid var(--doen-border);border-radius:18px;padding:14px;display:grid;gap:4px}
.doen-info-grid small,.doen-info-grid span{color:var(--doen-muted);font-size:12px}
.doen-host-note,.doen-booked-box{background:var(--doen-green);border-radius:18px;padding:16px;margin-top:16px;color:var(--doen-green-text)}
.doen-booked-box{font-weight:900}
.doen-booked-box div{font-size:13px;font-weight:600;color:#55705b;margin-top:5px}

.doen-bottomnav{position:fixed;left:50%;transform:translateX(-50%);bottom:0;z-index:50;width:min(var(--doen-max),100%);display:grid;grid-template-columns:repeat(5,1fr);align-items:end;padding:8px max(8px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-top:1px solid rgba(23,23,35,.06);box-shadow:0 -10px 30px rgba(34,25,75,.08)}
.doen-bottomnav a{display:flex;flex-direction:column;gap:2px;align-items:center;color:#777c94;text-decoration:none;font-size:19px;font-weight:700}
.doen-bottomnav a.active{color:#171723}
.doen-bottomnav a span{font-size:10px;font-weight:800;letter-spacing:.02em}
.doen-create-button{position:relative;top:-9px;font-size:30px!important;color:#fff!important}
.doen-create-button:before{content:"";position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:var(--doen-gradient);box-shadow:0 16px 26px rgba(108,71,255,.28);z-index:-1}
.doen-create-button span{color:#171723;margin-top:11px}

@media (min-width:700px){
  .doen-main{padding-left:20px;padding-right:20px}
  .doen-topbar{padding-left:20px;padding-right:20px}
  .doen-hero-card{grid-template-columns:1.3fr .9fr;align-items:center;padding:30px}
  .doen-auth-hero{grid-template-columns:1.1fr .9fr;align-items:center;padding:24px}
  .doen-earn-steps{grid-template-columns:repeat(3,1fr)}
  .doen-quote-grid{grid-template-columns:repeat(3,1fr)}
  .doen-feed-featured{grid-template-columns:repeat(3,1fr)}
  .doen-feed:not(.doen-feed-featured){grid-template-columns:repeat(2,1fr)}
  .doen-cover,.doen-detail-cover{aspect-ratio:16/10}
  .doen-final-cta{display:flex;align-items:end;justify-content:space-between;gap:20px}
  .doen-final-cta .doen-hero-actions{margin-top:0;min-width:300px;justify-content:flex-end}
}

@media (max-width:420px){
  .doen-hero-copy h1,.doen-auth-copy h1,.doen-auth-card h1,.doen-auth-card h2,.doen-wizard-step h1,.doen-detail h1,.doen-create-head h1,.doen-final-cta h2,.doen-dashboard-hero h1{font-size:33px}
  .doen-section-head h2{font-size:25px}
  .doen-hero-stats{grid-template-columns:1fr}
  .doen-stat-grid{grid-template-columns:1fr}
  .doen-grid-2,.doen-info-grid,.doen-wizard-buttons{grid-template-columns:1fr}
}

/* v0.2.2 navigation + discover refinements */
.doen-app-shell{padding-bottom:118px}
.doen-discover-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:2px 0 14px;padding:8px 4px 2px}
.doen-discover-head h1{margin:9px 0 5px;font-size:36px;line-height:.98;letter-spacing:-.055em}
.doen-discover-head p{margin:0;color:var(--doen-muted);line-height:1.5}
.doen-discover-create{display:grid;place-items:center;flex:0 0 auto;width:52px;height:52px;border-radius:18px;background:var(--doen-gradient);color:#fff;text-decoration:none;font-size:28px;font-weight:700;box-shadow:0 14px 28px rgba(108,71,255,.28)}

.doen-bottomnav{min-height:86px;align-items:center;padding-top:12px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}
.doen-bottomnav>a{min-height:58px;justify-content:center;gap:6px;font-size:18px}
.doen-nav-icon{display:grid;place-items:center;height:26px;font-size:20px;line-height:1}
.doen-nav-label{display:block!important;margin:0!important;font-size:10px!important;line-height:1.1!important;font-weight:850!important;color:inherit!important}
.doen-create-button{position:relative;top:0!important;min-height:72px!important;gap:5px!important;color:#171723!important}
.doen-create-button:before{display:none!important}
.doen-create-icon{display:grid;place-items:center;width:58px;height:58px;margin-top:-30px;border-radius:50%;background:var(--doen-gradient);color:#fff;font-size:32px;line-height:1;box-shadow:0 16px 28px rgba(108,71,255,.32);border:5px solid rgba(255,255,255,.96)}
.doen-create-button .doen-nav-label{margin-top:0!important;color:#171723!important}
.doen-create-button.active .doen-create-icon{box-shadow:0 16px 30px rgba(108,71,255,.42),0 0 0 4px rgba(108,71,255,.08)}

@media(max-width:420px){
  .doen-discover-head h1{font-size:32px}
  .doen-bottomnav{min-height:84px}
  .doen-create-icon{width:56px;height:56px;font-size:30px}
}

/* v0.2.5 — show portrait/landscape activity photos completely, with a soft image backdrop. */
.doen-cover,.doen-detail-cover{isolation:isolate;background:#171723}
.doen-photo-backdrop{position:absolute;inset:-18px;z-index:0;background-position:center;background-size:cover;filter:blur(18px) saturate(.9);transform:scale(1.08);opacity:.72}
.doen-cover .doen-photo-main,.doen-detail-cover .doen-photo-main{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center;display:block}
.doen-cover-overlay{z-index:2}
.doen-cover-badges{z-index:3}
.doen-detail-cover{position:relative}

/* v0.2.7 cancellation controls */
.doen-cancel-form{margin-top:10px}
.doen-danger-button,.doen-cancel-button{color:#a63434!important;border-color:rgba(166,52,52,.18)!important;background:#fff7f6!important}
.doen-danger-button:hover,.doen-cancel-button:hover{background:#ffefed!important}
.doen-cancelled-box{margin-top:16px;padding:17px 18px;border-radius:18px;background:#fff0ee;border:1px solid rgba(181,60,60,.13);color:#8d3030}
.doen-cancelled-box strong{display:block;font-size:17px;margin-bottom:5px}
.doen-cancelled-box div{font-size:13px;line-height:1.5}
.doen-status-cancelled{background:#fff0ee!important;color:#9a3a3a!important}
.doen-cancelled-text{color:#a33f3f!important;font-weight:800!important}
.doen-list-item.is-cancelled{opacity:.78}
.doen-list-actions{display:flex!important;flex-direction:column;align-items:flex-end;gap:8px!important}
.doen-list-actions form{margin:0}
@media(max-width:520px){.doen-list-item{align-items:flex-start}.doen-list-actions{min-width:120px}.doen-cancel-button{font-size:12px;padding:8px 9px}}

/* v0.3.0 safety & approval */
.doen-legal{background:#fff;border:1px solid var(--doen-border);border-radius:30px;box-shadow:var(--doen-shadow);padding:26px}
.doen-legal h1{font-size:38px;line-height:1;letter-spacing:-.05em;margin:12px 0}
.doen-legal h2{font-size:20px;margin:28px 0 8px}
.doen-legal p{color:#4f5369;line-height:1.7}
.doen-legal-lead{font-size:16px}
.doen-legal-box{margin-top:26px;padding:18px;border-radius:18px;background:var(--doen-gradient-soft);border:1px solid rgba(108,71,255,.12)}
.doen-legal-box p{margin-bottom:0}
.doen-legal-check{margin:14px 0!important;align-items:flex-start!important}
.doen-legal-check input{margin-top:3px!important;flex:0 0 auto}
.doen-legal-check span{font-size:13px;line-height:1.5;font-weight:650}
.doen-legal-check a{color:#6549ff;font-weight:850}
.doen-approval-choice{display:grid;gap:10px;margin-top:18px}
.doen-radio-card{display:flex!important;gap:10px;align-items:flex-start!important;padding:14px;border:1px solid var(--doen-border);border-radius:17px;background:#fff}
.doen-radio-card input{width:auto!important;margin-top:3px}
.doen-radio-card span{display:grid;gap:3px}
.doen-radio-card b{font-size:14px}
.doen-radio-card small{color:var(--doen-muted);font-weight:600;line-height:1.4}
.doen-pending-box{background:#fff7df;border:1px solid #f4df9b;border-radius:18px;padding:16px;margin-top:16px;font-weight:900;color:#72530b}
.doen-pending-box div{font-size:13px;font-weight:600;margin-top:5px}
.doen-safety-tools{margin-top:22px;padding-top:16px;border-top:1px solid var(--doen-border)}
.doen-safety-tools summary{cursor:pointer;font-weight:850;color:#6b6f84}
.doen-report-form{display:grid;gap:10px;margin-top:14px}
.doen-report-form label{display:grid;gap:6px;font-size:13px;font-weight:800}
.doen-report-form select,.doen-report-form textarea{width:100%;border:1px solid var(--doen-border);border-radius:14px;padding:12px;font:inherit}
.doen-report-form textarea{min-height:90px}
.doen-text-danger{border:0;background:transparent;color:#b33b3b;text-decoration:underline;font-weight:800;cursor:pointer;margin-top:12px}
.doen-manage-box{margin:8px 0 14px;padding:14px;border-radius:16px;background:#f8f7fd;border:1px solid var(--doen-border)}
.doen-manage-box>strong,.doen-manage-box>summary{font-weight:900}
.doen-person-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid rgba(23,23,35,.07)}
.doen-person-row:first-of-type{border-top:0}
.doen-person-row>div:first-child{display:flex;align-items:center;gap:9px;font-weight:800}
.doen-person-row img{width:36px;height:36px;border-radius:12px}
.doen-person-actions{display:flex;gap:6px;flex-wrap:wrap}
.doen-person-actions form{margin:0}
.doen-approve{background:#e8fbef!important;color:#22643d!important}
.doen-pending-text{color:#8a6610!important;font-weight:800}

/* v0.3.1 applicant profiles */
.doen-interest-grid{display:flex;flex-wrap:wrap;gap:8px}.doen-interest{display:flex!important;align-items:center!important;gap:6px!important;background:#f7f7fc;border:1px solid var(--doen-border);padding:9px 11px;border-radius:999px;font-size:12px!important}.doen-interest input{width:auto!important}.doen-applicant-card{padding:15px;margin:10px 0 14px;border:1px solid var(--doen-border);border-radius:20px;background:#fff}.doen-applicant-head{display:flex;align-items:center;gap:11px}.doen-applicant-head img{width:58px;height:58px;border-radius:18px;object-fit:cover}.doen-applicant-head>div{display:grid;gap:3px}.doen-applicant-head strong{font-size:17px}.doen-applicant-head span{font-size:12px;color:var(--doen-muted)}.doen-applicant-card>p{margin:12px 0;color:#50536a;line-height:1.5}.doen-interest-tags{display:flex;flex-wrap:wrap;gap:6px;margin:9px 0}.doen-interest-tags span{padding:6px 9px;border-radius:999px;background:#f1edff;color:#6247d6;font-size:11px;font-weight:800}.doen-applicant-stats{display:flex;gap:10px;color:var(--doen-muted);font-size:12px;margin:8px 0}.doen-answer{margin-top:10px;padding:11px 12px;border-radius:14px;background:#f8f7fd}.doen-answer small{display:block;font-weight:900;color:#6b56c9}.doen-answer p{margin:5px 0 0;line-height:1.45}.doen-book-form>label{display:grid;gap:7px;margin:12px 0;font-size:13px;font-weight:800}.doen-book-form textarea{width:100%;min-height:100px;border:1px solid var(--doen-border);border-radius:14px;padding:12px;font:inherit}

/* v0.3.2 profile completeness */
.doen-profile-completeness{margin:14px 0;padding:18px;border-radius:20px;background:#fff8e9;border:1px solid #f1dfaa;box-shadow:var(--doen-shadow-soft)}
.doen-profile-completeness.is-complete{background:#eafbf0;border-color:#cbeed7}
.doen-profile-completeness>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}
.doen-profile-completeness>div:first-child strong{font-size:17px}.doen-profile-completeness>div:first-child span{font-size:12px;font-weight:900;color:var(--doen-muted)}
.doen-profile-completeness p{margin:10px 0 0;color:#5f6174;line-height:1.5;font-size:13px}
.doen-profile-progress{height:7px;border-radius:999px;background:rgba(23,23,35,.08);overflow:hidden;margin-top:12px}
.doen-profile-progress span{display:block;height:100%;border-radius:inherit;background:var(--doen-gradient)}
.doen-application-profile{margin:14px 0;padding:16px;border-radius:18px;background:#f7f5ff;border:1px solid rgba(108,71,255,.12)}
.doen-application-profile-head{display:flex;align-items:center;gap:11px}.doen-application-profile-head img{width:52px;height:52px;border-radius:16px;object-fit:cover}
.doen-application-profile-head>div{display:grid;gap:3px}.doen-application-profile-head strong{font-size:14px}.doen-application-profile-head span{font-size:13px;color:var(--doen-muted)}
.doen-application-profile p{margin:12px 0 0;color:#555970;line-height:1.5;font-size:13px}
.doen-profile-warning{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:12px 0;padding:15px;border-radius:17px;background:#fff3df;border:1px solid #f1d7a6}
.doen-profile-warning strong{font-size:14px}.doen-profile-warning p{margin:4px 0 0;font-size:12px;line-height:1.45;color:#725f43}.doen-profile-warning a{white-space:nowrap;color:#6549ff;font-size:13px;font-weight:900;text-decoration:none}
.doen-activity-questions{margin-top:16px;padding-top:16px;border-top:1px solid var(--doen-border)}
.doen-form-section-title{display:grid;gap:3px;margin-bottom:4px}.doen-form-section-title strong{font-size:15px}.doen-form-section-title span{font-size:12px;color:var(--doen-muted)}
@media(max-width:520px){.doen-profile-warning{align-items:flex-start;flex-direction:column}.doen-profile-warning a{white-space:normal}}


/* v0.3.3 website hero */
.doen-home-visual-hero{position:relative;overflow:hidden;margin-bottom:18px;border:1px solid var(--doen-border);border-radius:30px;background:#fff;box-shadow:var(--doen-shadow)}
.doen-home-visual-picture{display:block;width:100%;background:#eef0ff}
.doen-home-visual-picture img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover;object-position:center center}
.doen-home-visual-actions{display:flex;gap:10px;padding:14px 16px 16px;background:rgba(255,255,255,.97)}
.doen-home-visual-actions .doen-primary,.doen-home-visual-actions .doen-secondary{flex:1;margin:0}
@media(max-width:560px){
  .doen-home-visual-hero{border-radius:22px}
  .doen-home-visual-picture img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center center;background:#eef0ff}
  .doen-home-visual-actions{display:grid;grid-template-columns:1fr;padding:12px}
}
@media(min-width:900px){
  .doen-app-shell{width:min(100%,1120px)}
  .doen-bottomnav{width:min(760px,100%)}
  .doen-home-visual-picture img{max-height:560px}
}

/* v0.3.4 legal pages/footer */
.doen-legal a{color:#6549ff;font-weight:750}.doen-legal-footer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;padding:26px 18px 18px;color:#fff!important;font-size:12px;text-align:center}.doen-legal-footer>a{font-weight:800;text-decoration:none;color:#fff!important}.doen-legal-footer small{flex-basis:100%;display:block;margin-top:4px;font-size:11px;color:#fff!important}.doen-legal-footer small a{color:#fff!important}.doen-legal{margin-bottom:8px}@media(max-width:520px){.doen-legal{padding:20px}.doen-legal h1{font-size:32px}.doen-legal-footer{padding-bottom:12px}}

/* v0.6.29: force homepage footer text/links white on the pink background. */
body.doen-app-body .doen-legal-footer,body.doen-app-body .doen-legal-footer a,body.doen-app-body .doen-legal-footer small{color:#fff!important}

/* v0.6.30: white text accents on Jij and Ontdek pages against the pink background. */
body.doen-app-body .doen-logout button{color:#fff!important}
body.doen-app-body .doen-discover-head h1{color:#fff}
body.doen-app-body .doen-discover-head p{color:rgba(255,255,255,.88)}



/* v0.3.5 launch notice */
.doen-launch-note{position:fixed;right:0;top:34%;z-index:90;display:flex;align-items:flex-start;filter:drop-shadow(0 18px 35px rgba(38,26,91,.18))}
.doen-launch-note>summary{position:absolute;right:0;top:0;transform:translateY(0);display:flex;align-items:center;gap:8px;padding:15px 10px 15px 11px;border-radius:18px 0 0 18px;background:var(--doen-gradient);color:#fff;cursor:pointer;list-style:none;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.08em;font-size:11px;font-weight:950;box-shadow:0 14px 32px rgba(108,71,255,.24);user-select:none}
.doen-launch-note>summary::-webkit-details-marker{display:none}
.doen-launch-note>summary span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.20);font-size:15px;writing-mode:horizontal-tb}
.doen-launch-note>summary b{font:inherit}
.doen-launch-note-panel{width:min(390px,calc(100vw - 56px));margin-right:48px;padding:22px;display:flex;gap:14px;border:1px solid rgba(108,71,255,.14);border-radius:24px 0 0 24px;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);box-shadow:0 24px 55px rgba(38,26,91,.16);transform:translateX(calc(100% + 60px));opacity:0;pointer-events:none;transition:transform .28s ease,opacity .22s ease}
.doen-launch-note[open] .doen-launch-note-panel{transform:translateX(0);opacity:1;pointer-events:auto}
.doen-launch-note[open]>summary{right:calc(min(390px,calc(100vw - 56px)) + 48px);border-radius:18px 0 0 18px}
.doen-launch-note-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:17px;background:var(--doen-gradient);color:#fff;font-size:22px;box-shadow:0 12px 26px rgba(108,71,255,.22)}
.doen-launch-note-panel h3{margin:7px 0 8px;font-size:24px;line-height:1.05;letter-spacing:-.04em}
.doen-launch-note-panel p{margin:7px 0;color:#5e6176;font-size:14px;line-height:1.55}
.doen-launch-note-panel a{display:inline-flex;margin-top:8px;color:#6549ff;font-weight:900;text-decoration:none;font-size:13px}
.doen-empty-launch .doen-section-kicker{margin-bottom:7px}.doen-empty-launch h2{margin-top:5px}
@media(max-width:640px){
  .doen-launch-note{top:auto;right:10px;bottom:92px;display:block;filter:none}
  .doen-launch-note>summary{position:relative;right:auto;top:auto;writing-mode:horizontal-tb;border-radius:999px;padding:10px 13px;box-shadow:0 12px 28px rgba(108,71,255,.24)}
  .doen-launch-note>summary span{width:22px;height:22px}
  .doen-launch-note-panel{position:absolute;right:0;bottom:52px;width:min(350px,calc(100vw - 28px));margin:0;border-radius:22px;padding:18px;transform:translateY(12px) scale(.97);transform-origin:bottom right}
  .doen-launch-note[open] .doen-launch-note-panel{transform:translateY(0) scale(1)}
  .doen-launch-note[open]>summary{right:auto;border-radius:999px}
  .doen-launch-note-icon{width:42px;height:42px;flex-basis:42px;border-radius:14px}
  .doen-launch-note-panel h3{font-size:22px}
}


/* v0.3.6 red important tab */
.doen-launch-note>summary{
  width:54px!important;
  min-height:104px!important;
  padding:12px 8px!important;
  justify-content:center!important;
  background:#e3262e!important;
  border-radius:18px 0 0 18px!important;
  writing-mode:horizontal-tb!important;
  letter-spacing:0!important;
  box-shadow:0 14px 32px rgba(227,38,46,.28)!important;
}
.doen-launch-note>summary span{
  width:auto!important;
  height:auto!important;
  background:transparent!important;
  color:#fff!important;
  font-size:46px!important;
  line-height:1!important;
  font-weight:950!important;
  writing-mode:horizontal-tb!important;
}
.doen-launch-note>summary b{display:none!important}
.doen-launch-note[open]>summary{
  border-radius:18px 0 0 18px!important;
}
@media(max-width:640px){
  .doen-launch-note>summary{
    width:52px!important;
    min-height:52px!important;
    height:52px!important;
    padding:0!important;
    border-radius:50%!important;
  }
  .doen-launch-note>summary span{font-size:36px!important}
  .doen-launch-note[open]>summary{border-radius:50%!important}
}

/* payment / Stripe Connect foundation */
.doen-payment-panel{background:linear-gradient(180deg,#fff,#f8f6ff)}
.doen-payment-warning{padding:14px 16px;border-radius:16px;background:#fff4dc;color:#75540d;font-weight:750;margin:12px 0}
.doen-payment-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:14px 0}
.doen-payment-status-grid>div{padding:13px;border-radius:16px;background:#f7f7fc;border:1px solid var(--doen-border);display:grid;gap:4px}
.doen-payment-status-grid small{color:var(--doen-muted);font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:850}
.doen-payment-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.doen-payment-actions .doen-secondary{width:auto;margin:0}.doen-payment-actions .doen-text-danger{margin:0}
.doen-payment-choice{margin-top:10px!important}.doen-payment-choice.is-disabled{opacity:.55}
.doen-paid-fields{margin-top:14px;padding:16px;border-radius:20px;background:#f7f4ff;border:1px solid rgba(108,71,255,.13)}
.doen-paid-fields[hidden]{display:none!important}
.doen-payment-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:13px 0}
.doen-payment-preview>div{padding:12px;border-radius:14px;background:#fff;border:1px solid var(--doen-border);display:grid;gap:4px}
.doen-payment-preview span{font-size:11px;color:var(--doen-muted)}.doen-payment-preview strong{font-size:17px;letter-spacing:-.03em}
.doen-money-mini{color:#6745ff!important;font-weight:800!important}
@media(max-width:520px){.doen-payment-status-grid,.doen-payment-preview{grid-template-columns:1fr}}
.doen-list-item>.doen-primary{width:auto;padding:9px 12px;font-size:13px;border-radius:12px;white-space:nowrap}

/* v0.4.1 launch mode: paid activities coming soon */
.doen-coming-soon{cursor:not-allowed;opacity:.78;position:relative}.doen-coming-soon em{display:inline-flex;margin-left:6px;padding:4px 7px;border-radius:999px;background:#ece8ff;color:#6549ff;font-size:10px;font-style:normal;text-transform:uppercase;letter-spacing:.06em}.doen-disabled-radio{width:18px;height:18px;border:2px solid #c5c6d3;border-radius:50%;flex:0 0 auto;margin-top:1px}.doen-payment-soon-note{display:grid;gap:5px;margin-top:14px;padding:15px 16px;border-radius:17px;background:#f7f5ff;border:1px solid rgba(108,71,255,.12)}.doen-payment-soon-note strong{font-size:14px}.doen-payment-soon-note span{color:var(--doen-muted);font-size:13px;line-height:1.5}

/* v0.4.4 Stripe status */
.doen-stripe-requirements{margin:8px 0 8px 20px;padding:0}.doen-stripe-requirements li{margin:4px 0}.doen-payment-warning small{display:block;margin-top:8px;line-height:1.5;color:#6b6f84}.doen-payment-info{background:#eef2ff!important;border-color:#d9defc!important;color:#334083!important}

/* v0.4.5 Stripe diagnostics */
.doen-stripe-diagnostics{margin:16px 0;padding:16px;border:1px solid var(--doen-border);background:#f8f8fd;border-radius:18px}.doen-stripe-diagnostics h3{margin:0 0 12px;font-size:18px}.doen-diagnostic-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.doen-diagnostic-grid>div{display:grid;gap:3px;padding:11px 12px;background:#fff;border:1px solid var(--doen-border);border-radius:14px}.doen-diagnostic-grid small{color:var(--doen-muted);font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.doen-diagnostic-grid strong{font-size:13px;word-break:break-word}.doen-diagnostic-list{margin-top:9px;padding:10px 12px;background:#fff7df;border-radius:12px;font-size:13px;line-height:1.5}.doen-diagnostic-list.is-good{background:#e8fbef;color:#22643d}.doen-probe-result{margin:14px 0;padding:14px 16px;border-radius:16px}.doen-probe-result.is-success{background:#e8fbef;color:#22643d}.doen-probe-result.is-failed{background:#ffe8e4;color:#8b2f2f}.doen-probe-result p{margin:6px 0;line-height:1.5}.doen-probe-result small{opacity:.75}.doen-probe-button{border-color:#6c47ff!important;color:#5b43d6!important}.doen-payment-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.doen-payment-actions .doen-secondary{width:auto}.doen-payment-actions .doen-text-danger{margin:0}@media(max-width:520px){.doen-diagnostic-grid{grid-template-columns:1fr}.doen-payment-actions .doen-secondary{width:100%}}

/* v0.4.7 Stripe sandbox payments */
.doen-paid-fields{margin-top:14px;padding:16px;border-radius:20px;background:#f8f5ff;border:1px solid rgba(108,71,255,.14)}
.doen-split-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}
.doen-split-preview>div{background:#fff;border:1px solid var(--doen-border);border-radius:15px;padding:12px;display:grid;gap:4px}
.doen-split-preview small{font-size:11px;color:var(--doen-muted);font-weight:750}
.doen-split-preview strong{font-size:17px}
.doen-payment-choice em{font-style:normal;font-size:10px;padding:4px 7px;border-radius:999px;background:#efe8ff;color:#6745ff;margin-left:6px}
.doen-list-actions a.doen-mini-button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
@media(max-width:520px){.doen-split-preview{grid-template-columns:1fr}}

/* v0.4.9 delayed payouts */
.doen-payout-pill{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#fff4d8;color:#7b5b0b;font-size:11px;font-weight:900}
.doen-payout-pill.is-released{background:#e8fbef;color:#22643d}

/* v0.5.0 activity detail image */
.doen-detail-cover{position:relative;overflow:hidden;background:#e3e3eb;min-height:280px;max-height:min(72vh,760px);display:grid;place-items:center}
.doen-detail-cover .doen-detail-cover-main{position:relative;z-index:2;width:100%;height:100%;display:block}
.doen-detail-cover.is-landscape .doen-detail-cover-main{object-fit:cover}
.doen-detail-cover.is-portrait{height:min(72vh,720px)}
.doen-detail-cover.is-portrait .doen-detail-cover-bg{position:absolute;z-index:0;inset:-28px;width:calc(100% + 56px);height:calc(100% + 56px);object-fit:cover;filter:blur(24px);transform:scale(1.06);opacity:.48}
.doen-detail-cover.is-portrait:after{content:"";position:absolute;z-index:1;inset:0;background:rgba(255,255,255,.12)}
.doen-detail-cover.is-portrait .doen-detail-cover-main{width:auto;max-width:100%;height:100%;object-fit:contain;box-shadow:0 0 28px rgba(20,20,30,.12)}
@media(max-width:620px){
  .doen-detail-cover{min-height:240px}
  .doen-detail-cover.is-portrait{height:min(68vh,620px)}
  .doen-detail-cover.is-portrait .doen-detail-cover-main{max-width:92%}
}
.doen-paid-explainer{margin:14px 0 2px;padding:16px;border-radius:18px;background:#fff9e9;border:1px solid rgba(193,144,31,.22);color:#51451f}
.doen-paid-explainer strong{display:block;margin-bottom:7px;color:#2d291e}
.doen-paid-explainer p{margin:0 0 8px;line-height:1.55}
.doen-paid-explainer p:last-child{margin-bottom:0}
.doen-paid-explainer a{font-weight:850}

/* v0.5.1 honest launch / empty marketplace */
.doen-launch-empty-wrap{display:grid;gap:18px}
.doen-empty-launch{padding:34px 24px;text-align:left;background:
  radial-gradient(circle at top right,rgba(108,71,255,.12),transparent 34%),
  linear-gradient(180deg,#fff,#fcfbff)}
.doen-empty-launch .doen-empty-icon{margin:0 0 16px;width:58px;height:58px}
.doen-empty-launch h2{max-width:560px;margin:6px 0 0}
.doen-empty-launch p{max-width:610px;margin:14px 0 0;color:var(--doen-muted);font-size:15px;line-height:1.65}
.doen-launch-empty-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.doen-launch-empty-actions .doen-primary,.doen-launch-empty-actions .doen-secondary{width:auto;margin:0}
.doen-inspiration-section{padding:4px 0}
.doen-inspiration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.doen-inspiration-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:104px;padding:16px;border:1px solid var(--doen-border);border-radius:22px;background:#fff;box-shadow:var(--doen-shadow-soft);text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}
.doen-inspiration-card:hover{transform:translateY(-2px);box-shadow:var(--doen-shadow)}
.doen-inspiration-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:var(--doen-gradient-soft);font-size:24px}
.doen-inspiration-copy{display:grid;gap:4px;min-width:0}
.doen-inspiration-copy strong{font-size:16px;letter-spacing:-.02em}
.doen-inspiration-copy small{color:var(--doen-muted);font-size:12px;line-height:1.4}
.doen-inspiration-arrow{align-self:center;justify-self:end;color:#7656f7;font-size:20px;font-weight:900;padding-left:6px}
.doen-inspiration-note{margin:12px 4px 0;color:var(--doen-muted);font-size:12px;line-height:1.5}
.doen-first-host-card{padding:24px;border-radius:28px;background:linear-gradient(135deg,#201b36,#5d3fd7 65%,#ff7a59);color:#fff;box-shadow:var(--doen-shadow)}
.doen-first-host-card .doen-section-kicker{color:rgba(255,255,255,.72)}
.doen-first-host-card h2{margin:8px 0 0;font-size:30px;line-height:1.02;letter-spacing:-.045em}
.doen-first-host-card p{max-width:600px;margin:12px 0 18px;color:rgba(255,255,255,.84);line-height:1.6}
.doen-first-host-card .doen-primary{width:auto;display:inline-flex;background:#fff;color:#2c2250;box-shadow:none}
@media(max-width:620px){
  .doen-inspiration-grid{grid-template-columns:1fr}
  .doen-empty-launch{padding:28px 20px}
  .doen-launch-empty-actions{display:grid}
  .doen-launch-empty-actions .doen-primary,.doen-launch-empty-actions .doen-secondary{width:100%}
  .doen-first-host-card h2{font-size:27px}
  .doen-inspiration-card{grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:start}
  .doen-inspiration-icon{width:42px;height:42px;font-size:22px}
  .doen-inspiration-arrow{align-self:start;padding-top:2px}
}

/* v0.5.3 homepage empty-state alignment */
.doen-feed-featured .doen-launch-empty-wrap{width:100%}
.doen-feed-featured .doen-inspiration-grid{
  grid-template-columns:repeat(2,minmax(280px,1fr));
}
.doen-feed-featured .doen-inspiration-card{
  grid-template-columns:46px minmax(0,1fr) 22px;
  min-width:0;
}
.doen-feed-featured .doen-inspiration-copy{
  min-width:0;
  overflow-wrap:anywhere;
}
.doen-feed-featured .doen-inspiration-arrow{
  width:22px;
  padding-left:0;
  text-align:right;
}
@media(max-width:760px){
  .doen-feed-featured .doen-inspiration-grid{grid-template-columns:1fr}
}

/* v0.5.6 paid activities on landing page */
.doen-paid-home-card{margin-top:20px;padding:26px;border-radius:30px;border:1px solid var(--doen-border);background:radial-gradient(circle at 92% 12%,rgba(255,122,89,.16),transparent 30%),radial-gradient(circle at 8% 88%,rgba(108,71,255,.15),transparent 34%),#fff;box-shadow:var(--doen-shadow)}
.doen-paid-home-copy h2{margin:8px 0 0;font-size:31px;line-height:1.02;letter-spacing:-.05em}
.doen-paid-home-copy p{margin:11px 0 0;color:var(--doen-muted);line-height:1.62}
.doen-paid-home-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:18px 0}
.doen-paid-home-points span{padding:12px 13px;border-radius:16px;background:#fff;border:1px solid var(--doen-border);font-size:12px;font-weight:850;line-height:1.4}
.doen-paid-home-card .doen-primary{width:auto;display:inline-flex}
.doen-paid-home-status{margin-top:14px!important;padding:13px 15px;border-radius:16px;background:#fff4dc;color:#75540d!important;border:1px solid #f0d8a3;font-size:13px}
@media(max-width:620px){.doen-paid-home-card{padding:22px}.doen-paid-home-points{grid-template-columns:1fr}.doen-paid-home-copy h2{font-size:28px}.doen-paid-home-card .doen-primary{width:100%}}

/* v0.5.8 Stripe return flow */
.doen-payment-soon-note .doen-secondary{display:inline-flex;width:auto;margin-top:8px}.doen-payment-soon-note small,.doen-resume-photo-note{display:block;margin-top:7px;color:var(--doen-muted);font-size:11px;line-height:1.45}

/* v0.6.0 choose free/paid before activity wizard */
.doen-activity-type-gate{display:grid;gap:14px;margin-top:16px}
.doen-type-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;border-radius:25px;background:#fff;border:1px solid var(--doen-border);box-shadow:var(--doen-shadow-soft);text-decoration:none;transition:.16s ease}
.doen-type-card:hover{transform:translateY(-2px);box-shadow:var(--doen-shadow)}
.doen-type-card.is-paid{background:linear-gradient(135deg,#fff,#f7f3ff)}
.doen-type-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:19px;background:var(--doen-gradient-soft);font-size:27px;font-weight:950;color:#6745ff}
.doen-type-card strong{display:block;font-size:21px;letter-spacing:-.035em}
.doen-type-card p{margin:5px 0 0;color:var(--doen-muted);font-size:13px;line-height:1.5}
.doen-type-card small{display:block;margin-top:7px;color:#777a8e;font-size:11px;line-height:1.4}
.doen-type-card>b{white-space:nowrap;color:#6549ff;font-size:13px}
.doen-change-type{display:inline-flex;margin-top:12px;color:#6549ff;font-weight:850;text-decoration:none;font-size:13px}
.doen-stripe-before-create .doen-payment-actions{margin-top:14px}
.doen-stripe-before-create .doen-primary{width:auto}
@media(max-width:620px){
 .doen-type-card{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:17px}
 .doen-type-icon{width:48px;height:48px;border-radius:16px;font-size:23px}
 .doen-type-card>b{grid-column:2;margin-top:2px}
 .doen-type-card strong{font-size:19px}
 .doen-stripe-before-create .doen-primary,.doen-stripe-before-create .doen-secondary{width:100%}
}

/* v0.6.1 contact */
.doen-contact-page{display:grid;gap:18px}
.doen-contact-head,.doen-contact-form,.doen-contact-aside{background:#fff;border:1px solid var(--doen-border);border-radius:28px;box-shadow:var(--doen-shadow-soft)}
.doen-contact-head{padding:26px}
.doen-contact-head h1{margin:8px 0 0;font-size:36px;line-height:1;letter-spacing:-.05em}
.doen-contact-head p{margin:12px 0 0;color:var(--doen-muted);line-height:1.6;max-width:620px}
.doen-contact-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:16px}
.doen-contact-form{padding:22px;display:grid;gap:14px}
.doen-contact-form label{display:grid;gap:7px;font-size:13px;font-weight:850}
.doen-contact-form input,.doen-contact-form select,.doen-contact-form textarea{width:100%;padding:13px 14px;border-radius:14px;border:1px solid var(--doen-border);background:#fff;font:inherit;color:var(--doen-text)}
.doen-contact-form textarea{resize:vertical;min-height:150px}
.doen-contact-form .doen-primary{margin-top:2px}
.doen-contact-aside{padding:14px;display:grid;gap:10px;align-content:start}
.doen-contact-card{display:flex;gap:12px;padding:14px;border-radius:18px;background:var(--doen-soft)}
.doen-contact-card>span{font-size:22px;line-height:1}
.doen-contact-card strong{display:block;font-size:14px}
.doen-contact-card a{display:inline-flex;margin-top:5px;color:#6549ff;font-weight:850;text-decoration:none}
.doen-contact-card p{margin:5px 0 0;color:var(--doen-muted);font-size:12px;line-height:1.5}
.doen-hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:700px){
  .doen-contact-grid{grid-template-columns:1fr}
  .doen-contact-head{padding:22px}
  .doen-contact-head h1{font-size:31px}
}

/* v0.6.3 social promotion */
.doen-share-button{background:#fff5eb;border-color:#ffd2a8;color:#8a4b00}
.doen-share-box{display:none;margin:-2px 0 16px;padding:16px 18px;border:1px solid var(--doen-border);border-top:none;border-radius:0 0 24px 24px;background:#fffdfb;box-shadow:var(--doen-shadow-soft)}
.doen-share-box.is-open{display:block}
.doen-share-head{display:flex;justify-content:space-between;align-items:end;gap:12px;flex-wrap:wrap}
.doen-share-head strong{font-size:18px;letter-spacing:-.03em}
.doen-share-head span{font-size:12px;color:var(--doen-muted)}
.doen-share-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.doen-share-actions,.doen-share-downloads{display:grid;gap:10px}
.doen-share-download{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:14px 15px;border-radius:18px;border:1px solid var(--doen-border);background:#fff;text-decoration:none;color:var(--doen-text)}
.doen-share-download strong{display:block;font-size:15px}
.doen-share-download span{display:block;font-size:12px;line-height:1.45;color:var(--doen-muted);text-align:right}
.doen-share-note{margin-top:12px;padding:14px 15px;border-radius:18px;background:var(--doen-soft);border:1px solid rgba(23,23,35,.04)}
.doen-share-note strong{display:block;font-size:13px}
.doen-share-note p{margin:5px 0 0;color:var(--doen-muted);font-size:12px;line-height:1.5}
.doen-share-caption{position:absolute!important;left:-9999px!important;top:auto;width:1px;height:1px;overflow:hidden}
.doen-share-wa{background:#ebfff2;border-color:#beeccf;color:#0a7a37}
@media(max-width:700px){.doen-share-grid{grid-template-columns:1fr}.doen-share-download{align-items:flex-start}.doen-share-download span{text-align:left}.doen-share-box{padding:14px}}

/* v0.6.4 richer social preview */
.doen-share-preview-wrap{margin-top:14px;padding:12px;border-radius:22px;background:linear-gradient(135deg,#f4f1ff,#fff4ef);border:1px solid var(--doen-border)}
.doen-share-preview{display:block;width:min(100%,420px);height:auto;margin:0 auto;border-radius:18px;box-shadow:0 18px 45px rgba(35,28,70,.18);background:#ddd}
.doen-share-preview-label{text-align:center;margin-top:9px;color:var(--doen-muted);font-size:11px;font-weight:800}
button.doen-share-download{width:100%;font:inherit;cursor:pointer;text-align:left}
button.doen-share-download:disabled{opacity:.65;cursor:wait}

/* v0.6.12 real category filters */
.doen-filterbar a{white-space:nowrap;border:1px solid var(--doen-border);border-radius:999px;padding:10px 14px;background:#fff;font-weight:850;color:#53556e;box-shadow:var(--doen-shadow-soft);text-decoration:none}
.doen-filterbar a.active{background:var(--doen-gradient);border-color:transparent;color:#fff}
.doen-category-filterbar{padding-bottom:9px}
.doen-filter-empty{margin-top:4px}

/* v0.6.13 SEO intro */
.doen-seo-intro{padding:22px 24px;border-radius:26px;background:linear-gradient(180deg,#fff,#fcfbff);border:1px solid var(--doen-border);box-shadow:var(--doen-shadow-soft)}
.doen-seo-intro h1{margin:7px 0 0;font-size:31px;line-height:1.04;letter-spacing:-.048em;max-width:780px}
.doen-seo-intro p{margin:11px 0 0;color:var(--doen-muted);font-size:14px;line-height:1.65;max-width:820px}
@media(max-width:620px){.doen-seo-intro{padding:19px}.doen-seo-intro h1{font-size:27px}}

/* v0.6.14 category filter spacing */
.doen-category-filterbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  overflow:visible;
  padding:6px 0 10px;
}
.doen-category-filterbar a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  white-space:nowrap;
  min-height:44px;
  padding:11px 16px;
  border:1px solid var(--doen-border);
  border-radius:999px;
  background:#fff;
  color:#53556e;
  text-decoration:none;
  font-weight:850;
  line-height:1;
  box-shadow:var(--doen-shadow-soft);
}
.doen-category-filterbar a.active{
  background:var(--doen-gradient);
  color:#fff;
  border-color:transparent;
}
@media(max-width:700px){
  .doen-category-filterbar{
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:9px;
    padding:5px 2px 10px;
    margin-left:-2px;
    margin-right:-2px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .doen-category-filterbar::-webkit-scrollbar{display:none}
  .doen-category-filterbar a{
    min-height:42px;
    padding:10px 15px;
  }
}

/* v0.6.15 PWA install */
.doen-install-sheet[hidden]{display:none!important}
.doen-install-sheet{position:fixed;inset:0;z-index:999999;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:rgba(20,18,34,.28);backdrop-filter:blur(5px)}
.doen-install-sheet-card{position:relative;width:min(560px,100%);display:grid;grid-template-columns:70px 1fr;gap:16px;padding:20px;border-radius:28px;background:#fff;box-shadow:0 24px 80px rgba(28,24,57,.28);border:1px solid rgba(35,30,61,.08)}
.doen-install-close{position:absolute;right:13px;top:10px;width:36px;height:36px;border:0;border-radius:50%;background:#f1eff7;font-size:24px;color:#666;line-height:1;cursor:pointer}
.doen-install-app-icon img{display:block;width:70px;height:70px;border-radius:20px;box-shadow:0 8px 24px rgba(94,68,210,.18)}
.doen-install-copy{padding-right:24px}.doen-install-copy h2{margin:7px 0 7px;font-size:25px;line-height:1.05;letter-spacing:-.04em}.doen-install-copy>p{margin:0;color:var(--doen-muted);font-size:14px;line-height:1.55}
.doen-install-actions{display:flex;gap:9px;margin-top:15px}.doen-install-actions .doen-primary,.doen-install-actions .doen-secondary{width:auto;flex:1;margin:0}
.doen-install-ios{margin-top:12px;padding:12px 14px;border-radius:16px;background:var(--doen-soft);font-size:13px;line-height:1.5;color:#45455a}.doen-install-ios span{white-space:nowrap;font-weight:900;color:#6549ff}
@media(min-width:821px){.doen-install-sheet{display:none!important}}
@media(max-width:520px){.doen-install-sheet{padding:10px}.doen-install-sheet-card{grid-template-columns:58px 1fr;padding:18px 16px;border-radius:24px}.doen-install-app-icon img{width:58px;height:58px;border-radius:17px}.doen-install-copy{padding-right:18px}.doen-install-copy h2{font-size:22px}.doen-install-actions{display:grid;grid-template-columns:1fr}.doen-install-actions .doen-primary,.doen-install-actions .doen-secondary{width:100%}}

/* v0.6.22 clean full-height hero */
.doen-brand-icon{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;line-height:1}
.doen-brand-icon img{display:block;width:42px;height:42px;object-fit:contain}
.doen-brand-icon.is-compact img{width:38px;height:38px}
@media(min-width:621px){
  .doen-home-visual-picture{aspect-ratio:auto;overflow:hidden}
  .doen-home-visual-picture img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;object-position:center top;transform:none}
}
@media(max-width:620px){.doen-brand-icon img{width:38px;height:38px}.doen-brand-icon.is-compact img{width:34px;height:34px}}




/* v0.6.25 — desktop hero: clean bundled image, full height, no logo overlay */
@media(min-width:621px){
  .doen-home-visual-picture{position:relative;display:block;width:100%;overflow:visible;aspect-ratio:auto}
  .doen-home-visual-picture::before,.doen-home-visual-picture::after{content:none!important;display:none!important}
  .doen-home-visual-picture img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;object-position:center top;transform:none!important;clip-path:none!important}
  .doen-home-hero-logo{display:none!important}
}


/* v0.6.26 — approved desktop hero; no CTA strip below image */
@media(min-width:621px){
  .doen-home-visual-hero{background:#2432E6}
}


/* v0.6.27 — volledige site-achtergrond oudroze */
body.doen-app-body{background:#D55C96!important}
