@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Nunito:wght@400&display=swap');

:root{--ink:#171917;--muted:#6f746f;--paper:#fff;--soft:#f2f3f0;--line:#dedfda;--green:#229b55;--green-dark:#176f3d;--mint:#dff3e5;--radius:30px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}
.skip{position:absolute;left:-999px;top:12px}.skip:focus{left:12px;z-index:100;background:var(--ink);color:white;padding:12px 18px;border-radius:999px}
.site-header{position:fixed;z-index:20;top:18px;left:0;right:0}.nav{width:min(calc(100% - 32px),980px);height:62px;margin:auto;padding:7px 9px 7px 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(23,25,23,.12);border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 8px 30px rgba(23,25,23,.07);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;font-weight:600}.brand-mark{width:30px;height:30px;border-radius:50%;object-fit:cover}.nav-links{display:flex;gap:28px;align-items:center;font-size:14px}.nav-links a:not(.button):hover,.nav-links a[aria-current=page]{color:var(--green-dark)}
.site-header.inner-header{top:0;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.inner-header .nav{width:min(calc(100% - 40px),1120px);height:66px;padding:0;margin:auto;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.inner-header .brand-mark{width:26px;height:26px}.inner-header .button{min-height:40px;padding-inline:20px}
.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:0;border-radius:999px;background:var(--ink);color:white;font-weight:600;transition:.25s ease}.button:hover{background:var(--green-dark);transform:translateY(-2px)}.button.secondary{background:var(--soft);color:var(--ink)}.button.secondary:hover{background:var(--mint)}a:focus-visible,button:focus-visible{outline:3px solid #98dcae;outline-offset:3px}
.dino-button{position:relative;margin-top:30px;padding-top:28px;display:inline-flex}.dino-button img{position:absolute;z-index:2;top:-40px;right:10px;width:88px;height:96px;object-fit:cover;object-position:50% 18%;pointer-events:none;mix-blend-mode:multiply;-webkit-mask-image:radial-gradient(ellipse at 50% 50%,#000 32%,rgba(0,0,0,.95) 48%,transparent 74%);mask-image:radial-gradient(ellipse at 50% 50%,#000 32%,rgba(0,0,0,.95) 48%,transparent 74%)}.dino-button .button{min-width:270px;min-height:54px;padding:7px 88px 0 24px}
.shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:600;color:var(--green-dark)}h1,h2,h3{font-family:'Nunito',sans-serif;font-weight:400;letter-spacing:-.035em;margin:0;line-height:.96}p{line-height:1.65}.hero{min-height:100vh;padding:130px 0 40px;display:grid;place-items:center}.hero-copy{text-align:center;max-width:900px;margin:0 auto 40px}.hero h1{font-size:clamp(58px,8vw,112px);margin:16px 0 22px}.lede{max-width:610px;margin:0 auto;color:var(--muted);font-size:clamp(17px,2vw,20px)}.actions{display:flex;justify-content:center;gap:10px;margin-top:28px;flex-wrap:wrap}
.dino-stage{position:relative;min-height:440px;overflow:hidden;border-radius:44px;background:radial-gradient(circle at 50% 68%,rgba(80,200,120,.34),transparent 33%),linear-gradient(135deg,#f3f4f1 10%,#fff 55%,#e8f4eb);display:grid;place-items:center}.dino-stage:before,.dino-stage:after{content:'';position:absolute;width:52%;height:80px;border:2px solid rgba(34,155,85,.22);border-radius:50%;filter:blur(.2px);transform:rotate(-7deg)}.dino-stage:after{width:78%;transform:rotate(8deg)}.dino{position:relative;z-index:1;width:min(460px,72vw);mix-blend-mode:multiply;filter:drop-shadow(0 22px 28px rgba(22,70,40,.12));animation:float 5s ease-in-out infinite}
.hero-panorama{min-height:0;aspect-ratio:1984/793;background:#f8f4e9}.hero-panorama:before,.hero-panorama:after{display:none}.hero-panorama img{width:100%;height:100%;object-fit:cover;object-position:center}
.section{padding:140px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}.section h2{font-size:clamp(44px,6vw,76px)}.section-note{color:var(--muted);max-width:330px}.posts{display:grid;grid-template-columns:1.45fr 1fr 1fr;gap:18px}.card{min-height:420px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);transition:.3s ease}.card:first-child{background:var(--mint)}.card:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(23,25,23,.08)}.card-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.tag{display:inline-flex;padding:7px 11px;border:1px solid rgba(23,25,23,.13);border-radius:999px;font-size:12px}.card h3{font-size:clamp(30px,3vw,44px);margin:24px 0 14px}.card p{color:#545954}.card-arrow{font-size:24px}.manifesto{background:var(--ink);color:white;border-radius:44px;padding:clamp(40px,7vw,90px);display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}.manifesto h2{font-size:clamp(48px,7vw,92px)}.manifesto p{color:#bfc4bf;font-size:18px}.footer{padding:36px 0 44px}.footer-row{border-top:1px solid var(--line);padding-top:26px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}
.page-hero{padding:170px 0 90px}.page-hero h1{font-size:clamp(56px,8vw,108px);max-width:980px}.page-hero .lede{margin:28px 0 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.about-copy{padding:clamp(34px,6vw,76px);background:var(--soft);border-radius:var(--radius)}.about-copy h2{font-size:clamp(42px,5vw,70px)}.about-copy p{font-size:18px;color:var(--muted)}.about-visual{border-radius:var(--radius);overflow:hidden;background:var(--mint)}.about-visual img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.principle{padding:30px;border-top:1px solid var(--ink)}.principle b{font-family:'Nunito',sans-serif;font-size:34px;font-weight:400}.principle p{color:var(--muted)}
.article{width:min(calc(100% - 40px),760px);margin:auto;padding:160px 0 100px}.back{display:inline-block;color:var(--muted);margin-bottom:55px}.article h1{font-size:clamp(52px,8vw,88px)}.article-meta{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin:28px 0 50px}.article-visual{margin:0 -120px 60px;border-radius:36px;overflow:hidden;background:var(--soft);max-height:620px}.article-visual img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.prose{font-size:18px}.prose h2{font-size:42px;margin:70px 0 20px}.prose p{color:#3f443f}.prose blockquote{margin:44px 0;padding:4px 0 4px 24px;border-left:3px solid var(--green);font-family:'Nunito',sans-serif;font-size:30px;color:var(--green-dark)}
.error{min-height:100vh;padding:130px 20px 40px;display:grid;place-items:center;text-align:center}.error-box{width:min(100%,960px);padding:45px;border-radius:44px;background:radial-gradient(circle at 50% 55%,rgba(80,200,120,.3),transparent 34%),var(--soft)}.error img{width:min(360px,70vw);margin:auto;mix-blend-mode:multiply}.error h1{font-size:clamp(64px,10vw,130px)}.error p{color:var(--muted)}
.community-hero{padding:170px 0 54px;text-align:center}.community-hero h1{font-size:clamp(48px,6vw,78px);margin:0 auto 18px;max-width:880px}.community-hero .lede{max-width:620px}.idea-tools{width:min(100%,720px);margin:34px auto 0}.idea-search{width:100%;height:58px;padding:0 24px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--ink);outline:none}.idea-search:focus{border-color:var(--green);box-shadow:0 0 0 4px var(--mint)}.filters{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:14px}.filter{padding:9px 16px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--ink);cursor:pointer}.filter:hover{border-color:#a8aaa5}.filter.active{background:var(--ink);color:white;border-color:var(--ink)}.rooms-wrap{width:min(calc(100% - 40px),920px);margin:auto;padding:28px 0 140px}.rooms-head{display:flex;justify-content:space-between;align-items:end;padding-bottom:20px;border-bottom:1px solid var(--line)}.rooms-head h2{font-size:30px}.rooms-head span{color:var(--muted);font-size:13px}.rooms{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-top:14px}.room{min-height:270px;padding:24px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:24px;background:white;transition:.25s ease}.room:hover{border-color:#a8aaa5;transform:translateY(-2px)}.room[hidden]{display:none}.room:nth-child(2),.room:nth-child(3){background:white}.room-top{display:flex;justify-content:space-between;align-items:center}.room-topic{padding:7px 11px;border-radius:999px;background:var(--soft);color:#4c514c;font-size:12px}.room-count{color:var(--muted);font-size:12px}.room h3{font-size:30px;line-height:1.06;margin:34px 0 12px}.room p{color:var(--muted);margin:0}.room-footer{margin-top:auto;padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.room-link{font-weight:600}.room-link:hover{color:var(--green-dark)}.empty-state{display:none;padding:70px 20px;text-align:center;color:var(--muted)}.empty-state.visible{display:block}
@keyframes float{50%{transform:translateY(-12px)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.dino{animation:none}.button,.card{transition:none}}
@media(max-width:800px){.nav-links>a:not(.button){display:none}.hero{padding-top:120px}.hero-copy{text-align:left}.hero h1{font-size:58px}.lede{margin-left:0}.actions{justify-content:flex-start}.dino-stage{min-height:350px;border-radius:28px}.hero-panorama{min-height:330px;aspect-ratio:auto}.hero-panorama img{object-position:50% center}.section{padding:90px 0}.section-head{align-items:start;flex-direction:column}.posts,.about-grid,.principles,.manifesto,.rooms{grid-template-columns:1fr}.card{min-height:350px}.manifesto{gap:25px;border-radius:28px}.page-hero{padding-top:150px}.article-visual{margin:0 0 50px}.community-hero{text-align:left;padding:135px 0 42px}.community-hero h1{font-size:44px}.community-hero .lede{margin-left:0}.filters{justify-content:flex-start}.dino-button{margin-top:24px}.rooms-wrap{width:calc(100% - 28px);padding-bottom:90px}.rooms-head{align-items:start;gap:8px;flex-direction:column}.room{min-height:250px}.footer-row{gap:14px;flex-direction:column}}
@media(max-width:480px){.shell{width:min(calc(100% - 28px),var(--max))}.site-header{top:10px}.site-header.inner-header{top:0}.nav{width:calc(100% - 20px)}.inner-header .nav{width:calc(100% - 28px)}.brand span{display:none}.nav .button{min-height:42px;padding:0 16px}.hero h1{font-size:50px}.dino-stage{min-height:300px}.error-box{padding:30px 18px}}

/* Club landing and community feed */
.club-intro{padding:155px 0 110px}.club-copy{text-align:center;max-width:820px;margin:0 auto 42px}.club-copy h1{font-size:clamp(52px,7vw,88px);margin-bottom:18px}.club-banner{position:relative;aspect-ratio:2.5/1;min-height:390px;overflow:hidden;border-radius:34px;background:linear-gradient(135deg,#f8f3e8,#eef4e7)}.club-banner>img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:multiply}.club-panel{position:absolute;left:24px;right:24px;bottom:24px;padding:20px 22px;display:flex;justify-content:space-between;align-items:center;gap:22px;border:1px solid rgba(255,255,255,.8);border-radius:22px;background:rgba(255,255,255,.84);backdrop-filter:blur(18px)}.club-panel h2{font-size:30px}.club-panel p{margin:5px 0 0;color:var(--muted)}
.feed-page{padding:140px 0 100px}.feed-shell{width:min(calc(100% - 40px),980px);margin:auto}.feed-top{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.feed-top h1{font-size:clamp(48px,6vw,72px)}.feed-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:22px;align-items:start}.composer,.feed-card,.feed-aside{border:1px solid var(--line);border-radius:24px;background:white}.composer{padding:20px;margin-bottom:14px}.composer-trigger{width:100%;min-height:52px;padding:0 18px;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:999px;background:var(--soft);color:var(--muted);cursor:pointer;text-align:left}.composer-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover}.composer-form{display:none;padding-top:20px}.composer-form.open{display:block}.composer-form h2{font-size:30px;margin-bottom:20px}.form-row{display:grid;gap:8px;margin-bottom:15px}.form-row label{font-size:13px;font-weight:600}.form-row input,.form-row textarea,.form-row select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:white;outline:none}.form-row textarea{min-height:110px;resize:vertical}.form-row input:focus,.form-row textarea:focus,.form-row select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--mint)}.form-actions{display:flex;justify-content:flex-end;gap:8px}.feed-status{min-height:20px;color:var(--green-dark);font-size:13px}.feed-list{display:grid;gap:14px}.feed-card{padding:22px}.feed-card h2{font-size:28px;line-height:1.08;margin:24px 0 10px;overflow-wrap:anywhere}.feed-card p{color:var(--muted)}.feed-card-footer{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:22px;padding-top:16px;border-top:1px solid var(--line);font-size:13px}.feed-aside{position:sticky;top:100px;padding:22px}.feed-aside h2{font-size:26px}.feed-aside p,.feed-aside li{color:var(--muted);font-size:14px}.feed-aside ul{padding-left:18px}.local-note{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);font-size:12px!important}
@media(max-width:800px){.club-intro{padding:125px 0 80px}.club-copy{text-align:left}.club-banner{aspect-ratio:auto;min-height:420px;border-radius:26px}.club-banner>img{object-position:center}.club-panel{left:12px;right:12px;bottom:12px;align-items:stretch;flex-direction:column}.club-panel .button{width:100%}.feed-page{padding-top:120px}.feed-top{align-items:start;flex-direction:column}.feed-grid{grid-template-columns:1fr}.feed-aside{position:static}.feed-card-footer{align-items:flex-start;flex-direction:column}}

/* Conversas community components */
.feed-shell{width:min(calc(100% - 40px),1120px)}.feed-main{min-width:0}.feed-top .button{flex:none}.composer-trigger{margin-bottom:14px;background:white}.category-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.filter-pill,.category-option span{min-height:38px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;background:white;color:var(--ink);cursor:pointer;white-space:nowrap}.filter-pill.active,.category-option input:checked+span{background:var(--ink);border-color:var(--ink);color:white}.feed-empty{padding:65px 20px;text-align:center;border:1px dashed var(--line);border-radius:24px;color:var(--muted)}.feed-empty .button{margin-top:10px}.conversation-card{padding:22px;border:1px solid var(--line);border-radius:24px;background:white;box-shadow:0 8px 24px rgba(23,25,23,.035)}.conversation-card h2{font-size:28px;line-height:1.08;margin:22px 0 10px}.conversation-description{color:var(--muted);white-space:pre-wrap}.conversation-head{display:flex;align-items:flex-start;gap:12px}.conversation-author{display:flex;align-items:center;gap:10px;margin-right:auto}.conversation-author>div{display:grid;gap:2px}.conversation-author strong{font-size:14px}.conversation-author span,.comment-meta span{font-size:12px;color:var(--muted)}.conversation-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid var(--line)}.conversation-avatar.small{width:30px;height:30px}.conversation-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.pin-badge,.category-badge{padding:6px 10px;border-radius:999px;background:var(--soft);font-size:12px}.pin-badge{background:var(--mint);color:var(--green-dark)}.owner-actions{display:flex;gap:4px}.text-button{padding:5px;border:0;background:none;color:var(--muted);cursor:pointer}.text-button:hover{color:var(--ink)}.conversation-link{display:block;margin-top:16px;padding:12px 14px;overflow:hidden;text-overflow:ellipsis;border-radius:12px;background:var(--mint);color:var(--green-dark);white-space:nowrap}.conversation-meta{margin-top:20px;color:var(--muted);font-size:13px}.conversation-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.card-action{min-height:40px;border:1px solid var(--line);border-radius:999px;background:white;cursor:pointer}.card-action:hover{background:var(--soft)}.card-action.active{background:var(--mint);border-color:#b8ddc4;color:var(--green-dark)}.comments{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.comment-list{display:grid;gap:14px}.comment{display:flex;gap:10px}.comment p{margin:4px 0 0;font-size:14px}.comment-meta{display:flex;gap:8px;align-items:center}.comment-empty{color:var(--muted);font-size:14px}.comment-form{display:flex;gap:8px;margin-top:16px}.comment-form textarea{min-height:44px;max-height:120px;flex:1;padding:11px 13px;resize:vertical;border:1px solid var(--line);border-radius:14px}.community-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0;padding:18px 0;border-block:1px solid var(--line)}.community-stats div{display:grid;gap:3px;text-align:center}.community-stats strong{font-family:'Nunito',sans-serif;font-size:24px}.community-stats span{font-size:11px;color:var(--muted)}.community-rules{padding-left:18px}.community-rules li{margin:7px 0}.community-rules li::marker{color:var(--green)}
.conversation-modal,.confirm-dialog{width:min(620px,calc(100% - 32px));max-height:calc(100dvh - 32px);padding:0;overflow:auto;border:1px solid var(--line);border-radius:24px;background:white;box-shadow:0 30px 80px rgba(23,25,23,.18)}.conversation-modal::backdrop,.confirm-dialog::backdrop{background:rgba(23,25,23,.3);backdrop-filter:blur(3px)}.conversation-modal form{padding:24px}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.modal-head h2,.confirm-dialog h2{font-size:32px}.icon-button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:white;font-size:24px;cursor:pointer}.category-picker{padding:0;margin:0 0 18px;border:0}.category-picker legend,.form-row label{margin-bottom:8px;font-size:13px;font-weight:600}.category-picker>div{display:flex;gap:8px;flex-wrap:wrap}.category-option input{position:absolute;opacity:0;pointer-events:none}.category-option input:focus-visible+span{outline:3px solid #98dcae;outline-offset:2px}.optional{font-weight:400;color:var(--muted)}.field-error{min-height:17px;margin:4px 0 0;color:#a33232;font-size:12px}.form-row [aria-invalid=true]{border-color:#a33232}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.button.danger{background:#34201f}.confirm-dialog{padding:24px}.toast{position:fixed;z-index:50;left:50%;bottom:24px;padding:12px 18px;transform:translate(-50%,30px);border-radius:999px;background:var(--ink);color:white;opacity:0;pointer-events:none;transition:.25s}.toast.show{transform:translate(-50%,0);opacity:1}
@media(max-width:800px){.feed-top .button{width:100%}.category-filters{margin-inline:-14px;padding:0 14px 5px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.category-filters::-webkit-scrollbar{display:none}.conversation-head{flex-wrap:wrap}.conversation-badges{order:3;width:100%;justify-content:flex-start}.owner-actions{margin-left:auto}.conversation-card{padding:18px}.conversation-actions{gap:5px}.card-action{font-size:13px}.comment-form{align-items:flex-end;flex-direction:column}.comment-form textarea,.comment-form .button{width:100%}.conversation-modal,.confirm-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px);border-radius:20px}.conversation-modal form,.confirm-dialog{padding:18px}.modal-actions{position:sticky;bottom:-18px;padding:12px 0 18px;background:white}}

/* Conversation refinements */
.feed-page{padding-top:96px}.conversation-modal form{position:relative}.modal-head{padding-right:46px}.modal-head .icon-button{position:absolute;top:18px;right:18px}.comment-meta{width:100%}.comment-delete{margin-left:auto;padding:2px 0;border:0;background:none;color:var(--muted);font-size:12px;cursor:pointer}.comment-delete:hover{color:var(--ink);text-decoration:underline}@media(max-width:800px){.feed-page{padding-top:92px}.modal-head .icon-button{top:12px;right:12px}}

/* Simplified feed controls */
.category-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.category-filters::-webkit-scrollbar{display:none}.filter-pill{flex:none;padding-inline:14px}.conversation-meta{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.bookmark-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:white;color:var(--muted);font-size:21px;line-height:1;cursor:pointer}.bookmark-button:hover{background:var(--soft);color:var(--ink)}.bookmark-button.active{background:var(--mint);border-color:#b8ddc4;color:var(--green-dark)}.comments{margin-top:0;border-top:0}.comment-form{margin-top:14px}
.comment-form textarea{resize:none}

/* Local access and profile */
.auth-body{min-height:100vh;background:linear-gradient(180deg,#fff 0 62%,#f4f5f2 100%)}.auth-back{position:fixed;top:28px;left:max(24px,calc(50% - 560px));color:var(--muted)}.auth-page{min-height:100vh;padding:90px 20px;display:grid;place-items:center}.auth-card{width:min(100%,450px);padding:30px;border:1px solid var(--line);border-radius:24px;background:white;box-shadow:0 18px 50px rgba(23,25,23,.06)}.auth-logo{width:50px;height:50px;margin-bottom:20px;border-radius:50%;object-fit:cover}.auth-card h1{font-size:36px}.auth-card>p{color:var(--muted)}.auth-submit,.profile-save{width:100%}.auth-status{min-height:20px;margin:12px 0 0;color:var(--green-dark);font-size:13px}.auth-card .auth-status[role=alert]{color:#a33232}.auth-note{margin:18px 0 0!important;padding-top:16px;border-top:1px solid var(--line);font-size:12px}.profile-page{width:min(calc(100% - 40px),640px);margin:auto;padding:120px 0 90px}.profile-card{padding:32px;border:1px solid var(--line);border-radius:24px;background:white}.profile-heading{display:flex;align-items:center;gap:16px}.profile-avatar{width:64px;height:64px;border:1px solid var(--line);border-radius:20px;object-fit:cover}.profile-heading h1{font-size:34px}.profile-heading p{margin:4px 0 0;color:var(--muted)}.profile-tags{display:flex;gap:8px;margin:20px 0 28px}.profile-tags span{padding:7px 11px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:12px}.profile-card textarea{min-height:120px}.bio-count{text-align:right;color:var(--muted);font-size:12px}.profile-links{display:grid;gap:10px;margin-top:22px}.profile-links a{padding:20px;display:flex;justify-content:space-between;border:1px solid var(--line);border-radius:20px;background:white}.profile-links a:hover{background:var(--soft)}
@media(max-width:600px){.auth-back{top:18px;left:18px}.auth-card,.profile-card{padding:22px}.profile-page{width:calc(100% - 28px);padding-top:100px}.profile-heading h1{font-size:29px}}

/* Login action spacing */
.auth-submit+.auth-submit{margin-top:10px}.auth-submit.secondary{border:1px solid var(--line);background:white}.auth-submit.secondary:hover{border-color:#b7bab4;background:var(--soft)}

/* Passwordless access atmosphere */
.otp-auth{position:relative;isolation:isolate;overflow:hidden}.otp-auth::after{content:'';position:fixed;z-index:-1;left:0;right:0;bottom:0;height:42vh;background-image:radial-gradient(circle,#171917 1px,transparent 1.25px);background-size:7px 7px;opacity:.34;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 48%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 48%,#000 100%)}.otp-auth .auth-page,.otp-auth .auth-back{position:relative;z-index:1}.otp-code-row input{text-align:center;font-size:22px;letter-spacing:.25em}

/* Google authentication */
.google-auth{text-align:left}.google-button{width:100%;min-height:54px;margin-top:24px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--ink);font-weight:600;cursor:pointer;transition:.2s}.google-button:hover{background:var(--soft);border-color:#b7bab4}.google-button:disabled{opacity:.65;cursor:wait}.google-mark{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0);color:white;font-weight:700;font-family:Arial,sans-serif}.login-terms{margin-top:20px!important;padding-top:16px;border-top:1px solid var(--line);font-size:12px!important}
