.dashboard-page{padding:20px;background-color:#1a1a2e;color:#e0e0e0;min-height:calc(100vh - 40px)}.dashboard-title{color:#e0e0e0;font-size:2.8em;margin-bottom:8px;font-weight:700}.dashboard-subtitle{color:#b0b0b0;font-size:1.2em;margin-bottom:40px;max-width:700px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;padding:0}.dashboard-card{background-color:#2a2a4a;border-radius:12px;padding:25px;box-shadow:0 6px 12px #0000004d;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;border:1px solid rgba(106,90,205,.2)}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0006}.card-title{color:#a020f0;font-size:1.6em;margin-top:0;margin-bottom:15px;display:flex;align-items:center}.aprende-negocios-card .card-title{color:#5c7aff}.card-icon{font-size:1.3em;margin-right:8px}.card-description{color:silver;font-size:1.05em;line-height:1.5;margin-bottom:15px}.card-text{color:#b0b0b0;font-size:.95em;line-height:1.4;margin-bottom:15px;flex-grow:1}.public-card-text{color:#b0b0b0;font-style:italic;text-align:center;padding:10px;margin:10px 0;flex-grow:1}.metric-value.value-placeholder{font-size:3em;font-weight:700;color:#444;margin-bottom:5px;display:block}.card-button{display:inline-block;background-color:#6a5acd;color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:700;font-size:.95em;text-align:center;transition:background-color .3s ease,transform .2s ease;margin-top:15px}.card-button:hover{background-color:#5a4bbf;transform:translateY(-2px)}.limen-card{grid-column:span 1}.limen-details p{margin-bottom:8px}.value-highlight{font-size:1.2em;font-weight:700}.value-green{color:#4caf50}.metric-card{text-align:center;justify-content:center}.metric-card .card-title{justify-content:center;margin-bottom:10px}.metric-value{font-size:3em;font-weight:700;color:#e0e0e0;margin-bottom:5px;display:block}.metric-label{color:#b0b0b0;font-size:1.1em}.value-red{color:tomato}.map-of-ascent-card{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.map-of-ascent-flow{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:15px}.flow-step{background-color:#3b3b5b;color:#fff;padding:8px 12px;border-radius:6px;font-size:.9em;white-space:nowrap}.flow-arrow{font-size:1.2em;color:#a020f0}.structural-connections-card{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px}.connection-graph{width:100%;height:150px;background-color:#3b3b5b;border-radius:8px;position:relative;overflow:hidden;margin-top:15px;display:flex;justify-content:center;align-items:center;color:#b0b0b0;font-size:.9em}.connection-graph-node{width:20px;height:20px;background-color:#4caf50;border-radius:50%;position:absolute;opacity:.7}.node-1{top:20px;left:20%}.node-2{top:70px;left:40%;background-color:#a020f0}.node-3{top:40px;left:70%}.node-4{top:120px;left:30%;background-color:tomato}.node-5{top:90px;left:60%}.connection-graph-line{position:absolute;background-color:#6a5acd;height:2px;opacity:.5;transform-origin:0 0}.line-1-2{width:25%;transform:rotate(20deg) translate(25px,20px)}.line-2-3{width:30%;transform:rotate(-10deg) translate(140px,70px)}.line-2-4{width:20%;transform:rotate(90deg) translate(150px,80px)}.line-4-5{width:20%;transform:rotate(-30deg) translate(100px,120px)}.creanova-card .card-text{flex-grow:1}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.dashboard-card{padding:20px}.card-title{font-size:1.4em}.metric-value{font-size:2.5em}}@media (max-width: 768px){.dashboard-page{padding-bottom:70px}.dashboard-title{font-size:2.2em;text-align:center}.dashboard-subtitle{font-size:1em;text-align:center;margin-bottom:30px}.dashboard-grid{grid-template-columns:1fr;gap:15px}.dashboard-card{padding:18px}.card-title{font-size:1.3em}.metric-value{font-size:2.2em}}@media (max-width: 480px){.dashboard-page{padding:15px 15px 70px}.dashboard-title{font-size:1.8em}.dashboard-subtitle{font-size:.9em;margin-bottom:25px}.dashboard-card{padding:15px}.card-title{font-size:1.2em}.metric-value{font-size:2em}.flow-step{padding:6px 10px;font-size:.85em}.flow-arrow{font-size:1em}}:root{--background-color: #0f0f1c;--card-background: #1c1c30;--input-background: #2a2a40;--text-color: #e0e0e0;--accent-color-1: #8a2be2;--accent-color-2: #4a90e2;--border-radius: 12px;--font-family: "Inter", sans-serif}body{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family);background-color:var(--background-color);color:var(--text-color)}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.login-main-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;background:linear-gradient(90deg,var(--accent-color-1),var(--accent-color-2));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.login-card{width:100%;max-width:400px;background-color:var(--card-background);padding:2.5rem;border-radius:var(--border-radius);box-shadow:0 4px 15px #0006;border:1px solid #333}.login-title{font-size:2rem;font-weight:600;color:var(--text-color);margin-bottom:1.5rem;text-align:center}.login-form{display:flex;flex-direction:column}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.9rem;color:#a0a0a0;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:none;background-color:var(--input-background);color:var(--text-color);border-radius:8px;font-size:1rem;outline:none;transition:box-shadow .3s ease}.form-input:focus{box-shadow:0 0 0 2px var(--accent-color-1)}.login-button{padding:.75rem;background:linear-gradient(90deg,var(--accent-color-1),var(--accent-color-2));color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.login-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4a90e299}.login-footer{text-align:center;margin-top:1.5rem;font-size:.9rem}.login-footer a{color:var(--accent-color-2);text-decoration:none;font-weight:600}.login-footer a:hover{text-decoration:underline}.error-message{color:#e27d60;text-align:center;margin-bottom:1rem;font-size:.9rem}.register-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#1a1a2e;color:#e0e0e0;font-family:Inter,sans-serif;padding:20px;box-sizing:border-box}.register-main-title{font-size:2.5rem;font-weight:700;text-shadow:0 0 10px rgba(255,255,255,.2);margin-bottom:20px;text-align:center}.register-card{background-color:#2a2a4a;border-radius:15px;padding:40px;box-shadow:0 8px 32px #0000005e;border:1px solid rgba(106,90,205,.2);width:100%;max-width:400px}.register-title{font-size:1.8rem;text-align:center;margin-bottom:20px}.register-form{display:flex;flex-direction:column}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:500}.form-input{width:100%;padding:12px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background-color:#ffffff1a;color:#f0f0f0;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-input::-moz-placeholder{color:#ffffff80}.form-input::placeholder{color:#ffffff80}.form-input:focus{outline:none;border-color:#6a11cb;box-shadow:0 0 0 3px #6a11cb80}.error-message{color:#ff6b6b;margin-top:-10px;margin-bottom:10px;text-align:center;font-size:.9rem}.register-button{background:linear-gradient(90deg,#6a11cb,#2575fc);border:none;border-radius:8px;color:#fff;padding:15px 20px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.register-button:hover{box-shadow:0 4px 15px #6a11cbbf;transform:translateY(-2px)}.register-button:disabled{background:#555;cursor:not-allowed;box-shadow:none;transform:none}.register-footer{text-align:center;margin-top:20px;font-size:.9rem}.register-footer a{color:#98c1d9;text-decoration:none;font-weight:600;transition:color .3s ease}.register-footer a:hover{color:#e0fbfc}.limen-page{position:relative;padding:20px;background-color:#1a1a2e;color:#e0e0e0;min-height:calc(100vh - 40px);display:flex;justify-content:center;align-items:center}.limen-page.not-authenticated{display:flex;justify-content:center;align-items:center}.limen-container{padding:25px;background-color:#2a2a4a;border-radius:12px;box-shadow:0 6px 12px #0000004d;max-width:900px;margin:20px auto;display:flex;flex-direction:column;gap:30px;border:1px solid rgba(106,90,205,.2)}.limen-title{color:#a020f0;font-size:2.2em;margin-bottom:10px;text-align:center;border-bottom:2px solid #6a5acd;padding-bottom:10px}.limen-welcome{color:#b0b0b0;font-size:1.1em;text-align:center;margin-bottom:20px}.limen-usage{text-align:right;font-size:.9em;color:#b0b0b0;margin:0 0 15px}.limen-section{padding:20px;border:1px solid #3b3b5b;border-radius:10px;background-color:#1a1a2e;box-shadow:inset 0 2px 4px #0000001a}.section-title{color:#e0e0e0;font-size:1.6em;margin-bottom:10px;border-bottom:1px solid #3b3b5b;padding-bottom:8px}.section-description{color:#b0b0b0;margin-bottom:15px}.limen-textarea{width:calc(100% - 20px);padding:15px;font-size:1rem;border-radius:10px;border:2px solid #3b3b5b;resize:vertical;margin-bottom:15px;background-color:#1a1a2e;color:#e0e0e0;box-shadow:inset 0 2px 4px #0000000f;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.limen-textarea:focus{border-color:#a020f0;box-shadow:0 0 0 2px #a020f04d}.limen-button{padding:12px 25px;font-size:1.05rem;font-weight:700;cursor:pointer;background-color:#a020f0;color:#fff;border:none;border-radius:8px;transition:background-color .3s ease,transform .2s ease}.limen-button:hover:not(:disabled){background-color:#8e1bb8;transform:translateY(-2px)}.limen-button:disabled{background-color:#3b3b5b;cursor:not-allowed}.revelation-display{margin-top:20px;padding:20px;border-left:6px solid #6a5acd;background-color:#2a2a4a;border-radius:10px;box-shadow:0 2px 4px #0000001a;color:#e0e0e0}.revelation-display .revelation-text{font-style:italic;font-size:1.2rem;margin:0}.error-message{color:tomato;background-color:#ff634733;border:1px solid #ff6347;padding:10px;border-radius:5px;text-align:center;margin-top:15px}.limen-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1a1a2ef2;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#e0e0e0;font-size:1.5em;text-align:center;border-radius:12px;z-index:20}.limen-overlay h2{color:#e0e0e0;font-size:2em;margin-bottom:10px}.limen-overlay p{color:#b0b0b0;font-size:.8em;font-style:italic;max-width:80%}.limen-input-area{width:100%}.limen-input-group{display:flex;flex-direction:column;gap:15px}.limen-buttons-container{display:flex;gap:15px}.limen-button{flex:1}.chat-history-container{height:300px;overflow-y:auto;border:1px solid #3b3b5b;border-radius:10px;padding:15px;background-color:#1a1a2e;margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.chat-message{padding:10px 15px;border-radius:15px;max-width:80%;word-wrap:break-word;font-size:.95em;position:relative;box-shadow:0 1px 3px #0003}.chat-message-user{background-color:#6a5acd;color:#fff;align-self:flex-end;border-bottom-right-radius:5px}.chat-message-system{background-color:#3b3b5b;color:#e0e0e0;align-self:flex-start;border-bottom-left-radius:5px}.chat-timestamp{font-size:.75em;color:#b0b0b0;position:absolute;bottom:5px;right:15px;opacity:.8}.chat-message-user .chat-timestamp{left:15px;right:auto}@media (max-width: 768px){.limen-page{padding:10px}.limen-container{padding:15px;gap:20px;margin:10px auto;max-width:100%;border-radius:0}.limen-title{font-size:1.8em}.section-title{font-size:1.4em}.limen-buttons-container{flex-direction:column;gap:10px}.limen-button{padding:10px 20px;font-size:1rem;width:100%}.limen-textarea{width:100%;padding:10px}.revelation-display .revelation-text{font-size:1rem}.limen-usage{text-align:center;margin-bottom:10px}}@media (max-width: 480px){.limen-title{font-size:1.6em}.limen-welcome{font-size:1em}.section-title{font-size:1.2em}.section-description{font-size:.9em}.limen-button{font-size:.9em;padding:10px 15px}.limen-textarea,.revelation-display .revelation-text{font-size:.9em}}.creanova-page{position:relative;padding:20px;background-color:#1a1a2e;color:#e0e0e0;min-height:calc(100vh - 40px);display:flex;justify-content:center;align-items:center}.creanova-page.not-authenticated{display:flex;justify-content:center;align-items:center}.creanova-chat-container{width:100%;max-width:900px;background-color:#2a2a4a;border-radius:12px;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column;min-height:600px;overflow:hidden;position:relative;border:1px solid rgba(106,90,205,.2)}.creanova-title{color:#a020f0;font-size:2.2em;margin-bottom:10px;text-align:center;border-bottom:2px solid #6a5acd;padding-bottom:10px}.creanova-subtitle{color:#b0b0b0;font-size:1.1em;text-align:center;margin-bottom:20px}.creanova-usage{text-align:right;font-size:.9em;color:#b0b0b0;margin:15px 20px 0}.chat-messages{flex-grow:1;overflow-y:auto;padding:20px;background-color:#1a1a2e;display:flex;flex-direction:column;gap:15px}.chat-welcome{text-align:center;color:#b0b0b0;font-style:italic;padding:20px}.chat-message{display:flex;max-width:80%}.chat-message.user{justify-content:flex-end;align-self:flex-end}.chat-message.model{justify-content:flex-start;align-self:flex-start}.message-bubble{padding:12px 18px;border-radius:20px;line-height:1.5;word-wrap:break-word;box-shadow:0 1px 2px #0000001a}.chat-message.user .message-bubble{background-color:#6a5acd;color:#fff;border-bottom-right-radius:2px}.chat-message.model .message-bubble{background-color:#3b3b5b;color:#e0e0e0;border-bottom-left-radius:2px}.chat-message.model .message-bubble h1,.chat-message.model .message-bubble h2,.chat-message.model .message-bubble h3{margin-top:20px;margin-bottom:10px;font-weight:700;color:#a020f0}.chat-message.model .message-bubble p{margin-bottom:10px}.chat-message.model .message-bubble ul,.chat-message.model .message-bubble ol{margin-left:20px;margin-bottom:10px}.chat-message.model .message-bubble strong{font-weight:700}.chat-message.model .message-bubble em{font-style:italic}.chat-message.loading .message-bubble{background-color:#3b3b5b;color:#a0a0a0;font-style:italic}.chat-input-form{display:flex;padding:15px;border-top:1px solid #3b3b5b;background-color:#2a2a4a;gap:10px;align-items:center}.chat-input{flex-grow:1;padding:10px 15px;border:none;border-radius:20px;background-color:#3b3b5b;color:#e0e0e0;font-size:1em}.chat-input:focus{outline:none;box-shadow:0 0 0 2px #6a5acd}.chat-send-button{background-color:#a020f0;color:#fff;border:none;padding:10px 20px;border-radius:20px;cursor:pointer;font-size:1em;font-weight:700;transition:background-color .3s ease;white-space:nowrap}.chat-send-button:hover:not(:disabled){background-color:#8e1bb8}.chat-mvp-button{background-color:#4caf50;color:#fff;border:none;padding:10px 20px;border-radius:20px;cursor:pointer;font-size:1em;font-weight:700;transition:background-color .3s ease;white-space:nowrap}.chat-mvp-button:hover:not(:disabled){background-color:#449a46}.chat-send-button:disabled,.chat-mvp-button:disabled{background-color:#3b3b5b;cursor:not-allowed}.error-message{color:tomato;background-color:#ff634733;border:1px solid #ff6347;padding:10px;border-radius:5px;text-align:center;margin-top:20px}.creanova-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1a1a2ef2;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#e0e0e0;font-size:1.5em;text-align:center;border-radius:12px;z-index:20}.creanova-overlay h2{color:#e0e0e0;font-size:2em;margin-bottom:10px}.creanova-overlay p{color:#b0b0b0;font-size:.8em;font-style:italic;max-width:80%}@media (max-width: 768px){.creanova-page{padding:10px}.creanova-chat-container{min-height:calc(100vh - 80px);border-radius:0;max-width:100%}.chat-messages{padding:15px;gap:10px}.chat-message{max-width:95%}.message-bubble{padding:10px 15px;font-size:.9em}.chat-input-form{flex-direction:column;padding:10px;gap:8px}.chat-input{width:100%;margin-bottom:0}.chat-send-button,.chat-mvp-button{width:100%;padding:12px 15px;font-size:.9em}.creanova-usage{margin:10px 15px 0}}@media (max-width: 480px){.creanova-title{font-size:1.8em}.creanova-subtitle{font-size:.9em}}.subscription-container{padding:20px;max-width:1200px;margin:20px auto;text-align:center;background-color:transparent;box-shadow:none}.subscription-title{color:#2c3e50;font-size:2.5em;margin-bottom:10px;border-bottom:2px solid #3498db;padding-bottom:10px}.subscription-subtitle{color:#555;font-size:1.2em;margin-bottom:30px}.loading-message,.error-message,.success-message{padding:10px;border-radius:5px;margin-bottom:20px;font-weight:700}.loading-message{background-color:#e0f2f7;color:#2196f3}.error-message{background-color:#fdeded;color:#e74c3c;border:1px solid #e74c3c}.success-message{background-color:#e6ffe6;color:#28a745;border:1px solid #28a745}.plan-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.plan-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:30px;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between}.plan-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0000001f}.plan-name{color:#3498db;font-size:1.8em;margin-bottom:15px}.plan-price{font-size:2.5em;font-weight:700;color:#2c3e50;margin-bottom:25px}.plan-features{list-style:none;padding:0;margin-bottom:30px;text-align:left}.plan-features li{font-size:1em;color:#666;margin-bottom:10px;display:flex;align-items:center;gap:8px}.subscribe-button{background-color:#2ecc71;color:#fff;border:none;padding:15px 25px;border-radius:8px;cursor:pointer;font-size:1.1em;font-weight:700;transition:background-color .3s ease,transform .1s ease;width:100%;margin-top:auto}.subscribe-button:hover{background-color:#27ae60;transform:translateY(-2px)}.subscribe-button:disabled{background-color:#ccc;cursor:not-allowed}.module-container{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-duration:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}.invisible{visibility:hidden}.visible{visibility:visible}.fixed{position:fixed}.sticky{position:sticky}.z-30{z-index:30}.z-40{z-index:40}.flex{display:flex}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-full{width:100%}.flex-1{flex:1}.flex-grow{flex-grow:1}.-translate-x-full{--tw-translate-x:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.overflow-y-auto{overflow-y:auto}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.text-center{text-align:center}.uppercase{text-transform:uppercase}.italic{font-style:italic}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
