@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:#2e382e;background-color:#e8f9fa}a{color:#50c9ce;text-decoration:none}a:hover{text-decoration:underline}.min-h-screen{min-height:100vh}.h-screen-fixed{height:100vh;height:100dvh}.bg-gray-100{background-color:#e8f9fa}main{padding:0;max-width:100%}.h-screen-fixed main{flex:1;display:flex;flex-direction:column;overflow:hidden}.month-navigation{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.25rem 1rem}.current-month{font-size:1.25rem;font-weight:600;text-align:center;flex:1;min-width:100px}.nav-button{padding:.5rem .75rem;background-color:#fff;border:1px solid #72a1e5;border-radius:4px;font-weight:500;white-space:nowrap;transition:background-color .2s;min-height:40px;display:flex;align-items:center;justify-content:center}.nav-button:hover{background-color:#e8f9fa;text-decoration:none}@media(max-width:640px){.month-navigation{gap:.25rem;padding:.25rem .5rem}.current-month{font-size:1.1rem;min-width:80px}.nav-button{padding:.4rem .6rem;font-size:.9rem}}@media(max-width:375px){.current-month{font-size:1rem;min-width:70px}.nav-button{padding:.4rem .5rem;font-size:.85rem}}.month-view-container{max-width:100%;margin:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.empty-state{text-align:center;padding:3rem 1rem;background-color:#fff;border-radius:0;box-shadow:none;border:1px solid #72a1e5}.month-grid{background-color:#fff;border-radius:0;box-shadow:0 1px 3px #0000001a;padding:0;overflow-x:auto;overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.category-section{margin-bottom:0}.category-section:last-child{margin-bottom:0}.category-header{display:grid;grid-template-columns:150px 1fr;border-bottom:1px solid #72a1e5;border-left:1px solid #72a1e5;border-right:1px solid #72a1e5;background-color:#e8f9fa;min-height:36px;align-items:center;width:max-content;min-width:100%}.category-name-cell{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2e382e;text-align:center;padding:.5rem;border-right:1px solid #72a1e5;height:100%;position:sticky;left:0;z-index:5;background-color:#e8f9fa}.category-grid{display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2e382e;height:100%}.day-numbers-header{display:grid;grid-template-columns:150px 1fr;position:sticky;top:0;background-color:#fff;z-index:10;width:max-content;min-width:100%;border-top:1px solid #72a1e5;border-bottom:1px solid #72a1e5;border-left:1px solid #72a1e5;border-right:1px solid #72a1e5}.habit-name-placeholder{border-right:1px solid #72a1e5;padding-right:1rem;position:sticky;left:0;z-index:20;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:.5rem}.add-habit-btn{width:100%;font-size:.875rem;padding:.5rem .75rem;white-space:nowrap}.day-columns{display:flex;flex-direction:column}.day-names{display:grid;grid-auto-flow:column;border-bottom:1px solid #72a1e5}.day-name{width:40px;height:50px;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#2e382e;font-weight:600;border-left:1px solid #72a1e5;writing-mode:vertical-rl;transform:rotate(-180deg);text-orientation:mixed}.day-name:last-child{border-left:none}.day-numbers{display:grid;grid-auto-flow:column}.day-number{width:40px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#2e382e;font-weight:600;border-right:1px solid #72a1e5}.day-number:last-child{border-right:none}.habit-row{display:grid;grid-template-columns:150px 1fr;align-items:center;min-height:44px;border-bottom:1px solid #72a1e5;border-left:1px solid #72a1e5;border-right:1px solid #72a1e5;width:max-content;min-width:100%}.habit-row:last-child{margin-bottom:0}.habit-name{font-weight:500;word-wrap:break-word;overflow-wrap:break-word}.checkbox-row{display:grid;grid-auto-flow:column;height:100%}.checkbox-container{display:flex;align-items:center;justify-content:center;width:40px;height:100%;border-right:1px solid #72a1e5}.checkbox-container:last-child{border-right:none}.habit-checkbox{width:32px;height:32px;cursor:pointer;accent-color:#50c9ce;transition:transform .1s}.habit-checkbox:hover{transform:scale(1.1)}.habit-checkbox:checked{accent-color:#9883e5}.habit-name-container{display:flex;align-items:center;gap:.5rem;border-right:1px solid #72a1e5;padding-right:1rem;height:100%;position:sticky;left:0;z-index:5;background-color:#fff}.drag-handle{cursor:move;cursor:grab;color:#72a1e5;font-size:1.25rem;-webkit-user-select:none;user-select:none;padding:.25rem;transition:color .2s}.drag-handle:hover{color:#2e382e}.drag-handle:active{cursor:grabbing}.sortable-ghost{opacity:.4;background-color:#e8f9fa}.sortable-drag{opacity:.8;cursor:grabbing}.sortable-chosen{background-color:#e8f9fa}.reorder-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding:1rem;background-color:#e8f9fa;border:2px solid #9883e5;border-radius:0;flex-wrap:wrap}.reorder-message{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#2e382e}.unsaved-indicator{color:#9883e5;font-size:1.25rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}@media(max-width:640px){.reorder-controls{flex-direction:column;align-items:stretch}.reorder-message{justify-content:center}}.action-buttons{display:flex;gap:1rem;margin-top:1.5rem;padding:0 1rem 1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.625rem 1.25rem;font-size:1rem;font-weight:500;text-align:center;border-radius:6px;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn-primary{background-color:#50c9ce;color:#fff}.btn-primary:hover{background-color:#72a1e5;text-decoration:none}.btn-secondary{background-color:#fff;color:#2e382e;border:2px solid #72a1e5}.btn-secondary:hover{background-color:#e8f9fa;border-color:#50c9ce;text-decoration:none}.btn-danger{background-color:#9883e5;color:#fff}.btn-danger:hover{background-color:#7565c2;text-decoration:none}.btn-icon{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem;transition:transform .1s;color:#72a1e5;display:flex;align-items:center;justify-content:center}.btn-icon:hover{transform:scale(1.2);text-decoration:none}.btn-icon.disabled{opacity:.3;cursor:not-allowed}.btn-icon.disabled:hover{transform:none}.form-container{max-width:600px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:0;border:1px solid #72a1e5}.habit-form,.add-form{display:flex;flex-direction:column;gap:1.5rem}.add-form{flex-direction:row;margin-top:1rem;padding-top:1rem;border-top:2px solid #72a1e5}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;font-size:.875rem;color:#2e382e}.required{color:#9883e5}.form-input,.form-select{padding:.625rem;font-size:1rem;border:1px solid #72a1e5;border-radius:0;outline:none;transition:border-color .2s}.form-input:focus,.form-select:focus{border-color:#50c9ce;box-shadow:0 0 0 3px #50c9ce1a}.form-input.error,.form-select.error{border-color:#9883e5}.error-message{color:#9883e5;font-size:.875rem;margin-top:.25rem}.form-actions{display:flex;gap:1rem;margin-top:1rem}.delete-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e8f9fa}.delete-section h3{color:#9883e5;margin-bottom:1rem;font-size:1.125rem}.settings-container{max-width:900px;margin:0 auto}.settings-section{background-color:#fff;border-radius:0;padding:1.5rem;margin-bottom:0;border-bottom:1px solid #72a1e5}.settings-section:first-child{border-top:1px solid #72a1e5}.settings-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #72a1e5}.settings-section h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#2e382e}.empty-message{color:#72a1e5;font-style:italic}.categories-list,.habits-list{display:flex;flex-direction:column;gap:0;margin-bottom:1rem}.category-item,.habit-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#e8f9fa;border-radius:0;border:1px solid #72a1e5;margin-top:-1px}.category-item:first-child,.habit-item:first-child{margin-top:0}.category-info,.habit-info{display:flex;align-items:center;gap:.5rem;flex:1}.category-name,.habit-name{font-weight:500}.habit-count{color:#72a1e5;font-size:.875rem}.category-actions,.habit-actions{display:flex;gap:.5rem;align-items:center}.habit-category-group{margin-bottom:2rem}.habit-category-group:last-child{margin-bottom:0}.habit-category-name{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2e382e;margin-bottom:.75rem}.habit-actions-footer{margin-top:1.5rem;padding-top:1rem;border-top:2px solid #72a1e5}.edit-form{margin-top:1rem;padding:1rem;background-color:#e8f9fa;border-radius:0;border:1px solid #72a1e5}.edit-form form{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.edit-form input{flex:1;min-width:200px}@media(min-width:768px){main{padding:0}.month-view-container{max-width:100%}.habit-row,.category-header,.day-numbers-header{grid-template-columns:200px 1fr}.habit-name-placeholder{border-right:1px solid #72a1e5}.form-container{padding:2.5rem}.current-month{font-size:1.875rem}}@media(min-width:1024px){.habit-row,.category-header,.day-numbers-header{grid-template-columns:250px 1fr}.habit-name-placeholder{border-right:1px solid #72a1e5}.month-grid{padding:0}}header{margin-bottom:0}header:has(.month-navigation){margin-bottom:0}.header-content{padding-top:.5rem;padding-bottom:.5rem}header h2{text-align:center}nav.bg-white{background-color:#fff;border-bottom:1px solid #72a1e5}.font-sans{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bg-white{background-color:#fff}.shadow{box-shadow:0 1px 3px #0000001a}.mx-auto{margin-left:auto;margin-right:auto}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.fixed-layout .py-6{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.font-semibold{font-weight:600}.text-xl{font-size:1.25rem}.text-gray-800{color:#2e382e}.leading-tight{line-height:1.25}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.space-x-8>*+*{margin-left:2rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.m-0{margin:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ms-1{margin-left:.25rem}.ms-2{margin-left:.5rem}.ms-3{margin-left:.75rem}.ms-6{margin-left:1.5rem}.ms-10{margin-left:2.5rem}.-me-2{margin-right:-.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.w-auto{width:auto}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-9{width:2.25rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.h-16{height:4rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.font-medium{font-weight:500}.leading-4{line-height:1rem}.underline{text-decoration:underline}.text-gray-400,.text-gray-500{color:#72a1e5}.text-gray-600,.text-gray-700,.text-gray-900{color:#2e382e}.text-indigo-600{color:#50c9ce}.text-white{color:#fff}.bg-gray-50,.bg-gray-100{background-color:#e8f9fa}.bg-indigo-600{background-color:#50c9ce}.border-transparent{border-color:transparent}.border-gray-100{border-color:#e8f9fa}.border-gray-200,.border-gray-300{border-color:#72a1e5}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.rounded,.rounded-md,.rounded-lg{border-radius:0}.shadow-sm{box-shadow:0 1px 2px #0000000d}.transition{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:text-gray-500:hover{color:#72a1e5}.hover\:text-gray-700:hover,.hover\:text-gray-900:hover{color:#2e382e}.hover\:bg-gray-50:hover,.hover\:bg-gray-100:hover{background-color:#e8f9fa}.hover\:bg-indigo-700:hover{background-color:#72a1e5}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 3px #9883e580}.focus\:ring-offset-2:focus{box-shadow:0 0 0 2px #fff,0 0 0 5px #9883e580}.focus\:ring-indigo-500:focus{box-shadow:0 0 0 3px #9883e580}.focus\:bg-gray-100:focus{background-color:#e8f9fa}.focus\:text-gray-500:focus{color:#72a1e5}.focus\:border-indigo-500:focus{border-color:#9883e5}.fill-current{fill:currentColor}.stroke-current{stroke:currentColor}.overflow-hidden{overflow:hidden}.overflow-y-hidden{overflow-y:hidden}.uppercase{text-transform:uppercase}@media(min-width:640px){.sm\:hidden{display:none}.sm\:flex{display:flex}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:rounded-lg{border-radius:.5rem}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.max-w-7xl{max-width:80rem}.nav-link{display:inline-flex;align-items:center;padding:1rem .75rem;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;color:#2e382e;transition:all .15s ease-in-out}.nav-link:hover{color:#50c9ce;border-bottom-color:#72a1e5;text-decoration:none}.nav-link.active{color:#50c9ce;border-bottom-color:#9883e5}.dropdown{position:relative}.dropdown-trigger{display:inline-flex;align-items:center;padding:.5rem .75rem;border:1px solid transparent;font-size:.875rem;font-weight:500;border-radius:.375rem;color:#72a1e5;background-color:#fff;transition:all .15s ease-in-out;cursor:pointer}.dropdown-trigger:hover{color:#2e382e}.dropdown-content{position:absolute;right:0;margin-top:.5rem;width:12rem;background-color:#fff;border:1px solid #72a1e5;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a;z-index:50;display:none}.dropdown.open .dropdown-content{display:block}.dropdown-link{display:block;padding:.75rem 1rem;font-size:.875rem;color:#2e382e;background-color:transparent;border:none;transition:all .15s ease-in-out}.dropdown-link:hover{color:#50c9ce;background-color:#e8f9fa;text-decoration:none}.hamburger-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.375rem;border:1px solid #72a1e5;color:#50c9ce;background-color:transparent;transition:all .15s ease-in-out;cursor:pointer}.hamburger-button:hover{color:#50c9ce;background-color:#e8f9fa}.hamburger-button:focus{outline:none;color:#50c9ce;background-color:#e8f9fa}.responsive-nav-link{display:block;padding:.75rem 1rem;border-left:4px solid transparent;font-size:1rem;font-weight:500;color:#2e382e;transition:all .15s ease-in-out}.responsive-nav-link:hover{color:#50c9ce;border-left-color:#72a1e5;text-decoration:none}.responsive-nav-link.active{color:#50c9ce;border-left-color:#9883e5}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{display:block;width:100%;padding:.5rem .75rem;border:1px solid #72a1e5;border-radius:.375rem;font-size:.875rem;line-height:1.5;color:#2e382e;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus,select:focus{outline:none;border-color:#50c9ce;box-shadow:0 0 0 3px #50c9ce1a}input[type=checkbox]{border-radius:.25rem;border:1px solid #72a1e5;color:#9883e5}input[type=checkbox]:focus{box-shadow:0 0 0 3px #9883e51a}label{display:block;font-size:.875rem;font-weight:500;color:#2e382e;margin-bottom:.5rem}button,.button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid transparent;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;cursor:pointer}button:disabled,.button:disabled{opacity:.5;cursor:not-allowed}.primary-button{background-color:#50c9ce;color:#fff;border:none}.primary-button:hover:not(:disabled){background-color:#72a1e5}.primary-button:focus{outline:none;box-shadow:0 0 0 3px #9883e580}.secondary-button{background-color:#fff;color:#2e382e;border:1px solid #72a1e5}.secondary-button:hover:not(:disabled){background-color:#e8f9fa}.auth-page{background:linear-gradient(135deg,#e8f9fa,#fff);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-container{width:100%;max-width:28rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{font-size:1.5rem;font-weight:600;color:#50c9ce;margin:0}.auth-card{width:100%;padding:2rem;background-color:#fff;border-radius:0;border:1px solid #72a1e5}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#50c9ce;transition:transform .1s}.checkbox-label input[type=checkbox]:hover{transform:scale(1.1)}.checkbox-label input[type=checkbox]:checked{accent-color:#9883e5}.checkbox-label a{color:#50c9ce;text-decoration:underline}.checkbox-label a:hover{color:#72a1e5;text-decoration:none}@media(min-width:640px){.auth-card{padding:2.5rem}}.input-error{font-size:.875rem;color:#9883e5;margin-top:.5rem}.alert-success{padding:1rem;background-color:#e8f9fa;border:1px solid #50c9ce;border-radius:.375rem;color:#2e382e;margin-bottom:1rem}.landing-page{background:linear-gradient(180deg,#e8f9fa,#fff,#e8f9fa);min-height:100vh;overflow-x:hidden}.landing-container{max-width:100%;margin:0 auto}.landing-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;position:sticky;top:0;background:#fff;z-index:100;border-bottom:1px solid #72a1e5;max-width:100%}.landing-logo{font-size:1.375rem;font-weight:700;color:#50c9ce;text-decoration:none;transition:color .2s ease}.landing-logo:hover{color:#72a1e5;text-decoration:none}.landing-nav{display:flex;align-items:center;gap:1.5rem}.landing-nav-link{font-size:.9375rem;font-weight:500;color:#2e382e!important;text-decoration:none!important;transition:all .2s ease;background:#fff!important;border:2px solid #72a1e5!important;border-radius:6px!important;padding:.5rem 1.25rem!important;display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap}.landing-nav-link:hover{color:#50c9ce!important;border-color:#50c9ce!important;text-decoration:none!important;background:#e8f9fa!important}.landing-nav-cta{padding:.5rem 1.25rem!important;font-size:.9375rem;white-space:nowrap}.landing-main{padding:0 1.5rem;max-width:1200px;margin:0 auto}.landing-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 0 5rem;gap:3rem}.hero-content{max-width:700px}.hero-title{font-size:3.25rem;font-weight:800;color:#2e382e;margin-bottom:1.25rem;line-height:1.1;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;color:#4a5568;line-height:1.7;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-image{width:100%;max-width:1000px}.hero-screenshot{width:100%;height:auto;border-radius:12px;box-shadow:0 25px 80px #00000026,0 10px 30px #0000001a}.btn-lg{padding:.875rem 2rem;font-size:1.0625rem}.btn-xl{padding:1rem 2.5rem;font-size:1.125rem}.landing-section{padding:5rem 0}.section-title{font-size:2rem;font-weight:700;color:#2e382e;text-align:center;margin-bottom:3rem}.pain-points{background:#fff;border-radius:24px;margin:0 -.5rem;padding:4rem 2rem}.pain-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pain-card{background:#f8fbfc;border:1px solid rgba(114,161,229,.2);border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.pain-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.pain-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#e8f9fa,#d4f1f4);border-radius:16px;display:flex;align-items:center;justify-content:center}.pain-icon svg{width:32px;height:32px;color:#9883e5}.pain-card h3{font-size:1.125rem;font-weight:600;color:#2e382e;margin-bottom:.75rem}.pain-card p{font-size:.9375rem;color:#4a5568;line-height:1.6;margin:0}.feature-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-section.feature-reverse{direction:rtl}.feature-section.feature-reverse>*{direction:ltr}.feature-content{max-width:500px}.feature-label{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9883e5;background:#9883e51a;padding:.375rem .875rem;border-radius:20px;margin-bottom:1rem}.feature-title{font-size:2.25rem;font-weight:700;color:#2e382e;margin-bottom:1rem;line-height:1.2}.feature-description{font-size:1.0625rem;color:#4a5568;line-height:1.7;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.feature-list li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#2e382e}.feature-list li svg{width:20px;height:20px;color:#50c9ce;flex-shrink:0}.feature-image{display:flex;justify-content:center}.feature-screenshot{width:100%;max-width:550px;height:auto;border-radius:12px;box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014}.no-gamification-visual{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.anti-feature{display:flex;align-items:center;gap:1rem;background:#fff;border:2px solid #e8f9fa;border-radius:12px;padding:1.25rem 1.5rem;position:relative;transition:transform .3s ease}.anti-feature:hover{transform:translate(8px)}.anti-feature:before{content:"";position:absolute;left:-2px;top:50%;transform:translateY(-50%);width:4px;height:60%;background:#9883e5;border-radius:2px}.anti-feature svg{width:32px;height:32px;color:#72a1e5;opacity:.5}.anti-feature span{font-size:1.125rem;font-weight:600;color:#2e382e}.comments-showcase{position:relative;width:100%;max-width:600px}.comments-showcase .comments-bg{width:100%;position:relative;z-index:1}.comments-showcase .comments-modal{position:absolute;width:85%;top:15%;right:-10%;z-index:2;box-shadow:0 25px 80px #0003}.final-cta{background:linear-gradient(135deg,#50c9ce,#72a1e5,#9883e5);border-radius:24px;margin:2rem 0;padding:5rem 2rem;text-align:center}.final-cta-content{max-width:600px;margin:0 auto}.final-cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.final-cta-subtitle{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem}.final-cta .btn-primary{background:#fff;color:#50c9ce;border:none}.final-cta .btn-primary:hover{background:#f8fbfc;color:#9883e5}.landing-footer{padding:2.5rem 1.5rem;border-top:1px solid #72a1e5;max-width:1200px;margin:0 auto;background:transparent}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;background:transparent}.landing-footer nav.footer-links{background:transparent!important;border:none!important;border-bottom:none!important}.footer-copyright{font-size:.875rem;color:#72a1e5;margin:0}.footer-links{display:flex;gap:1.5rem;background:transparent!important;border:none!important;text-decoration:none!important}.footer-links a{font-size:.875rem;color:#72a1e5!important;text-decoration:none!important;transition:color .2s ease;background:transparent!important;border:none!important;border-bottom:none!important;padding:0!important;display:inline}.footer-links a:hover{color:#50c9ce!important;text-decoration:underline!important}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-animation{animation:float 6s ease-in-out infinite}@keyframes floatAlt{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.float-animation-alt{animation:floatAlt 5s ease-in-out infinite;animation-delay:.5s}@media(max-width:1024px){.feature-section{grid-template-columns:1fr;gap:3rem}.feature-section.feature-reverse{direction:ltr}.feature-content{max-width:100%;text-align:center}.feature-list{align-items:center}.no-gamification-visual{max-width:400px;margin:0 auto}.comments-showcase{max-width:500px;margin:0 auto}.comments-showcase .comments-modal{right:-5%}}@media(max-width:768px){.landing-header{padding:.75rem 1rem}.landing-logo{font-size:1.125rem}.landing-nav{gap:.75rem}.landing-nav-link,.landing-nav-cta{padding:.4rem .75rem!important;font-size:.875rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem}.landing-section{padding:3.5rem 0}.section-title{font-size:1.625rem}.pain-points{padding:3rem 1.5rem;border-radius:16px}.feature-title{font-size:1.75rem}.feature-description{font-size:1rem}.final-cta{padding:3.5rem 1.5rem;border-radius:16px}.final-cta-title{font-size:2rem}}@media(max-width:480px){.landing-header{padding:.5rem .75rem}.landing-logo{font-size:1rem}.landing-nav{gap:.5rem}.landing-nav-link,.landing-nav-cta{padding:.375rem .625rem!important;font-size:.8125rem}.landing-main{padding:0 1rem}.landing-hero{padding:2.5rem 0 3.5rem}.hero-title{font-size:1.875rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;width:100%}.hero-cta .btn{width:100%}.pain-cards{grid-template-columns:1fr}.pain-card{padding:1.5rem}.feature-title{font-size:1.5rem}.anti-feature{padding:1rem}.anti-feature svg{width:24px;height:24px}.anti-feature span{font-size:1rem}.comments-showcase .comments-modal{width:90%;right:-5%;top:20%}.final-cta-title{font-size:1.625rem}.final-cta-subtitle{font-size:1rem}.footer-content{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.privacy-container{max-width:1200px;padding:0;margin:0 auto}.privacy-page{background:#fff;min-height:100vh}.privacy-header{display:flex;justify-content:space-between;align-items:center;height:4rem;padding:0 1rem;background-color:#fff;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.privacy-back-link{display:inline-flex;align-items:center;padding:.5rem .75rem;color:#2e382e;font-size:.875rem;font-weight:500;border:1px solid #72a1e5;border-radius:.375rem;background-color:#fff;transition:all .15s ease-in-out}.privacy-back-link:hover{color:#50c9ce;background-color:#e8f9fa;text-decoration:none}.privacy-logo{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;text-decoration:none}.privacy-logo:hover{text-decoration:none;color:#1f2937}.privacy-content{background-color:#fff;border-radius:0;border:1px solid #72a1e5;box-shadow:0 1px 3px #0000001a;padding:2rem;margin-bottom:2rem}.privacy-policy h1{font-size:2rem;font-weight:700;color:#2e382e;margin-bottom:1rem;text-align:center;border-bottom:3px solid #50c9ce;padding-bottom:1rem}.privacy-meta{text-align:center;color:#72a1e5;font-size:.875rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e8f9fa}.privacy-section{margin-bottom:2.5rem}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{font-size:1.5rem;font-weight:600;color:#2e382e;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #72a1e5}.privacy-section h3{font-size:1.125rem;font-weight:600;color:#2e382e;margin-top:1.5rem;margin-bottom:.75rem}.privacy-section p{margin-bottom:1rem;line-height:1.8;color:#2e382e}.privacy-section ul{margin:1rem 0 1rem 1.5rem;line-height:1.8}.privacy-section li{margin-bottom:.5rem;color:#2e382e}.privacy-section a{color:#50c9ce;text-decoration:underline}.privacy-section a:hover{color:#72a1e5}.privacy-agreement{margin-top:3rem;padding:1.5rem;background-color:#e8f9fa;border:1px solid #72a1e5;border-left:4px solid #9883e5;border-radius:0}.privacy-agreement p{margin:0;font-size:.95rem}.privacy-footer{text-align:center;padding:2rem 1rem 1rem;color:#72a1e5;font-size:.875rem}@media(max-width:768px){.privacy-content{padding:1.5rem}.privacy-policy h1{font-size:1.5rem}.privacy-section h2{font-size:1.25rem}.privacy-section h3{font-size:1rem}.privacy-section ul{margin-left:1rem}}@media(max-width:480px){.privacy-container{padding:0}.privacy-content{padding:1rem;border-radius:0}.privacy-policy h1{font-size:1.25rem}.privacy-section h2{font-size:1.125rem}.privacy-section h3{font-size:.95rem}.privacy-section p,.privacy-section li{font-size:.9rem}.privacy-meta{font-size:.8rem}}.toggle-comment-btn{margin-left:.5rem;display:flex;align-items:center;gap:.25rem;font-size:.875rem;padding:.5rem .75rem}.comment-indicator{width:40px;height:40px;display:none;align-items:center;justify-content:center;cursor:pointer;font-size:1.375rem;font-weight:800;color:#8b5cf6;-webkit-user-select:none;user-select:none}.comments-page .comment-indicator{display:flex!important}.modal{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center}.modal-content{background-color:#fff;border-radius:0;border:1px solid #72a1e5;display:flex;flex-direction:column;max-height:90vh}.modal-header{padding:1rem;border-bottom:1px solid #72a1e5;display:flex;justify-content:space-between;align-items:center;position:relative;flex-wrap:wrap;gap:.5rem}.modal-header h3{font-size:1.125rem;color:#2e382e;margin:0}.modal-date{font-size:.875rem;color:#72a1e5}.close-modal{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#72a1e5;order:-1}.modal-header .close-modal{order:2;margin-left:auto}.modal-body{padding:1rem;overflow-y:auto}.comment-list{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.comment-item{background-color:#f0f9fa;padding:.75rem;border-radius:0;border-left:3px solid #50c9ce;border-bottom:1px solid #72a1e5;border-right:1px solid #72a1e5;border-top:1px solid #72a1e5}.comment-text{font-size:.9375rem;color:#2e382e;word-break:break-word}.comment-time{font-size:.75rem;color:#72a1e5;margin-top:.25rem;display:block}.comment-form{display:flex;flex-direction:column;gap:.75rem}.comment-form textarea{width:100%;min-height:80px;padding:.75rem;border:1px solid #72a1e5;border-radius:6px;font-family:inherit;font-size:.9375rem;resize:vertical}.comment-form textarea:focus{outline:none;border-color:#50c9ce;box-shadow:0 0 0 3px #50c9ce1a}@media(max-width:640px){.modal-content{width:100%;height:100%;max-height:100%;border-radius:0}}
