:root{--brand: #128c7e;--brand-dark: #075e54;--brand-2: #25d366;--pink: #d81b60;--pink-soft: #ff8fa3;--danger: #e53935;--warn: #f39c12;--info: #3498db;--bg: #e9edef;--chat-bg: #efeae2;--surface: #ffffff;--surface-2: #f6f7f8;--bubble-me: #d9fdd3;--bubble-other: #ffffff;--text: #111b21;--text-soft: #667781;--text-faint: #8696a0;--line: #e4e7eb;--radius: 14px;--radius-sm: 9px;--shadow: 0 2px 10px rgba(11,20,26,.1);--shadow-lg: 0 12px 34px rgba(11,20,26,.2);--safe-bottom: env(safe-area-inset-bottom, 0px);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}[data-theme=graphite]{--bg: #15181c;--chat-bg: #15181c;--surface: #1f242a;--surface-2: #1b1f24;--bubble-me: #2b333c;--bubble-other: #1f242a;--text: #e8eaed;--text-soft: #8a93a0;--text-faint: #6b7480;--line: #2a2f36;--brand: #3f5063;--brand-dark: #1b1f24}[data-theme=mist]{--bg: #f4f5f7;--chat-bg: #f4f5f7;--surface: #ffffff;--surface-2: #eef0f3;--bubble-me: #e7ecf2;--bubble-other: #ffffff;--text: #1c2530;--text-soft: #6b7480;--text-faint: #9aa3ae;--line: #e6e9ec;--brand: #3a4a5c;--brand-dark: #2b3542}[data-theme=sand]{--bg: #f2ede4;--chat-bg: #f2ede4;--surface: #fbf8f2;--surface-2: #efe7da;--bubble-me: #e5dcc9;--bubble-other: #fbf8f2;--text: #3a3228;--text-soft: #9c9078;--text-faint: #b3a58c;--line: #ece4d5;--brand: #7a6a4f;--brand-dark: #5f5240}.priv-blur #messages li .msg-content,.priv-blur #messages li .img-msg{-webkit-filter:blur(6px);filter:blur(6px);transition:-webkit-filter .15s;transition:filter .15s;transition:filter .15s,-webkit-filter .15s}.priv-blur #messages li:hover .msg-content,.priv-blur #messages li:active .msg-content,.priv-blur #messages li.selected-msg .msg-content,.priv-blur #messages li:active .img-msg{-webkit-filter:none;filter:none}.priv-low #messages li .msg-content{color:#667781;color:var(--text-soft)}.priv-narrow #messages li{max-width:62%}.priv-narrow #messages li .msg-content{font-size:13px}*{-webkit-tap-highlight-color:transparent}html,body{height:100%;margin:0;padding:0;overflow:hidden;background:#e9edef;background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--font);color:#111b21;color:var(--text);position:fixed;width:100%;overscroll-behavior-y:contain;-webkit-text-size-adjust:100%}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #ffffff inset!important;-webkit-box-shadow:0 0 0 1000px var(--surface) inset!important;-webkit-text-fill-color:#111b21!important;-webkit-text-fill-color:var(--text)!important;-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}.top-actions{position:absolute;right:12px;top:12px;display:none;gap:8px;z-index:10001}.circle-btn{width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0b141a1a;box-shadow:var(--shadow);transition:-webkit-transform .12s ease,-webkit-filter .12s ease;transition:transform .12s ease,filter .12s ease;transition:transform .12s ease,filter .12s ease,-webkit-transform .12s ease,-webkit-filter .12s ease;color:#fff}.circle-btn:active{-webkit-transform:scale(.9);transform:scale(.9);-webkit-filter:brightness(.95);filter:brightness(.95)}#edit-btn{background:#f39c12;background:var(--warn);position:relative;display:none;font-size:20px}#reply-btn{background:#3498db;background:var(--info);position:relative;display:none;font-size:20px}#clear-btn{background:#54656f;position:relative;transition:background .3s}#panic-btn{background:#e53935;background:var(--danger);position:relative}#menu-btn{background:#fff;background:var(--surface);color:#075e54;color:var(--brand-dark);font-size:22px;font-weight:700;position:absolute;left:12px;top:12px;z-index:10001;display:none;box-shadow:0 2px 10px #0b141a1a;box-shadow:var(--shadow)}.trash-body{width:14px;height:16px;border:2px solid #fff;border-top:none;border-radius:0 0 2px 2px;position:relative;top:3px}.trash-lid{width:18px;height:2px;background:#fff;position:absolute;top:14px;border-radius:1px}.trash-handle{width:6px;height:2px;border:2px solid #fff;border-bottom:none;position:absolute;top:10px;border-radius:2px 2px 0 0}.exit-door{width:14px;height:20px;border:2px solid #fff;border-right:none;border-radius:2px;position:relative;left:-2px}.exit-arrow{color:#fff;font-size:20px;font-weight:700;position:absolute;left:18px}#loading-history{text-align:center;padding:15px;display:none;font-size:13px;color:#075e54;color:var(--brand-dark);font-weight:600;width:100%}.spinner{width:20px;height:20px;border:3px solid #d7dde0;border-top:3px solid #128c7e;border-top:3px solid var(--brand);border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;display:inline-block;vertical-align:middle;margin-right:8px}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#sidebar{position:fixed;top:0;left:-290px;width:280px;height:100%;background:#fff;background:var(--surface);box-shadow:4px 0 24px #0000002e;transition:left .28s cubic-bezier(.4,0,.2,1);z-index:10005;display:flex;flex-direction:column;padding-top:18px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}#sidebar .sidebar-item{flex:0 0 auto}#sidebar.open{left:0}#sidebar:before{content:"\1f49c  Capivaros";display:block;padding:10px 22px 16px;font-size:20px;font-weight:700;color:#075e54;color:var(--brand-dark);border-bottom:1px solid #e4e7eb;border-bottom:1px solid var(--line);margin-bottom:6px}.sidebar-item{padding:15px 22px;font-size:15.5px;color:#111b21;color:var(--text);text-decoration:none;border-bottom:1px solid #f6f7f8;border-bottom:1px solid var(--surface-2);display:flex;align-items:center;gap:4px;font-weight:600;cursor:pointer;transition:background .15s}.sidebar-item:active,.sidebar-item:hover{background:#f6f7f8;background:var(--surface-2)}#sidebar-overlay{position:fixed;inset:0;background:#00000073;z-index:10004;display:none}.modal{display:none;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:92%;max-width:420px;max-height:82vh;background:#fff;background:var(--surface);z-index:10010;border-radius:18px;box-shadow:0 12px 34px #0b141a33;box-shadow:var(--shadow-lg);flex-direction:column;overflow:hidden}.modal-header{background:#075e54;background:var(--brand-dark);color:#fff;padding:16px 18px;font-size:17px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.close-modal{color:#fff;cursor:pointer;font-size:24px;font-weight:700;border:none;background:none;padding:0;line-height:1}.modal-body{padding:16px 18px;overflow-y:auto;flex-grow:1;-webkit-overflow-scrolling:touch}.log-list{list-style:none;padding:0;margin:0}.log-list li{padding:10px 0;border-bottom:1px solid #f6f7f8;border-bottom:1px solid var(--surface-2);font-size:14px;color:#667781;color:var(--text-soft)}.log-list li b{color:#111b21;color:var(--text)}.input-group input{width:100%;padding:12px;margin-top:10px;border:1px solid #e4e7eb;border:1px solid var(--line);border-radius:10px;box-sizing:border-box;font-size:16px}.btn-salvar{background:#128c7e;background:var(--brand);color:#fff;width:100%;padding:13px;border:none;border-radius:50px;margin-top:16px;font-weight:700;cursor:pointer;font-size:15px;box-shadow:0 2px 10px #0b141a1a;box-shadow:var(--shadow)}.btn-salvar:active{-webkit-filter:brightness(.96);filter:brightness(.96)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.gallery-img-container{position:relative}.gallery-img-container img{width:100%;height:120px;object-fit:cover;border-radius:10px;border:1px solid #e4e7eb;border:1px solid var(--line)}.gallery-info{font-size:10px;color:#8696a0;color:var(--text-faint);text-align:center;margin-top:3px}#login-screen,#chat-area{display:none}#login-screen{max-width:380px;margin:0 auto;background:#fff;background:var(--surface);padding:34px 26px;border-radius:20px;text-align:center;box-shadow:0 12px 34px #0b141a33;box-shadow:var(--shadow-lg);position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#login-screen h2{color:#075e54;color:var(--brand-dark);margin:0 0 22px;font-size:22px}#login-screen input{width:100%;padding:14px;margin-bottom:12px;border:1px solid #e4e7eb;border:1px solid var(--line);border-radius:12px;font-size:16px;display:block;box-sizing:border-box;background:#f6f7f8;background:var(--surface-2);transition:border-color .2s,background .2s}#login-screen input:focus{border-color:#128c7e;border-color:var(--brand);background:#fff;outline:none}#login-screen button[type=submit]{width:100%;background:#128c7e;background:var(--brand);color:#fff;border:none;padding:14px;border-radius:12px;cursor:pointer;font-size:16px;font-weight:700;margin-top:4px;box-shadow:0 2px 10px #0b141a1a;box-shadow:var(--shadow);transition:-webkit-filter .15s;transition:filter .15s;transition:filter .15s,-webkit-filter .15s}#login-screen button[type=submit]:active{-webkit-filter:brightness(.95);filter:brightness(.95)}#login-screen button[type=submit]:disabled{opacity:.7}.pwd-wrap{position:relative;display:block}.pwd-wrap input{width:100%;box-sizing:border-box;padding-right:44px!important}.pwd-eye{position:absolute;right:4px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:6px;margin:0;display:flex;align-items:center;justify-content:center;color:#8696a0;color:var(--text-faint);line-height:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pwd-eye:hover,.pwd-eye:active{color:#128c7e;color:var(--brand)}.pwd-eye svg{display:block;width:22px;height:22px}#chat-area{max-width:640px;margin:auto;height:100vh;height:100dvh;flex-direction:column;position:relative;background:#efeae2;background:var(--chat-bg);display:none;overflow:hidden}#presence-bar{position:absolute;top:0;left:0;right:0;height:58px;z-index:10000;background:#075e54;background:var(--brand-dark);color:#fff;display:flex;align-items:center;padding:0 64px;box-sizing:border-box;gap:10px;box-shadow:0 2px 8px #00000026}#presence-bar .pb-title{font-weight:700;font-size:16px;line-height:1.1}#presence-bar .pb-status{font-size:12px;opacity:.85}#presence-bar .pb-dot{width:9px;height:9px;border-radius:50%;background:#8696a0;flex-shrink:0}#presence-bar .pb-dot.online{background:#25d366;background:var(--brand-2);box-shadow:0 0 0 3px #25d36640}#messages{list-style:none;padding:72px 12px 12px;margin:0;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#efeae2;background:var(--chat-bg);display:flex;flex-direction:column}#messages li{margin-bottom:10px;padding:8px 11px 6px;border-radius:12px;background:#fff;background:var(--bubble-other);font-size:15px;position:relative;display:flex;flex-direction:column;max-width:82%;align-self:flex-start;word-wrap:break-word;box-shadow:0 1px 1px #0b141a14;border-left:4px solid transparent}#messages li.msg-own{align-self:flex-end;background:#d9fdd3;background:var(--bubble-me)}.msg-content{display:block;width:100%;min-width:0;white-space:pre-wrap;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.msg-time{font-size:10.5px;color:#8696a0;color:var(--text-faint);align-self:flex-end;margin-top:3px;white-space:nowrap;display:flex;align-items:center;gap:4px}.receipt{font-size:12px;line-height:1;letter-spacing:-2px;color:#8696a0;color:var(--text-faint)}.receipt.read{color:#53bdeb}#messages li.selected-msg{background:#c9e8ff!important;border-left-color:#128c7e!important;border-left-color:var(--brand)!important}.img-msg{max-width:100%;border-radius:10px;margin-top:4px;display:block}#emoji-picker-wrapper{display:none;position:absolute;bottom:72px;left:10px;z-index:10002;box-shadow:0 12px 34px #0b141a33;box-shadow:var(--shadow-lg);border-radius:12px;overflow:hidden}.input-area{display:flex;flex:0 0 auto;padding:8px 10px;background:#f6f7f8;background:var(--surface-2);gap:6px;align-items:center;border-top:1px solid #e4e7eb;border-top:1px solid var(--line);padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));padding-bottom:calc(8px + var(--safe-bottom))}#m{flex-grow:1;padding:11px 15px;border:1px solid #e4e7eb;border:1px solid var(--line);border-radius:22px;outline:none;font-size:16px!important;resize:none;overflow-y:hidden;min-height:42px;max-height:130px;line-height:20px;box-sizing:border-box;font-family:inherit;background:#fff;background:var(--surface);touch-action:manipulation;text-rendering:optimizeSpeed}#m:focus{border-color:#128c7e;border-color:var(--brand)}input,textarea{font-size:16px}.action-icon{font-size:24px;cursor:pointer;color:#075e54;color:var(--brand-dark);margin:0 3px;background:none;border:none;padding:0}.btn-send{background:#128c7e;background:var(--brand);color:#fff;border:none;width:46px;height:46px;border-radius:50%;cursor:pointer;flex-shrink:0;font-weight:700;font-size:18px;box-shadow:0 2px 10px #0b141a1a;box-shadow:var(--shadow)}.btn-send:active{-webkit-filter:brightness(.95);filter:brightness(.95)}.gate-prompt-backdrop{position:fixed;inset:0;background:#0009;z-index:30000;display:none;align-items:center;justify-content:center;padding:20px}.gate-prompt-backdrop.show{display:flex}.gate-prompt{background:#fff;background:var(--surface);border-radius:18px;padding:22px;width:100%;max-width:340px;box-shadow:0 12px 34px #0b141a33;box-shadow:var(--shadow-lg);text-align:center}.gate-prompt h3{margin:0 0 8px;color:#d81b60;color:var(--pink);font-size:18px}.gate-prompt p{margin:0 0 14px;font-size:13px;color:#667781;color:var(--text-soft)}.gate-prompt input{width:100%;padding:13px;border:1px solid #e4e7eb;border:1px solid var(--line);border-radius:12px;font-size:16px;box-sizing:border-box;text-align:center;letter-spacing:1px}.gate-prompt .gate-actions{display:flex;gap:8px;margin-top:14px}.gate-prompt button{flex:1;padding:12px;border:none;border-radius:12px;font-weight:700;cursor:pointer;font-size:14px}.gate-prompt .gate-ok{background:#d81b60;background:var(--pink);color:#fff}.gate-prompt .gate-cancel{background:#f6f7f8;background:var(--surface-2);color:#667781;color:var(--text-soft)}.gate-prompt .gate-err{color:#e53935;color:var(--danger);font-size:12px;min-height:14px;margin-top:8px}.tela-cheia{position:fixed;inset:0;background:#e9edef;background:var(--bg);z-index:22000;display:none;flex-direction:column}.tela-cheia.aberta{display:flex}.tela-cheia .tc-header{background:#075e54;background:var(--brand-dark);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:12px;flex:0 0 auto;font-weight:700;font-size:17px;box-shadow:0 2px 8px #00000026}.tela-cheia .tc-back{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:0}.tela-cheia .tc-body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:14px 16px;background:#fff;background:var(--surface)}.audit-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.audit-tabs button{flex:1 1 auto;min-width:88px;padding:8px 6px;border:1px solid #e4e7eb;border:1px solid var(--line);background:#f6f7f8;background:var(--surface-2);border-radius:10px;font-weight:600;font-size:13px;cursor:pointer;color:#667781;color:var(--text-soft)}.audit-tabs button.active{background:#128c7e;background:var(--brand);color:#fff;border-color:#128c7e;border-color:var(--brand)}.audit-filters{display:flex;gap:8px;align-items:center;margin-bottom:12px;flex-wrap:wrap;font-size:12px;color:#667781;color:var(--text-soft)}.audit-filters input[type=date],.audit-filters select{border:1px solid #e4e7eb;border:1px solid var(--line);border-radius:8px;padding:6px 8px;font-size:13px;max-width:100%}.audit-item{border:1px solid #e4e7eb;border:1px solid var(--line);border-radius:12px;padding:10px 12px;margin-bottom:10px;font-size:13px;background:#f6f7f8;background:var(--surface-2);overflow-wrap:anywhere;word-break:break-word}.audit-item .who{font-weight:700;color:#111b21;color:var(--text)}.audit-item .when{color:#8696a0;color:var(--text-faint);font-size:11px}.audit-item .old{color:#e53935;color:var(--danger);text-decoration:line-through;overflow-wrap:anywhere;word-break:break-word}.audit-item .new{color:#075e54;color:var(--brand-dark);overflow-wrap:anywhere;word-break:break-word}.audit-item img{max-width:100%;border-radius:8px}.audit-badge{display:inline-block;font-size:10px;padding:2px 7px;border-radius:10px;background:#ff8fa3;background:var(--pink-soft);color:#fff;font-weight:700}.img-msg,.vo-overlay img{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;pointer-events:auto}.vo-bubble{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:10px;background:#0000000d;color:#075e54;color:var(--brand-dark);font-weight:600;font-size:14px}.vo-bubble.gasta{color:#8696a0;color:var(--text-faint);cursor:default;font-style:italic;font-weight:500}.vo-bubble.vo-aberta{flex-direction:column;align-items:flex-start;gap:5px;cursor:default;background:transparent;padding:0;color:#111b21;color:var(--text);font-weight:400}.vo-bubble.vo-aberta .vo-img{max-width:240px;max-height:320px;border-radius:8px;display:block}.vo-bubble.vo-aberta .vo-texto{white-space:pre-wrap;overflow-wrap:anywhere;font-size:15px}.vo-bubble.vo-aberta .vo-contador{align-self:flex-end;font-size:11px;font-weight:700;color:#d81b60;color:var(--pink);background:#d81b601f;padding:1px 8px;border-radius:10px}.vo-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#8696a0;color:var(--text-faint);padding:0 4px}.vo-toggle svg{display:block;width:22px;height:22px}.vo-toggle.ativo{color:#d81b60;color:var(--pink)}.vo-badge{position:absolute;top:-2px;right:-2px;min-width:14px;height:14px;padding:0 3px;box-sizing:border-box;display:none;align-items:center;justify-content:center;background:#d81b60;background:var(--pink);color:#fff;font-size:10px;font-weight:700;line-height:1;border-radius:8px}.vo-toggle.ativo .vo-badge{display:inline-flex}.vo-overlay{position:fixed;inset:0;background:#000000eb;z-index:31000;display:none;align-items:center;justify-content:center;flex-direction:column;padding:20px}.vo-overlay.aberta{display:flex}.vo-overlay .vo-conteudo{max-width:100%;max-height:80vh;overflow:auto;color:#fff;font-size:18px;text-align:center;white-space:pre-wrap;overflow-wrap:anywhere}.vo-overlay .vo-fechar{margin-top:18px;background:#fff;color:#111;border:none;border-radius:20px;padding:10px 24px;font-weight:700;cursor:pointer}.vo-overlay .vo-timer{color:#fff;opacity:.7;font-size:13px;margin-top:10px}.about-version{text-align:center;font-size:13px;color:#8696a0;color:var(--text-faint);margin-bottom:14px}.about-entry{border-left:3px solid #128c7e;border-left:3px solid var(--brand);padding:4px 0 12px 12px;margin-left:6px;position:relative}.about-entry h4{margin:0 0 4px;font-size:14px;color:#075e54;color:var(--brand-dark)}.about-entry ul{margin:4px 0 0;padding-left:18px;font-size:13px;color:#667781;color:var(--text-soft)}.about-entry li{margin-bottom:3px}#modal-musicas{border:none!important;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px #0b141a33;box-shadow:var(--shadow-lg)}#modal-musicas .modal-header{background:linear-gradient(135deg,#d81b60,#ff8fa3)!important;background:linear-gradient(135deg,var(--pink) 0%,var(--pink-soft) 100%)!important;color:#fff!important;border-bottom:none}.subtitle-romantic{text-align:center;padding:12px;background:snow;color:#d81b60;color:var(--pink);font-style:italic;font-size:14px;border-bottom:1px dashed #f8bbd0}#modal-musicas .modal-body{background:#fff9fb!important}.music-item{display:flex;align-items:center;background:#fff;padding:15px;margin-bottom:14px;border-radius:18px;box-shadow:0 4px 15px #d81b601a;border:1px solid #f2dadd;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.music-item:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.music-title{font-family:Georgia,serif;font-weight:700;color:#8c5e62;font-size:15px}.music-added-by{font-size:11px;color:#bfa3a6;font-style:italic}.play-btn-local{background:linear-gradient(135deg,#ff8fa3,#ffb3c1)!important;background:linear-gradient(135deg,var(--pink-soft),#ffb3c1)!important;color:#fff!important;width:38px!important;height:38px!important;border-radius:50%!important;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 3px 10px #ff8fa366;flex-shrink:0}.play-spotify-btn{background:#1db954;color:#fff;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 10px #1db9544d}#player-container{border-top:3px solid #ff8fa3!important;border-top:3px solid var(--pink-soft)!important;border-radius:0 0 22px 22px;width:100%;background:#000;display:none;flex-direction:column}#player-iframe{width:100%;height:180px;border:none}.player-info-bar{background:#ff8fa3!important;background:var(--pink-soft)!important;color:#fff;padding:6px 10px;font-size:12px;display:flex;justify-content:space-between;align-items:center}#modal-diario{border-radius:20px;background:#fffafb;box-shadow:0 12px 34px #0b141a33;box-shadow:var(--shadow-lg)}#modal-diario .modal-header{background:linear-gradient(135deg,#d81b60,#ff8fa3)!important;background:linear-gradient(135deg,var(--pink) 0%,var(--pink-soft) 100%)!important;border-bottom:none}.diario-header-form{background:#fff0f5;padding:15px;border-bottom:2px dashed #fce4ec;margin-bottom:15px;border-radius:0 0 15px 15px}.diario-form textarea{width:100%;padding:12px;border:1px solid #fce4ec;border-radius:12px;box-sizing:border-box;resize:vertical;min-height:80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--font);font-style:italic;color:#5d4037;outline:none;margin-top:10px}.diario-form textarea:focus{border-color:#ff8fa3;border-color:var(--pink-soft)}.diario-form .file-label{display:inline-flex;align-items:center;gap:5px;background:#fff;color:#d81b60;color:var(--pink);padding:8px 15px;border-radius:20px;cursor:pointer;font-size:12px;font-weight:700;border:1px dashed #ffb6c1;margin-top:10px}.diario-form .file-label:hover{background:#ffe4e1}.diario-filters{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 15px;border-radius:15px;margin-bottom:15px;border:1px solid #fce4ec;box-shadow:0 2px 10px #ff8fa31a}.diario-filters input[type=date]{border:none;background:#fff0f5;color:#d81b60;color:var(--pink);font-weight:700;padding:5px 10px;border-radius:10px;outline:none}.diario-card{background:#fff;border-radius:15px;padding:15px;margin-bottom:20px;box-shadow:0 4px 15px #d81b6014;border:1px solid #fff0f5}.diario-card-header{display:flex;justify-content:space-between;font-size:11px;color:#ff8fa3;color:var(--pink-soft);text-transform:uppercase;font-weight:700;border-bottom:1px dashed #fce4ec;padding-bottom:8px;margin-bottom:12px}.diario-text{font-style:italic;color:#5d4037;font-size:15px;line-height:1.6;white-space:pre-wrap;margin-bottom:12px}.diario-media{width:100%;border-radius:12px;margin-bottom:12px;max-height:400px;object-fit:cover}.diario-music-btn{background:linear-gradient(135deg,#ff8fa3,#ffafbd);background:linear-gradient(135deg,var(--pink-soft),#ffafbd);color:#fff;border:none;border-radius:20px;padding:8px 15px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:5px;box-shadow:0 3px 10px #ff8fa34d;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.diario-music-btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.diario-music-btn.tocando{background:#ff4b5c;color:#fff;-webkit-animation:pulse 1.5s infinite;animation:pulse 1.5s infinite}.diario-iframe-container{width:100%;height:80px;border-radius:10px;overflow:hidden;display:none;margin-top:10px}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}
