@charset "UTF-8";
:root{--green:#285d4b;--green-dark:#204a3c;--ink:#283b33;--muted:#7b877f;--line:#e5e9e2;--cream:#f7f8f3;--mint:#e9f1e8;--white:#fff;--shadow:0 12px 45px #26392a0c;font-family:"Yu Gothic UI","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;color:var(--ink);font-size:14px;line-height:1.65;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:#eff2eb}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #72a28a;outline-offset:4px}button{transition:background .18s,transform .18s}button:active:not(:disabled){transform:translateY(1px)}[hidden]{display:none!important}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.muted{color:var(--muted)}.brand{display:flex;align-items:center;gap:12px;width:fit-content;font-size:25px;font-weight:700;letter-spacing:.08em;line-height:1.15}.brand-mark{display:grid;place-items:center;width:45px;height:45px;background:var(--green);border-radius:14px;color:white}.brand-mark svg{width:27px;height:27px}.brand-en{display:block;font-size:9px;letter-spacing:.25em;font-weight:500;margin-top:6px;color:var(--muted)}.eyebrow{font-size:10px;letter-spacing:.2em;font-weight:600;color:#7b917f}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#74a788}.primary,.secondary,.danger{border:0;border-radius:10px;padding:13px 20px;font-weight:600;font-size:13px}.primary{background:var(--green);color:white}.primary:hover{background:var(--green-dark)}.secondary{background:#edf0e9}.danger{background:#a64d46;color:white}.text-button{border:0;background:none;color:var(--green);font-size:12px;padding:12px 0}.text-button:hover{text-decoration:underline}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:10px;background:transparent;color:#768579;padding:0;flex-shrink:0}.icon-button:hover{background:#edf2e9;color:var(--green)}.form-error{font-size:12px;color:#ad463e;margin:12px 0 0;line-height:1.7}.loading-screen{height:100dvh;display:flex;align-items:center;justify-content:center;flex-direction:column}.loading-screen p{color:var(--muted)}
/* Welcome */
.auth-screen{min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.welcome-panel{background:#f0f3e9;position:relative;overflow:hidden;padding:45px 10%;display:flex;flex-direction:column}.welcome-copy{margin:auto 0;padding:70px 0 40px}.welcome-copy h1{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(30px,3.1vw,48px);font-weight:500;line-height:1.7;letter-spacing:.08em;margin:20px 0}.welcome-copy>p{font-size:13px;color:#7d8a7c;line-height:2.1}.welcome-footer{font-size:10px;letter-spacing:.1em;color:#879581}.illustration{height:240px;position:relative;margin-top:35px;max-width:420px}.sun{position:absolute;right:12px;top:4px;width:145px;height:145px;border-radius:50%;background:#e4e9d5}.decor-leaf{position:absolute;width:58px;height:104px;border-radius:90% 0 90% 0;background:#b9cbae;transform:rotate(-22deg)}.leaf-one{right:5px;top:84px}.leaf-two{right:54px;top:110px;transform:rotate(-76deg);background:#cbd7bd;width:42px;height:76px}.sample-bubble{position:absolute;padding:16px 20px;border-radius:15px;box-shadow:var(--shadow);font-size:12px;z-index:1}.sample-bubble span{display:block;text-align:right;font-size:9px;margin-top:5px;opacity:.55}.bubble-one{top:35px;left:0;background:white;border-bottom-left-radius:4px;transform:rotate(-3deg)}.bubble-two{top:125px;right:40px;background:#dbe8d1;border-bottom-right-radius:4px;transform:rotate(3deg)}.illustration-label{position:absolute;bottom:0;left:5px;color:#9aa98e;font-size:9px;letter-spacing:.2em}.auth-panel{display:flex;align-items:center;justify-content:center;padding:50px}.auth-card{width:100%;max-width:360px}.pill{display:inline-flex;align-items:center;gap:8px;color:#71826f;font-size:10px;letter-spacing:.04em;background:#f2f6ee;border-radius:20px;padding:7px 12px}.auth-card h2{font-size:26px;letter-spacing:.04em;font-weight:600;margin:24px 0 8px}.auth-card>.muted{font-size:12px;margin:0 0 30px}.auth-card label{display:flex;flex-direction:column;gap:7px;font-weight:500;font-size:12px;margin-bottom:17px}.auth-card input{width:100%;padding:13px 14px;border:1px solid #dfe5dc;border-radius:9px;background:#fcfdfb;color:var(--ink);font-size:13px}.auth-card input::placeholder{color:#a1aaa1}.auth-submit{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:25px}.auth-submit svg{width:18px;height:18px}.auth-card>.text-button{display:block;width:100%;margin-top:13px}.auth-note{text-align:center;color:#9da69b;font-size:10px;line-height:1.9;margin:30px 0 0;padding-top:25px;border-top:1px solid var(--line)}
/* Workspace */
.app-shell{height:100dvh;max-width:1600px;margin:0 auto;display:grid;grid-template-columns:268px minmax(0,1fr);background:#fff;box-shadow:var(--shadow)}.sidebar{background:#fff;border-right:1px solid var(--line);padding:34px 22px 0;display:flex;flex-direction:column;min-height:0}.sidebar>.brand{margin:0 10px 48px;font-size:23px}.workspace-label{font-size:9px;letter-spacing:.18em;color:#a3aba0;margin:0 14px 15px}.nav-item{display:flex;align-items:center;gap:13px;padding:13px 16px;border:0;background:transparent;width:100%;border-radius:9px;margin:4px 0;font-size:13px;color:#7c867d;text-align:left}.nav-item svg{width:20px;height:20px}.nav-item:hover{background:#f5f7f1}.nav-item.active{background:#eaf1e7;color:var(--green);font-weight:600}.nav-count{margin-left:auto;font-size:11px;color:#8b9b88}.nav-indicator{width:6px;height:6px;background:#729369;border-radius:50%;margin-left:auto}.room-section{margin-top:35px}.section-label{display:flex;justify-content:space-between;align-items:center;margin:0 14px 16px;font-size:10px;color:#9aa492;letter-spacing:.08em}.section-label span{font-size:9px}.room-card{width:100%;padding:14px 10px;background:#fafbf7;border:1px solid #e9eee2;border-radius:11px;text-align:left;display:flex;align-items:center;gap:11px}.room-avatar{height:38px;width:38px;background:#e7edda;border-radius:12px;display:grid;place-items:center;color:#788e67;flex-shrink:0}.room-card>span:last-child{min-width:0}.room-card strong{display:block;font-size:11px;font-weight:600;letter-spacing:.02em}.room-card small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:143px;font-size:9px;color:#9ca494;margin-top:3px}.sidebar-bottom{margin-top:auto}.small-note{margin:35px 15px 27px;color:#a4b09a;display:flex;align-items:center;gap:15px}.small-note svg{width:26px;height:26px;stroke-width:1.2;transform:rotate(-15deg)}.small-note p{font-size:10px;letter-spacing:.09em;line-height:1.9}.invite-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;border:1px dashed #cfdcc8;background:none;border-radius:8px;padding:11px;font-size:11px;color:#75896c;margin-bottom:24px}.invite-button svg{width:16px;height:16px}.invite-button:hover{background:#f5f8f0}.account{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding:21px 2px}.avatar{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#e9eddf;border:1px solid #dfe6d6;border-radius:12px;color:#7a906d;font-size:12px;font-weight:600;flex-shrink:0}.account>div{min-width:0}.account strong{display:block;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:115px}.account small{display:block;font-size:9px;color:#98a18f}.account .icon-button{margin-left:auto;width:30px}.account .icon-button svg{width:18px}.main-panel{display:flex;flex-direction:column;min-width:0;min-height:0;background:var(--cream)}.room-header{height:91px;padding:0 38px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-shrink:0;background:#fefefc;border-bottom:1px solid var(--line)}.header-title{display:flex;align-items:center;gap:14px;min-width:0}.header-room-icon{display:flex;align-items:center;justify-content:center;width:43px;height:43px;background:#eef1e4;border:1px solid #e3e9d6;color:#81916c;border-radius:14px}.header-room-icon svg{width:24px;height:24px}.header-title h1{font-size:16px;letter-spacing:.06em;margin:0;font-weight:600}.header-title p{font-size:10px;color:#8c9786;margin:3px 0 0}.header-actions{display:flex;align-items:center;gap:18px}.connection{display:flex;align-items:center;gap:7px;font-size:10px;color:#8b9b83;white-space:nowrap}.connection.offline{color:#b37a54}.connection.offline .status-dot{background:#b37a54}.header-actions>.icon-button{border:1px solid #e5eadf;width:34px;height:34px;background:white;border-radius:9px}.header-actions .icon-button svg{width:17px;height:17px}.chat-view{display:flex;flex-direction:column;min-height:0;flex:1;position:relative}.room-notice{display:flex;gap:7px;align-items:center;justify-content:center;height:45px;flex-shrink:0;color:#9aa88e;font-size:10px;border-bottom:1px solid #edf0e8;letter-spacing:.06em;background:#f4f6ee}.room-notice svg{width:13px;height:13px}.message-scroll{overflow-y:auto;overscroll-behavior:contain;flex:1;min-height:0;padding:15px 44px 26px;scrollbar-width:thin;scrollbar-color:#dfe5d7 transparent}.date-divider{display:flex;align-items:center;justify-content:center;gap:14px;color:#a1a897;font-size:10px;letter-spacing:.04em;margin:13px 0 30px}.date-divider:before,.date-divider:after{content:"";width:42px;height:1px;background:#e4e9dc}.message-row{display:flex;gap:12px;margin:0 0 23px;align-items:flex-start}.message-row>.avatar{margin-top:22px}.message-row.own{justify-content:flex-end}.message-content{max-width:min(76%,580px);min-width:0}.message-author{font-size:10px;color:#84917c;margin:0 0 7px 2px}.message-bubble{background:white;padding:13px 17px;border-radius:3px 15px 15px 15px;box-shadow:0 2px 4px #22330d03;border:1px solid #e8ecdf}.message-row.own .message-bubble{background:#e2edda;border-color:#dbe7d2;border-radius:15px 3px 15px 15px}.message-text{font-size:13px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;letter-spacing:.01em}.message-meta{display:flex;align-items:center;gap:8px;color:#9da793;font-size:9px;margin:5px 1px 0;height:17px}.own .message-meta{justify-content:flex-end}.delete-message{background:none;border:0;padding:0 2px;height:19px;color:#a8b09f;display:flex;align-items:center;opacity:0}.delete-message svg{width:12px;height:12px}.message-row:hover .delete-message,.delete-message:focus-visible{opacity:1}.delete-message:hover{color:#a45145}.color-0{background:#efe4d5;color:#a58b64;border-color:#e8dcc8}.color-1{background:#e2eade;color:#80986c;border-color:#d9e4d2}.color-2{background:#e1e9ee;color:#718ca2;border-color:#d6e2e9}.color-3{background:#ede2e3;color:#a38388;border-color:#e6d9dc}.message-bubble.with-photo{padding:7px;overflow:hidden}.with-photo .message-text{padding:8px 8px 5px}.message-photo{display:block;border:0;background:none;padding:0;border-radius:9px;overflow:hidden;max-width:320px}.message-photo img{display:block;width:100%;height:auto;max-height:360px;object-fit:cover}.empty-state{height:100%;min-height:285px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 0}.empty-icon{display:grid;place-items:center;width:66px;height:66px;background:#eaf0df;color:#8d9d79;border-radius:22px;margin:0 auto 20px}.empty-icon svg{width:29px;height:29px;stroke-width:1.4}.empty-state h2{font-family:"Yu Mincho",serif;font-size:21px;font-weight:500;letter-spacing:.06em;color:#738168;margin:3px 0 8px}.empty-state p{font-size:12px;line-height:2;color:#9ba48f}.empty-caption{font-size:8px;letter-spacing:.18em;color:#b3bba7;margin-top:20px}.composer-wrap{padding:17px 38px 21px;background:#fcfdf9;border-top:1px solid var(--line);flex-shrink:0}.composer{display:flex;align-items:flex-end;gap:12px;background:white;border:1px solid #dfe7d6;border-radius:13px;padding:10px;box-shadow:0 3px 6px #2c482308}.composer:focus-within{border-color:#a7b99a}.composer textarea{flex:1;min-width:0;resize:none;border:0;background:transparent;outline:none;line-height:1.8;padding:9px 0 5px;max-height:144px;font-size:13px;color:var(--ink)}.composer textarea::placeholder{color:#afb7a6}.composer textarea:focus-visible{outline:none}.send-button{width:39px;height:39px;border:0;border-radius:10px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.send-button svg{width:18px;height:18px}.send-button:hover{background:var(--green-dark)}.send-button:disabled{background:#9db48e;opacity:.6}.attach-button{width:32px;margin-bottom:1px;color:#92a17f}.composer-hint{display:flex;justify-content:space-between;font-size:9px;color:#a7afa0;margin:8px 3px 0;letter-spacing:.015em}.attachment-preview{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:10px;background:#f0f4e8;margin-bottom:10px;font-size:11px;color:#8a987a}.attachment-preview img{width:46px;height:46px;object-fit:cover;border-radius:6px}.attachment-preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-preview button{margin-left:auto}.load-more{display:block;margin:10px auto 20px;border:1px solid #dce4d3;background:#fcfdf8;color:#89987a;padding:8px 16px;border-radius:20px;font-size:10px}.new-messages{position:absolute;bottom:150px;left:50%;transform:translateX(-50%);background:var(--green);color:white;border:0;border-radius:30px;padding:9px 20px;box-shadow:var(--shadow);font-size:11px;z-index:2}.content-view{flex:1;overflow-y:auto;padding:40px;min-height:0}.view-intro{margin-bottom:30px}.view-intro h2{font-family:"Yu Mincho",serif;font-size:22px;font-weight:500;letter-spacing:.03em;margin:15px 0 8px}.view-intro p{font-size:12px;color:#8b9782}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.photo-card{min-width:0}.gallery-photo{border:0;display:block;width:100%;padding:0;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#e6ebdd;margin-bottom:10px}.gallery-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-photo:hover img{transform:scale(1.03)}.photo-card>strong{font-size:11px;font-weight:500}.photo-card>span{display:block;font-size:10px;color:#a1aa97}.member-list{display:grid;gap:12px;margin-bottom:25px;max-width:680px}.member-card{display:flex;align-items:center;gap:15px;padding:17px 20px;border:1px solid var(--line);border-radius:12px;background:#fff}.member-card strong{font-size:13px;font-weight:500;overflow-wrap:anywhere}.member-card small{display:block;font-size:10px;color:#99a190}.member-card .text-button{margin-left:auto;flex-shrink:0;color:#b28b7b;font-size:10px}.modal{border:1px solid #e3e9dc;border-radius:22px;padding:40px;max-width:470px;width:calc(100% - 32px);color:var(--ink);text-align:center;box-shadow:0 25px 120px #18281030}.modal::backdrop,.photo-dialog::backdrop{background:#1f342a66;backdrop-filter:blur(4px)}.modal h2{font-size:21px;font-weight:500;letter-spacing:.03em}.modal p{font-size:12px;line-height:1.9;color:#89967d}.modal>.primary{width:100%;margin-top:15px}.modal-close{position:absolute;right:10px;top:10px}.invite-code{border:1px dashed #c4d4b5;background:#f4f7ee;padding:18px 6px;border-radius:10px;font-size:20px;letter-spacing:.09em;color:var(--green);user-select:all;font-family:monospace;margin:24px 0 15px;overflow-wrap:anywhere}.dialog-actions{display:flex;justify-content:center;gap:10px;margin-top:30px}.photo-dialog{padding:0;background:transparent;border:0;max-width:95vw;max-height:95dvh;overflow:visible}.photo-dialog img{display:block;max-width:92vw;max-height:85dvh;object-fit:contain;border-radius:8px}.photo-dialog .icon-button{position:absolute;right:8px;top:8px;background:#ffffffdc;color:#41523b}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);background:#2c4639;color:white;box-shadow:var(--shadow);border-radius:11px;padding:13px 20px;font-size:12px;z-index:100;max-width:90vw;width:max-content}.mobile-nav,.mobile-only{display:none}
@media(min-width:1600px){.app-shell{border-left:1px solid var(--line);border-right:1px solid var(--line)}}
@media(max-width:1000px){.app-shell{grid-template-columns:230px minmax(0,1fr)}.sidebar{padding:27px 15px 0}.sidebar>.brand{margin-bottom:40px}.room-header{padding:0 25px}.message-scroll{padding-left:25px;padding-right:25px}.composer-wrap{padding-left:25px;padding-right:25px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-panel{padding:35px}.welcome-panel{padding:35px 9%}.bubble-two{right:0}.sample-bubble{padding:14px;font-size:11px}}
@media(max-width:700px){.app-shell{display:block;height:100dvh}.sidebar{display:none}.main-panel{height:100%;width:100%}.room-header{height:76px;padding:0 17px;gap:10px}.header-title{gap:10px}.header-room-icon{width:36px;height:36px;border-radius:11px}.header-room-icon svg{width:20px;height:20px}.header-title h1{font-size:14px}.header-title p{font-size:9px}.header-actions{gap:7px}.connection{font-size:0;gap:0}.connection .status-dot{width:6px;height:6px}.header-actions>.icon-button{width:30px;height:30px}.mobile-only{display:inline-flex}.room-notice{height:35px;font-size:9px}.message-scroll{padding:10px 17px 20px}.message-content{max-width:82%}.message-row{gap:8px;margin-bottom:18px}.message-row>.avatar{width:29px;height:29px;font-size:10px;border-radius:10px}.message-bubble{padding:11px 14px}.message-text{font-size:13px}.message-author{font-size:9px}.message-photo{max-width:250px}.date-divider{margin:13px 0 22px;font-size:9px}.delete-message{opacity:1}.composer-wrap{padding:10px 12px 7px}.composer{padding:7px;gap:8px;border-radius:12px}.composer textarea{font-size:16px;padding:7px 0 4px;line-height:1.6}.composer-hint{font-size:8px;margin-top:5px}.composer-hint>span:first-child{visibility:hidden}.send-button{width:35px;height:35px}.attach-button{width:29px;height:34px}.mobile-nav{display:flex;align-items:center;justify-content:space-around;flex-shrink:0;background:#fefefb;border-top:1px solid var(--line);padding:7px 6px calc(7px + env(safe-area-inset-bottom))}.mobile-nav button{display:flex;align-items:center;gap:3px;flex-direction:column;background:none;border:0;font-size:9px;color:#a0a994;min-width:60px;padding:3px 7px}.mobile-nav svg{height:19px;width:19px}.mobile-nav button.active{color:var(--green);font-weight:600}.content-view{padding:28px 20px}.view-intro h2{font-size:19px}.view-intro p{font-size:11px}.photo-grid{gap:15px}.member-card{padding:15px 13px;gap:10px}.modal{padding:34px 24px}.invite-code{font-size:17px}.toast{bottom:85px;font-size:11px}.new-messages{bottom:110px}.empty-state{min-height:220px;padding:20px 0}.empty-state h2{font-size:19px}.empty-icon{width:56px;height:56px;margin-bottom:12px}.empty-state p{font-size:11px}.empty-caption{margin-top:10px}.auth-screen{display:flex;flex-direction:column}.welcome-panel{padding:24px 26px;background:#f0f3e9;min-height:0}.welcome-panel>.brand{font-size:21px}.welcome-panel .brand-mark{width:38px;height:38px;border-radius:12px}.welcome-copy{padding:30px 0 10px;margin:0}.welcome-copy .eyebrow{font-size:8px}.welcome-copy h1{font-size:28px;line-height:1.65;margin:13px 0 8px}.welcome-copy>p{font-size:11px;line-height:1.8;margin-bottom:8px}.welcome-footer,.illustration{display:none}.auth-panel{padding:32px 26px 35px;flex:1;align-items:flex-start}.auth-card{max-width:430px}.auth-card h2{font-size:23px;margin-top:17px}.auth-card>.muted{margin-bottom:23px}.auth-card input{font-size:16px;padding:12px}.auth-note{margin-top:20px;padding-top:20px}}
/* Per-photo tags */
.photo-tag-controls{margin-top:8px;max-width:100%;min-width:0}.with-photo .photo-tag-controls{padding:0 8px 4px;max-width:320px}.photo-tags{display:flex;flex-wrap:wrap;gap:5px;list-style:none;padding:0;margin:0}.photo-tag{background:#edf3e7;color:var(--green);border:1px solid #d8e4d0;border-radius:14px;padding:3px 9px;font-size:11px;max-width:100%;overflow-wrap:anywhere}.own .photo-tag{background:#f5f8ef}.edit-photo-tags{padding:6px 0;font-size:11px;min-height:32px}.tag-field{display:flex;flex-direction:column;gap:6px;text-align:left;min-width:0}.tag-field label{font-size:12px;font-weight:600}.tag-field input,.tag-field textarea{width:100%;min-width:0;border:1px solid #dfe5dc;border-radius:9px;background:#fff;color:var(--ink);padding:10px 12px;font-size:13px}.tag-field textarea{resize:vertical;max-height:180px}.tag-field small{font-size:10px;line-height:1.8;color:#7c8973}.composer-wrap>.tag-field{margin-bottom:10px}.tags-dialog{max-height:90dvh;overflow-y:auto}.tags-dialog h2{margin-top:0}.tags-preview{display:block;max-width:100%;width:100%;height:140px;object-fit:contain;border-radius:9px;background:#f0f4e8;margin:0 auto 18px}.tags-dialog .form-error{color:#ad463e;text-align:left}.tags-dialog .dialog-actions{margin-top:22px}
@media(max-width:700px){.tag-field input,.tag-field textarea{font-size:16px}.with-photo .photo-tag-controls{max-width:250px}.tags-preview{height:100px}.edit-photo-tags{min-height:36px}.composer-wrap>.tag-field{gap:3px;margin-bottom:7px}.composer-wrap>.tag-field input{padding:6px 10px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
.sample-banner{display:flex;align-items:center;gap:14px;flex-shrink:0;padding:12px 25px;background:#eaf1df;border-bottom:1px solid #d7e3c7;color:#466334;font-size:11px;line-height:1.7}.sample-banner strong{white-space:nowrap;font-size:11px}.sample-composer-note{margin:0 0 7px;font-size:10px;color:#718262;line-height:1.5}.preview-badge{font-size:9px;color:#718262}.sample-nojs{position:fixed;inset:30% 10% auto;padding:30px;background:white;border:1px solid #285d4b;z-index:20}.sample-app .photo-tags{margin-top:7px}.sample-app .main-panel{min-height:0}.sample-app .chat-view{min-height:0}.sample-app .message-photo{overflow:hidden}.sample-app .sample-banner+div{min-height:0}
@media(max-width:700px){.sample-banner{display:block;padding:7px 16px;font-size:10px}.sample-banner strong{display:block;font-size:10px}.sample-composer-note{font-size:9px}.sample-app .composer-wrap{max-height:48dvh;overflow-y:auto}.sample-app .attachment-preview img{max-height:65px}.sample-app .room-notice{display:none}.sample-app .message-scroll{min-height:70px}}
