@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #3a86ff;--secondary-color: #8338ec;--accent-color: #ff006e;--background-color: #ffffff;--text-color: #333333;--light-gray: #f5f5f5;--medium-gray: #e0e0e0;--dark-gray: #757575;--border-radius: 8px;--box-shadow: 0 4px 6px rgba(0, 0, 0, .1);--transition: all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.app{display:flex;flex-direction:column;min-height:100vh}.header{padding:5rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff}.header-content{max-width:800px;margin:0 auto;text-align:center}.header h1{font-size:3rem;margin-bottom:1rem}.tagline{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9}.newsletter-box{background-color:#ffffff1a;border-radius:var(--border-radius);padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin-top:3rem}.newsletter-box h2{font-size:1.75rem;margin-bottom:.75rem}.newsletter-box p{margin-bottom:1.5rem;font-size:1.1rem}.subscribe-form{display:flex;gap:.5rem;max-width:500px;margin:0 auto}.subscribe-form input{flex:1;padding:.75rem 1rem;border:none;border-radius:var(--border-radius);font-size:1rem}.subscribe-form button{padding:.75rem 1.5rem;background-color:var(--accent-color);color:#fff;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.subscribe-form button:hover{background-color:#d90057}.success-message{background-color:#fff3;padding:1rem;border-radius:var(--border-radius)}.work-section{padding:5rem 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem}.section-description{text-align:center;max-width:700px;margin:0 auto 3rem;color:var(--dark-gray);font-size:1.1rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--box-shadow);transition:var(--transition);background-color:#fff}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.project-image img{width:100%;height:200px;object-fit:cover;display:block}.project-content{padding:1.5rem}.project-content h3{font-size:1.5rem;margin-bottom:.75rem}.project-content p{color:var(--dark-gray);margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background-color:var(--light-gray);color:var(--dark-gray);padding:.25rem .75rem;border-radius:20px;font-size:.85rem}.project-link{display:inline-block;color:var(--primary-color);font-weight:600;text-decoration:none;transition:var(--transition)}.project-link:hover{color:var(--secondary-color)}.articles-section{padding:5rem 0;background-color:var(--light-gray)}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.article-card{border-radius:var(--border-radius);overflow:hidden;background-color:#fff;box-shadow:var(--box-shadow);transition:var(--transition)}.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.article-image img{width:100%;height:180px;object-fit:cover;display:block}.article-content{padding:1.5rem}.article-meta{display:flex;justify-content:space-between;color:var(--dark-gray);font-size:.9rem;margin-bottom:.75rem}.article-content h3{font-size:1.35rem;margin-bottom:.75rem;line-height:1.4}.article-content p{color:var(--dark-gray);margin-bottom:1.25rem}.read-more{display:inline-block;color:var(--primary-color);font-weight:600;text-decoration:none;transition:var(--transition)}.read-more:hover{color:var(--secondary-color)}.all-articles{text-align:center}.view-all-btn{display:inline-block;background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color);padding:.75rem 2rem;border-radius:var(--border-radius);font-weight:600;text-decoration:none;transition:var(--transition)}.view-all-btn:hover{background-color:var(--primary-color);color:#fff}.footer{background-color:#1e1e1e;color:#fff;padding:4rem 0 2rem;margin-top:auto}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:3rem}.footer-info{flex:1 1 300px;margin-bottom:2rem}.footer-info h3{font-size:1.75rem;margin-bottom:1rem}.footer-links{display:flex;flex-wrap:wrap;gap:3rem}.footer-nav,.footer-social,.footer-legal{flex:1 1 200px}.footer h4{font-size:1.25rem;margin-bottom:1.25rem;position:relative}.footer h4:after{content:"";position:absolute;left:0;bottom:-.5rem;width:40px;height:2px;background-color:var(--accent-color)}.footer ul{list-style:none}.footer ul li{margin-bottom:.75rem}.footer ul li a{color:#bbb;text-decoration:none;transition:var(--transition)}.footer ul li a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#bbb;font-size:.9rem}.legal-page{min-height:calc(100vh - 200px);background-color:var(--light-gray);padding:2rem 0}.legal-page .container{max-width:1000px}.legal-page .bg-white{background-color:#fff}.legal-page .rounded-lg{border-radius:var(--border-radius)}.legal-page .shadow-lg{box-shadow:var(--box-shadow)}.legal-page h1{color:var(--text-color);font-weight:700}.legal-page h2{color:var(--text-color);border-bottom:2px solid var(--accent-color);padding-bottom:.5rem}.legal-page h3{color:var(--primary-color)}.legal-page .prose{max-width:none}.legal-page .text-blue-600{color:var(--primary-color)}@media (max-width: 768px){.header{padding:3rem 0}.header h1{font-size:2.5rem}.subscribe-form{flex-direction:column}.section-title{font-size:2rem}.projects-grid,.articles-grid{grid-template-columns:1fr}.footer-content{flex-direction:column}.footer-links{gap:2rem}.legal-page{padding:1rem 0}.legal-page .container{padding:0 1rem}}.header{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);color:#fff;padding:4rem 2rem;position:relative;overflow:hidden}.header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.header-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.header-text h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff 0%,#e0e0e0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tagline{font-size:1.25rem;color:#a0a0a0;margin-bottom:2rem}.value-props{display:flex;flex-direction:column;gap:1rem}.value-prop{display:flex;align-items:center;gap:.75rem;font-size:1.1rem}.icon{font-size:1.5rem}.newsletter-header{background:linear-gradient(135deg,#eef2f3 0%,#f7f8fa 100%);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.newsletter-header .container{max-width:750px;margin:0 auto;position:relative;z-index:1}.headline{font-size:3rem;font-weight:700;color:#1a2b48;margin-bottom:1.2rem;line-height:1.2}.subheadline{font-size:1.25rem;color:#4a5568;margin-bottom:3rem;line-height:1.7}.signup-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-width:550px;margin-left:auto;margin-right:auto}.email-input{padding:1rem 1.5rem;border:1px solid #d1d5db;border-radius:50px;font-size:1.1rem;flex-grow:1;box-shadow:0 2px 4px #0000000a;transition:border-color .2s,box-shadow .2s}.email-input::placeholder{color:#9ca3af}.email-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.submit-button{padding:1rem 2.5rem;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s,transform .2s,box-shadow .2s;box-shadow:0 4px 8px #3b82f633;display:inline-flex;align-items:center;justify-content:center}.submit-button:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 6px 12px #3b82f64d}.submit-button:disabled{background:#93c5fd;cursor:not-allowed;transform:translateY(0);box-shadow:none}.error-message{color:#ef4444;font-size:.9rem;margin-top:.5rem}.success-message{background-color:#f0fdf4;border:1px solid #a7f3d0;color:#047857;padding:1.5rem;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.8rem;max-width:550px;margin-left:auto;margin-right:auto}.success-icon{font-size:1.5rem}.footer-note{font-size:.9rem;color:#6b7280;margin-top:2.5rem}@media (min-width: 576px){.signup-form{flex-direction:row}.submit-button{flex-shrink:0}}@media (max-width: 768px){.header-content{grid-template-columns:1fr;gap:2rem}.header-text h1{font-size:2.5rem}.newsletter-header{padding:4rem 1rem}.headline{font-size:2.5rem}.subheadline{font-size:1.15rem}}.newsletter-header.okdork-style{background-color:#fff;padding:5rem 1rem;text-align:center}.okdork-style .container{max-width:650px;margin:0 auto}.okdork-style .headline{font-size:3.2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;display:flex;flex-direction:column;align-items:center}.okdork-style .headline-accent{color:#8b5cf6;display:block}.okdork-style .headline-main{color:#1f2937;display:block}.okdork-style .subheadline{font-size:1.1rem;color:#4b5563;margin-bottom:2.5rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.okdork-style .signup-form{display:flex;border:2px solid #1f2937;border-radius:8px;overflow:hidden;max-width:550px;margin:0 auto 1.5rem;position:relative}.okdork-style .form-input-wrapper{display:flex;align-items:center;flex-grow:1;padding-left:1rem}.okdork-style .input-icon{font-size:1.3rem;margin-right:.5rem;color:#6b7280}.okdork-style .email-input{padding:1rem 1rem 1rem 0;border:none;border-radius:0;font-size:1.1rem;flex-grow:1;background-color:transparent}.okdork-style .email-input:focus{outline:none}.okdork-style .submit-button{padding:1rem 1.8rem;background-color:#8b5cf6;color:#fff;border:none;border-radius:0 6px 6px 0;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap;margin:-2px -2px -2px 0}.okdork-style .submit-button:hover{background-color:#7c3aed}.okdork-style .submit-button:disabled{background-color:#c4b5fd;cursor:not-allowed}.okdork-style .error-message{color:#ef4444;font-size:.9rem;margin-top:.5rem}.okdork-style .success-message{background-color:#f0fdf4;border:1px solid #a7f3d0;color:#047857;padding:1.5rem;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;margin:0 auto}.okdork-style .success-icon{font-size:1.3rem}.okdork-style .footer-note{font-size:.9rem;color:#4b5563;margin-top:2rem;font-weight:500}@media (max-width: 500px){.okdork-style .headline{font-size:2.5rem}.okdork-style .signup-form{flex-direction:column;border:none;max-width:100%}.okdork-style .form-input-wrapper{border:2px solid #1f2937;border-radius:8px;margin-bottom:.5rem;padding-left:1rem}.okdork-style .submit-button{width:100%;margin:0;border-radius:8px}}.manifesto-section{padding:4rem 1rem;background-color:#fff}.manifesto-section .container{max-width:1100px;margin:0 auto}.manifesto-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.manifesto-text h2{font-size:1.8rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.manifesto-text p{font-size:1.1rem;color:#374151;line-height:1.8;margin-bottom:1.5rem}.manifesto-links h3{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.manifesto-links ul{list-style:none;padding:0;margin:0 0 2rem}.manifesto-links li{margin-bottom:.8rem}.manifesto-links a{font-size:1rem;color:#374151;text-decoration:none;border-bottom:1px solid #6b7280;padding-bottom:2px;transition:color .2s,border-color .2s}.manifesto-links a:hover{color:#8b5cf6;border-color:#8b5cf6}@media (max-width: 992px){.manifesto-grid{grid-template-columns:1fr;gap:3rem}.manifesto-links{margin-top:2rem}}@media (max-width: 768px){.manifesto-text h2{font-size:1.6rem}.manifesto-text p,.manifesto-links a{font-size:1rem}}
