@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}.bg-gray-100{background-color:#e8f9fa}main{padding:0;max-width:100%}.month-navigation{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.5rem}.current-month{font-size:1.5rem;font-weight:600;text-align:center;flex:1;min-width:150px}.nav-button{padding:.75rem 1rem;background-color:#fff;border:1px solid #72a1e5;border-radius:4px;font-weight:500;white-space:nowrap;transition:background-color .2s;min-height:44px;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}.current-month{font-size:1.25rem;min-width:120px}.nav-button{padding:.5rem .75rem;font-size:.9rem}}@media(max-width:375px){.current-month{font-size:1.1rem;min-width:100px}.nav-button{padding:.5rem;font-size:.85rem}}.month-view-container{max-width:100%;margin:0}.empty-state{text-align:center;padding:3rem 1rem;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.month-grid{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:0;overflow-x:auto;-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%}.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}.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%}.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:8px;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;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:#72a1e5;color:#fff}.btn-secondary:hover{background-color:#9883e5;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}.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:8px;box-shadow:0 1px 3px #0000001a}.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:6px;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:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.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:.75rem;margin-bottom:1rem}.category-item,.habit-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#e8f9fa;border-radius:6px;border:1px solid #72a1e5}.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:6px;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:32px}header h2{text-align:center}nav{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}.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-6{width:1.5rem}.w-9{width:2.25rem}.h-4{height:1rem}.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{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.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:.5rem;box-shadow:0 1px 3px #0000001a}.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(135deg,#e8f9fa,#fff);min-height:100vh}.landing-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.landing-content{display:flex;flex-direction:column;align-items:center;gap:3rem}.landing-header{text-align:center;padding:1rem 0}.landing-logo{font-size:1.5rem;font-weight:600;color:#50c9ce;margin:0}.landing-hero{text-align:center;max-width:600px;padding:2rem 1rem}.landing-title{font-size:2.5rem;font-weight:700;color:#2e382e;margin-bottom:1rem;line-height:1.2}.landing-subtitle{font-size:1.125rem;color:#2e382e;line-height:1.6;opacity:.8}.landing-screenshot{width:100%;max-width:900px;padding:1rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a}.landing-screenshot-img{width:100%;height:auto;border-radius:8px;display:block}.landing-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;padding:1rem}.landing-cta-primary,.landing-cta-secondary{min-width:140px;padding:.875rem 2rem;font-size:1.125rem}.landing-features{max-width:500px;text-align:center}.landing-features-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.landing-features-list li{font-size:1rem;color:#2e382e}.landing-footer{text-align:center;padding:2rem 1rem 1rem;color:#72a1e5;font-size:.875rem}@media(max-width:640px){.landing-title{font-size:1.875rem}.landing-subtitle{font-size:1rem}.landing-cta{flex-direction:column;width:100%;max-width:280px}.landing-cta-primary,.landing-cta-secondary{width:100%}}.privacy-container{max-width:1200px;margin:0 auto;padding:1rem}.privacy-header{padding:1rem 0 2rem}.privacy-back-link{display:inline-block;margin-bottom:1rem;color:#50c9ce;font-weight:500;transition:color .2s}.privacy-back-link:hover{color:#72a1e5}.privacy-logo{font-size:1.5rem;font-weight:600;color:#50c9ce;margin:0;text-align:center}.privacy-content{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #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-left:4px solid #9883e5;border-radius:6px}.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:.5rem}.privacy-content{padding:1rem;border-radius:8px}.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}}
