@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:wght@500;600&display=swap";.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}:root{--bg:#f8f3ec;--accent:#c45a3b;--accent-soft:#f0d0c3;--olive:#5d757f;--text:#1f1a17;--white:#fff;--border:#e8e0d8;--radius-lg:18px;--radius-md:12px;--radius-sm:6px;--shadow-soft:0 10px 25px #00000014;--shadow-card:0 6px 18px #00000014;--max-width:1100px;--transition:.2s ease}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}.tt-app{flex-direction:column;min-height:100vh;display:flex}.tt-header{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#f8f3ecf5;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:sticky;top:0}.tt-logo{letter-spacing:-.03em;cursor:pointer;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600}.tt-header-right{align-items:center;gap:.75rem;display:flex}.tt-avatar{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex}.tt-logout-btn{color:var(--olive);cursor:pointer;background:0 0;border:none;font-size:.9rem}.tt-main{width:100%;max-width:var(--max-width);margin:1.75rem auto;padding:0 1rem}.tt-auth-wrapper{justify-content:center;align-items:center;min-height:calc(100vh - 70px);display:flex}.tt-auth-card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-card);padding:2rem 2.25rem 2.25rem}.tt-auth-title{margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:1.8rem}.tt-auth-subtitle{color:var(--olive);margin-bottom:1.5rem;font-size:.95rem}.tt-auth-toggle{background:#f3e3d7;border-radius:999px;margin-bottom:1.5rem;padding:.15rem;display:inline-flex}.tt-auth-toggle button{cursor:pointer;color:var(--olive);background:0 0;border:none;border-radius:999px;padding:.45rem 1.1rem;font-size:.9rem}.tt-auth-toggle button.active{background:var(--white);color:var(--text);box-shadow:0 2px 6px #00000014}.tt-auth-form{flex-direction:column;gap:.9rem;display:flex}.tt-field{flex-direction:column;display:flex}.tt-field label{color:var(--olive);margin-bottom:.3rem;font-size:.85rem}.tt-field input,.tt-field textarea{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--white);color:var(--text);transition:border var(--transition), box-shadow var(--transition);padding:.7rem .85rem;font-size:.95rem}.tt-field input:focus,.tt-field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #c45a3b2e}.tt-error{color:#b33426;font-size:.85rem}.tt-auth-submit{border-radius:var(--radius-md);background:var(--accent);width:100%;color:var(--white);cursor:pointer;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);border:none;margin-top:.5rem;padding:.8rem;font-size:.98rem;font-weight:500}.tt-auth-submit:hover{box-shadow:var(--shadow-soft);background:#a94d33;transform:translateY(-1px)}.tt-upload-btn,.tt-delete-btn,.tt-edit-btn,.tt-profile-actions button,.tt-back,.tt-dialog-actions button{border-radius:var(--radius-md);cursor:pointer;background:var(--white);color:var(--text);transition:background var(--transition), border var(--transition), color var(--transition), box-shadow var(--transition), transform var(--transition);border:1px solid #0000;padding:.6rem 1rem;font-size:.9rem}.tt-back{color:var(--olive);background:0 0;border:none;padding-bottom:20px}.tt-upload-actions,.tt-edit-actions{gap:.75rem;margin-top:1rem;display:flex}.tt-upload-btn{background:var(--accent);color:var(--white);border-color:var(--accent)}.tt-upload-btn:hover{box-shadow:var(--shadow-soft);background:#a94d33;border-color:#a94d33;transform:translateY(-1px)}.tt-back-btn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--white);color:var(--olive);cursor:pointer;padding:.8rem 1.2rem;font-size:.95rem;transition:all .2s}.tt-back-btn:hover{background:var(--accent-soft);border-color:var(--accent-soft)}.tt-edit-btn,.tt-delete-btn{color:#8f2e22;background:#f7d7cf;border-color:#f0b9aa;margin:20px 20px 20px 0}.tt-delete-btn:hover{background:#eebfb0;border-color:#e3a28f}.tt-edit-btn::hover{background:#eebfb0;border-color:#e3a28f}.tt-profile-actions button{background:var(--white);border-color:var(--border);color:var(--olive)}.tt-profile-actions button:hover{background:#f3e3d7}.tt-form-page h1{margin-bottom:1rem;font-size:1.4rem}.tt-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-direction:column;gap:1rem;padding:1.5rem 1.6rem;display:flex}.tt-field input[type=file]{padding:.3rem 0}.tt-photo-preview{border-radius:var(--radius-lg);max-height:340px;margin-top:.75rem;overflow:hidden}.tt-photo-preview img{object-fit:cover;width:100%;height:100%}.tt-home-top{margin-bottom:1.5rem}.tt-home-search-form{flex-wrap:nowrap;gap:.75rem;width:100%;margin-bottom:1.5rem;display:flex}.tt-search{border-radius:var(--radius-lg);border:1px solid var(--accent-soft);background:var(--white);min-width:0;color:var(--text);box-shadow:var(--shadow-soft);transition:border var(--transition), box-shadow var(--transition);flex:1;padding:.9rem 1.2rem;font-size:.95rem}.tt-search:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #c45a3b2e}.tt-profile-buttons,.tt-search-btn{border-radius:var(--radius-lg);background:var(--accent);color:var(--white);cursor:pointer;white-space:nowrap;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);border:none;padding:.9rem 1.4rem;font-size:.95rem}.tt-search-btn:hover{box-shadow:var(--shadow-soft);background:#a94d33;transform:translateY(-1px)}.tt-profile-buttons::hover{box-shadow:var(--shadow-soft);background:#a94d33;transform:translateY(-1px)}.tt-grid{gap:1.1rem;display:grid}@media (width<=600px){.tt-grid{grid-template-columns:1fr}}@media (width>=601px) and (width<=900px){.tt-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=901px){.tt-grid{grid-template-columns:repeat(3,1fr)}}.tt-post-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);cursor:pointer;transition:box-shadow var(--transition), transform var(--transition);overflow:hidden}.tt-post-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0000001f}.tt-post-image-wrapper{width:100%;height:220px;overflow:hidden}.tt-post-image{object-fit:cover;width:100%;height:100%}.tt-post-meta{padding:.8rem .9rem 1rem}.tt-post-meta h3{margin-bottom:.25rem;font-size:1rem}.tt-post-meta p{color:var(--olive);font-size:.85rem}.tt-post-detail{max-width:var(--max-width);margin:0 auto}.tt-post-detail-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);grid-template-columns:1fr;display:grid;overflow:hidden}@media (width>=900px){.tt-post-detail-card{grid-template-columns:1.2fr 1fr}}.tt-post-detail-image{object-fit:cover;width:100%;max-height:420px;display:block}.tt-post-detail-body{padding:1.5rem 1.6rem}.tt-post-detail-body h1{margin-bottom:.25rem}.tt-post-detail-city{color:var(--olive);margin-bottom:1rem}.tt-post-detail-comment{color:var(--text);margin-top:1rem}.tt-profile{max-width:var(--max-width);margin:0 auto}.tt-profile-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.tt-profile-avatar{background:var(--accent-soft);width:72px;height:72px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;font-weight:600;display:flex}.tt-profile-header h1{font-size:1.3rem}.tt-profile-header p{color:var(--olive);font-size:.9rem}.tt-profile-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.tt-dialog-backdrop{z-index:50;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tt-dialog{background:var(--white);border-radius:var(--radius-lg);width:90%;max-width:380px;box-shadow:var(--shadow-card);padding:1.25rem 1.4rem}.tt-dialog-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.tt-dialog-actions .primary{background:var(--accent);color:var(--white);border-color:var(--accent)}.tt-dialog-actions .primary:hover{background:#a94d33;border-color:#a94d33}@media (width<=480px){.tt-auth-card{padding:1.6rem 1.4rem 1.8rem}.tt-post-image-wrapper{height:200px}.tt-post-detail-body{padding:1.2rem 1.3rem}.tt-search{padding:.65rem .9rem;font-size:.85rem}.tt-search-btn{padding:.65rem 1rem;font-size:.85rem}.tt-home-search-form{gap:.5rem}}
